Home
last modified time | relevance | path

Searched refs:READY (Results 1 – 25 of 107) sorted by relevance

12345

/third_party/gstreamer/gstreamer/docs/random/wtay/
Dthreads_hilevel16 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
Dstates4 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.
Dclocking84 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;
Deos533 element in the READY state.
70 element in the READY state.
Deos438 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.py27 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.py102 grpc.ChannelConnectivity.READY,
/third_party/grpc/doc/
Dwait-for-ready.md8 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
Dconnectivity-semantics-and-api.md26 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/
Dsigrelse01.c150 #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/
DREADME.md7 …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/
Dglossary.rst36 (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/
Dconnectivity_test.py61 channel, grpc.ChannelConnectivity.READY),
73 channel, grpc.ChannelConnectivity.READY),
/third_party/grpc/src/python/grpcio_tests/tests/unit/beta/
D_connectivity_channel_test.py26 self.assertIsNotNone(interfaces.ChannelConnectivity.READY)
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_application_formInfo.js53 READY: 1, property
/third_party/grpc/test/cpp/end2end/
Dthread_stress_test.cc223 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/
Dback_button.dart34 debugPrint('==== MEMORY BENCHMARK ==== READY ====');
Dimage_cache_memory.dart49 debugPrint('==== MEMORY BENCHMARK ==== READY ====');
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberMatcher.java187 NOT_READY, READY, DONE enumConstant
705 state = State.READY; in hasNext()
708 return state == State.READY; in hasNext()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumbermatcher.h101 READY, enumerator
/third_party/mbedtls/.github/
Dpull_request_template.md9 **READY/IN DEVELOPMENT/HOLD**
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_cp.c266 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/
Dieee802_1x_cp.c272 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/
Dscheduling.txt25 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/
Dutilities.py60 connectivity is interfaces.ChannelConnectivity.READY):

12345