/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
H A D | ReactorUnitTests.cpp | 3515 std::string stop() 3608 auto output = split(capture.stop()); 3691 auto output = split(capture.stop());
|
/third_party/python/Lib/test/ |
H A D | test_zipfile.py | 420 if count == stop: 425 stop = 0 437 stop += 1
|
H A D | test_collections.py | 1929 for stop in range(-3, len(nativeseq) + 3): 1931 nativeseq, seqseq, (letter, start, stop))
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/ |
H A D | assembler_arm.cc | 28 DEFINE_FLAG(bool, print_stop_message, true, "Print stop message."); 3361 Label stop; 3362 b(&stop); 3364 Bind(&stop);
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | iphase.c | 3233 if (dev->phy && dev->phy->stop) 3234 dev->phy->stop(dev);
|
H A D | nicstar.c | 210 if (card->atmdev->phy && card->atmdev->phy->stop) in nicstar_remove_one() 211 card->atmdev->phy->stop(card->atmdev); in nicstar_remove_one()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 2522 arg.w.stop = 0; in tcf_chain_dump() 2530 if (arg.w.stop) in tcf_chain_dump()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 233 .stop = rt_cache_seq_stop, 323 .stop = rt_cpu_seq_stop, 884 * with exponential backoff, then we stop sending them at all,
|
H A D | udp.c | 3106 .stop = bpf_iter_udp_seq_stop, 3114 .stop = udp_seq_stop,
|
H A D | ipmr.c | 2944 .stop = ipmr_vif_seq_stop, 3004 .stop = mr_mfc_seq_stop,
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 307 (tstamp->stop != 0 && nla_put_be64(skb, CTA_TIMESTAMP_STOP, in ctnetlink_dump_timestamp() 308 cpu_to_be64(tstamp->stop), in ctnetlink_dump_timestamp()
|
/kernel/linux/linux-6.6/drivers/atm/ |
H A D | iphase.c | 3234 if (dev->phy && dev->phy->stop) 3235 dev->phy->stop(dev);
|
H A D | nicstar.c | 212 if (card->atmdev->phy && card->atmdev->phy->stop) in nicstar_remove_one() 213 card->atmdev->phy->stop(card->atmdev); in nicstar_remove_one()
|
/kernel/linux/linux-6.6/net/unix/ |
H A D | af_unix.c | 3307 .stop = unix_seq_stop, 3428 * continue from where it was stop()-ped. in bpf_iter_unix_seq_start() 3503 .stop = bpf_iter_unix_seq_stop,
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ring_buffer.c | 735 int stop = 0; in verify_event() local 739 if (page == tail_page || WARN_ON_ONCE(stop++ > 100)) in verify_event() 2060 * If we weren't successful in adding in new pages, warn and stop in rb_insert_pages() 2733 * this is easy, just stop here. in rb_move_tail() 3973 * ring_buffer_record_disable - stop all writes into the buffer 3974 * @buffer: The ring buffer to stop writes to. 4001 * ring_buffer_record_off - stop all writes into the buffer 4002 * @buffer: The ring buffer to stop writes to. 4074 * ring_buffer_record_disable_cpu - stop all writes into the cpu_buffer 4075 * @buffer: The ring buffer to stop write [all...] |
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 227 .stop = rt_cache_seq_stop, 305 .stop = rt_cpu_seq_stop, 861 * with exponential backoff, then we stop sending them at all,
|
H A D | tcp_ipv4.c | 2925 * continue from where it was stop()-ped. in bpf_iter_tcp_seq_start() 3034 .stop = bpf_iter_tcp_seq_stop, 3056 .stop = tcp_seq_stop,
|
H A D | udp.c | 3232 * continue from where it was stop()-ped. in bpf_iter_udp_seq_start() 3310 .stop = bpf_iter_udp_seq_stop, 3333 .stop = udp_seq_stop,
|
H A D | ipmr.c | 2965 .stop = ipmr_vif_seq_stop, 3025 .stop = mr_mfc_seq_stop,
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_netlink.c | 323 (tstamp->stop != 0 && nla_put_be64(skb, CTA_TIMESTAMP_STOP, in ctnetlink_dump_timestamp() 324 cpu_to_be64(tstamp->stop), in ctnetlink_dump_timestamp()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | mcast.c | 2720 /* Should stop work after group drop. or we will in ipv6_mc_down() 2958 .stop = igmp6_mc_seq_stop, 3088 .stop = igmp6_mcf_seq_stop,
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 2701 arg.w.stop = 0; in tcf_chain_dump() 2709 if (arg.w.stop) in tcf_chain_dump()
|
/test/xts/hats/hdf/wlan/wifi/hal/ |
H A D | wifi_hal_test.cpp | 79 ret = g_wifi->stop(nullptr); in TearDown() 81 ret = g_wifi->stop(g_wifi); in TearDown()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 534 void stop () { m_running = false; } in stop() function in vkt::synchronization::__anon28841::MonotonicallyIncrementChecker 630 checkerThread.stop(); in maxDifferenceValueCase()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 2478 const SkOpPtT* stop = test; in debugMergeMatches() local 2534 } while ((test = testNext) != stop); in debugMergeMatches()
|