Home
last modified time | relevance | path

Searched defs:launch (Results 1 – 25 of 598) sorted by relevance

12345678910>>...24

/aosp_15_r20/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/repositories/appactions/
DAppLaunchProvider.kt51 abstract fun launch( in launch() method
71 override fun launch(context: Context, componentName: ComponentName, launchIntent: Intent?) { in launch() method
93 override fun launch(context: Context, componentName: ComponentName, launchIntent: Intent?) { in launch() method in com.android.car.carlauncher.repositories.appactions.AppLaunchProvider.MediaServiceLaunchProvider
116 override fun launch(context: Context, componentName: ComponentName, launchIntent: Intent?) { in launch() method in com.android.car.carlauncher.repositories.appactions.AppLaunchProvider.DisabledAppLaunchProvider
149 override fun launch(context: Context, componentName: ComponentName, launchIntent: Intent?) { in launch() method
167 override fun launch(context: Context, componentName: ComponentName, launchIntent: Intent?) { in launch() method
/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/contracts/
H A DActivityLauncher.kt19 fun launch(args: I): NodeId { in prepareIntent() method
27 fun launch(args: I, flags: Int): NodeId { in launch() method
34 fun launch(args: I, options: Bundle?): NodeId { in launch() method in com.android.onboarding.contracts.ActivityLauncher
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dpooling_ops_3d.cc97 static void launch(OpKernelContext* context, const Tensor& tensor_in, in launch() function
112 static void launch(OpKernelContext* context, const Tensor& tensor_in, in launch() function
209 static void launch(OpKernelContext* context, const Tensor& tensor_in, in launch() function
392 static void launch(OpKernelContext* context, in launch() function
562 static void launch(OpKernelContext* context, const Pool3dParameters& params, in launch() function
797 static void launch(OpKernelContext* context, const Tensor& tensor_in, in launch() function
810 static void launch(OpKernelContext* context, const Tensor& tensor_in, in launch() function
823 static void launch(OpKernelContext* context, const Tensor& tensor_in, in launch() function
840 static void launch(OpKernelContext* context, in launch() function
856 static void launch(OpKernelContext* context, const Pool3dParameters& params, in launch() function
H A Dlrn_op.cc88 void launch(OpKernelContext* context, OpKernel* kernel, const Tensor& in, in launch() function
182 void launch(OpKernelContext* context, OpKernel* kernel, const Tensor& in, in launch() function
395 void launch(OpKernelContext* context, OpKernel* kernel, in launch() function
474 void launch(OpKernelContext* context, OpKernel* kernel, in launch() function
H A Dmaxpooling_op.cc950 static void launch(OpKernelContext* context, const PoolParameters& params, in launch() function
1029 static void launch(OpKernelContext* context, const PoolParameters& params, in launch() function
1431 static void launch(OpKernelContext* context, const PoolParameters& params, in launch() function
1449 static void launch(OpKernelContext* context, const PoolParameters& params, in launch() function
1469 static void launch(OpKernelContext* context, const PoolParameters& params, in launch() function
1493 static void launch(OpKernelContext* context, const PoolParameters& params, in launch() function
H A Dconv_ops_3d.cc62 static void launch(OpKernelContext* context, bool cudnn_use_autotune, in launch() function
230 static void launch(OpKernelContext* ctx, bool cudnn_use_autotune, in launch() function
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/ui/model/
DActivityModelTest.kt66 val launch = in testReferrerPackage_httpReferrer_isNull() constant
79 val launch = in testReferrerPackage_nullReferrer_isNull() constant
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DValidateCompressedIndicesKernel.cpp14 static void launch(TensorIteratorBase& iter, const func_t& f) { in launch() function
21 static void launch(TensorIteratorBase& iter, const func_t& f) { in launch() function
27 static void launch(TensorIteratorBase& iter, const func_t& f, const vec_func_t& vec_f) { in launch() function
H A DValidateCompressedIndicesCommon.h158 static void launch( in launch() function
174 static void launch( in launch() function
182 static void launch(TensorIteratorBase& iter, const func_t& f) { in launch() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/phone/
DCentralSurfacesEmptyImpl.java256 public void setLaunchCameraOnFinishedGoingToSleep(boolean launch) { in setLaunchCameraOnFinishedGoingToSleep()
260 public void setLaunchCameraOnFinishedWaking(boolean launch) { in setLaunchCameraOnFinishedWaking()
264 public void setLaunchEmergencyActionOnFinishedGoingToSleep(boolean launch) { in setLaunchEmergencyActionOnFinishedGoingToSleep()
268 public void setLaunchEmergencyActionOnFinishedWaking(boolean launch) { in setLaunchEmergencyActionOnFinishedWaking()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlaunch_to_device_attribute.cc40 tf_device::LaunchOp launch, in AssignDevicesInRegion()
74 tf_device::LaunchOp launch) { in HoistOpsAndAnnotateWithDevice()
101 auto result = getOperation().walk([&tf_dialect](tf_device::LaunchOp launch) { in runOnOperation()
H A Dhost_launch_to_outside_compiled.cc51 void HoistOpsAndAnnotateWithOutsideCompilation(tf_device::LaunchOp launch) { in HoistOpsAndAnnotateWithOutsideCompilation()
72 if (tf_device::LaunchOp launch = dyn_cast<tf_device::LaunchOp>(op)) { in runOnOperation() local
H A Dtpu_extract_head_tail_outside_compilation.cc110 auto launch = builder->create<tf_device::LaunchOp>( in CreateLaunchForBlock() local
195 tf_device::LaunchOp launch = CreateLaunchForBlock( in CreateHeadComputation() local
307 tf_device::LaunchOp launch = CreateLaunchForBlock( in CreateTailComputation() local
/aosp_15_r20/out/soong/.intermediates/kernel/configs/xsd/kernelLifetimes/kernel_lifetimes/gen/cpp/
Dkernel_lifetimes.cpp75 …name, std::optional<int> min_android_release, std::string version, std::string launch, std::string… in Branch()
170 std::string launch{}; in read() local
251 …Release::Release(std::string version, std::string launch, std::string eol) : version_(std::move(ve… in Release()
287 std::string launch{}; in read() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfaces.java312 void setLaunchCameraOnFinishedGoingToSleep(boolean launch); in setLaunchCameraOnFinishedGoingToSleep()
314 void setLaunchCameraOnFinishedWaking(boolean launch); in setLaunchCameraOnFinishedWaking()
316 void setLaunchEmergencyActionOnFinishedGoingToSleep(boolean launch); in setLaunchEmergencyActionOnFinishedGoingToSleep()
318 void setLaunchEmergencyActionOnFinishedWaking(boolean launch); in setLaunchEmergencyActionOnFinishedWaking()
H A DCentralSurfacesImpl.java326 public void setLaunchCameraOnFinishedGoingToSleep(boolean launch) { in setLaunchCameraOnFinishedGoingToSleep()
331 public void setLaunchCameraOnFinishedWaking(boolean launch) { in setLaunchCameraOnFinishedWaking()
336 public void setLaunchEmergencyActionOnFinishedGoingToSleep(boolean launch) { in setLaunchEmergencyActionOnFinishedGoingToSleep()
341 public void setLaunchEmergencyActionOnFinishedWaking(boolean launch) { in setLaunchEmergencyActionOnFinishedWaking()
/aosp_15_r20/test/vts-testcase/security/avb/
Dkernel_version_matrix.proto12 repeated string launch = 2; field
44 repeated Kmi launch = 2; field
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
H A DLaunchRunner.java214 LaunchRecord run(LaunchSequence launch, Context startContext) { in run()
305 public Activity launch(Activity activityContext, Intent intent, boolean startForResult) { in launch() method in LaunchRunner
310 public Activity launch(Activity activityContext, Intent intent, boolean startForResult, in launch() method in LaunchRunner
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java43 launch(Map<String,? extends Connector.Argument> arguments) in launch() method in AbstractLauncher
127 protected VirtualMachine launch(String[] commandArray, String address, in launch() method in AbstractLauncher
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/core/
DSubSettingLauncher.java133 public void launch() { in launch() method in SubSettingLauncher
218 void launch(Intent intent) { in launch() method in SubSettingLauncher
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSorting.cu176 inline void launch( in launch() function
214 inline void launch( in launch() function
/aosp_15_r20/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DLauncherActivity.java340 private void launch(AppEntry entry) { in launch() method in LauncherActivity
347 void launch(Intent launchIntent) { in launch() method in LauncherActivity
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_xla_computations_pass_test.cc65 Node* launch = scope.graph()->AddNode(def, &status); in MakeOuterGraph() local
316 auto launch = ops::XlaLaunch( in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/futures/
Dlaunch.hpp17 BOOST_SCOPED_ENUM_DECLARE_BEGIN(launch) in BOOST_SCOPED_ENUM_DECLARE_BEGIN() argument
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/connect/
H A DLaunchingConnector.java72 VirtualMachine launch(Map<String,? extends Connector.Argument> arguments) in launch() method

12345678910>>...24