/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | threads_hilevel | 16 NULL->READY 29 change state of children to READY (*) 38 READY->NULL 61 READY->PAUSED 74 change state of children to READY (*) 141 change state of children to READY (*) (!EOS) 155 change state of children to READY (*) 162 PAUSED->READY 165 similar to READY->PAUSED
|
D | states | 4 There are four states, NULL, READY, PAUSED, PLAYING. state transitions only 13 READY: the element is ready to start processing. 35 READY 64 READY: as in PAUSED but *all* properties can be changed.
|
D | clocking | 84 set_clock on itself. This happens in the NULL->READY state. 131 When the pipeline is brought to the READY state, the clock is 137 NULL->READY : distribute clock, clock_reset, 138 READY->PAUSED : clock_activate (FALSE) 141 PAUSED->READY : clock_reset 142 READY->NULL : delete clock;
|
D | eos5 | 33 element in the READY state. 70 element in the READY state.
|
D | eos4 | 38 to the READY state and the chain is not scheduled anymore because 75 disksrc1 is set to the READY state.
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/ |
D | _channel_connectivity_test.py | 27 return grpc.ChannelConnectivity.READY in connectivities 31 return connectivities[-1] is not grpc.ChannelConnectivity.READY 82 self.assertNotIn(grpc.ChannelConnectivity.READY, second_connectivities) 83 self.assertNotIn(grpc.ChannelConnectivity.READY, third_connectivities) 84 self.assertNotIn(grpc.ChannelConnectivity.READY, fourth_connectivities) 85 self.assertNotIn(grpc.ChannelConnectivity.READY, fifth_connectivities)
|
D | _api_test.py | 102 grpc.ChannelConnectivity.READY,
|
/third_party/grpc/doc/ |
D | wait-for-ready.md | 8 channel being in other states (`CONNECTING`, `READY`, or `IDLE`). 12 queues the RPCs until the channel is `READY`. This is known as "wait for ready." 13 The RPCs SHOULD still fail before `READY` if there are unrelated reasons, such
|
D | connectivity-semantics-and-api.md | 26 READY: The channel has successfully established a connection all the way through 46 period, channels that are READY or CONNECTING switch to IDLE. Additionally, 66 <th>READY</th> 80 <th>READY</th>
|
/third_party/ltp/testcases/kernel/syscalls/sigrelse/ |
D | sigrelse01.c | 150 #define READY "ready" /* signal to parent that child is set up */ macro 257 if (strcmp(str, READY) != 0) { in parent() 286 if (write_pipe(pipe_fd2[1], READY) < 0) { in parent() 390 (void)strcpy(note, READY); in child() 466 if (strcmp(str, READY) != 0) { in child()
|
/third_party/grpc/examples/python/wait_for_ready/ |
D | README.md | 7 …RPCs SHOULD NOT fail as a result of the channel being in other states (CONNECTING, READY, or IDLE). 9 …ueues the RPCs until the channel is READY. This is known as "wait for ready." The RPCs SHOULD stil…
|
/third_party/grpc/doc/python/sphinx/ |
D | glossary.rst | 36 (CONNECTING, READY, or IDLE). 39 until the channel is READY. Any submitted RPCs may still fail before the 40 READY state is reached for other reasons, e.g., the client channel has been
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | connectivity_test.py | 61 channel, grpc.ChannelConnectivity.READY), 73 channel, grpc.ChannelConnectivity.READY),
|
/third_party/grpc/src/python/grpcio_tests/tests/unit/beta/ |
D | _connectivity_channel_test.py | 26 self.assertIsNotNone(interfaces.ChannelConnectivity.READY)
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_application_formInfo.js | 53 READY: 1, property
|
/third_party/grpc/test/cpp/end2end/ |
D | thread_stress_test.cc | 223 case Context::READY: { in ProcessRpcs() 241 contexts_[i].state = Context::READY; in RefreshContext() 257 enum { READY, DONE } state; enumerator
|
/third_party/flutter/flutter/examples/flutter_gallery/test_memory/ |
D | back_button.dart | 34 debugPrint('==== MEMORY BENCHMARK ==== READY ====');
|
D | image_cache_memory.dart | 49 debugPrint('==== MEMORY BENCHMARK ==== READY ====');
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberMatcher.java | 187 NOT_READY, READY, DONE enumConstant 705 state = State.READY; in hasNext() 708 return state == State.READY; in hasNext()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumbermatcher.h | 101 READY, enumerator
|
/third_party/mbedtls/.github/ |
D | pull_request_template.md | 9 **READY/IN DEVELOPMENT/HOLD**
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
D | ieee802_1x_cp.c | 266 SM_STATE(CP, READY) in SM_STATE() argument 268 SM_ENTRY(CP, READY); in SM_STATE() 389 SM_ENTER(CP, READY); in SM_STEP()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
D | ieee802_1x_cp.c | 272 SM_STATE(CP, READY) in SM_STATE() argument 274 SM_ENTRY(CP, READY); in SM_STATE() 400 SM_ENTER(CP, READY); in SM_STEP()
|
/third_party/gstreamer/gstreamer/docs/random/matth/ |
D | scheduling.txt | 25 3. Change state transitions to NULL <-> READY <-> PAUSED <-> PLAYING. 119 NULL <-> READY <-> PAUSED <-> PLAYING, some would be
|
/third_party/grpc/src/python/grpcio/grpc/beta/ |
D | utilities.py | 60 connectivity is interfaces.ChannelConnectivity.READY):
|