Home
last modified time | relevance | path

Searched refs:launch (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
DAppLaunch.java152 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/
DAppLaunch.java204 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/
Dstderr.txt.expect1 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/
Dsos_gesture.md5 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…
Dcamera.md19launch a resolver](/packages/SystemUI/src/com/android/systemui/statusbar/phone/KeyguardBottomAreaV…
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleDataRepository.kt35 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/
Dstderr.txt.expect1 foreach_from_kernel.rscript:13:3: error: Invalid kernel launch call made from inside another kernel.
/frameworks/av/services/audioflinger/
DNBAIO_Tee.cpp168 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/
DCommonAssertions.kt17 package com.android.server.wm.flicker.launch
DOpenAppWarmTest.kt17 package com.android.server.wm.flicker.launch
DOpenAppFromOverviewTest.kt17 package com.android.server.wm.flicker.launch
DOpenAppColdTest.kt17 package com.android.server.wm.flicker.launch
DOpenAppTransition.kt17 package com.android.server.wm.flicker.launch
/frameworks/compile/libbcc/
DREADME.rst40 * 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/
DMediaRouter2ManagerTestActivity.java34 sActivityScenario = ActivityScenario.launch(intent); in startActivity()
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
DImeAppAutoFocusHelper.kt46 launcherStrategy.launch(appName, expectedPackage) in open()
/frameworks/base/tests/RemoteDisplayProvider/
DREADME12 wireless displays or launch an activity that uses the MediaRouter,
/frameworks/native/services/powermanager/tests/
DPowerHalLoaderTest.cpp95 std::async(std::launch::async, &PowerHalLoaderTest<TypeParam>::load, this)); in TYPED_TEST()
/frameworks/native/include/ftl/
Dfuture.h32 return std::async(std::launch::deferred, std::forward<F>(f), std::forward<Args>(args)...); in defer()
/frameworks/base/media/jni/soundpool/
DSoundDecoder.cpp110 const int32_t id = mThreadPool->launch([this](int32_t id) { run(id); }); in loadSound()
DStreamManager.cpp264 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/
DInstallSuccess.java101 mAlert.setButton(DialogInterface.BUTTON_POSITIVE, getString(R.string.launch), null, in bindUi()
/frameworks/rs/script_api/
Drs_for_each.spec92 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/
DREADME.md29 Command to launch the app:
/frameworks/base/tests/AccessoryDisplay/
DREADME47 When connected, the applications should automatically launch

12