Home
last modified time | relevance | path

Searched refs:stop (Results 76 - 100 of 556) sorted by relevance

12345678910>>...23

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteArray.cs58 int stop = srcOffset + count; in Copy()
59 for (int i = srcOffset; i < stop; i++) in Copy()
/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
/third_party/alsa-lib/test/
H A Dmidiloop.c18 int stop = 0; variable
22 stop=1; in sighandler()
143 while (!stop) { in main()
149 stop = 1; in main()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DI2C-js.cpp177 * @param repeated (optional) If true, do not send stop at end.
266 * I2C#stop (native JavaScript method)
268 * Creates a stop condition on the I2C bus.
270 DECLARE_CLASS_FUNCTION(I2C, stop) { in DECLARE_CLASS_FUNCTION()
271 CHECK_ARGUMENT_COUNT(I2C, stop, (args_count == 0)); in DECLARE_CLASS_FUNCTION()
284 native_ptr->stop(); in DECLARE_CLASS_FUNCTION()
312 ATTACH_CLASS_FUNCTION(js_object, I2C, stop); in DECLARE_CLASS_CONSTRUCTOR()
/third_party/python/Lib/multiprocessing/
H A Dsharedctypes.py229 def __getslice__(self, start, stop):
231 return self._obj[start:stop]
233 def __setslice__(self, start, stop, values):
235 self._obj[start:stop] = values
/third_party/python/Objects/clinic/
H A Dlistobject.c.h219 "index($self, value, start=0, stop=sys.maxsize, /)\n"
231 Py_ssize_t stop);
239 Py_ssize_t stop = PY_SSIZE_T_MAX; in list_index() local
254 if (!_PyEval_SliceIndexNotNone(args[2], &stop)) { in list_index()
258 return_value = list_index_impl(self, value, start, stop); in list_index()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token_test.cc144 Notification stop; in TEST() local
151 pool.Schedule([&stop]() { in TEST()
156 while (!stop.HasBeenNotified()) { in TEST()
202 stop.Notify(); in TEST()
H A Dcordz_handle_test.cc180 Notification stop; in TEST() local
204 pool.Schedule([&stop, &handles, &found_safe_to_inspect]() { in TEST()
209 while (!stop.HasBeenNotified()) { in TEST()
252 stop.Notify(); in TEST()
/third_party/python/Lib/test/test_asyncio/
H A Dfunctional.py108 self.loop.stop()
160 def stop(self): member in SocketThread
169 self.stop()
211 def stop(self): member in TestThreadedServer
215 self._s2.send(b'stop')
219 super().stop()
/third_party/skia/modules/skshaper/src/
H A DSkShaper_primitive.cpp83 static size_t linebreak(const char text[], const char stop[], in linebreak() argument
99 while (text < stop) { in linebreak()
101 SkUnichar uni = SkUTF::NextUTF8(&text, stop); in linebreak()
132 while (next < stop && is_breaking_whitespace(SkUTF::NextUTF8(&next, stop))) { in linebreak()
/third_party/skia/experimental/docs/
H A DsvgBackend.js115 var stop = g.stops[index];
116 var color = svg_rbg(stop.color);
117 var s = document.createElementNS(svgNS, 'stop');
118 s.setAttribute("offset", stop.offset);
119 var style = "stop-color:" + svg_rbg(stop.color) + "; stop-opacity:"
120 + svg_opacity(stop.color);
/third_party/nghttp2/src/
H A Dutil.cc930 auto stop = std::find(first, last, delim); in split_str() local
931 list[len] = StringRef{first, stop}; in split_str()
932 if (stop == last) { in split_str()
935 first = stop + 1; in split_str()
966 auto stop = std::find(first, last, delim); in split_str() local
967 list[len] = StringRef{first, stop}; in split_str()
968 if (stop == last) { in split_str()
971 first = stop + 1; in split_str()
1354 auto stop = std::min(first + 8, last); in hexdump8() local
1355 for (auto k = first; k != stop; in hexdump8()
1400 auto stop = std::min(i + 16, end); hexdump() local
[all...]
/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)

Completed in 13 milliseconds

12345678910>>...23