Home
last modified time | relevance | path

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

12345678910>>...169

/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/openthread/tests/scripts/thread-cert/
Dv1_2_test_backbone_router_service.py55 Backbone Router Service to the Leader and become Primary.
58 Leader and become Primary.
60 BBR_2 would become Primary and BBR_1 would change to Secondary with sequence
63 5) Stop BBR_2, BBR_1 would become Primary after detecting there is no available
65 6) Bring back BBR_2, and it would become Secondary.
99 # 1) First Backbone Router would become the Primary.
159 # Verify BBR_2 would become Primary and BBR_1 would change to
205 # Verify Sequence number increases when become Secondary from Primary.
Dtest_br_upgrade_router_role.py120 # Add an external route on `br1`, it should now try to become a router requesting
121 # with status BorderRouterRequest. Verify that leader allows it to become router.
129 # Add a prefix with default route on `br2`, it should also become a router.
137 # Add an external route on `br3`, it should not become a router since we already have
/external/cldr/tools/scripts/ansible/
Dredact-db-playbook.yml59 become: yes
62 become: true
69 become: yes
72 become: true
/external/tensorflow/tensorflow/core/api_def/base_api/
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
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
/external/cldr/tools/scripts/ansible/roles/openliberty/tasks/
Dmain.yml5 become: true
12 become: true
18 become: true
/external/tensorflow/tensorflow/python/training/
Dsession_manager.py79 checkpoint after a crash, or wait for checkpoints to become available.
102 # Create a SessionManager that will wait for the model to become ready.
196 wait_for_checkpoint: Whether to wait for checkpoint to become available.
197 max_wait_secs: Maximum time to wait for checkpoints to become available.
232 # Waits up until max_wait_secs for checkpoint to become available.
290 wait_for_checkpoint: Whether to wait for checkpoint to become available.
291 max_wait_secs: Maximum time to wait for checkpoints to become available.
361 wait_for_checkpoint: Whether to wait for checkpoint to become available.
362 max_wait_secs: Maximum time to wait for checkpoints to become available.
422 max_wait_secs: Maximum time to wait for the session to become available.
/external/kotlinx.coroutines/.github/ISSUE_TEMPLATE/
Ddesign_considerations.md35 - Would some code become clearer?
36 - Would the library become conceptually simpler?
44 * Does some code become less clear after this change?
/external/openthread/src/posix/platform/
Dhdlc_interface.hpp96 …blocking call, i.e., if the socket is not writable, this method waits for it to become writable for
191 …d waits for the socket file descriptor associated with the HDLC interface to become writable within
195 * @retval OT_ERROR_FAILED Socket did not become writable within `kMaxWaitTime`.
203 …blocking call, i.e., if the socket is not writable, this method waits for it to become writable for
253 …kMaxWaitTime = 2000, ///< Maximum wait time in Milliseconds for socket to become writable (see `…
254 …kResetTimeout = 5000, ///< Maximum wait time in Milliseconds for file to become ready (see `Reset…
/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/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/curl/docs/libcurl/opts/
DCURLMOPT_SOCKETFUNCTION.373 Wait for incoming data. For the socket to become readable.
75 Wait for outgoing data. For the socket to become writable.
77 Wait for incoming and outgoing data. For the socket to become readable or
/external/ltp/testcases/kernel/mem/vma/
Dvma04.c227 * might become
244 * might become
261 * might become
278 * might become
295 * might become
/external/guava/guava/src/com/google/common/util/concurrent/
DServiceManager.java286 * Waits for the {@link ServiceManager} to become {@linkplain #isHealthy() healthy}. The manager
287 * will become healthy after all the component services have reached the {@linkplain State#RUNNING
291 * become {@linkplain #isHealthy() healthy}.
298 * Waits for the {@link ServiceManager} to become {@linkplain #isHealthy() healthy} for no more
299 * than the given time. The manager will become healthy after all the component services have
305 * become {@linkplain #isHealthy() healthy}.
313 * Waits for the {@link ServiceManager} to become {@linkplain #isHealthy() healthy} for no more
314 * than the given time. The manager will become healthy after all the component services have
321 * become {@linkplain #isHealthy() healthy}.
477 * Controls how long to wait for all the services to either become healthy or reach a state from
[all …]
/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/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/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/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/openthread/tools/otci/
DREADME.md25 # Start node1 to become Leader
49 # Wait for node 2 to become Router
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DTypeConverter.java41 // Non-existent variables become the empty string in asString()
112 // Non-existent variables become zero in asNumber()
150 // Non-existent variables become false in asBoolean()
/external/webrtc/api/
Drtc_event_log_output.h27 // Once an output has become inactive (e.g. maximum file size reached), it can
28 // never become active again.

12345678910>>...169