HomeSort by relevance Sort by last modified time
    Searched refs:launch (Results 101 - 125 of 492) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 69 uint16_t launch; member in struct:test_case_params
749 for (i = 0; i < params.launch; i++) {
807 for (i = 0; i < params.launch; i++) {
882 params.launch = 5;
917 bparams.launch = 5;
920 fparams.launch = 5;
954 bparams.launch = 5;
957 fparams.launch = 5;
993 bparams.launch = 5;
996 fparams.launch = 5
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
lrn_op.cc 76 void launch(OpKernelContext* context, OpKernel* kernel, const Tensor& in, function in struct:tensorflow::LaunchLRN
170 void launch(OpKernelContext* context, OpKernel* kernel, const Tensor& in, function in struct:tensorflow::LaunchLRN
215 errors::Internal("NormalizeWithDimensions launch failed"));
272 launcher.launch(context, this, in, output);
313 void launch(OpKernelContext* context, OpKernel* kernel, function in struct:tensorflow::LaunchLRNGrad
387 void launch(OpKernelContext* context, OpKernel* kernel, function in struct:tensorflow::LaunchLRNGrad
436 errors::Internal("NormalizeBackwardWithDimensions launch failed"));
495 launcher.launch(context, this, in_grads, in_image, out_image, output);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
gemm_thunk.cc 282 auto launch = [this](MatrixDescriptor lhs_matrix, MatrixDescriptor rhs_matrix, local
324 launch_ok = launch(
329 launch_ok = launch(
336 return InternalError("Unable to launch cuBLAS gemm on stream %p", stream);
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 337 FILE* launch = popen(start_command.c_str(), "w"); local
338 if (!launch) {
342 int rval = fputs(xml.c_str(), launch);
344 LOG(FATAL) << "Launch command exited while accepting XML";
347 int exit_code = pclose(launch);
349 LOG(FATAL) << "Launch command exited with status " << exit_code;
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 13 By using this protocol TensorFlow can take advantage of the high performance networking primitives that are offered via the MPI API. This enables TensorFlow to take advantage of high performance low latency networks such as Infiniband. These changes are largely transparent to the user who only has to change the offered protocol and launch the script using the 'mpirun' launcher. For example:
26 This environment variable allows you to disable the MPI path before launch (e.g. for performance or correctness testing).
66 The MPI processes identify each other using an MPI process ID. The TensorFlow gRPC processes identify each other using a name. During launch we create a mapping between the TensorFlow process name and the MPI process ID to allow the processes to communicate with the correct destinations when using MPI operations.
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountTypePreference.java 112 .launch();
  /packages/apps/Settings/src/com/android/settings/connecteddevice/usb/
ConnectedUsbDeviceUpdater.java 87 .launch();
  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
BatterySaverCondition.java 75 .launch();
  /packages/apps/Settings/tests/unit/src/com/android/settings/bluetooth/
BluetoothDeviceDetailsRotationTest.java 95 .launch();
  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
numcpu_freebsd.go 43 fmt.Printf("fail to launch '%s', error: %s, output: %s\n", strings.Join(cmd.Args, " "), err, output)
76 // Launch cpuset to print a list of available CPUs: pid <PID> mask: 0, 1, 2, 3.
108 // Launch FreeBSDNumCPUHelper() with specified CPUs list.
113 return fmt.Errorf("fail to launch child '%s', error: %s, output: %s", cmdline, err, output)
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
numcpu_freebsd.go 43 fmt.Printf("fail to launch '%s', error: %s, output: %s\n", strings.Join(cmd.Args, " "), err, output)
76 // Launch cpuset to print a list of available CPUs: pid <PID> mask: 0, 1, 2, 3.
108 // Launch FreeBSDNumCPUHelper() with specified CPUs list.
113 return fmt.Errorf("fail to launch child '%s', error: %s, output: %s", cmdline, err, output)
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareMockupAction.java 43 public static void launch(Activity activity, CharSequence title) { method in class:ShareMockupAction
72 // launch intent to send the mockup image
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DebuggerConnector.java 19 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 17 package com.android.ide.eclipse.adt.internal.launch;
23 * Launch configuration data. This stores the result of querying the
29 * Launch action. See {@link LaunchConfigDelegate#ACTION_DEFAULT},
93 * Optional custom command line parameter to launch the emulator
100 /** Serial number of the device used in the last launch of this config. */
170 * Retrieve the {@link TargetMode} saved in the provided launch configuration.
JUnitLaunchConfigDelegate.java 17 package com.android.ide.eclipse.adt.internal.launch;
35 * For Android projects, android.jar gets added to the launch configuration of
134 // will let the actual launch config fails.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitPropertyTester.java 16 package com.android.ide.eclipse.adt.internal.launch.junit;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
FixLaunchConfig.java 20 import com.android.ide.eclipse.adt.internal.launch.LaunchConfigDelegate;
34 * Class to fix the launch configuration of a project if the java package
61 * to fix the Launch Config
69 * Fix the Launch configurations.
75 // ask the user if he really wants to fix the launch config
77 "Launch Configuration Update",
78 "The package definition in the manifest changed.\nDo you want to update your Launch Configuration(s)?");
122 * Looks for and returns all existing Launch Configuration object for a
129 // get the launch manager
  /sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DebuggerConnector.java 52 // get the launch manager
55 // get the config for the remote launch config.
61 // look for an existing launch config
89 // save the working copy to get the launch config object which we return.
99 DebugUITools.launch(config, ILaunchManager.DEBUG_MODE);
  /development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
BaseActivityListFragment.java 152 final View v = view.findViewById(R.id.launch);
186 case R.id.launch:
  /external/replicaisland/src/com/replica/replicaisland/
LaunchProjectileComponent.java 23 * specific intervals. Can be used to launch projectiles, particle effects, or any other type
112 launch(parentObject);
129 private void launch(GameObject parentObject) { method in class:LaunchProjectileComponent
  /packages/apps/Settings/src/com/android/settings/security/
ChangeScreenLockPreferenceController.java 109 .launch();
134 .launch();
LockUnificationPreferenceController.java 163 .launch();
218 .launch();
  /platform_testing/tests/functional/permission/src/com/android/functional/permissiontests/
GenericAppPermissionTests.java 113 mILauncherStrategy.launch(PERMISSION_TEST_APP, PERMISSION_TEST_APP_PKG);
127 mILauncherStrategy.launch(PERMISSION_TEST_APP, PERMISSION_TEST_APP_PKG);
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 132 go b.launch()
137 // launch launches the benchmark function. It gradually increases the number
141 // launch is run by the fun function as a separate goroutine.
142 func (b *B) launch() { func
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 132 go b.launch()
137 // launch launches the benchmark function. It gradually increases the number
141 // launch is run by the fun function as a separate goroutine.
142 func (b *B) launch() { func

Completed in 1602 milliseconds

1 2 3 45 6 7 8 91011>>