Home
last modified time | relevance | path

Searched refs:waits (Results 1 – 25 of 204) sorted by relevance

123456789

/third_party/grpc/tools/run_tests/python_utils/
Dstart_port_server.py92 waits = 0
94 if waits > 10:
122 waits += 1
126 waits += 1
/third_party/node/test/parallel/
Dtest-net-server-max-connections.js34 const waits = []; variable
38 waits.push(function() { connection.end(); });
71 while (cb = waits.shift()) {
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestatomic.c481 int waits; member
490 int waits; member
512 ++data->waits; in FIFO_Writer()
520 ++data->waits; in FIFO_Writer()
542 ++data->waits; in FIFO_Reader()
555 ++data->waits; in FIFO_Reader()
675 … SDL_Log("Writer %d wrote %d events, had %d waits\n", i, EVENTS_PER_WRITER, writerData[i].waits); in RunFIFOTest()
688 SDL_Log("Reader %d read %d events, had %d waits\n", i, total, readerData[i].waits); in RunFIFOTest()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dclocking36 - add to list of pending sync waits
17 - add to list of pending async waits
DDVDplayer17 the nav decoder waits for input somehow. The pipeline keeps on
Dclocking39 blocking waits to a select call. All further waits on the clock
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dvmservice_test.dart209 …st Duration(milliseconds: 50)); // the last listViews had no views, so it waits 50ms, then calls g…
216 time.elapse(const Duration(milliseconds: 50)); // so refreshViews waits another 50ms
223 time.elapse(const Duration(milliseconds: 50)); // so refreshViews waits another 50ms
230 time.elapse(const Duration(milliseconds: 50)); // so refreshViews waits another 50ms
240 time.elapse(const Duration(milliseconds: 50)); // so refreshViews waits another 50ms
/third_party/flutter/flutter/packages/flutter_driver/lib/src/common/
Dfind.dart49 /// A Flutter Driver command that waits until [finder] can locate the target.
51 /// Creates a command that waits for the widget identified by [finder] to
79 /// A Flutter Driver command that waits until [finder] can no longer locate the target.
81 /// Creates a command that waits for the widget identified by [finder] to
109 /// A Flutter Driver command that waits until there are no more transient callbacks in the queue.
111 /// Creates a command that waits for there to be no transient callbacks.
122 /// A Flutter Driver command that waits until the frame is synced.
124 /// Creates a command that waits until there's no pending frame scheduled.
135 /// A Flutter Driver command that waits until the Flutter engine rasterizes the
/third_party/curl/docs/cmdline-opts/
Dftp-ssl-ccc-mode.d11 the server. The active mode initiates the shutdown and waits for a reply from
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/
DREADME.md21 The symptom is the strange callback pattern. This sample waits half a second
/third_party/ltp/testcases/kernel/device-drivers/rtc/
DREADME11 3. Update interrupts test : Sets Update interrupts enable on, waits for five
/third_party/EGL/extensions/KHR/
DEGL_KHR_wait_sync.txt116 waits, an EGL_BAD_MATCH error is generated.
193 Server waits are functionality which was only available in GL syncs
202 2. Must all EGL client APIs support server waits?
217 to do server waits, but this would require new client API extensions.
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_wait_sync.txt116 waits, an EGL_BAD_MATCH error is generated.
193 Server waits are functionality which was only available in GL syncs
202 2. Must all EGL client APIs support server waits?
217 to do server waits, but this would require new client API extensions.
/third_party/gstreamer/gstreamer/libs/gst/check/
Dgstharness.h156 guint waits,
164 guint waits);
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dunbound-method.md88 If your code intentionally waits to bind methods after use, such as by passing a `scope: this` alon…
/third_party/flutter/flutter/packages/flutter_driver/test/src/
Dextension_test.dart46 testWidgets('waits until no transient callbacks', (WidgetTester tester) async {
364 'waits until no transient callbacks', (WidgetTester tester) async {
390 'waits until no pending scheduled frame', (WidgetTester tester) async {
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/
Dplatform_view.dart29 // is to have a full-page button which waits for a double tap. Placing this
/third_party/flutter/flutter/dev/benchmarks/complex_layout/test_memory/
Dscroll_perf.dart43 await ready.future; // waits for tap sent by devicelab task
/third_party/ltp/testcases/kernel/controllers/memctl/
DREADME38 waits for the return status from tasks and reports test pass/fail accordingly.
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DPresentSemaphores.md67 > finishes jobs) for the first 1002 submissions. The 1003rd submission waits for F1001 (which uses
69 > next V-Sync). The CPU then waits for V-Sync before the 1003rd submission. The CPU waits for one
/third_party/libwebsockets/READMEs/
DREADME.event-loops-intro.md15 provide the best backend for their event waits on the platform automagically.
97 and use native waits like epoll() or WSA accordingly.
175 If you have two or more chunks of code with their own waits, it may be tempting
191 - the waits have timeouts where they sleep for short periods, but then the
/third_party/python/Doc/library/
Drandom.rst524 waits = []
532 waits.append(wait)
537 print(f'Mean wait: {mean(waits):.1f} Max wait: {max(waits):.1f}')
538 print('Quartiles:', [round(q, 1) for q in quantiles(waits)])
/third_party/boost/libs/process/doc/
Dfaq.qbk28 outputting any data. The launching process on the other hand waits for its output.
/third_party/libwebsockets/cmake/
DLwsCheckRequirements.cmake91 # Creates a "test" called res_${SR_SCOPE} that waits to be
/third_party/openssl/doc/man3/
DSSL_accept.pod15 SSL_accept() waits for a TLS/SSL client to initiate the TLS/SSL handshake.

123456789