Home
last modified time | relevance | path

Searched refs:stop (Results 176 - 200 of 3087) sorted by relevance

12345678910>>...124

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DTimer.java45 public long stop() { in stop() method in Timer
107 stop(); in timeIterations()
114 stop(); in timeIterations()
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DTimer.java42 public long stop() { in stop() method in Timer
104 stop(); in timeIterations()
111 stop(); in timeIterations()
/third_party/libuv/test/
H A Dbenchmark-tcp-write-batch.c101 uint64_t stop; in BENCHMARK_IMPL() local
131 stop = uv_hrtime(); in BENCHMARK_IMPL()
140 (stop - start) / 1e9); in BENCHMARK_IMPL()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h121 UTimer start, stop; in time() local
126 utimer_getTime(&stop); in time()
127 return utimer_getDeltaSeconds(&start,&stop); // ms in time()
/third_party/ltp/testcases/realtime/func/sched_jitter/
H A Dsched_jitter.c117 struct timespec start, stop; in thread_worker() local
134 clock_gettime(CLOCK_MONOTONIC, &stop); in thread_worker()
137 delta = ts_sub(stop, start); in thread_worker()
/third_party/node/deps/v8/src/d8/
H A Dcov.cc40 uint32_t* stop) { in __sanitizer_cov_trace_pc_guard_init()
62 edges_stop = stop; in __sanitizer_cov_trace_pc_guard_init()
65 shmem->num_edges = static_cast<uint32_t>(stop - start); in __sanitizer_cov_trace_pc_guard_init()
39 __sanitizer_cov_trace_pc_guard_init(uint32_t* start, uint32_t* stop) __sanitizer_cov_trace_pc_guard_init() argument
/third_party/vk-gl-cts/execserver/
H A DxsWin32TestProcess.hpp83 void stop (void);
100 void stop (void);
117 void stop (void);
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
H A Duperf.h121 UTimer start, stop; in time() local
126 utimer_getTime(&stop); in time()
127 return utimer_getDeltaSeconds(&start,&stop); // ms in time()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
H A DSimpleAudioOutput.java121 stop(); in start()
199 public void stop() { in stop() method in SimpleAudioOutput
201 mAudioTrack.stop(); in stop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DParallel.cpp59 void stop() { in stop() function in llvm::parallel::detail::__anon24328::ThreadPoolExecutor
71 stop();
81 static void call(void *Ptr) { ((ThreadPoolExecutor *)Ptr)->stop(); } in call()
/third_party/toybox/toys/pending/
H A Dmore.c142 if (input_key == 'q') goto stop; in more_main()
163 if (input_key == 'q') goto stop; in more_main()
167 stop: in more_main()
/third_party/skia/gm/
H A Dfillrect_gradient.cpp57 for (const GradientStop& stop : stops) { in drawGradient()
58 colors.push_back(stop.color); in drawGradient()
59 positions.push_back(stop.pos); in drawGradient()
106 // Only one stop, at zero: Solid red
109 // Only one stop, at 1.0: Solid red
112 // Only one stop, in the middle: Solid red
/kernel/linux/linux-5.10/drivers/pcmcia/
H A Dvrc4171_card.c375 io->start > 0xffff || io->stop > 0xffff || io->start > io->stop) in pccard_set_io_map()
388 exca_write_word(slot, I365_IO(map)+I365_W_STOP, io->stop); in pccard_set_io_map()
412 uint16_t start, stop, offset; in pccard_set_mem_map() local
439 stop = (mem->res->end >> 12) & 0x3fff; in pccard_set_mem_map()
444 stop |= I365_MEM_WS0; in pccard_set_mem_map()
447 stop |= I365_MEM_WS1; in pccard_set_mem_map()
450 stop |= I365_MEM_WS0 | I365_MEM_WS1; in pccard_set_mem_map()
453 exca_write_word(slot, I365_MEM(map)+I365_W_STOP, stop); in pccard_set_mem_map()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dquatech_daqp_cs.c149 int stop; member
183 if (devpriv->stop) in daqp_ai_cancel()
304 if (devpriv->stop) in daqp_ai_insn_read()
340 /* stop any conversions and clear the status event flags */ in daqp_ai_insn_read()
471 if (devpriv->stop) in daqp_ai_cmd()
509 * If we don't have a stop count, then use half the size of in daqp_ai_cmd()
521 * If we have a stop count, then things get more interesting. in daqp_ai_cmd()
522 * If the stop count is less than the FIFO size (actually in daqp_ai_cmd()
524 * the stop count itself as the threshold, the card interrupts in daqp_ai_cmd()
526 * acquisition at that point and are done. If the stop coun in daqp_ai_cmd()
[all...]
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H A Dquatech_daqp_cs.c148 int stop; member
182 if (devpriv->stop) in daqp_ai_cancel()
303 if (devpriv->stop) in daqp_ai_insn_read()
339 /* stop any conversions and clear the status event flags */ in daqp_ai_insn_read()
470 if (devpriv->stop) in daqp_ai_cmd()
508 * If we don't have a stop count, then use half the size of in daqp_ai_cmd()
520 * If we have a stop count, then things get more interesting. in daqp_ai_cmd()
521 * If the stop count is less than the FIFO size (actually in daqp_ai_cmd()
523 * the stop count itself as the threshold, the card interrupts in daqp_ai_cmd()
525 * acquisition at that point and are done. If the stop coun in daqp_ai_cmd()
[all...]
/third_party/skia/src/core/
H A DSkRegion.cpp284 RunType* stop = runs + count; in setRuns() local
298 assert_sentinel(stop[-1], true); in setRuns()
299 assert_sentinel(stop[-2], true); in setRuns()
302 if (stop[-5] == SkRegion_kRunTypeSentinel) { // eek, stop[-4] was a bottom with no x-runs in setRuns()
303 stop[-4] = SkRegion_kRunTypeSentinel; // kill empty last span in setRuns()
304 stop -= 3; in setRuns()
305 assert_sentinel(stop[-1], true); // last y-sentinel in setRuns()
306 assert_sentinel(stop[-2], true); // last x-sentinel in setRuns()
307 assert_sentinel(stop[ in setRuns()
845 int stop = operate_on_span(a_runs, b_runs, fArray, start, fMin, fMax); addSpan() local
[all...]
/kernel/linux/linux-5.10/lib/raid6/
H A Dneon.c41 int start, int stop, \
48 start, stop, (unsigned long)bytes, ptrs); \
H A Dloongarch_simd.c114 static void raid6_lsx_xor_syndrome(int disks, int start, int stop, in raid6_lsx_xor_syndrome() argument
121 z0 = stop; /* P/Q right side optimization */ in raid6_lsx_xor_syndrome()
322 static void raid6_lasx_xor_syndrome(int disks, int start, int stop, in raid6_lasx_xor_syndrome() argument
329 z0 = stop; /* P/Q right side optimization */ in raid6_lasx_xor_syndrome()
/kernel/linux/linux-6.6/lib/raid6/
H A Dneon.c41 int start, int stop, \
48 start, stop, (unsigned long)bytes, ptrs); \
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DMidiEventThread.java48 // OK, this is how we stop the thread. in run()
54 * Asynchronously tell the thread to stop.
63 stop(); in start()
69 * Asks the thread to stop then waits for it to stop.
71 public void stop() { in stop() method in MidiEventThread
78 "Interrupted while waiting for MIDI EventScheduler thread to stop."); in stop()
/third_party/python/Lib/turtledemo/
H A Dround_dance.py17 Press any key to stop the animation.
27 def stop(): function
67 onkeypress(stop)
/kernel/linux/linux-5.10/drivers/watchdog/
H A Drdc321x_wdt.c43 struct completion stop; member
79 complete(&rdc321x_wdt_device.stop); in rdc321x_wdt_trigger()
249 init_completion(&rdc321x_wdt_device.stop); in rdc321x_wdt_probe()
264 wait_for_completion(&rdc321x_wdt_device.stop); in rdc321x_wdt_remove()
H A Dcpu5wdt.c48 struct completion stop; member
75 complete(&cpu5wdt_device.stop); in cpu5wdt_trigger()
119 pr_crit("stop not possible\n"); in cpu5wdt_stop()
212 init_completion(&cpu5wdt_device.stop); in cpu5wdt_init()
254 wait_for_completion(&cpu5wdt_device.stop); in cpu5wdt_exit()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.c215 if (app->type->stop) in nfp_app_start()
216 app->type->stop(app); in nfp_app_start()
224 if (app->type->stop) in nfp_app_stop()
225 app->type->stop(app); in nfp_app_stop()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.c215 if (app->type->stop) in nfp_app_start()
216 app->type->stop(app); in nfp_app_start()
224 if (app->type->stop) in nfp_app_stop()
225 app->type->stop(app); in nfp_app_stop()

Completed in 14 milliseconds

12345678910>>...124