/aosp_15_r20/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
H A D | UserLifecycleTests.java | 187 Log.i(TAG, "Stopping timer"); in createUser() 201 Log.i(TAG, "Stopping timer"); in createUser_realistic() 222 Log.i(TAG, "Stopping timer"); in createAndStartUser() 242 Log.d(TAG, "Stopping timer"); in createAndStartUser_realistic() 268 Log.i(TAG, "Stopping timer"); in startUser() 325 Log.i(TAG, "Stopping timer"); in startUser_measuresAfterFirstIterations() 333 * Tests starting an initialized user, with wait times in between iterations stopping between 369 Log.i(TAG, "Stopping timer"); in startUser_startedTwiceBefore() 395 Log.i(TAG, "Stopping timer"); in startAndUnlockUser() 402 * Tests starting & unlocking an initialized user, stopping the user at the end simulating real [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1beta1/ |
H A D | study.proto | 116 STOPPING = 3; enumerator 144 // These are used for early stopping computations. 434 // The decay curve automated stopping rule builds a Gaussian Process 437 // Trial. Early stopping is requested for the current Trial if there is very 448 // The median automated stopping rule stops a pending Trial if the Trial's 454 // True if median automated stopping rule applies on 481 // early stopping. It's ok to set it to 0, and a trial can be early stopped 488 // The minimal number of measurements in a Trial. Early-stopping checks 501 // elapsed_secs or steps. If use_elapsed_duration==false, the early stopping 531 // early stopping. It's ok to set it to 0, and a trial can be early stopped [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/ |
H A D | StudySpecOrBuilder.java | 30 * The automated early stopping spec using decay curve rule. 44 * The automated early stopping spec using decay curve rule. 59 * The automated early stopping spec using decay curve rule. 73 * The automated early stopping spec using median rule. 87 * The automated early stopping spec using median rule. 102 * The automated early stopping spec using median rule. 117 * The automated early stopping using convex stopping rule. 135 * The automated early stopping using convex stopping rule. 153 * The automated early stopping using convex stopping rule. 168 * The automated early stopping spec using convex stopping rule. [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/aiplatform/v1/ |
H A D | study.proto | 116 STOPPING = 3; enumerator 144 // These are used for early stopping computations. 434 // The decay curve automated stopping rule builds a Gaussian Process 437 // Trial. Early stopping is requested for the current Trial if there is very 448 // The median automated stopping rule stops a pending Trial if the Trial's 454 // True if median automated stopping rule applies on 481 // early stopping. It's ok to set it to 0, and a trial can be early stopped 488 // The minimal number of measurements in a Trial. Early-stopping checks 501 // elapsed_secs or steps. If use_elapsed_duration==false, the early stopping 519 // The configuration (stopping conditions) for automated stopping of a Study. [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | ml_v1.projects.locations.studies.html | 119 …d Early Stopping of Trials. If no implementation_config is set, automated early stopping will not … 123 …"medianAutomatedStoppingConfig": { # The median automated stopping rule stops a pending … 124 …"useElapsedTime": True or False, # If true, the median automated stopping rule applies t… 195 …d Early Stopping of Trials. If no implementation_config is set, automated early stopping will not … 199 …"medianAutomatedStoppingConfig": { # The median automated stopping rule stops a pending … 200 …"useElapsedTime": True or False, # If true, the median automated stopping rule applies t… 295 …d Early Stopping of Trials. If no implementation_config is set, automated early stopping will not … 299 …"medianAutomatedStoppingConfig": { # The median automated stopping rule stops a pending … 300 …"useElapsedTime": True or False, # If true, the median automated stopping rule applies t… 379 …d Early Stopping of Trials. If no implementation_config is set, automated early stopping will not … [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/proto/google/cloud/aiplatform/v1beta1/ |
H A D | study.proto | 115 STOPPING = 3; enumerator 143 // These are used for early stopping computations. 404 // The decay curve automated stopping rule builds a Gaussian Process 407 // Trial. Early stopping is requested for the current Trial if there is very 418 // The median automated stopping rule stops a pending Trial if the Trial's 424 // True if median automated stopping rule applies on 451 // early stopping. It's ok to set it to 0, and a trial can be early stopped 458 // The minimal number of measurements in a Trial. Early-stopping checks 471 // elapsed_secs or steps. If use_elapsed_duration==false, the early stopping 501 // early stopping. It's ok to set it to 0, and a trial can be early stopped [all …]
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
H A D | AbstractServiceTest.java | 68 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.TERMINATED), in testNoOpServiceStartStop() 102 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.TERMINATED), in testNoOpServiceStopIdempotence() 176 assertEquals(State.STOPPING, service.state()); in testManualServiceStartStop() 184 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.TERMINATED), in testManualServiceStartStop() 214 assertEquals(State.STOPPING, service.state()); in testManualServiceStopWhileStarting() 219 assertEquals(State.STOPPING, service.state()); in testManualServiceStopWhileStarting() 227 ImmutableList.of(State.STARTING, State.STOPPING, State.TERMINATED), in testManualServiceStopWhileStarting() 233 * {@link State#STARTING} more than once, the {@link Listener#stopping(State)} callback would get 242 public void stopping(State from) { in testManualServiceStopMultipleTimesWhileStarting() 293 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.FAILED), in testManualServiceFailWhileStopping() [all …]
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/ |
H A D | AbstractServiceTest.java | 68 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.TERMINATED), in testNoOpServiceStartStop() 102 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.TERMINATED), in testNoOpServiceStopIdempotence() 176 assertEquals(State.STOPPING, service.state()); in testManualServiceStartStop() 184 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.TERMINATED), in testManualServiceStartStop() 214 assertEquals(State.STOPPING, service.state()); in testManualServiceStopWhileStarting() 219 assertEquals(State.STOPPING, service.state()); in testManualServiceStopWhileStarting() 227 ImmutableList.of(State.STARTING, State.STOPPING, State.TERMINATED), in testManualServiceStopWhileStarting() 233 * {@link State#STARTING} more than once, the {@link Listener#stopping(State)} callback would get 242 public void stopping(State from) { in testManualServiceStopMultipleTimesWhileStarting() 293 ImmutableList.of(State.STARTING, State.RUNNING, State.STOPPING, State.FAILED), in testManualServiceFailWhileStopping() [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/ |
H A D | StudySpecOrBuilder.java | 30 * The automated early stopping spec using decay curve rule. 44 * The automated early stopping spec using decay curve rule. 59 * The automated early stopping spec using decay curve rule. 73 * The automated early stopping spec using median rule. 87 * The automated early stopping spec using median rule. 102 * The automated early stopping spec using median rule. 116 * The automated early stopping spec using convex stopping rule. 130 * The automated early stopping spec using convex stopping rule. 145 * The automated early stopping spec using convex stopping rule.
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/signal/ |
D | signal.go | 24 stopping []stopping 27 type stopping struct { struct 210 handlers.stopping = append(handlers.stopping, stopping{c, h}) 218 for i, s := range handlers.stopping { 220 handlers.stopping = append(handlers.stopping[:i], handlers.stopping[i+1:]...) 252 for _, d := range handlers.stopping {
|
/aosp_15_r20/external/guava/guava/src/com/google/common/util/concurrent/ |
H A D | AbstractService.java | 25 import static com.google.common.util.concurrent.Service.State.STOPPING; 93 terminatedEvent(STOPPING); 113 listener.stopping(from); 118 return "stopping({from = " + from + "})"; 237 * <p>When this method is called {@link #state()} will return {@link State#STOPPING}, which is the 283 snapshot = new StateSnapshot(STOPPING); 287 case STOPPING: 411 snapshot = new StateSnapshot(STOPPING); 427 * the service to transition from {@link State#STARTING} or {@link State#STOPPING} to {@link 430 * @throws IllegalStateException if the service is not one of {@link State#STOPPING}, {@link [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/util/concurrent/ |
H A D | AbstractService.java | 25 import static com.google.common.util.concurrent.Service.State.STOPPING; 92 terminatedEvent(STOPPING); 112 listener.stopping(from); 117 return "stopping({from = " + from + "})"; 236 * <p>When this method is called {@link #state()} will return {@link State#STOPPING}, which is the 282 snapshot = new StateSnapshot(STOPPING); 286 case STOPPING: 398 snapshot = new StateSnapshot(STOPPING); 414 * the service to transition from {@link State#STARTING} or {@link State#STOPPING} to {@link 417 * @throws IllegalStateException if the service is not one of {@link State#STOPPING}, {@link [all …]
|
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/proto/google/cloud/aiplatform/v1/ |
H A D | study.proto | 115 STOPPING = 3; enumerator 143 // These are used for early stopping computations. 404 // The decay curve automated stopping rule builds a Gaussian Process 407 // Trial. Early stopping is requested for the current Trial if there is very 418 // The median automated stopping rule stops a pending Trial if the Trial's 424 // True if median automated stopping rule applies on 451 // early stopping. It's ok to set it to 0, and a trial can be early stopped 458 // The minimal number of measurements in a Trial. Early-stopping checks 471 // elapsed_secs or steps. If use_elapsed_duration==false, the early stopping 547 // The automated early stopping spec using decay curve rule. [all …]
|
/aosp_15_r20/external/aws-crt-java/codebuild/ |
H A D | CanaryWrapper_24_7.py | 16 # TODO - Using subprocess may not work on Windows for starting/stopping the application thread. 115 print ("INFO - Stopping application due to error caused by credentials") 156 print ("INFO - Stopping application due to error caused by credentials") 167 print ("INFO - Stopping application due to error caused by credentials") 180 print ("INFO - Stopping application due to error caused by credentials") 199 print ("[Debug] Stopping application monitor...") 275 … finished_email_body += "Failure due to S3 monitor stopping due to an internal error." 304 … finished_email_body += "Failure due to Snapshot monitor stopping due to an internal error." 309 print ("INFO - Stopping application due to error caused by credentials") 349 …finished_email_body += "Failure due to MQTT5 application stopping and not automatically restarting…
|
/aosp_15_r20/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/ |
H A D | ServerEndpoint.java | 74 private volatile boolean stopping; field in ServerEndpoint 101 stopping = true; in stop() 132 if (stopping) { in run() 144 if (stopping) { in run() 160 while (!stopping && !thread.isInterrupted()) { in run() 162 if (!stopping && !thread.isInterrupted()) { in run() 173 while (!stopping && totalBytesRead < messageSize) { in readMessage()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/conscrypt/conscrypt/ |
H A D | ServerEndpoint.java | 73 private volatile boolean stopping; field in ServerEndpoint 99 stopping = true; in stop() 130 if (stopping) { in run() 142 if (stopping) { in run() 158 while (!stopping && !thread.isInterrupted()) { in run() 160 if (!stopping && !thread.isInterrupted()) { in run() 171 while (!stopping && totalBytesRead < messageSize) { in readMessage()
|
/aosp_15_r20/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/ |
H A D | ServerEndpoint.java | 77 private volatile boolean stopping; field in ServerEndpoint 104 stopping = true; in stop() 135 if (stopping) { in run() 147 if (stopping) { in run() 163 while (!stopping && !thread.isInterrupted()) { in run() 165 if (!stopping && !thread.isInterrupted()) { in run() 176 while (!stopping && totalBytesRead < messageSize) { in readMessage()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/linear/ |
H A D | ConjugateGradient.java | 30 * <h3><a id="stopcrit">Default stopping criterion</a></h3> 32 * <p>A default stopping criterion is implemented. The iterations stop when || r || ≤ δ || 84 /** The value of δ, for the default stopping criterion. */ 88 * Creates a new instance of this class, with <a href="#stopcrit">default stopping 92 * @param delta the δ parameter for the default stopping criterion 103 * Creates a new instance of this class, with <a href="#stopcrit">default stopping criterion</a> 107 * @param delta the δ parameter for the default stopping criterion 149 // Initialization of default stopping criterion in solveInPlace()
|
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/main/java/com/google/api/core/ |
H A D | ApiService.java | 47 * <li>{@linkplain State#STOPPING STOPPING} -> 186 STOPPING, enumConstant 229 * Called when the service transitions to the {@linkplain State#STOPPING STOPPING} state. The 235 public void stopping(State from) {} in stopping() method in ApiService.Listener 245 * State#STOPPING STOPPING}.
|
/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/userpicker/ |
D | UserPickerSharedState.java | 73 * In this situation, if we click the stopping user icon in user picker on another display, 75 * (b/254526109) To avoid this, we track the stopping users to block the stopping user is 84 * the user from stopping user list. This listener removes completely stopped users from the 189 * The user who is stopping can not start again on secondary displays now.<b/254526109> 190 * So, we manage the list of stopping users, and block starting them again until they are 209 * check whether the user is on stopping.
|
/aosp_15_r20/build/make/core/ |
H A D | dumpconfig.mk | 10 $(error stopping) 16 $(error stopping) 21 $(error stopping) 26 $(error stopping) 31 $(error stopping) 36 $(error stopping)
|
/aosp_15_r20/art/test/1934-jvmti-signal-thread/ |
H A D | expected-stdout.txt | 5 stopping other thread before starting 11 stopping other thread recurring 17 stopping other thread spinning 23 stopping other thread waiting 26 stopping other thread
|
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | ManagedInstance.java | 77 …s to the instance without stopping it. For example, the group can update the target pool list for … 79 * STOPPING 160 …s to the instance without stopping it. For example, the group can update the target pool list for … 283 …s to the instance without stopping it. For example, the group can update the target pool list for … 437 * STOPPING 514 /** <code>STOPPING = 350791796;</code> */ 515 STOPPING(350791796), enumConstant 611 /** <code>STOPPING = 350791796;</code> */ 675 return STOPPING; in forNumber() 744 …s to the instance without stopping it. For example, the group can update the target pool list for … [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/stream/stream/ |
D | take_until.rs | 52 /// Extract the stopping future out of the combinator. 55 /// elements from the wrapped stream without ever stopping it. 64 /// Once the stopping future is resolved, this method can be used 65 /// to extract the value returned by the stopping future. 67 /// This may be used to retrieve arbitrary data from the stopping 104 /// Whether the stream was stopped yet by the stopping future
|
/aosp_15_r20/packages/modules/Connectivity/service/src/com/android/server/connectivity/ |
D | KeepaliveTracker.java | 174 private static final int STOPPING = 4; field in KeepaliveTracker.KeepaliveInfo 250 case STOPPING : return "STOPPING"; in startedStateString() 438 // To prevent races from re-entrance of stop(), return if the state is already stopping. in stop() 444 if (mStartedState == STOPPING || mStartedState == BINDER_DIED) return; in stop() 446 // Store the reason of stopping, and report it after the keepalive is fully stopped. in stop() 451 Log.d(TAG, "Stopping keepalive " + mSlot + " on " + mNai.toShortString() in stop() 461 mStartedState = STOPPING; in stop() 471 Log.wtf(TAG, "Stopping keepalive with unknown type: " + mType); in stop() 744 // - reason is SUCCESS => it's a success stopping. Go to NOT_STARTED and stop keepalive. in handleEventSocketKeepalive() 777 } else if (KeepaliveInfo.STOPPING == ki.mStartedState) { in handleEventSocketKeepalive() [all …]
|