/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
H A D | Timer.java | 45 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 D | Timer.java | 42 public long stop() { in stop() method in Timer 104 stop(); in timeIterations() 111 stop(); in timeIterations()
|
/third_party/libuv/test/ |
H A D | benchmark-tcp-write-batch.c | 101 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 D | uperf.h | 121 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 D | sched_jitter.c | 117 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 D | cov.cc | 40 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 D | xsWin32TestProcess.hpp | 83 void stop (void); 100 void stop (void); 117 void stop (void);
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | uperf.h | 121 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 D | SimpleAudioOutput.java | 121 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 D | Parallel.cpp | 59 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 D | more.c | 142 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 D | fillrect_gradient.cpp | 57 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 D | vrc4171_card.c | 375 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 D | quatech_daqp_cs.c | 149 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 D | quatech_daqp_cs.c | 148 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 D | SkRegion.cpp | 284 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 D | neon.c | 41 int start, int stop, \ 48 start, stop, (unsigned long)bytes, ptrs); \
|
H A D | loongarch_simd.c | 114 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 D | neon.c | 41 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 D | MidiEventThread.java | 48 // 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 D | round_dance.py | 17 Press any key to stop the animation. 27 def stop(): function 67 onkeypress(stop)
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | rdc321x_wdt.c | 43 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 D | cpu5wdt.c | 48 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 D | nfp_app.c | 215 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 D | nfp_app.c | 215 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()
|