Home
last modified time | relevance | path

Searched full:become (Results 1 – 25 of 3621) sorted by relevance

12345678910>>...145

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannels.common.kt24 …* **Note: This API will become obsolete in future updates with introduction of lazy asynchronous s… in <lambda>()
80 …* **Note: This API will become obsolete in future updates with introduction of lazy asynchronous s…
101 …* **Note: This API will become obsolete in future updates with introduction of lazy asynchronous s…
124 …* **Note: This API will become obsolete in future updates with introduction of lazy asynchronous s…
184 …* **Note: This API will become obsolete in future updates with introduction of lazy asynchronous s…
204 …* **Note: This API will become obsolete in future updates with introduction of lazy asynchronous s…
220 …* **Note: This API will become obsolete in future updates with introduction of lazy asynchronous s…
245 …* **Note: This API will become obsolete in future updates with introduction of lazy asynchronous s…
270 …* **Note: This API will become obsolete in future updates with introduction of lazy asynchronous s…
286 …* **Note: This API will become obsolete in future updates with introduction of lazy asynchronous s… in find()
[all …]
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DStackFrame.java77 * @throws InvalidStackFrameException if this stack frame has become
87 * @throws InvalidStackFrameException if this stack frame has become
100 * @throws InvalidStackFrameException if this stack frame has become
139 * @throws InvalidStackFrameException if this stack frame has become
157 * @throws InvalidStackFrameException if this stack frame has become
173 * @throws InvalidStackFrameException if this stack frame has become
189 * @throws InvalidStackFrameException if this stack frame has become
216 * @throws InvalidStackFrameException if this stack frame has become
233 * @throws InvalidStackFrameException if this stack frame has become
DMonitorInfo.java42 * frame has become invalid. Once the frame's thread is resumed,
57 * frame has become invalid. Once the frame's thread is resumed,
69 * frame has become invalid. Once the frame's thread is resumed,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Merge.pbtxt6 The input tensors, exactly one of which will become available.
23 `Merge` waits for at least one of the tensors in `inputs` to become available.
26 `Merge` forwards the first tensor to become available to `output`, and sets
Dapi_def_RefMerge.pbtxt7 The input tensors, exactly one of which will become available.
24 `Merge` waits for at least one of the tensors in `inputs` to become available.
27 `Merge` forwards the first tensor for become available to `output`, and sets
/external/tensorflow/tensorflow/python/training/
Dsession_manager.py60 checkpoint after a crash, or wait for checkpoints to become available.
83 # Create a SessionManager that will wait for the model to become ready.
177 wait_for_checkpoint: Whether to wait for checkpoint to become available.
178 max_wait_secs: Maximum time to wait for checkpoints to become available.
212 # Waits up until max_wait_secs for checkpoint to become available.
269 wait_for_checkpoint: Whether to wait for checkpoint to become available.
270 max_wait_secs: Maximum time to wait for checkpoints to become available.
340 wait_for_checkpoint: Whether to wait for checkpoint to become available.
341 max_wait_secs: Maximum time to wait for checkpoints to become available.
401 max_wait_secs: Maximum time to wait for the session to become available.
/external/rust/crates/futures-util/src/stream/
Dselect_all.rs20 /// yielded as they become ready. Streams will only be polled when they
110 /// The stream will yield items as they become available on the underlying
111 /// streams internally, in the order they become available.
114 /// futures into the set as they become available.
/external/autotest/server/cros/
Dstress.py51 become True, or None to wait forever.
91 raise error.TestFail('start condition did not become true '
156 become True, or None to wait forever.
202 become True, or None to wait forever.
/external/curl/docs/libcurl/opts/
DCURLMOPT_SOCKETFUNCTION.364 Wait for incoming data. For the socket to become readable.
66 Wait for outgoing data. For the socket to become writable.
68 Wait for incoming and outgoing data. For the socket to become readable or
/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typeinference/constraintformulas/
DConstraintFormulaTest.java27 * Through reduction, this will become the constraint formula: ‹String <: α›.
52 // * these will become the constraint formulas ‹int → α› and ‹double → α›, and then ‹Integer <:…
63 // * formula ‹ArrayList<α> → List<Thread>›. Through reduction, this will become the constraint …
/external/ltp/testcases/kernel/mem/vma/
Dvma04.c227 * might become
244 * might become
261 * might become
278 * might become
295 * might become
/external/swiftshader/src/Vulkan/
DVkTimelineSemaphore.hpp36 // for the payload to become a certain value. When a thread signals the timeline, it provides
69 // naively become signaled whenever their parent semaphores are signaled with a new value.
73 // So this function adds other as a dependent semaphore, and tells it to only become unsignaled
78 // Tells this semaphore to become signaled as part of a dependency chain when the parent semaphore
/external/guava/guava/src/com/google/common/util/concurrent/
DServiceManager.java285 * Waits for the {@link ServiceManager} to become {@linkplain #isHealthy() healthy}. The manager
286 * will become healthy after all the component services have reached the {@linkplain State#RUNNING
290 * become {@linkplain #isHealthy() healthy}.
297 * Waits for the {@link ServiceManager} to become {@linkplain #isHealthy() healthy} for no more
298 * than the given time. The manager will become healthy after all the component services have
304 * become {@linkplain #isHealthy() healthy}.
312 * Waits for the {@link ServiceManager} to become {@linkplain #isHealthy() healthy} for no more
313 * than the given time. The manager will become healthy after all the component services have
320 * become {@linkplain #isHealthy() healthy}.
462 * Controls how long to wait for all the services to either become healthy or reach a state from
[all …]
/external/autotest/client/site_tests/network_DhcpStaticIP/
Dnetwork_DhcpStaticIP.py112 @param service Service DBus object which should become connected as
130 raise error.TestFail('Ethernet service did not become connected.')
141 @param service DBus object of the service that should become
159 @param service DBus object of the service that should become
/external/python/cpython3/Lib/
D__future__.py25 MandatoryRelease predicts the release in which the feature will become part
78 CO_FUTURE_ANNOTATIONS = 0x1000000 # annotations become strings at runtime
96 """Return release in which this feature will become mandatory.
/external/clang/test/ARCMT/
DGC-check.m13 …); // expected-error {{call returns pointer to GC managed memory; it will become unmanaged in ARC}}
17 __strong void *gcVar; // expected-error {{GC managed memory will become unmanaged in ARC}}
/external/llvm-project/clang/test/ARCMT/
DGC-check.m13 …); // expected-error {{call returns pointer to GC managed memory; it will become unmanaged in ARC}}
17 __strong void *gcVar; // expected-error {{GC managed memory will become unmanaged in ARC}}
/external/python/google-api-python-client/docs/dyn/
Dclassroom_v1.userProfiles.guardianInvitations.html131 { # An invitation to become the guardian of a specified user, sent to a specified
153 { # An invitation to become the guardian of a specified user, sent to a specified
196 { # An invitation to become the guardian of a specified user, sent to a specified
267 { # An invitation to become the guardian of a specified user, sent to a specified
325 { # An invitation to become the guardian of a specified user, sent to a specified
356 { # An invitation to become the guardian of a specified user, sent to a specified
/external/compiler-rt/test/scudo/
Dquarantine.cpp5 // Also tests that a chunk will eventually become available again for
30 // Eventually the chunk should become available again in main()
/external/llvm-project/mlir/include/mlir/Dialect/Async/IR/
DAsyncOps.td50 when all tokens and values become ready.
70 token and value argument become ready. Unwrapped value passed to the
116 let summary = "waits for the argument to become ready";
204 "become ready";
207 group become ready.
/external/perfetto/src/trace_processor/importers/proto/
Dtrack_event_tracker.h65 // the same |uuid|. If |parent_uuid| is 0, the track will become a global
66 // track. Otherwise, it will become a new track of the same type as its parent
85 // the same |uuid|. If |parent_uuid| is 0, the track will become a global
86 // track. Otherwise, it will become a new counter track for the same
/external/autotest/site_utils/
Dmysql_bootstrap.py18 ssh/become into A2
118 ssh/become into the db_server and execute the command with
150 # Confirm ssh/become access.
154 logging.error("Cannot become/ssh into dest host. You need to bootstrap "
/external/rust/crates/pin-project/tests/ui/pin_project/
Dsafe_packed_borrows.stderr12 …= warning: this was previously accepted by the compiler but is being phased out; it will become a …
22 …= warning: this was previously accepted by the compiler but is being phased out; it will become a …
/external/webrtc/api/
Drtc_event_log_output.h25 // Once an output has become inactive (e.g. maximum file size reached), it can
26 // never become active again.
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_sock_addr.sh14 echo -n "Wait for testing IPv4/IPv6 to become available "
22 echo 1>&2 "ERROR: Timeout waiting for test IP to become available."

12345678910>>...145