| /external/googleapis/google/cloud/channel/v1/ |
| D | operations.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 27 // RPCs that return a Long Running Operation. 32 // Long Running Operation was triggered by CreateEntitlement. 35 // Long Running Operation was triggered by ChangeRenewalSettings. 38 // Long Running Operation was triggered by StartPaidService. 41 // Long Running Operation was triggered by ActivateEntitlement. 44 // Long Running Operation was triggered by SuspendEntitlement. 47 // Long Running Operation was triggered by CancelEntitlement. 50 // Long Running Operation was triggered by TransferEntitlements. 53 // Long Running Operation was triggered by TransferEntitlementsToGoogle. [all …]
|
| /external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/proto/google/cloud/channel/v1/ |
| D | operations.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 27 // RPCs that return a Long Running Operation. 32 // Long Running Operation was triggered by CreateEntitlement. 35 // Long Running Operation was triggered by ChangeRenewalSettings. 38 // Long Running Operation was triggered by StartPaidService. 41 // Long Running Operation was triggered by ActivateEntitlement. 44 // Long Running Operation was triggered by SuspendEntitlement. 47 // Long Running Operation was triggered by CancelEntitlement. 50 // Long Running Operation was triggered by TransferEntitlements. 53 // Long Running Operation was triggered by TransferEntitlementsToGoogle. [all …]
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/ |
| D | DHParametersHelper.java | 6 // Android-added: Log long-running operation 13 // Android-added: Log long-running operation 26 // BEGIN Android-added: Log long-running operation in generateSafePrimes() 27 logger.info("Generating safe primes. This may take a long time."); in generateSafePrimes() 28 long start = System.currentTimeMillis(); in generateSafePrimes() 30 // END Android-added: Log long-running operation in generateSafePrimes() 32 int qLength = size - 1; in generateSafePrimes() 37 // Android-added: Log long-running operation in generateSafePrimes() 41 // p <- 2q + 1 in generateSafePrimes() 49 if (certainty > 2 && !q.isProbablePrime(certainty - 2)) in generateSafePrimes() [all …]
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/generators/ |
| D | DHParametersHelper.java | 7 // Android-added: Log long-running operation 14 // Android-added: Log long-running operation 27 // BEGIN Android-added: Log long-running operation in generateSafePrimes() 28 logger.info("Generating safe primes. This may take a long time."); in generateSafePrimes() 29 long start = System.currentTimeMillis(); in generateSafePrimes() 31 // END Android-added: Log long-running operation in generateSafePrimes() 33 int qLength = size - 1; in generateSafePrimes() 38 // Android-added: Log long-running operation in generateSafePrimes() 42 // p <- 2q + 1 in generateSafePrimes() 50 if (certainty > 2 && !q.isProbablePrime(certainty - 2)) in generateSafePrimes() [all …]
|
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/generators/ |
| D | DHParametersHelper.java | 7 // Android-added: Log long-running operation 14 // Android-added: Log long-running operation 27 // BEGIN Android-added: Log long-running operation in generateSafePrimes() 28 logger.info("Generating safe primes. This may take a long time."); in generateSafePrimes() 29 long start = System.currentTimeMillis(); in generateSafePrimes() 31 // END Android-added: Log long-running operation in generateSafePrimes() 33 int qLength = size - 1; in generateSafePrimes() 38 // Android-added: Log long-running operation in generateSafePrimes() 42 // p <- 2q + 1 in generateSafePrimes() 50 if (certainty > 2 && !q.isProbablePrime(certainty - 2)) in generateSafePrimes() [all …]
|
| /external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/ |
| D | OperationMetadata.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 35 private static final long serialVersionUID = 0L; 75 * RPCs that return a Long Running Operation. 95 * Long Running Operation was triggered by CreateEntitlement. 105 * Long Running Operation was triggered by ChangeRenewalSettings. 115 * Long Running Operation was triggered by StartPaidService. 125 * Long Running Operation was triggered by ActivateEntitlement. 135 * Long Running Operation was triggered by SuspendEntitlement. 145 * Long Running Operation was triggered by CancelEntitlement. 155 * Long Running Operation was triggered by TransferEntitlements. [all …]
|
| /external/google-cloud-java/java-dialogflow/grpc-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/ |
| D | DocumentsGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 395 * Creates a new blocking-style stub that supports unary and streaming output calls on the service 409 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ 466 * This method is a [long-running 467 * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). 468 * The returned `Operation` type has the following method-specific fields: 469 * - `metadata`: 471 * - `response`: [Document][google.cloud.dialogflow.v2.Document] 488 * This method is a [long-running 489 * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). [all …]
|
| /external/googleapis/google/longrunning/ |
| D | operations.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 // Additional information regarding long-running operations. 38 // long-running operations. 45 // Manages long-running operations with an API service. 47 // When an API method normally takes long time to complete, it can be designed 52 // returns long-running operations should implement the `Operations` interface 74 // Gets the latest state of a long-running operation. Clients can use this 84 // Deletes a long-running operation. This method indicates that the client is 95 // Starts asynchronous cancellation on a long-running operation. The server 113 // Waits until the specified long-running operation is done or reaches at most [all …]
|
| D | longrunning.yaml | 4 title: Long Running Operations API 7 - name: google.longrunning.Operations 10 - name: google.longrunning.OperationInfo 13 overview: |- 14 # Long Running Operation API 16 This package contains the definition of Long Running Operation (LRO) 21 ## What are Long Running Operations? 23 A Long Running Operation (LRO) is a way of representing an action that may 28 some on-going action. 30 For more information, see [AIP-151](https://google.aip.dev/151). [all …]
|
| /external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/longrunning/ |
| D | operations.proto | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 // Additional information regarding long-running operations. 38 // long-running operations. 45 // Manages long-running operations with an API service. 47 // When an API method normally takes long time to complete, it can be designed 52 // returns long-running operations should implement the `Operations` interface 74 // Gets the latest state of a long-running operation. Clients can use this 84 // Deletes a long-running operation. This method indicates that the client is 95 // Starts asynchronous cancellation on a long-running operation. The server 113 // Waits until the specified long-running operation is done or reaches at most [all …]
|
| /external/google-cloud-java/java-dialogflow/grpc-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/ |
| D | DocumentsGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 368 * Creates a new blocking-style stub that supports unary and streaming output calls on the service 382 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ 444 * This method is a [long-running 445 * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). 446 * The returned `Operation` type has the following method-specific fields: 447 * - `metadata`: 449 * - `response`: [Document][google.cloud.dialogflow.v2beta1.Document] 468 * This method is a [long-running 469 * operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation). [all …]
|
| /external/autotest/server/hosts/tls_client/dependencies/longrunning/ |
| D | operations_pb2_grpc.py | 9 """Manages long-running operations with an API service. 11 When an API method normally takes long time to complete, it can be designed 16 returns long-running operations should implement the `Operations` interface 54 """Manages long-running operations with an API service. 56 When an API method normally takes long time to complete, it can be designed 61 returns long-running operations should implement the `Operations` interface 77 """Gets the latest state of a long-running operation. Clients can use this 86 """Deletes a long-running operation. This method indicates that the client is 96 """Starts asynchronous cancellation on a long-running operation. The server 112 """Waits for the specified long-running operation until it is done or reaches [all …]
|
| D | operations.proto | 7 // https://www.apache.org/licenses/LICENSE-2.0 28 // Manages long-running operations with an API service. 30 // When an API method normally takes long time to complete, it can be designed 35 // returns long-running operations should implement the `Operations` interface 46 // Gets the latest state of a long-running operation. Clients can use this 52 // Deletes a long-running operation. This method indicates that the client is 59 // Starts asynchronous cancellation on a long-running operation. The server 71 // Waits for the specified long-running operation until it is done or reaches 77 // Note that this method is on a best-effort basis. It may return the latest 84 // This resource represents a long-running operation that is the result of a [all …]
|
| /external/sdk-platform-java/java-common-protos/grpc-google-common-protos/src/main/java/com/google/longrunning/ |
| D | OperationsGrpc.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 24 * Manages long-running operations with an API service. 25 * When an API method normally takes long time to complete, it can be designed 30 * returns long-running operations should implement the `Operations` interface 266 * Creates a new blocking-style stub that supports unary and streaming output calls on the service 280 /** Creates a new ListenableFuture-style stub that supports unary calls on the service */ 297 * Manages long-running operations with an API service. 298 * When an API method normally takes long time to complete, it can be designed 303 * returns long-running operations should implement the `Operations` interface 336 * Gets the latest state of a long-running operation. Clients can use this [all …]
|
| /external/perfetto/test/trace_processor/diff_tests/metrics/android/ |
| D | android_monitor_contention.out | 30 thread_state: "Running" 46 blocked_method: "boolean android.os.MessageQueue.enqueueMessage(android.os.Message, long)" 61 thread_state: "Running" 77 blocked_method: "boolean android.os.MessageQueue.enqueueMessage(android.os.Message, long)" 92 thread_state: "Running" 195 thread_state: "Running" 223 thread_state: "Running" 296 thread_state: "Running" 360 blocking_thread_name: "batterystats-handler" 374 thread_state: "Running" [all …]
|
| /external/federated-compute/fcp/client/ |
| D | histogram_counters.proto | 8 * http://www.apache.org/licenses/LICENSE-2.0 34 * How long it takes to run a plan on device, excluding downloading the plan 40 * The end time of running training for a whole plan, excluding downloading 46 /** How long running a "restore state op" takes. */ 50 * How long it takes to run training for a whole client execution (which may 51 * involve running multiple epochs). This includes connecting and fetching 56 /** How long running an "init op" takes. */ 59 /** How long running a "before op" takes. */ 62 /** How long running an "after op" takes. */ 66 * How long it takes to run training for a whole epoch. This includes [all …]
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/ |
| D | StopWatch.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 56 * <p>This class is not thread-safe</p> 75 RUNNING { enumConstant 156 private static final long NANO_2_MILLIS = 1000000L; 190 * The current running state of the StopWatch. 202 private long startTimeNanos; 205 * The start time in milliseconds - nanoTime is only for elapsed time so we 209 private long startTimeMillis; 212 * The end time in milliseconds - nanoTime is only for elapsed time so we 216 private long stopTimeMillis; [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | dialogflow_v2beta1.projects.locations.agent.entityTypes.entities.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | dialogflow_v2beta1.projects.agent.entityTypes.entities.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | dialogflow_v2.projects.agent.entityTypes.entities.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| D | dialogflow_v2.projects.locations.agent.entityTypes.entities.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/apache-commons-io/src/main/java/org/apache/commons/io/monitor/ |
| D | FileAlterationMonitor.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 41 private final long intervalMillis; 45 private volatile boolean running; field in FileAlterationMonitor 60 public FileAlterationMonitor(final long intervalMillis) { in FileAlterationMonitor() 72 …public FileAlterationMonitor(final long interval, final Collection<FileAlterationObserver> observe… in FileAlterationMonitor() 90 public FileAlterationMonitor(final long interval, final FileAlterationObserver... observers) { in FileAlterationMonitor() 113 public long getInterval() { in getInterval() 143 while (running) { in run() 145 if (!running) { in run() 171 if (running) { in start() [all …]
|
| /external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1alpha2/src/main/java/com/google/cloud/gkehub/v1alpha2/ |
| D | KubernetesResourceOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 68 * long-running operation from CreateMembership or UpdateMembership. It is not 86 * long-running operation from CreateMembership or UpdateMembership. It is not 104 * long-running operation from CreateMembership or UpdateMembership. It is not 122 * long-running operation from CreateMembership or UpdateMembership. It is not 141 * long-running operation from CreateMembership or UpdateMembership. It is not 160 * long-running operation from CreateMembership or UpdateMembership. It is not 177 * long-running operation from CreateMembership or UpdateMembership. It is not 194 * long-running operation from CreateMembership or UpdateMembership. It is not 211 * long-running operation from CreateMembership or UpdateMembership. It is not [all …]
|
| /external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1beta1/src/main/java/com/google/cloud/gkehub/v1beta1/ |
| D | KubernetesResourceOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 68 * long-running operation from CreateMembership or UpdateMembership. It is not 86 * long-running operation from CreateMembership or UpdateMembership. It is not 104 * long-running operation from CreateMembership or UpdateMembership. It is not 122 * long-running operation from CreateMembership or UpdateMembership. It is not 141 * long-running operation from CreateMembership or UpdateMembership. It is not 160 * long-running operation from CreateMembership or UpdateMembership. It is not 177 * long-running operation from CreateMembership or UpdateMembership. It is not 194 * long-running operation from CreateMembership or UpdateMembership. It is not 211 * long-running operation from CreateMembership or UpdateMembership. It is not [all …]
|
| /external/google-cloud-java/java-gkehub/proto-google-cloud-gkehub-v1/src/main/java/com/google/cloud/gkehub/v1/ |
| D | KubernetesResourceOrBuilder.java | 8 * https://www.apache.org/licenses/LICENSE-2.0 68 * long-running operation from CreateMembership or UpdateMembership. It is not 86 * long-running operation from CreateMembership or UpdateMembership. It is not 104 * long-running operation from CreateMembership or UpdateMembership. It is not 122 * long-running operation from CreateMembership or UpdateMembership. It is not 141 * long-running operation from CreateMembership or UpdateMembership. It is not 159 * long-running operation from CreateMembership or UpdateMembership. It is not 176 * long-running operation from CreateMembership or UpdateMembership. It is not 193 * long-running operation from CreateMembership or UpdateMembership. It is not 210 * long-running operation from CreateMembership or UpdateMembership. It is not [all …]
|