/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 152 private void addLaunchResult(LaunchOrder launch, AppLaunchResult result) { in addLaunchResult() argument 153 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()).add(result); in addLaunchResult() 156 private boolean hasFailureOnFirstLaunch(LaunchOrder launch) { in hasFailureOnFirstLaunch() argument 158 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()); in hasFailureOnFirstLaunch() 232 for (LaunchOrder launch : mLaunchOrderList) { in testMeasureStartUpTime() 233 if (mNameToIntent.get(launch.getApp()) == null) { in testMeasureStartUpTime() 237 String appPkgName = mNameToIntent.get(launch.getApp()) in testMeasureStartUpTime() 239 Log.v(TAG, String.format("\nApp name: %s", launch.getApp())); in testMeasureStartUpTime() 243 if (launch.getLaunchReason().equals(TRIAL_LAUNCH)) { in testMeasureStartUpTime() 247 if (SPEED_PROFILE_FILTER.equals(launch.getCompilerFilter())) { in testMeasureStartUpTime() [all …]
|
/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 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() 286 for (LaunchOrder launch : mLaunchOrderList) { in testMeasureStartUpTime() 287 toggleIorapStatus(launch.getIorapEnabled()); in testMeasureStartUpTime() 290 Log.v(TAG, "Launch reason: " + launch.getLaunchReason()); in testMeasureStartUpTime() 294 if (launch.getLaunchReason().equals(TRIAL_LAUNCH)) { in testMeasureStartUpTime() 298 Intent startIntent = mNameToIntent.get(launch.getApp()); in testMeasureStartUpTime() 300 Log.w(TAG, "App does not exist: " + launch.getApp()); in testMeasureStartUpTime() [all …]
|
/frameworks/compile/slang/tests/F_foreach_unexpected_kernel_arg/ |
D | stderr.txt.expect | 1 foreach_unexpected_kernel_arg.rscript:11:13: error: Invalid kernel launch call. Expects a function … 2 foreach_unexpected_kernel_arg.rscript:12:13: error: Invalid kernel launch call. Expects a function … 3 foreach_unexpected_kernel_arg.rscript:13:24: error: Invalid kernel launch call. Expects a function … 4 foreach_unexpected_kernel_arg.rscript:14:24: error: Invalid kernel launch call. Expects a function …
|
/frameworks/base/packages/SystemUI/docs/ |
D | sos_gesture.md | 5 Note that the flow is a simplified version of the camera launch flow. 18 5. Assuming there is an app, and the setting is one launch Emergengy Flow immediately. [Callsite](/… 19 1. Note that we cannot have an intent resolver, so we launch the default. 24 Thus, we always launch the same intent, and verify that there is only one matching intent-filter in…
|
D | camera.md | 19 …launch a resolver](/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaV…
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleDataRepository.kt | 35 import kotlinx.coroutines.launch in <lambda>() 108 job = ioScope.launch { in <lambda>() 125 fun loadBubbles(userId: Int, cb: (List<Bubble>) -> Unit) = ioScope.launch { in <lambda>() 136 val entities = entitiesByUser.get(userId) ?: return@launch in <lambda>()
|
/frameworks/compile/slang/tests/F_foreach_from_kernel/ |
D | stderr.txt.expect | 1 foreach_from_kernel.rscript:13:3: error: Invalid kernel launch call made from inside another kernel.
|
/frameworks/av/services/audioflinger/ |
D | NBAIO_Tee.cpp | 168 status_t launch(const std::string &name, std::function<status_t()> func); 263 if (mThreadPool.launch(std::string("create ") + filename, in create() 322 (void)mThreadPool.launch( in setDirectory() 362 status_t AudioFileHandler::ThreadPool::launch( in launch() function in android::AudioFileHandler::ThreadPool 383 mFutures.emplace_back(name, std::async(std::launch::async, func)); in launch()
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/launch/ |
D | CommonAssertions.kt | 17 package com.android.server.wm.flicker.launch
|
D | OpenAppWarmTest.kt | 17 package com.android.server.wm.flicker.launch
|
D | OpenAppFromOverviewTest.kt | 17 package com.android.server.wm.flicker.launch
|
D | OpenAppColdTest.kt | 17 package com.android.server.wm.flicker.launch
|
D | OpenAppTransition.kt | 17 package com.android.server.wm.flicker.launch
|
/frameworks/compile/libbcc/ |
D | README.rst | 40 * libbcc strives to balance between library size, launch time and 48 * To reduce launch time, we support caching of 51 AOT to get the best of both worlds: Fast launch time and high 60 launch time in libbcc launch time in libbcc
|
/frameworks/base/media/tests/MediaRouter/src/com/android/mediaroutertest/ |
D | MediaRouter2ManagerTestActivity.java | 34 sActivityScenario = ActivityScenario.launch(intent); in startActivity()
|
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
D | ImeAppAutoFocusHelper.kt | 46 launcherStrategy.launch(appName, expectedPackage) in open()
|
/frameworks/base/tests/RemoteDisplayProvider/ |
D | README | 12 wireless displays or launch an activity that uses the MediaRouter,
|
/frameworks/native/services/powermanager/tests/ |
D | PowerHalLoaderTest.cpp | 95 std::async(std::launch::async, &PowerHalLoaderTest<TypeParam>::load, this)); in TYPED_TEST()
|
/frameworks/native/include/ftl/ |
D | future.h | 32 return std::async(std::launch::deferred, std::forward<F>(f), std::forward<Args>(args)...); in defer()
|
/frameworks/base/media/jni/soundpool/ |
D | SoundDecoder.cpp | 110 const int32_t id = mThreadPool->launch([this](int32_t id) { run(id); }); in loadSound()
|
D | StreamManager.cpp | 264 const int32_t id = mThreadPool->launch([this](int32_t id) { run(id); }); in queueForPlay() 293 const int32_t id = mThreadPool->launch([this](int32_t id) { run(id); }); in moveToRestartQueue()
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | InstallSuccess.java | 101 mAlert.setButton(DialogInterface.BUTTON_POSITIVE, getString(R.string.launch), null, in bindUi()
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 92 of this type can be used in a @rsForEach call to launch a kernel. 201 by options, no input or output allocation is required for a kernel launch using 228 Internal API to launch a kernel.
|
/frameworks/av/media/tests/SampleVideoEncoder/ |
D | README.md | 29 Command to launch the app:
|
/frameworks/base/tests/AccessoryDisplay/ |
D | README | 47 When connected, the applications should automatically launch
|