/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
D | AppLaunch.java | 163 private void addLaunchResult(LaunchOrder launch, AppLaunchResult result) { in addLaunchResult() argument 164 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()).add(result); in addLaunchResult() 167 private boolean hasFailureOnFirstLaunch(LaunchOrder launch) { in hasFailureOnFirstLaunch() argument 169 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()); in hasFailureOnFirstLaunch() 245 for (LaunchOrder launch : mLaunchOrderList) { in testMeasureStartUpTime() 250 if (launch.getLaunchReason().equals(TRIAL_LAUNCH)) { in testMeasureStartUpTime() 254 Intent startIntent = mNameToIntent.get(launch.getApp()); in testMeasureStartUpTime() 256 Log.w(TAG, "App does not exist: " + launch.getApp()); in testMeasureStartUpTime() 257 mResult.putString(mNameToResultKey.get(launch.getApp()), in testMeasureStartUpTime() 262 if (SPEED_PROFILE_FILTER.equals(launch.getCompilerFilter())) { in testMeasureStartUpTime() [all …]
|
/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/compile/slang/tests/F_foreach_unexpected_kernel_arg/ |
D | stderr.txt.expect | 1 foreach_unexpected_kernel_arg.rs:11:13: error: Invalid kernel launch call. Expects a function desig… 2 foreach_unexpected_kernel_arg.rs:12:13: error: Invalid kernel launch call. Expects a function desig… 3 foreach_unexpected_kernel_arg.rs:13:24: error: Invalid kernel launch call. Expects a function desig… 4 foreach_unexpected_kernel_arg.rs:14:24: error: Invalid kernel launch call. Expects a function desig…
|
/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/compile/slang/tests/F_foreach_from_kernel/ |
D | stderr.txt.expect | 1 foreach_from_kernel.rs:13:3: error: Invalid kernel launch call made from inside another kernel.
|
/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/tests/RemoteDisplayProvider/ |
D | README | 12 wireless displays or launch an activity that uses the MediaRouter,
|
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/ |
D | InstallSuccess.java | 75 mAlert.setButton(DialogInterface.BUTTON_POSITIVE, getString(R.string.launch), null, in onCreate()
|
/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/base/tests/AccessoryDisplay/ |
D | README | 47 When connected, the applications should automatically launch
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityStartController.java | 473 void addPendingActivityLaunch(PendingActivityLaunch launch) { in addPendingActivityLaunch() argument 474 mPendingActivityLaunches.add(launch); in addPendingActivityLaunch()
|
/frameworks/rs/tests/lldb/tests/harness/ |
D | util_bundle.py | 292 def launch(self, app_name): member in UtilBundle
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 14 2. make and install the Refocus test app. Open up logcat and launch the app. Two scripts are called…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ |
D | AppDelegate.m | 41 // Override point for customization after application launch.
|
/frameworks/rs/tests/lldb/tests/ |
D | run_test.py | 88 state.pid = state.bundle.launch(target_name)
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | EventLogTags.logtags | 32 # Activity launch time
|
/frameworks/av/services/mediaanalytics/ |
D | MediaAnalyticsService.cpp | 548 mExpireFuture = std::async(std::launch::async, [this]() in saveItem()
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 97 * of this type can be used in a rsForEach call to launch a kernel. 182 * by options, no input or output allocation is required for a kernel launch using
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidation.cpp | 1298 auto first = std::async(std::launch::async, [this] { in TEST_F() 1301 auto second = std::async(std::launch::async, [this, secondExecution] { in TEST_F()
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1805 // ACTION: User tapped notification action to launch bug report details screen 1884 // Logged when a user double taps the overview button to launch the previous task 3796 // ACTION: Settings > Storage > Free Up Space to launch Deletion Helper 4051 // FIELD - A token to identify all events that are part of the same instant application launch 6434 // FIELD: Activity record launch mode 6512 // FIELD: Millis since activity's last launch 7323 // FIELD: The entry point that the user launch emergency dialer from
|
/frameworks/base/core/proto/android/app/ |
D | settings_enums.proto | 1739 // ACTION: Settings > Storage > Free Up Space to launch Deletion Helper
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 5945 * The definition of app process start time is from the app launch time to
|