/third_party/grpc/tools/run_tests/python_utils/ |
D | start_port_server.py | 92 waits = 0 94 if waits > 10: 122 waits += 1 126 waits += 1
|
/third_party/node/test/parallel/ |
D | test-net-server-max-connections.js | 34 const waits = []; variable 38 waits.push(function() { connection.end(); }); 71 while (cb = waits.shift()) {
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | testatomic.c | 481 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/ |
D | clocking3 | 6 - add to list of pending sync waits 17 - add to list of pending async waits
|
D | DVDplayer | 17 the nav decoder waits for input somehow. The pipeline keeps on
|
D | clocking | 39 blocking waits to a select call. All further waits on the clock
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/ |
D | vmservice_test.dart | 209 …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/ |
D | find.dart | 49 /// 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/ |
D | ftp-ssl-ccc-mode.d | 11 the server. The active mode initiates the shutdown and waits for a reply from
|
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/ |
D | README.md | 21 The symptom is the strange callback pattern. This sample waits half a second
|
/third_party/ltp/testcases/kernel/device-drivers/rtc/ |
D | README | 11 3. Update interrupts test : Sets Update interrupts enable on, waits for five
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_wait_sync.txt | 116 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/ |
D | EGL_KHR_wait_sync.txt | 116 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/ |
D | gstharness.h | 156 guint waits, 164 guint waits);
|
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/ |
D | unbound-method.md | 88 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/ |
D | extension_test.dart | 46 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/ |
D | platform_view.dart | 29 // 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/ |
D | scroll_perf.dart | 43 await ready.future; // waits for tap sent by devicelab task
|
/third_party/ltp/testcases/kernel/controllers/memctl/ |
D | README | 38 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/ |
D | PresentSemaphores.md | 67 > 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/ |
D | README.event-loops-intro.md | 15 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/ |
D | random.rst | 524 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/ |
D | faq.qbk | 28 outputting any data. The launching process on the other hand waits for its output.
|
/third_party/libwebsockets/cmake/ |
D | LwsCheckRequirements.cmake | 91 # Creates a "test" called res_${SR_SCOPE} that waits to be
|
/third_party/openssl/doc/man3/ |
D | SSL_accept.pod | 15 SSL_accept() waits for a TLS/SSL client to initiate the TLS/SSL handshake.
|