/aosp_15_r20/external/mesa3d/docs/ |
H A D | features.txt | 20 The extension is started but not finished yet. 22 not started 23 The extension isn't started yet. 299 GL_ARB_cl_event not started 306 GL_ARB_robustness_isolation not started 357 GLX_ARB_robustness_application_isolation not started 358 GLX_ARB_robustness_share_group_isolation not started 510 VK_KHR_android_surface not started 516 VK_KHR_display_swapchain not started 519 VK_KHR_external_fence_win32 not started [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/condition/ |
H A D | CombinedConditionTest.kt | 46 val started: Boolean constant 91 assertThat(eagerCondition.started).isTrue() in <lambda>() 92 assertThat(lazyCondition.started).isTrue() in <lambda>() 93 assertThat(startWhenNeededCondition.started).isTrue() in <lambda>() 97 assertThat(eagerCondition.started).isTrue() in <lambda>() 98 assertThat(lazyCondition.started).isTrue() in <lambda>() 99 assertThat(startWhenNeededCondition.started).isFalse() in <lambda>() 103 assertThat(eagerCondition.started).isTrue() in <lambda>() 104 assertThat(lazyCondition.started).isTrue() in <lambda>() 105 assertThat(startWhenNeededCondition.started).isFalse() in <lambda>() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | KeyguardTransitionInteractorTest.kt | 39 import com.android.systemui.keyguard.shared.model.TransitionState.STARTED 74 steps.add(TransitionStep(AOD, GONE, 0f, STARTED)) in transitionCollectorsReceivesOnlyAppropriateEvents() 76 steps.add(TransitionStep(AOD, LOCKSCREEN, 0f, STARTED)) in transitionCollectorsReceivesOnlyAppropriateEvents() 79 steps.add(TransitionStep(LOCKSCREEN, AOD, 0f, STARTED)) in transitionCollectorsReceivesOnlyAppropriateEvents() 99 steps.add(TransitionStep(AOD, LOCKSCREEN, 0f, STARTED)) in startedKeyguardTransitionStepTests() 102 steps.add(TransitionStep(LOCKSCREEN, AOD, 0f, STARTED)) in startedKeyguardTransitionStepTests() 105 steps.add(TransitionStep(AOD, GONE, 1f, STARTED)) in startedKeyguardTransitionStepTests() 115 // The initial transition will also get sent when collect started in startedKeyguardTransitionStepTests() 120 STARTED, in startedKeyguardTransitionStepTests() 138 TransitionStep(AOD, DOZING, 0f, STARTED), in transitionValue() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/docs/Status/ |
H A D | PSTLPaper.csv | 2 …e] <https://wg21.link/adjacent.difference>`_,std::adjacent_difference,Nikolas Klauser,|Not Started| 3 …cent.find] <https://wg21.link/alg.adjacent.find>`_,std::adjacent_find,Nikolas Klauser,|Not Started| 7 | `[alg.copy] <https://wg21.link/alg.copy>`_,std::copy_if,Nikolas Klauser,|Not Started| 12 …ve.scan] <https://wg21.link/alg.exclusive.scan>`_,std::exclusive_scan,Nikolas Klauser,|Not Started| 13 …ve.scan] <https://wg21.link/alg.exclusive.scan>`_,std::exclusive_scan,Nikolas Klauser,|Not Started| 17 | `[alg.find.end] <https://wg21.link/alg.find.end>`_,std::find_end,Nikolas Klauser,|Not Started| 18 ….first.of] <https://wg21.link/alg.find.first.of>`_,std::find_first_of,Nikolas Klauser,|Not Started| 25 …et.operations] <https://wg21.link/alg.set.operations>`_,std::includes,Nikolas Klauser,|Not Started| 26 …ve.scan] <https://wg21.link/alg.inclusive.scan>`_,std::inclusive_scan,Nikolas Klauser,|Not Started| 27 | `[alg.merge] <https://wg21.link/alg.merge>`_,std::inplace_merge,Nikolas Klauser,|Not Started| [all …]
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/chttp2/ |
H A D | ping_callbacks_test.cc | 61 bool started = false; in TEST() local 67 [&started] { in TEST() 68 EXPECT_FALSE(started); in TEST() 69 started = true; in TEST() 78 EXPECT_FALSE(started); in TEST() 84 EXPECT_TRUE(started); in TEST() 90 EXPECT_TRUE(started); in TEST() 100 bool started = false; in TEST() local 105 [&started] { in TEST() 106 EXPECT_FALSE(started); in TEST() [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | script_v1.processes.html | 110 …ring, Optional field used to limit returned processes to those that were started on or after the g… 125 ADD_ON - The process was started from an add-on entry point. 126 EXECUTION_API - The process was started using the Apps Script API. 127 TIME_DRIVEN - The process was started from a time-based trigger. 128 TRIGGER - The process was started from an event-based trigger. 129 WEBAPP - The process was started from a web app entry point. 130 EDITOR - The process was started using the Apps Script IDE. 131 SIMPLE_TRIGGER - The process was started from a G Suite simple trigger. 132 MENU - The process was started from a G Suite menu item. 133 BATCH_TASK - The process was started as a task in a batch job. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | condvar.rs | 45 /// let mut started = lock.lock().unwrap(); 47 /// *started = true; 96 /// let mut started = lock.lock().unwrap(); 97 /// *started = true; 104 /// let mut started = lock.lock().unwrap(); 105 /// while !*started { 106 /// started = cvar.wait(started).unwrap(); 174 /// let mut started = lock.lock().unwrap(); 175 /// *started = true; 182 /// let mut started = lock.lock().unwrap(); [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | condvar.rs | 45 /// let mut started = lock.lock().unwrap(); 47 /// *started = true; 96 /// let mut started = lock.lock().unwrap(); 97 /// *started = true; 104 /// let mut started = lock.lock().unwrap(); 105 /// while !*started { 106 /// started = cvar.wait(started).unwrap(); 174 /// let mut started = lock.lock().unwrap(); 175 /// *started = true; 182 /// let mut started = lock.lock().unwrap(); [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | condvar.rs | 45 /// let mut started = lock.lock().unwrap(); 47 /// *started = true; 96 /// let mut started = lock.lock().unwrap(); 97 /// *started = true; 104 /// let mut started = lock.lock().unwrap(); 105 /// while !*started { 106 /// started = cvar.wait(started).unwrap(); 174 /// let mut started = lock.lock().unwrap(); 175 /// *started = true; 182 /// let mut started = lock.lock().unwrap(); [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | condvar.rs | 44 /// let mut started = lock.lock().unwrap(); 46 /// *started = true; 93 /// let mut started = lock.lock().unwrap(); 94 /// *started = true; 101 /// let mut started = lock.lock().unwrap(); 102 /// while !*started { 103 /// started = cvar.wait(started).unwrap(); 171 /// let mut started = lock.lock().unwrap(); 172 /// *started = true; 179 /// let mut started = lock.lock().unwrap(); [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sync/ |
H A D | condvar.rs | 44 /// let mut started = lock.lock().unwrap(); 46 /// *started = true; 93 /// let mut started = lock.lock().unwrap(); 94 /// *started = true; 101 /// let mut started = lock.lock().unwrap(); 102 /// while !*started { 103 /// started = cvar.wait(started).unwrap(); 171 /// let mut started = lock.lock().unwrap(); 172 /// *started = true; 179 /// let mut started = lock.lock().unwrap(); [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | intersperse.rs | 14 started: bool, field 33 Self { started: false, separator, next_item: None, iter: iter.fuse() } in new() 47 if self.started { in next() 60 self.started = true; in next() 66 intersperse_size_hint(&self.iter, self.started, self.next_item.is_some()) in size_hint() 80 self.started, in fold() 95 started: bool, field 118 .field("started", &self.started) in fmt() 135 started: self.started, in clone() 149 Self { started: false, separator, next_item: None, iter: iter.fuse() } in new() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | intersperse.rs | 14 started: bool, field 33 Self { started: false, separator, next_item: None, iter: iter.fuse() } in new() 47 if self.started { in next() 60 self.started = true; in next() 66 intersperse_size_hint(&self.iter, self.started, self.next_item.is_some()) in size_hint() 80 self.started, in fold() 95 started: bool, field 118 .field("started", &self.started) in fmt() 135 started: self.started, in clone() 149 Self { started: false, separator, next_item: None, iter: iter.fuse() } in new() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | intersperse.rs | 14 started: bool, field 33 Self { started: false, separator, next_item: None, iter: iter.fuse() } in new() 47 if self.started { in next() 60 self.started = true; in next() 66 intersperse_size_hint(&self.iter, self.started, self.next_item.is_some()) in size_hint() 80 self.started, in fold() 95 started: bool, field 118 .field("started", &self.started) in fmt() 135 started: self.started, in clone() 149 Self { started: false, separator, next_item: None, iter: iter.fuse() } in new() [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | intersperse.rs | 14 started: bool, field 33 Self { started: false, separator, next_item: None, iter: iter.fuse() } in new() 47 if self.started { in next() 60 self.started = true; in next() 66 intersperse_size_hint(&self.iter, self.started, self.next_item.is_some()) in size_hint() 80 self.started, in fold() 95 started: bool, field 118 .field("started", &self.started) in fmt() 135 started: self.started, in clone() 149 Self { started: false, separator, next_item: None, iter: iter.fuse() } in new() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/utils/ |
H A D | TaskDrainer.java | 31 * <p>The initial state is to allow all tasks to be started and finished. A task may only be started 33 * finished once, after which it must be started before finishing again. It is okay to finish a 36 * <p>When draining begins, no more new tasks can be started. This guarantees that at some 48 * <em>and</em> all tasks that were started have finished. 62 /** Set of tasks which have been started but not yet finished with #taskFinished */ 65 * Set of tasks which have been finished but not yet started with #taskStarted. This may happen 102 * Mark an asynchronous task as having started. 104 * <p>A task cannot be started more than once without first having finished. Once 105 * draining begins with {@link #beginDrain}, no new tasks can be started.</p> 113 * If attempting to start a task which is already started (and not finished), [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/iter/adapters/ |
H A D | intersperse.rs | 14 started: bool, field 33 Self { started: false, separator, next_item: None, iter: iter.fuse() } in new() 47 if self.started { in next() 60 self.started = true; in next() 66 intersperse_size_hint(&self.iter, self.started, self.next_item.is_some()) in size_hint() 80 self.started, in fold() 95 started: bool, field 118 .field("started", &self.started) in fmt() 135 started: self.started, in clone() 149 Self { started: false, separator, next_item: None, iter: iter.fuse() } in new() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
H A D | MultiPointerDraggableTest.kt | 91 var started = false in <lambda>() variable 105 started = true in <lambda>() 130 assertThat(started).isFalse() in <lambda>() 140 assertThat(started).isTrue() in <lambda>() 148 assertThat(started).isTrue() in <lambda>() 158 var started = false in <lambda>() variable 172 started = true in <lambda>() 203 assertThat(started).isFalse() in <lambda>() 218 assertThat(started).isFalse() in <lambda>() 228 var started = false in <lambda>() variable [all …]
|
/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/parser/ |
H A D | TimingsLogParserTest.java | 65 … "01-17 01:22:39.503 0 0 I : Linux version 4.4.177 (Kernel Boot Started)", in testParseGenericTiming_multiplePattern_oneOccurrenceEach() 70 "01-17 01:22:48.634 0 0 I init : 'zygote' started", in testParseGenericTiming_multiplePattern_oneOccurrenceEach() 73 "01-17 01:22:60.334 0 0 I init : 'fake service' started", in testParseGenericTiming_multiplePattern_oneOccurrenceEach() 74 "01-17 01:22:61.362 938 1111 I ActivityManager: my app started", in testParseGenericTiming_multiplePattern_oneOccurrenceEach() 84 Pattern.compile("'zygote' started")); in testParseGenericTiming_multiplePattern_oneOccurrenceEach() 88 Pattern.compile("'fake service' started")); in testParseGenericTiming_multiplePattern_oneOccurrenceEach() 95 Pattern.compile("my app started"), in testParseGenericTiming_multiplePattern_oneOccurrenceEach() 99 Pattern.compile("'zygote' started"), in testParseGenericTiming_multiplePattern_oneOccurrenceEach() 100 Pattern.compile("my app started")); in testParseGenericTiming_multiplePattern_oneOccurrenceEach() 128 … "01-17 01:22:39.503 0 0 I : Linux version 4.4.177 (Kernel Boot Started)", in testParseGenericTiming_multiplePattern_someNotMatched() [all …]
|
/aosp_15_r20/external/cronet/base/task/ |
H A D | deferred_sequenced_task_runner_unittest.cc | 72 EXPECT_FALSE(runner_->Started()); in TEST_F() 76 EXPECT_FALSE(runner_->Started()); in TEST_F() 78 EXPECT_TRUE(runner_->Started()); in TEST_F() 85 EXPECT_FALSE(runner_->Started()); in TEST_F() 87 EXPECT_TRUE(runner_->Started()); in TEST_F() 96 EXPECT_FALSE(runner_->Started()); in TEST_F() 100 EXPECT_FALSE(runner_->Started()); in TEST_F() 103 EXPECT_TRUE(runner_->Started()); in TEST_F() 106 EXPECT_TRUE(runner_->Started()); in TEST_F() 111 EXPECT_TRUE(runner_->Started()); in TEST_F() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/deviceentry/shared/ |
D | InternalFaceAuthReasons.java | 24 …public static final java.lang.String PRIMARY_BOUNCER_SHOWN = "Face auth started/stopped due to pri… 26 …nal java.lang.String PRIMARY_BOUNCER_SHOWN_OR_WILL_BE_SHOWN = "Face auth started/stopped due to bo… 28 … public static final java.lang.String TRUST_DISABLED = "Face auth started due to trust disabled."; 32 …public static final java.lang.String KEYGUARD_OCCLUSION_CHANGED = "Face auth started/stopped due t… 34 …public static final java.lang.String ASSISTANT_VISIBILITY_CHANGED = "Face auth started/stopped due… 36 …public static final java.lang.String STARTED_WAKING_UP = "Face auth started/stopped due to device … 44 …nal java.lang.String KEYGUARD_VISIBILITY_CHANGED = "Face auth stopped or started due to keyguard v… 50 … public static final java.lang.String DREAM_STARTED = "Face auth stopped because dreaming started"; 54 …String FACE_AUTH_STOPPED_ON_USER_INPUT = "Face auth stopped because user started typing password/p… 58 …public static final java.lang.String CAMERA_LAUNCHED = "Face auth started/stopped because camera l… [all …]
|
/aosp_15_r20/external/jazzer-api/src/test/java/com/code_intelligence/jazzer/junit/ |
H A D | RegressionTestTest.java | 31 import static org.junit.platform.testkit.engine.EventType.STARTED; 96 event(type(STARTED), container(ENGINE)), in regressionTestEnabled() 98 type(STARTED), container(uniqueIdSubstrings(ENGINE, VALID_FUZZ_TESTS, NO_CRASH_FUZZ))), in regressionTestEnabled() 104 event(type(STARTED), container(uniqueIdSubstrings(ENGINE, VALID_FUZZ_TESTS, DATA_FUZZ))), in regressionTestEnabled() 111 event(type(STARTED), container(uniqueIdSubstrings(ENGINE, AUTOFUZZ_WITH_CORPUS_FUZZ_TEST))), in regressionTestEnabled() 112 event(type(STARTED), in regressionTestEnabled() 124 event(type(STARTED), container(uniqueIdSubstrings(ENGINE, BYTE_FUZZ_TEST))), in regressionTestEnabled() 125 event(type(STARTED), container(uniqueIdSubstrings(ENGINE, BYTE_FUZZ_TEST, BYTE_FUZZ))), in regressionTestEnabled() 130 event(type(STARTED), container(uniqueIdSubstrings(ENGINE, INVALID_FUZZ_TESTS))), in regressionTestEnabled() 131 event(type(STARTED), in regressionTestEnabled() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/timezonedetector/location/ |
H A D | LocationTimeZoneProviderController.java | 72 * used until it fails or becomes uncertain. The secondary will then be started. The controller will 141 * This timeout is not provider-specific: it is started when the controller becomes uncertain 244 // If the user changed, stop the providers if needed. They may be re-started in onConfigurationInternalChanged() 382 * Sets the providers into the correct started/stopped state for the {@code newConfiguration} 387 * provider started / stopped state may need to be set or changed, e.g. during initialization 395 // Provider started / stopped states only need to be changed if geoDetectionEnabled has in alterProvidersStartedStateIfRequired() 406 // {started *} -> {stopped}, or {stopped} -> {started initializing}. If this changes in in alterProvidersStartedStateIfRequired() 407 // future and there could be {started *} -> {started *} cases, or cases where the provider in alterProvidersStartedStateIfRequired() 408 // can't be assumed to go straight to the {started initializing} state, then the logic below in alterProvidersStartedStateIfRequired() 410 // 1) If the primary is in {started uncertain}, the secondary should be started. in alterProvidersStartedStateIfRequired() [all …]
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_vc.cc | 161 "call ignored, due to already started cleanup procedure or service " in Connect() 172 "call ignored, due to already started cleanup procedure or service " in Disconnect() 182 "call ignored, due to already started cleanup procedure or service " in SetVolume() 194 "call ignored, due to already started cleanup procedure or service " in Mute() 206 "call ignored, due to already started cleanup procedure or service " in Unmute() 218 "call ignored, due to already started cleanup procedure or service " in RemoveDevice() 232 "call ignored, due to already started cleanup procedure or service " in GetExtAudioOutVolumeOffset() 245 "call ignored, due to already started cleanup procedure or service " in SetExtAudioOutVolumeOffset() 257 "call ignored, due to already started cleanup procedure or service " in GetExtAudioOutLocation() 270 "call ignored, due to already started cleanup procedure or service " in SetExtAudioOutLocation() [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/ |
H A D | Share.kt | 15 …* Converts a _cold_ [Flow] into a _hot_ [SharedFlow] that is started in the given coroutine [scope… in <lambda>() 20 …* The starting of the sharing coroutine is controlled by the [started] parameter. The following op… in <lambda>() 23 …* - [Eagerly][SharingStarted.Eagerly] — the upstream flow is started even before the first s… in <lambda>() 110 …* - `buffer(0).shareIn(scope, started, 0)` — overrides the default buffer size and creates a… in <lambda>() 114 …* - `buffer(b).shareIn(scope, started, r)` — creates a [SharedFlow] with `replay = r` and `e… in <lambda>() 115 …* - `conflate().shareIn(scope, started, r)` — creates a [SharedFlow] with `replay = r`, `onB… in <lambda>() 127 * @param scope the coroutine scope in which sharing is started. in <lambda>() 128 * @param started the strategy that controls when sharing is started and stopped. in <lambda>() 133 started: SharingStarted, in <lambda>() 143 val job = scope.launchSharing(config.context, config.upstream, shared, started, NO_VALUE as T) in <lambda>() [all …]
|