Searched full:indefinitely (Results 1 – 25 of 712) sorted by relevance
12345678910>>...29
| /external/python/python-api-core/google/api_core/future/ |
| D | async_future.py | 93 If None, wait indefinitely. 113 If None, wait indefinitely. 130 If None, wait indefinitely.
|
| D | polling.py | 101 If None, wait indefinitely. 122 If None, wait indefinitely. 146 If None, wait indefinitely.
|
| /external/bazelbuild-rules_python/.github/workflows/ |
| D | stale.yml | 56 Collaborators can add an assignee to keep this open indefinitely. 64 Collaborators can add an assignee to keep this open indefinitely.
|
| /external/pigweed/pw_transfer/integration_test/ |
| D | config.proto | 106 // as a fallback indefinitely. 110 // reused as a fallback indefinitely. 164 // ... [loops indefinitely]
|
| /external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/ |
| D | UptimeCheckIpOrBuilder.java | 87 * IP addresses being in IPv4 format indefinitely, and should support 103 * IP addresses being in IPv4 format indefinitely, and should support
|
| D | UptimeCheckIp.java | 174 * IP addresses being in IPv4 format indefinitely, and should support 201 * IP addresses being in IPv4 format indefinitely, and should support 823 * IP addresses being in IPv4 format indefinitely, and should support 849 * IP addresses being in IPv4 format indefinitely, and should support 875 * IP addresses being in IPv4 format indefinitely, and should support 900 * IP addresses being in IPv4 format indefinitely, and should support 921 * IP addresses being in IPv4 format indefinitely, and should support
|
| /external/pigweed/pw_rpc/public/pw_rpc/ |
| D | synchronous_call.h | 37 /// `SynchronousCall<RpcMethod>` blocks indefinitely, whereas 47 /// indefinitely. If you'd like to include a timeout for how long the call 123 /// Invokes a unary RPC synchronously using Nanopb or pwpb. Blocks indefinitely 141 /// Invokes a unary RPC synchronously using Nanopb or pwpb. Blocks indefinitely
|
| /external/pigweed/pw_i2c/ |
| D | BUILD.gn | 156 # indefinitely. 185 # indefinitely.
|
| /external/cronet/third_party/anonymous_tokens/src/anonymous_tokens/cpp/client/ |
| D | anonymous_tokens_public_key_client.cc | 130 // If a public key with explicit expiration was requested, indefinitely in ValidityChecksForResponseProcessing() 135 // If an indefinitely valid public key was requested, a public key with in ValidityChecksForResponseProcessing() 137 return absl::InvalidArgumentError("Public Key is not indefinitely valid"); in ValidityChecksForResponseProcessing()
|
| /external/grpc-grpc/test/core/event_engine/posix/ |
| D | posix_event_engine_connect_test.cc | 63 // connect to the server socket will be pending indefinitely. This can be used 105 // become pending indefinitely. in CreateConnectedSockets() 128 // become pending indefinitely. in CreateConnectedSockets()
|
| /external/curl/lib/ |
| D | select.c | 57 * Waiting indefinitely with this function is not allowed, a 115 * A negative timeout value makes this function wait indefinitely, 175 * A negative timeout value makes this function wait indefinitely, 263 * A negative timeout value makes this function wait indefinitely,
|
| /external/libcups/cups/ |
| D | backchannel.c | 38 * return immediately if there is no data, -1.0 to wait for data indefinitely. 89 * indefinitely.
|
| /external/guava/android/guava/src/com/google/common/util/concurrent/ |
| D | Monitor.java | 363 /** Enters this monitor. Blocks indefinitely. */ 399 * Enters this monitor. Blocks indefinitely, but may be interrupted. 430 * Enters this monitor when the guard is satisfied. Blocks indefinitely, but may be interrupted. 515 /** Enters this monitor when the guard is satisfied. Blocks indefinitely. */ 605 * Enters this monitor if the guard is satisfied. Blocks indefinitely acquiring the lock, but does 653 * Enters this monitor if the guard is satisfied. Blocks indefinitely acquiring the lock, but does 731 * Waits for the guard to be satisfied. Waits indefinitely, but may be interrupted. May be called 768 * Waits for the guard to be satisfied. Waits indefinitely. May be called only by a thread
|
| /external/grpc-grpc/src/python/grpcio/grpc/ |
| D | _common.py | 127 """Blocks waiting for an event without blocking the thread indefinitely. 131 without a timeout kwarg, may block the calling thread indefinitely. If the
|
| /external/minigbm/cros_gralloc/ |
| D | cros_gralloc_helpers.cc | 178 * Wait initially for 1000 ms, and then wait indefinitely. The SYNC_IOC_WAIT in cros_gralloc_sync_wait() 179 * documentation states the caller waits indefinitely on the fence if timeout < 0. in cros_gralloc_sync_wait()
|
| /external/curl/docs/examples/ |
| D | sendrecv.c | 114 /* Warning: This example program may loop indefinitely. in main() 142 /* Warning: This example program may loop indefinitely (see above). */ in main()
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | Monitor.java | 383 /** Enters this monitor. Blocks indefinitely. */ 429 * Enters this monitor. Blocks indefinitely, but may be interrupted. 471 * Enters this monitor when the guard is satisfied. Blocks indefinitely, but may be interrupted. 569 /** Enters this monitor when the guard is satisfied. Blocks indefinitely. */ 670 * Enters this monitor if the guard is satisfied. Blocks indefinitely acquiring the lock, but does 729 * Enters this monitor if the guard is satisfied. Blocks indefinitely acquiring the lock, but does 818 * Waits for the guard to be satisfied. Waits indefinitely, but may be interrupted. May be called 867 * Waits for the guard to be satisfied. Waits indefinitely. May be called only by a thread
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/source/ |
| D | LoopingMediaSource.java | 35 * @deprecated To loop a {@link MediaSource} indefinitely, use {@link Player#setRepeatMode(int)} 52 * Loops the provided source indefinitely. Note that it is usually better to use {@link
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/source/ |
| D | LoopingMediaSource.java | 35 * @deprecated To loop a {@link MediaSource} indefinitely, use {@link Player#setRepeatMode(int)} 52 * Loops the provided source indefinitely. Note that it is usually better to use {@link
|
| /external/llvm/test/CodeGen/Hexagon/vect/ |
| D | vect-packhl.ll | 1 ; Extracted from test/CodeGen/Generic/vector-casts.ll: used to loop indefinitely.
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | drive_v2.revisions.html | 149 …copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additiona… 197 …copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additiona… 259 …copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additiona… 295 …copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additiona… 338 …copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additiona… 374 …copy by using the pinned query parameter. Pinned revisions are stored indefinitely using additiona…
|
| /external/tensorflow/tensorflow/core/api_def/base_api/ |
| D | api_def_OutfeedDequeue.pbtxt | 32 This operation will block indefinitely until data is available.
|
| D | api_def_OutfeedDequeueV2.pbtxt | 35 This operation will block indefinitely until data is available.
|
| D | api_def_OutfeedDequeueTuple.pbtxt | 32 This operation will block indefinitely until data is available. Output `i`
|
| D | api_def_OutfeedDequeueTupleV2.pbtxt | 35 This operation will block indefinitely until data is available. Output `i`
|
12345678910>>...29