/third_party/glib/glib/ |
D | gpoll.c | 140 DWORD ready; in poll_rest() local 152 ready = MsgWaitForMultipleObjectsEx (nhandles, handles, timeout_ms, in poll_rest() 155 if (ready == WAIT_FAILED) in poll_rest() 166 ready = WAIT_FAILED; in poll_rest() 171 ready = WAIT_TIMEOUT; in poll_rest() 182 ready = WaitForMultipleObjectsEx (nhandles, handles, FALSE, timeout_ms, TRUE); in poll_rest() 183 if (ready == WAIT_FAILED) in poll_rest() 193 ready, in poll_rest() 194 (ready == WAIT_FAILED ? " (WAIT_FAILED)" : in poll_rest() 195 (ready == WAIT_TIMEOUT ? " (WAIT_TIMEOUT)" : in poll_rest() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | poll-posix.c | 63 int ready; in pa_poll() local 107 ready = select(maxfd + 1, &rset, &wset, &xset, (timeout == -1 ? NULL : &tv)); in pa_poll() 109 if ((ready == -1) && (errno == EBADF)) { in pa_poll() 110 ready = 0; in pa_poll() 152 ++ready; in pa_poll() 167 ready++; in pa_poll() 178 if (ready) { in pa_poll() 182 ready = select(maxfd + 1, &rset, &wset, &xset, (timeout == -1 ? NULL : &tv)); in pa_poll() 190 if (ready > 0) { in pa_poll() 191 ready = 0; in pa_poll() [all …]
|
/third_party/node/lib/internal/repl/ |
D | history.js | 33 function setupHistory(repl, historyPath, ready) { argument 40 return ready(null, repl); 52 return ready(null, repl); 75 return ready(null, repl); 82 return ready(err); 89 return ready(err); 103 return ready(err); 113 ready(null, repl);
|
/third_party/grpc/examples/python/wait_for_ready/ |
D | README.md | 1 # gRPC Python Example for Wait-for-ready 3 The default behavior of an RPC is to fail instantly if the server is not ready yet. This example de… 6 ### Definition of 'wait-for-ready' semantics 9 …on queues the RPCs until the channel is READY. This is known as "wait for ready." The RPCs SHOULD … 11 > From https://github.com/grpc/grpc/blob/master/doc/wait-for-ready.md 14 ### Use cases for 'wait-for-ready' 16 …re for this situation, the result can be catastrophic. But with 'wait-for-ready' semantics, develo… 18 …lity of the server. With 'wait-for-ready' semantics, those RPC calls will automatically wait until…
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TimerQueriesTest.cpp | 125 GLuint ready = GL_FALSE; in TEST_P() local 126 while (ready == GL_FALSE && timeout > 0) in TEST_P() 129 glGetQueryObjectuivEXT(query1, GL_QUERY_RESULT_AVAILABLE_EXT, &ready); in TEST_P() 132 ready = GL_FALSE; in TEST_P() 133 while (ready == GL_FALSE && timeout > 0) in TEST_P() 136 glGetQueryObjectuivEXT(query2, GL_QUERY_RESULT_AVAILABLE_EXT, &ready); in TEST_P() 205 GLuint ready = GL_FALSE; in TEST_P() local 206 while (ready == GL_FALSE && timeout > 0) in TEST_P() 209 glGetQueryObjectuivEXT(query, GL_QUERY_RESULT_AVAILABLE_EXT, &ready); in TEST_P() 442 GLuint ready = GL_FALSE; in TEST_P() local [all …]
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TimerQueriesTest.cpp | 131 GLuint ready = GL_FALSE; in TEST_P() local 132 while (ready == GL_FALSE && timeout > 0) in TEST_P() 135 glGetQueryObjectuivEXT(query1, GL_QUERY_RESULT_AVAILABLE_EXT, &ready); in TEST_P() 138 ready = GL_FALSE; in TEST_P() 139 while (ready == GL_FALSE && timeout > 0) in TEST_P() 142 glGetQueryObjectuivEXT(query2, GL_QUERY_RESULT_AVAILABLE_EXT, &ready); in TEST_P() 211 GLuint ready = GL_FALSE; in TEST_P() local 212 while (ready == GL_FALSE && timeout > 0) in TEST_P() 215 glGetQueryObjectuivEXT(query, GL_QUERY_RESULT_AVAILABLE_EXT, &ready); in TEST_P() 453 GLuint ready = GL_FALSE; in TEST_P() local [all …]
|
/third_party/ltp/testcases/kernel/syscalls/pidfd_open/ |
D | pidfd_open03.c | 20 int fd, ready; in run() local 41 ready = poll(&pollfd, 1, -1); in run() 46 if (ready != 1) in run() 47 tst_res(TFAIL, "poll() returned %d", ready); in run()
|
/third_party/flutter/skia/third_party/externals/sdl/src/main/nacl/ |
D | SDL_nacl_main.c | 43 int ready = 0; in nacl_main() local 51 while (!ready) { in nacl_main() 53 while (!ready && (ps_event = PSEventWaitAcquire()) != NULL) { in nacl_main() 60 ready = 1; in nacl_main()
|
/third_party/boost/libs/fiber/doc/ |
D | scheduling.qbk | 65 If the local queue of one thread runs out of ready fibers, the thread tries to 66 steal a ready fiber from another thread running this scheduler. 101 [[Effects:] [Informs the scheduler that fiber `f` is ready to run. Fiber `f` 105 of fibers ready to run. A typical scheduler implementation places `f` into a 116 ready fiber.]] 118 run next. A typical scheduler implementation chooses the head of the ready 128 [[Returns:] [`true` if scheduler has fibers ready to run.]] 136 [[Effects:] [Informs the scheduler that no fiber will be ready until 196 [[Effects:] [Enqueues fiber `f` onto a ready queue.]] 205 [[Returns:] [the fiber at the head of the ready queue, or `nullptr` if the [all …]
|
/third_party/python/Lib/ |
D | selectors.py | 322 ready = [] 326 return ready 338 ready.append((key, events & key.events)) 339 return ready 414 ready = [] 418 return ready 428 ready.append((key, events & key.events)) 429 return ready 467 ready = [] 471 return ready [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_swap_barrier.txt | 30 that barrier is ready to swap (where readiness is defined below), after 72 a drawable is ready to swap and when a group is ready to swap. 74 Any GLX drawable that is not a window is always ready. 76 When a window is unmapped, it is always ready. 78 When a window is mapped, it is ready when all of the following are true: 84 A group is ready when the following is true: 86 1. All windows in the group are ready. 91 1. The window is ready. 93 2. If the window belongs to a group, the group is ready. 96 barrier, all groups using that barrier are ready.
|
D | GLX_SGIX_swap_group.txt | 63 a drawable is ready to swap and when a group is ready to swap. 65 GLX drawables except windows are always ready to swap. 67 When a window is unmapped, it is always ready. 69 When a window is mapped, it is ready when all of the following are true: 75 A group is ready when the following is true: 77 1. All windows in the group are ready. 82 1. The window is ready. 84 2. If the window belongs to a group, the group is ready.
|
/third_party/flutter/flutter/packages/flutter/test/gestures/ |
D | debug_test.dart | 28 … equalsIgnoringHashCodes('Gesture arena 1 ❙ Adding: TapGestureRecognizer#00000(state: ready)')); 46 …HashCodes('Gesture arena 1 ❙ Winner: TapGestureRecognizer#00000(state: ready, finalPosition: Of… 86 …expect(log[0], equalsIgnoringHashCodes('TapGestureRecognizer#00000(state: ready, finalPosition: Of… 87 …expect(log[1], equalsIgnoringHashCodes('TapGestureRecognizer#00000(state: ready, won arena, finalP… 88 …expect(log[2], equalsIgnoringHashCodes('TapGestureRecognizer#00000(state: ready, won arena, finalP… 117 … equalsIgnoringHashCodes('Gesture arena 1 ❙ Adding: TapGestureRecognizer#00000(state: ready)')); 135 …HashCodes('Gesture arena 1 ❙ Winner: TapGestureRecognizer#00000(state: ready, finalPosition: Of… 136 …IgnoringHashCodes(' ❙ TapGestureRecognizer#00000(state: ready, finalPosition: Of… 137 …IgnoringHashCodes(' ❙ TapGestureRecognizer#00000(state: ready, won arena, finalP… 138 …IgnoringHashCodes(' ❙ TapGestureRecognizer#00000(state: ready, won arena, finalP… [all …]
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_swap_barrier.txt | 30 that barrier is ready to swap (where readiness is defined below), after 72 a drawable is ready to swap and when a group is ready to swap. 74 Any GLX drawable that is not a window is always ready. 76 When a window is unmapped, it is always ready. 78 When a window is mapped, it is ready when all of the following are true: 84 A group is ready when the following is true: 86 1. All windows in the group are ready. 91 1. The window is ready. 93 2. If the window belongs to a group, the group is ready. 96 barrier, all groups using that barrier are ready.
|
D | GLX_SGIX_swap_group.txt | 63 a drawable is ready to swap and when a group is ready to swap. 65 GLX drawables except windows are always ready to swap. 67 When a window is unmapped, it is always ready. 69 When a window is mapped, it is ready when all of the following are true: 75 A group is ready when the following is true: 77 1. All windows in the group are ready. 82 1. The window is ready. 84 2. If the window belongs to a group, the group is ready.
|
/third_party/libphonenumber/tools/java/java-build/test/com/google/i18n/phonenumbers/ |
D | BuildShortNumberMetadataJsonFromXmlGoldenTest.java | 47 while (outputReader.ready() && goldenReader.ready()) { in testBuildMetadataJsonFromXmlGolden() 58 assertEquals(outputReader.ready(), goldenReader.ready()); in testBuildMetadataJsonFromXmlGolden()
|
D | BuildMetadataJsonFromXmlGoldenTest.java | 46 while (outputReader.ready() && goldenReader.ready()) { in testBuildMetadataJsonFromXmlGolden() 57 assertEquals(outputReader.ready(), goldenReader.ready()); in testBuildMetadataJsonFromXmlGolden()
|
/third_party/typescript/tests/baselines/reference/ |
D | recursiveNamedLambdaCall.types | 4 … return setTimeout( doScrollCheck, 50 ); } // detach all dom ready events detach(… 15 … return setTimeout( doScrollCheck, 50 ); } // detach all dom ready events detach(… 16 … return setTimeout( doScrollCheck, 50 ); } // detach all dom ready events detach(… 17 … return setTimeout( doScrollCheck, 50 ); } // detach all dom ready events detach(… 41 // detach all dom ready events
|
/third_party/node/test/parallel/ |
D | test-repl-array-prototype-tempering.js | 14 let ready; 19 ready = data[data.length - 1] === SPACE && ( 32 if (ready) { 33 ready = false;
|
D | test-repl-unsafe-array-iteration.js | 14 let ready; 19 ready = data[data.length - 1] === SPACE && ( 32 if (ready) { 33 ready = false;
|
D | test-net-error-twice.js | 33 function ready() { function 50 ready(); 56 ready();
|
/third_party/python/Tools/peg_generator/pegen/ |
D | sccutils.py | 92 ready = {item for item, dep in data.items() if not dep} 93 if not ready: 95 yield ready 96 data = {item: (dep - ready) for item, dep in data.items() if item not in ready}
|
/third_party/jerryscript/tools/babel/ |
D | README.md | 18 * **[Getting ready](#getting-ready)** 23 ## Getting ready [](#getting-ready) 59 After installing the dependencies it is ready to use.
|
/third_party/uboot/u-boot-2020.01/tools/binman/etype/ |
D | u_boot_dtb_with_ucode.py | 37 self.ready = False 89 self.ready = True 91 self.ready = True 92 return self.ready
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | PerThreadProcTests.cpp | 47 std::atomic<bool> ready(false); in TEST_F() local 75 while (!ready) { in TEST_F() 96 while (!ready) { in TEST_F() 110 ready = true; in TEST_F()
|