/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/startup/ |
H A D | slow_start_reasons.sql | 302 ) launch 305 s.ts BETWEEN launch.ts AND launch.ts_end 337 ) launch 340 sched.ts BETWEEN launch.ts AND launch.ts_end 341 ORDER BY (launch.ts_end - sched.ts) DESC 358 launch.dur as launch_dur, 366 get_missing_baseline_profile_for_launch(launch.startup_id, launch.package) 370 FROM android_startups launch 371 WHERE launch.startup_id = $startup_id 372 AND missing_baseline_profile_for_launch(launch.startup_id, launch.package) [all …]
|
/aosp_15_r20/out/target/product/shiba/obj/ETC/kernel-lifetimes.xml_intermediates/ |
D | kernel-lifetimes.xml | 2 <branch name="android-4.14" version="4.14" launch="2017-10-22" eol="2024-01-01"> 6 <branch name="android-4.19" version="4.19" launch="2018-10-22" eol="2025-01-01"> 9 …<branch name="android11-5.4" min_android_release="11" version="5.4" launch="2019-11-24" eol="2026-… 12 …<branch name="android12-5.4" min_android_release="12" version="5.4" launch="2019-11-24" eol="2026-… 16 …<branch name="android12-5.10" min_android_release="12" version="5.10" launch="2020-12-13" eol="202… 18 <release version="5.10.198" launch="2023-11-14" eol="2024-11-01"/> 19 <release version="5.10.205" launch="2024-03-12" eol="2024-11-01"/> 20 <release version="5.10.209" launch="2024-05-09" eol="2025-06-01"/> 21 <release version="5.10.218" launch="2024-08-12" eol="2025-09-01"/> 25 …<branch name="android13-5.10" min_android_release="13" version="5.10" launch="2020-12-13" eol="202… [all …]
|
/aosp_15_r20/kernel/configs/ |
H A D | kernel-lifetimes.xml | 2 <branch name="android-4.14" version="4.14" launch="2017-10-22" eol="2024-01-01"> 6 <branch name="android-4.19" version="4.19" launch="2018-10-22" eol="2025-01-01"> 9 …<branch name="android11-5.4" min_android_release="11" version="5.4" launch="2019-11-24" eol="2026-… 12 …<branch name="android12-5.4" min_android_release="12" version="5.4" launch="2019-11-24" eol="2026-… 16 …<branch name="android12-5.10" min_android_release="12" version="5.10" launch="2020-12-13" eol="202… 18 <release version="5.10.198" launch="2023-11-14" eol="2024-11-01"/> 19 <release version="5.10.205" launch="2024-03-12" eol="2024-11-01"/> 20 <release version="5.10.209" launch="2024-05-09" eol="2025-06-01"/> 21 <release version="5.10.218" launch="2024-08-12" eol="2025-09-01"/> 25 …<branch name="android13-5.10" min_android_release="13" version="5.10" launch="2020-12-13" eol="202… [all …]
|
/aosp_15_r20/out/soong/.intermediates/kernel/configs/kernel-lifetimes.xml/android_arm64_armv8-2a_cortex-a55/ |
D | kernel-lifetimes.xml | 2 <branch name="android-4.14" version="4.14" launch="2017-10-22" eol="2024-01-01"> 6 <branch name="android-4.19" version="4.19" launch="2018-10-22" eol="2025-01-01"> 9 …<branch name="android11-5.4" min_android_release="11" version="5.4" launch="2019-11-24" eol="2026-… 12 …<branch name="android12-5.4" min_android_release="12" version="5.4" launch="2019-11-24" eol="2026-… 16 …<branch name="android12-5.10" min_android_release="12" version="5.10" launch="2020-12-13" eol="202… 18 <release version="5.10.198" launch="2023-11-14" eol="2024-11-01"/> 19 <release version="5.10.205" launch="2024-03-12" eol="2024-11-01"/> 20 <release version="5.10.209" launch="2024-05-09" eol="2025-06-01"/> 21 <release version="5.10.218" launch="2024-08-12" eol="2025-09-01"/> 25 …<branch name="android13-5.10" min_android_release="13" version="5.10" launch="2020-12-13" eol="202… [all …]
|
/aosp_15_r20/out/target/product/shiba/system/etc/kernel/ |
D | kernel-lifetimes.xml | 2 <branch name="android-4.14" version="4.14" launch="2017-10-22" eol="2024-01-01"> 6 <branch name="android-4.19" version="4.19" launch="2018-10-22" eol="2025-01-01"> 9 …<branch name="android11-5.4" min_android_release="11" version="5.4" launch="2019-11-24" eol="2026-… 12 …<branch name="android12-5.4" min_android_release="12" version="5.4" launch="2019-11-24" eol="2026-… 16 …<branch name="android12-5.10" min_android_release="12" version="5.10" launch="2020-12-13" eol="202… 18 <release version="5.10.198" launch="2023-11-14" eol="2024-11-01"/> 19 <release version="5.10.205" launch="2024-03-12" eol="2024-11-01"/> 20 <release version="5.10.209" launch="2024-05-09" eol="2025-06-01"/> 21 <release version="5.10.218" launch="2024-08-12" eol="2025-09-01"/> 25 …<branch name="android13-5.10" min_android_release="13" version="5.10" launch="2020-12-13" eol="202… [all …]
|
/aosp_15_r20/frameworks/libs/systemui/tracinglib/robolectric/src/ |
D | CoroutineTracingTest.kt | 28 import kotlinx.coroutines.launch 61 launch { in <lambda>() 72 expect(3, "main:1^:1^span-for-launch") in <lambda>() 75 expect(4, "main:1^:1^span-for-launch", "span-for-fetchData") in <lambda>() 80 launchTraced("span-for-launch") { in <lambda>() 82 finish(5, "main:1^:1^span-for-launch") in <lambda>() 89 launchTraced("launch#0") { in <lambda>() 90 expect("main:1^:1^launch#0") in <lambda>() 92 expect("main:1^:1^launch#0") in <lambda>() 95 launchTraced("launch#1") { in <lambda>() [all …]
|
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/androidTest/java/android/app/ |
H A D | ContextTest.java | 92 try (ActivityScenario<TestActivity> scenario = ActivityScenario.launch(TestActivity.class)) { in audioManager_applicationInstance_isNotSameAsActivityInstance() 104 try (ActivityScenario<TestActivity> scenario = ActivityScenario.launch(TestActivity.class)) { in audioManager_activityInstance_isSameAsActivityInstance() 121 try (ActivityScenario<TestActivity> scenario = ActivityScenario.launch(TestActivity.class)) { in audioManager_instance_changesAffectEachOther() 143 try (ActivityScenario<TestActivity> scenario = ActivityScenario.launch(TestActivity.class)) { in accountManager_applicationInstance_isNotSameAsActivityInstance() 155 try (ActivityScenario<TestActivity> scenario = ActivityScenario.launch(TestActivity.class)) { in accountManager_activityInstance_isSameAsActivityInstance() 172 try (ActivityScenario<TestActivity> scenario = ActivityScenario.launch(TestActivity.class)) { in accountManager_instance_retrievesSameAccounts() 193 try (ActivityScenario<TestActivity> scenario = ActivityScenario.launch(TestActivity.class)) { in batteryManager_applicationInstance_isNotSameAsActivityInstance() 205 try (ActivityScenario<TestActivity> scenario = ActivityScenario.launch(TestActivity.class)) { in batteryManager_activityInstance_isSameAsActivityInstance() 222 try (ActivityScenario<TestActivity> scenario = ActivityScenario.launch(TestActivity.class)) { in alarmManager_applicationInstance_isNotSameAsActivityInstance() 234 try (ActivityScenario<TestActivity> scenario = ActivityScenario.launch(TestActivity.class)) { in alarmManager_activityInstance_isSameAsActivityInstance() [all …]
|
/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/ |
D | Android.bp | 24 "launch/automotive_proxy.cpp", 25 "launch/bluetooth_connector.cpp", 26 "launch/casimir.cpp", 27 "launch/casimir_control_server.cpp", 28 "launch/console_forwarder.cpp", 29 "launch/control_env_proxy_server.cpp", 30 "launch/echo_server.cpp", 31 "launch/gnss_grpc_proxy.cpp", 32 "launch/grpc_socket_creator.cpp", 33 "launch/kernel_log_monitor.cpp", [all …]
|
/aosp_15_r20/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
H A D | AppLaunch.java | 82 // with the app launch 204 private void addLaunchResult(LaunchOrder launch, AppLaunchResult result) { in addLaunchResult() argument 205 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()).add(result); in addLaunchResult() 208 private boolean hasFailureOnFirstLaunch(LaunchOrder launch) { in hasFailureOnFirstLaunch() argument 210 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()); in hasFailureOnFirstLaunch() 226 // Root directory for applaunch file to log the app launch output in testMeasureStartUpTime() 282 // Get the app launch order based on launch order, trial launch, in testMeasureStartUpTime() 283 // launch iterations and trace iterations in testMeasureStartUpTime() 286 for (LaunchOrder launch : mLaunchOrderList) { in testMeasureStartUpTime() 287 toggleIorapStatus(launch.getIorapEnabled()); in testMeasureStartUpTime() [all …]
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/ |
H A D | ActivityLifecyclePipTests.java | 66 // Launch first activity in testGoToPip() 69 // Launch Pip-capable activity in testGoToPip() 87 // Launch first activity in testPipOnLaunch() 93 // Launch Pip-capable activity and enter Pip immediately in testPipOnLaunch() 97 .launch(); in testPipOnLaunch() 114 // Launch first activity in testDestroyPip() 120 // Launch Pip-capable activity and enter Pip immediately in testDestroyPip() 124 .launch(); in testDestroyPip() 141 // Launch Pip-capable activity and enter Pip immediately in testLaunchBelowPip() 145 .launch(); in testLaunchBelowPip() [all …]
|
H A D | ActivityLifecycleTopResumedStateTests.java | 131 // Launch first activity, which will be slow to release top position in testTopPositionSwitchToActivityOnTopSlowDifferentProcess() 140 // Launch second activity on top in testTopPositionSwitchToActivityOnTopSlowDifferentProcess() 157 // Launch first activity, which will be slow to release top position in testTopPositionSwitchToActivityOnTopTimeoutDifferentProcess() 167 // Launch second activity on top in testTopPositionSwitchToActivityOnTopTimeoutDifferentProcess() 212 .launch(); in testTopPositionSwitchOnDoubleLaunch() 249 assertEquals("Double launch sequence must match", expectedTransitions, observedTransitions); in testTopPositionSwitchOnDoubleLaunch() 263 .launch(); in testTopPositionSwitchOnDoubleLaunchAndTopFinish() 309 "Double launch sequence must match"); in testTopPositionSwitchOnDoubleLaunchAndTopFinish() 316 // Launch an activity that will be moved to split-screen secondary in testTopPositionLostWhenDocked() 319 // Launch first activity in testTopPositionLostWhenDocked() [all …]
|
H A D | ActivityLifecycleTests.java | 129 // Launch fullscreen activity in testLaunchTranslucentOnTop() 132 // Launch translucent activity on top in testLaunchTranslucentOnTop() 145 // Launch translucent activity on top in testLaunchDoubleTranslucentOnTop() 153 // Launch another translucent activity on top in testLaunchDoubleTranslucentOnTop() 160 Collections.singletonList(ON_PAUSE), "launch"); in testLaunchDoubleTranslucentOnTop() 161 assertEmptySequence(FirstActivity.class, getTransitionLog(), "launch"); in testLaunchDoubleTranslucentOnTop() 171 Collections.singletonList(ON_RESUME), "launch"); in testLaunchDoubleTranslucentOnTop() 172 assertEmptySequence(FirstActivity.class, getTransitionLog(), "launch"); in testLaunchDoubleTranslucentOnTop() 177 // Launch a translucent activity and a regular activity in separate stacks in testTranslucentMovedIntoStack() 180 .launch(); in testTranslucentMovedIntoStack() [all …]
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/other/ |
H A D | PinnedStackTests.java | 243 // Launch the activity that requests enter pip when receives onUserLeaveHint in testIsInPictureInPictureModeInOnPause() 255 // Launch the activity that requests enter pip when receives onUserLeaveHint in testTvIsNotInPictureInPictureModeInOnPause() 264 // Launch the activity that supports auto-enter-pip in testAutoEnterPipIsInPictureInPictureModeInOnPause() 276 // Launch an activity that supports auto-enter-pip, but does not have the permission in testTvAutoEnterPipIsNotInPictureInPictureModeInOnPause() 335 // Launch the tap-to-finish activity at a specific place in testNonTappablePipActivity() 354 // Launch an activity that is not fixed-orientation so that the display can rotate in testPinnedStackInBoundsAfterRotation() 356 // Launch an activity into the pinned stack in testPinnedStackInBoundsAfterRotation() 381 // Launch a portrait only app on the fullscreen stack in testEnterPipToOtherOrientation() 384 // Launch the PiP activity fixed as landscape in testEnterPipToOtherOrientation() 402 // Launch a PiP activity with minimal size specified in testEnterPipWithMinimalSize() [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/ |
H A D | JobExceptionHandlingTest.kt | 23 launch(job, start = ATOMIC) { in <lambda>() 60 val job = launch(parent) { in <lambda>() 84 val child = launch(job, start = ATOMIC) { in <lambda>() 102 * Child: launch inner child and cancels parent in <lambda>() 108 launch(job) { in <lambda>() 111 launch { in <lambda>() 137 * Launcher: launch child and cancel root in <lambda>() 138 * Child: launch nested child atomically and yields in <lambda>() 144 launch(job, start = ATOMIC) { in <lambda>() 146 launch(start = ATOMIC) { in <lambda>() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityMetricsLaunchObserver.java | 28 * Observe activity launch sequences. 30 * Multiple calls to the callback methods can occur without first terminating the current launch 33 * used as the identifier to indicate which launch sequence it belongs to. 35 * When a new launch sequence is made, that sequence is in the {@code INTENT_STARTED} state which 38 * The intent can fail to launch the activity, in which case the sequence's state transitions to 41 * If an activity is successfully started, the launch sequence's state will transition into 53 * necessarily the same within a single launch sequence: it is only the top-most activity at the 54 * time (if any). Trampoline activities coalesce several activity starts into a single launch 57 * Upon reaching a terminal state, it is considered that there are no active launch sequences 58 * until a subsequent transition into {@code INTENT_STARTED} initiates a new launch sequence. [all …]
|
/aosp_15_r20/external/libcxx/test/std/thread/futures/futures.overview/ |
H A D | launch.pass.cpp | 14 // enum class launch 29 LIBCPP_STATIC_ASSERT(static_cast<int>(std::launch::any) == in main() 30 … (static_cast<int>(std::launch::async) | static_cast<int>(std::launch::deferred)), ""); in main() 32 LIBCPP_STATIC_ASSERT(std::launch::any == (std::launch::async | std::launch::deferred), ""); in main() 33 static_assert(std::launch(0) == (std::launch::async & std::launch::deferred), ""); in main() 34 LIBCPP_STATIC_ASSERT(std::launch::any == (std::launch::async ^ std::launch::deferred), ""); in main() 35 LIBCPP_STATIC_ASSERT(std::launch::deferred == ~std::launch::async, ""); in main() 36 std::launch x = std::launch::async; in main() 37 x &= std::launch::deferred; in main() 38 assert(x == std::launch(0)); in main() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/futures/futures.overview/ |
H A D | launch.pass.cpp | 13 // enum class launch 28 LIBCPP_STATIC_ASSERT(static_cast<int>(std::launch::any) == in main() 29 … (static_cast<int>(std::launch::async) | static_cast<int>(std::launch::deferred)), ""); in main() 31 LIBCPP_STATIC_ASSERT(std::launch::any == (std::launch::async | std::launch::deferred), ""); in main() 32 static_assert(std::launch(0) == (std::launch::async & std::launch::deferred), ""); in main() 33 LIBCPP_STATIC_ASSERT(std::launch::any == (std::launch::async ^ std::launch::deferred), ""); in main() 34 LIBCPP_STATIC_ASSERT(std::launch::deferred == ~std::launch::async, ""); in main() 35 std::launch x = std::launch::async; in main() 36 x &= std::launch::deferred; in main() 37 assert(x == std::launch(0)); in main() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/evidently/src/main/resources/codegen-resources/ |
H A D | service-2.json | 30 …launch of the feature, the user might be assigned to a variation in the launch. The chance of this… 68 …"documentation":"<p>Creates an Evidently <i>feature</i> that you want to launch or test. You can d… 86 …launch</i> of a given feature. Before you create a launch, you must create the feature to use for … 120 …he users who match the segment criteria. Using one or more segments in a launch allows you to defi… 165 "requestUri":"/projects/{project}/launches/{launch}", 177 …umentation":"<p>Deletes an Evidently launch. The feature used for the launch is not deleted.</p> <… 215 …ent. You can't delete a segment that is being used in a launch or experiment, even if that launch … 233 …launch with this feature that uses segment overrides, and if the user session's <code>evaluationCo… 292 "requestUri":"/projects/{project}/launches/{launch}", 303 …"documentation":"<p>Returns the details about one launch. You must already know the launch name. T… [all …]
|
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 101 "PowerHint": "LAUNCH", 108 "PowerHint": "LAUNCH", 114 "PowerHint": "LAUNCH", 129 "Value": "LAUNCH" 134 "Value": "LAUNCH" 144 "Value": "LAUNCH" 149 "Value": "LAUNCH" 313 // "LAUNCH" in SetUp() 319 actions_["LAUNCH"].node_actions = in SetUp() 381 EXPECT_NE(std::find(hints.begin(), hints.end(), "LAUNCH"), hints.end()); in TEST_F() [all …]
|
/aosp_15_r20/external/lottie/lottie-compose/src/test/java/com/airbnb/lottie/compose/ |
H A D | LottieAnimatableImplTest.kt | 8 import kotlinx.coroutines.launch in <lambda>() 36 launch { in <lambda>() 53 launch { in <lambda>() 66 launch { in <lambda>() 81 val job = launch { in <lambda>() 93 val job = launch { in <lambda>() 106 launch { in <lambda>() 118 launch { in <lambda>() 129 launch { in <lambda>() 141 launch { in <lambda>() [all …]
|
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/ |
D | PreviewActionsBinder.kt | 52 import kotlinx.coroutines.launch in <lambda>() 108 lifecycleOwner.lifecycleScope.launch { in <lambda>() 115 lifecycleOwner.lifecycleScope.launch { in <lambda>() 118 launch { in <lambda>() 124 launch { in <lambda>() 130 launch { in <lambda>() 137 launch { in <lambda>() 143 launch { in <lambda>() 147 launch { in <lambda>() 159 launch { in <lambda>() [all …]
|
/aosp_15_r20/out/soong/release-config/ |
D | all_release_configs-aosp_shiba.textproto | 168 workflow: LAUNCH 1200 workflow: LAUNCH 1221 workflow: LAUNCH 1242 workflow: LAUNCH 1261 workflow: LAUNCH 1280 workflow: LAUNCH 1310 workflow: LAUNCH 1337 workflow: LAUNCH 1367 workflow: LAUNCH 1397 workflow: LAUNCH [all...] |
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | UIIntents.java | 114 * Launch the permission check activity 121 * Launch an activity to show a conversation. This method by default provides no additional 131 * Launch an activity to show a conversation. 139 * Launch an activity to show conversation with conversation list in back stack. 145 * Launch an activity to show a conversation as a new task. 151 * Launch an activity to start a new conversation 157 * Launch debug activity to set MMS config options. 162 * Launch an activity to change settings. 167 * Launch an activity to add a contact with a given destination. 172 * Launch an activity to show the document picker to pick an image/video/audio. [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
H A D | launch_to_device_attribute.cc | 38 // Assign all ops in region with specified device from launch. 40 tf_device::LaunchOp launch, in AssignDevicesInRegion() argument 47 op->setAttr(kDeviceAttr, launch.deviceAttr()); in AssignDevicesInRegion() 53 op->setAttr(kDeviceAttr, launch.deviceAttr()); in AssignDevicesInRegion() 55 } else if (device_str_attr.getValue() != launch.device()) { in AssignDevicesInRegion() 56 return launch.emitOpError() in AssignDevicesInRegion() 60 << launch.device() << "'"; in AssignDevicesInRegion() 63 return launch.emitOpError() in AssignDevicesInRegion() 74 tf_device::LaunchOp launch) { in HoistOpsAndAnnotateWithDevice() argument 75 // Forward launch inner op results to launch op results. in HoistOpsAndAnnotateWithDevice() [all …]
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | XF86keysym.h | 88 #define XF86XK_AudioMedia 0x1008FF32 /* Launch media collection app */ 102 #define XF86XK_Launch0 0x1008FF40 /* Launch Application */ 103 #define XF86XK_Launch1 0x1008FF41 /* Launch Application */ 104 #define XF86XK_Launch2 0x1008FF42 /* Launch Application */ 105 #define XF86XK_Launch3 0x1008FF43 /* Launch Application */ 106 #define XF86XK_Launch4 0x1008FF44 /* Launch Application */ 107 #define XF86XK_Launch5 0x1008FF45 /* Launch Application */ 108 #define XF86XK_Launch6 0x1008FF46 /* Launch Application */ 109 #define XF86XK_Launch7 0x1008FF47 /* Launch Application */ 110 #define XF86XK_Launch8 0x1008FF48 /* Launch Application */ [all …]
|