Searched full:become (Results 1 – 25 of 3621) sorted by relevance
12345678910>>...145
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | Channels.common.kt | 24 …* **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/ |
D | StackFrame.java | 77 * @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
|
D | MonitorInfo.java | 42 * 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/ |
D | api_def_Merge.pbtxt | 6 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
|
D | api_def_RefMerge.pbtxt | 7 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/ |
D | session_manager.py | 60 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/ |
D | select_all.rs | 20 /// 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/ |
D | stress.py | 51 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/ |
D | CURLMOPT_SOCKETFUNCTION.3 | 64 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/ |
D | ConstraintFormulaTest.java | 27 * 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/ |
D | vma04.c | 227 * might become 244 * might become 261 * might become 278 * might become 295 * might become
|
/external/swiftshader/src/Vulkan/ |
D | VkTimelineSemaphore.hpp | 36 // 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/ |
D | ServiceManager.java | 285 * 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/ |
D | network_DhcpStaticIP.py | 112 @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__.py | 25 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/ |
D | GC-check.m | 13 …); // 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/ |
D | GC-check.m | 13 …); // 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/ |
D | classroom_v1.userProfiles.guardianInvitations.html | 131 { # 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/ |
D | quarantine.cpp | 5 // 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/ |
D | AsyncOps.td | 50 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/ |
D | track_event_tracker.h | 65 // 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/ |
D | mysql_bootstrap.py | 18 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/ |
D | safe_packed_borrows.stderr | 12 …= 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/ |
D | rtc_event_log_output.h | 25 // 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/ |
D | test_sock_addr.sh | 14 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