/aosp_15_r20/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
H A D | AppLaunch.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 71 * apps - A list of applications to start and their corresponding result keys 73 * -e apps <app name>^<result key>|<app name>^<result key> 82 // with the app launch 108 "simpleperf --log fatal stat --csv -e cpu-cycles,major-faults --app %s & %s"; 135 private static final String APP_LAUNCH_CMD = "am start -W -n"; 136 private static final String SUCCESS_MESSAGE = "Status: ok"; 139 private static final String LAUNCH_ITERATION = "LAUNCH_ITERATION-%d"; 140 private static final String TRACE_ITERATION = "TRACE_ITERATION-%d"; 145 private static final String COMPILE_CMD = "cmd package compile -f -m %s %s"; [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.3/vts/functional/include/1.3/ |
H A D | Callbacks.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 20 #include <android-base/thread_annotations.h> 27 #include <hidl/Status.h> 39 * asynchronous task has failed to launch, the function that tried to launch the 52 * The PreparedModelCallback class is used to receive the error status of 69 * status of the asynchronous model preparation along with the prepared 81 * @param status Error status returned from asynchronously preparing the 83 * - NONE if the asynchronous preparation was successful 84 * - DEVICE_UNAVAILABLE if driver is offline or busy 85 * - GENERAL_FAILURE if there is an unspecified error [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/mgn/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2020-02-26", 7 "protocol":"rest-json", 13 "uid":"mgn-2020-02-26" 150 "documentation":"<p>Creates a new Launch Configuration Template.</p>" 249 "documentation":"<p>Deletes a single Launch Configuration Template by ID.</p>", 347 …o limit which jobs are returned. The response is sorted by creationDataTime - latest date first. J… 363 …"documentation":"<p>Lists all Launch Configuration Templates, filtered by Launch Configuration Tem… 837 …es a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiate… 905 …nches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiate… 1076 "documentation":"<p>Updates an existing Launch Configuration Template by ID.</p>" [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.2/vts/functional/include/1.2/ |
H A D | Callbacks.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 20 #include <android-base/thread_annotations.h> 25 #include <hidl/Status.h> 37 * asynchronous task has failed to launch, the function that tried to launch the 50 * The PreparedModelCallback class is used to receive the error status of 67 * status of the asynchronous model preparation along with the prepared 79 * @param status Error status returned from asynchronously preparing the 81 * - NONE if the asynchronous preparation was successful 82 * - DEVICE_UNAVAILABLE if driver is offline or busy 83 * - GENERAL_FAILURE if there is an unspecified error [all …]
|
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/preparemedia/ |
D | MediaPreparerViewModel.kt | 8 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>() 56 import kotlinx.coroutines.launch in <lambda>() 75 /** Data class for the prepare status of a given media item. */ 104 * providers to prepare remote media for local apps or pre-transcode video for incompatible apps. 183 * - map to get rid of other [UserStatus] fields this does not care about 184 * - distinctUntilChanged to only emit when the resolver actually changes, since 204 scope.launch { in <lambda>() 234 * parallel execution is limited to [MAX_CONCURRENT_LOADS] to avoid over-stressing the remote 254 mutex.withLock { preparingItems.filter { (_, status) -> !status.isCompleted }.size } in startPrepare() method 273 completed = (selection.size - countPrepareRequired), in startPrepare() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/drs/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2020-02-26", 7 "protocol":"rest-json", 13 "uid":"drs-2020-02-26" 34 …ssociate a Source Network to an existing CloudFormation Stack and modify launch templates to use t… 73 "documentation":"<p>Creates a new Launch Configuration Template.</p>" 149 "documentation":"<p>Deletes a resource launch action.</p>" 167 "documentation":"<p>Deletes a single Launch Configuration Template by ID.</p>", 276 …o limit which jobs are returned. The response is sorted by creationDataTime - latest date first. J… 294 …"documentation":"<p>Lists all Launch Configuration Templates, filtered by Launch Configuration Tem… 541 "documentation":"<p>Lists resource launch actions.</p>" [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/ec2/src/main/resources/codegen-resources/ |
H A D | examples-1.json | 10 "AllocationId": "eipalloc-64d5890a", 21 "id": "ec2-allocate-address-1", 22 "title": "To allocate an Elastic IP address for EC2-VPC" 35 …scription": "This example allocates an Elastic IP address to use with an instance in EC2-Classic.", 36 "id": "ec2-allocate-address-2", 37 "title": "To allocate an Elastic IP address for EC2-Classic" 43 "NetworkInterfaceId": "eni-e5aa89a3", 55 "id": "ec2-assign-private-ip-addresses-1", 60 "NetworkInterfaceId": "eni-e5aa89a3", 70 "id": "ec2-assign-private-ip-addresses-2", [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/evidently/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2021-02-01", 7 "protocol":"rest-json", 12 "uid":"evidently-2021-02-01" 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 …launch allows you to define different traffic splits for the different audience segments.</p> <p>F… 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 … [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | gpu_prim_helpers.h | 7 http://www.apache.org/licenses/LICENSE-2.0 25 #include "tensorflow/core/lib/core/status.h" 41 Status RangeInit(const Eigen::GpuDevice& d, const T start, const T delta, in RangeInit() 54 Status GpuRadixSortImpl(OpKernelContext* context, int size, const Tkey* keys_in, 62 se::Stream* stream = context->op_device_context()->stream(); 68 if (!stream->ThenMemcpy(&dst, src, num_bytes).ok()) { 77 if (!stream->ThenMemcpy(&dst, src, num_bytes).ok()) { 83 context->eigen_device<Eigen::GpuDevice>(); 92 TF_RETURN_IF_ERROR(context->allocate_temp( 96 const Eigen::GpuDevice& device = context->eigen_device<Eigen::GpuDevice>(); [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/neuralnetworks/1.3/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.3/ |
D | IPreparedModel.h | 14 #include <hidl/Status.h> 25 * is used to launch executions. 51 * launch an asynchronous task to perform the execution in the background, 53 * fails to launch, execute must immediately invoke the callback with 62 * If the launch is successful, the caller must not change the content of 72 * - the execution should launch successfully (ErrorStatus::NONE): There 74 * - if at execution time every operation's input operands have legal 83 * @param callback A callback object used to return the error status of 87 * @return status Error status of the call, must be: 88 * - NONE if task is successfully launched [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/neuralnetworks/1.3/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.3/ |
D | IPreparedModel.h | 14 #include <hidl/Status.h> 25 * is used to launch executions. 51 * launch an asynchronous task to perform the execution in the background, 53 * fails to launch, execute must immediately invoke the callback with 62 * If the launch is successful, the caller must not change the content of 72 * - the execution should launch successfully (ErrorStatus::NONE): There 74 * - if at execution time every operation's input operands have legal 83 * @param callback A callback object used to return the error status of 87 * @return status Error status of the call, must be: 88 * - NONE if task is successfully launched [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/neuralnetworks/1.3/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.3/ |
D | IPreparedModel.h | 14 #include <hidl/Status.h> 25 * is used to launch executions. 51 * launch an asynchronous task to perform the execution in the background, 53 * fails to launch, execute must immediately invoke the callback with 62 * If the launch is successful, the caller must not change the content of 72 * - the execution should launch successfully (ErrorStatus::NONE): There 74 * - if at execution time every operation's input operands have legal 83 * @param callback A callback object used to return the error status of 87 * @return status Error status of the call, must be: 88 * - NONE if task is successfully launched [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/neuralnetworks/1.3/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.3/ |
D | IPreparedModel.h | 14 #include <hidl/Status.h> 25 * is used to launch executions. 51 * launch an asynchronous task to perform the execution in the background, 53 * fails to launch, execute must immediately invoke the callback with 62 * If the launch is successful, the caller must not change the content of 72 * - the execution should launch successfully (ErrorStatus::NONE): There 74 * - if at execution time every operation's input operands have legal 83 * @param callback A callback object used to return the error status of 87 * @return status Error status of the call, must be: 88 * - NONE if task is successfully launched [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/neuralnetworks/1.3/[email protected]_genc++_headers/gen/android/hardware/neuralnetworks/1.3/ |
D | IPreparedModel.h | 14 #include <hidl/Status.h> 25 * is used to launch executions. 51 * launch an asynchronous task to perform the execution in the background, 53 * fails to launch, execute must immediately invoke the callback with 62 * If the launch is successful, the caller must not change the content of 72 * - the execution should launch successfully (ErrorStatus::NONE): There 74 * - if at execution time every operation's input operands have legal 83 * @param callback A callback object used to return the error status of 87 * @return status Error status of the call, must be: 88 * - NONE if task is successfully launched [all …]
|
/aosp_15_r20/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/ |
H A D | Callbacks.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 20 #include <android-base/thread_annotations.h> 23 #include <hidl/Status.h> 35 * asynchronous task has failed to launch, the function that tried to launch the 48 * The PreparedModelCallback class is used to receive the error status of 65 * status of the asynchronous model preparation along with the prepared 76 * @param status Error status returned from asynchronously preparing the 78 * - NONE if the asynchronous preparation was successful 79 * - DEVICE_UNAVAILABLE if driver is offline or busy 80 * - GENERAL_FAILURE if there is an unspecified error [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | encapsulate_xla_computations_pass.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 48 for (Node* n : graph->nodes()) { in IsCpuGpuCompile() 51 if (!TryGetNodeAttr(n->attrs(), kXlaClusterIdAttr, &name)) continue; in IsCpuGpuCompile() 54 if (DeviceNameUtils::ParseFullName(n->requested_device(), &parsed)) { in IsCpuGpuCompile() 74 Status GetIndexAttr(const Node& n, int num_args, int* index) { in GetIndexAttr() 85 return edge->dst()->input_type(edge->dst_input()); in EdgeType() 91 if (edge->IsControlEdge()) { in AddControlInputs() 92 deps->insert(edge->src()); in AddControlInputs() 100 if (edge->IsControlEdge()) { in AddControlOutputs() 101 deps->insert(edge->dst()); in AddControlOutputs() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/nimble/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2020-08-01", 7 "protocol":"rest-json", 12 "uid":"nimble-2020-08-01" 19 "requestUri":"/2020-08-01/studios/{studioId}/eula-acceptances", 39 "requestUri":"/2020-08-01/studios/{studioId}/launch-profiles", 53 "documentation":"<p>Create a launch profile.</p>" 59 "requestUri":"/2020-08-01/studios/{studioId}/streaming-images", 79 "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions", 99 "requestUri":"/2020-08-01/studios/{studioId}/streaming-sessions/{sessionId}/streams", 120 "requestUri":"/2020-08-01/studios", [all …]
|
/aosp_15_r20/external/perfetto/src/trace_processor/metrics/sql/android/startup/ |
H A D | slice_functions.sql | 1 -- 2 -- Copyright 2022 The Android Open Source Project 3 -- 4 -- Licensed under the Apache License, Version 2.0 (the "License"); 5 -- you may not use this file except in compliance with the License. 6 -- You may obtain a copy of the License at 7 -- 8 -- https://www.apache.org/licenses/LICENSE-2.0 9 -- 10 -- Unless required by applicable law or agreed to in writing, software [all …]
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/power/1.0/[email protected]_genc++_headers/gen/android/hardware/power/1.0/ |
D | types.h | 17 enum class Status : uint32_t; 30 * non-zero to indicate VSYNC pulse is now requested, or zero for 51 * parameter is non-zero when low power mode is activated, and zero 59 * non-zero when sustained performance mode is activated, and zero 66 * device can sustain it. The data parameter is non-zero when the mode 72 * for device specific optimizations during application launch. The data 73 * parameter is non-zero when the application starts to launch and zero when 76 LAUNCH = 8u /* 0x00000008 */, enumerator 87 enum class Status : uint32_t { enum 93 * Platform-level sleep state stats: [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/power/1.0/[email protected]_genc++_headers/gen/android/hardware/power/1.0/ |
D | types.h | 17 enum class Status : uint32_t; 30 * non-zero to indicate VSYNC pulse is now requested, or zero for 51 * parameter is non-zero when low power mode is activated, and zero 59 * non-zero when sustained performance mode is activated, and zero 66 * device can sustain it. The data parameter is non-zero when the mode 72 * for device specific optimizations during application launch. The data 73 * parameter is non-zero when the application starts to launch and zero when 76 LAUNCH = 8u /* 0x00000008 */, enumerator 87 enum class Status : uint32_t { enum 93 * Platform-level sleep state stats: [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/power/1.0/[email protected]_genc++_headers/gen/android/hardware/power/1.0/ |
D | types.h | 17 enum class Status : uint32_t; 30 * non-zero to indicate VSYNC pulse is now requested, or zero for 51 * parameter is non-zero when low power mode is activated, and zero 59 * non-zero when sustained performance mode is activated, and zero 66 * device can sustain it. The data parameter is non-zero when the mode 72 * for device specific optimizations during application launch. The data 73 * parameter is non-zero when the application starts to launch and zero when 76 LAUNCH = 8u /* 0x00000008 */, enumerator 87 enum class Status : uint32_t { enum 93 * Platform-level sleep state stats: [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/power/1.0/[email protected]_genc++_headers/gen/android/hardware/power/1.0/ |
D | types.h | 17 enum class Status : uint32_t; 30 * non-zero to indicate VSYNC pulse is now requested, or zero for 51 * parameter is non-zero when low power mode is activated, and zero 59 * non-zero when sustained performance mode is activated, and zero 66 * device can sustain it. The data parameter is non-zero when the mode 72 * for device specific optimizations during application launch. The data 73 * parameter is non-zero when the application starts to launch and zero when 76 LAUNCH = 8u /* 0x00000008 */, enumerator 87 enum class Status : uint32_t { enum 93 * Platform-level sleep state stats: [all …]
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/power/1.0/[email protected]_genc++_headers/gen/android/hardware/power/1.0/ |
D | types.h | 17 enum class Status : uint32_t; 30 * non-zero to indicate VSYNC pulse is now requested, or zero for 51 * parameter is non-zero when low power mode is activated, and zero 59 * non-zero when sustained performance mode is activated, and zero 66 * device can sustain it. The data parameter is non-zero when the mode 72 * for device specific optimizations during application launch. The data 73 * parameter is non-zero when the application starts to launch and zero when 76 LAUNCH = 8u /* 0x00000008 */, enumerator 87 enum class Status : uint32_t { enum 93 * Platform-level sleep state stats: [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/binder/ |
H A D | HomeStatusBarViewBinder.kt | 8 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>() 46 import kotlinx.coroutines.launch in <lambda>() 54 * Binds the view to the view-model. [listener] will be notified whenever an event that may in <lambda>() 55 * change the status bar visibility occurs. in <lambda>() 58 * binding from the fragment). If non-null, they control the animation of the system icon area in <lambda>() 65 systemEventChipAnimateIn: ((View) -> Unit)?, in <lambda>() 66 systemEventChipAnimateOut: ((View) -> Unit)?, in <lambda>() 81 systemEventChipAnimateIn: ((View) -> Unit)?, in bind() 82 systemEventChipAnimateOut: ((View) -> Unit)?, in bind() 90 lifecycleScope.launch { it.activate() } in bind() [all …]
|
/aosp_15_r20/platform_testing/tests/perf/PerfTransitionTest/src/com/android/apptransition/tests/ |
H A D | AppTransitionTests.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 63 private static final String SUCCESS_MESSAGE = "Status: ok"; 67 private static final String APP_LAUNCH_CMD = "am start -W -n"; 68 private static final String FORCE_STOP = "am force-stop "; 117 // Inject an instance of instrumentation only if leanback. This enables to launch any app in setUp() 166 * Cold launch given list of apps for given launch count from the launcher screen. 177 // Perform cold app launch from launcher screen in testColdLaunchFromLauncher() 180 // Additional launch to account for cold launch in testColdLaunchFromLauncher() 194 String.format("%s-%d", appName, launchCount)); in testColdLaunchFromLauncher() 196 mLauncherStrategy.launch(appName, mComponentName.split("\\/")[0]); in testColdLaunchFromLauncher() [all …]
|