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

1 2 3 4 5 6 78 91011>>

  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsSummary.java 124 .launch();
  /packages/apps/Settings/src/com/android/settings/applications/appinfo/
InstantAppButtonsPreferenceController.java 146 final Button launchButton = view.findViewById(R.id.launch);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDeviceUpdater.java 224 * {@link SubSettingLauncher} to launch {@link BluetoothDeviceDetailsFragment}
241 .launch();
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
RestrictedAppDetails.java 83 .launch();
  /platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
AbstractStandardAppHelper.java 71 mLauncherStrategy.launch(id, pkg);
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha5/
devicelib-25.4.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha6/
devicelib-25.4.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.4.0-alpha7/
devicelib-25.4.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/devicelib/25.5.0-alpha-preview-02/
devicelib-25.5.0-alpha-preview-02.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptLauncher.java 77 public void launch(File executable, List<String> arguments, Map<String, String> envVariableMap) method in class:RenderScriptLauncher
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 20 import com.android.ide.eclipse.ndk.internal.launch.NdkLaunchConstants;
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/
org.eclipse.sisu.inject-0.0.0.M5.jar 
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_3d_sycl.h 179 static void launch(OpKernelContext* context, const Tensor& tensor_in, function in struct:tensorflow::LaunchPoolingOp
347 static void launch(OpKernelContext* context, const Tensor& tensor_in, function in struct:tensorflow::LaunchMaxPooling3dGradOp
476 static void launch(OpKernelContext* context, const Pool3dParameters& params, function in struct:tensorflow::LaunchMaxPooling3dGradGradOp
585 static void launch(OpKernelContext* context, const Tensor& tensor_in, function in struct:tensorflow::LaunchPoolingOp
718 static void launch(OpKernelContext* context, function in struct:tensorflow::LaunchAvgPooling3dGradOp
    [all...]
  /external/autotest/docs/
test-that.md 19 launch jobs in the ChromeOS Hardware Lab (or against a local Autotest instance
  /external/tensorflow/tensorflow/contrib/fused_conv/kernels/
fused_conv2d_bias_activation_op.cc 230 launcher_.launch(context, cudnn_use_autotune_, conv_input, conv_input_scale,
306 launch(OpKernelContext* ctx, bool cudnn_use_autotune, function in class:tensorflow::LaunchFusedConv2DBiasActivationOp
605 ctx->SetStatus(errors::Internal("cuDNN launch failure : conv_input shape(",
  /packages/apps/Settings/src/com/android/settings/datausage/
DataUsageList.java 161 .launch();
438 .launch();
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/gen/
arithBoundaryGen.go 8 // launch with `go run arithBoundaryGen.go` a file called arithBoundary.go
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 259 go b.launch()
264 // launch launches the benchmark function. It gradually increases the number
266 // launch is run by the doBench function as a separate goroutine.
268 func (b *B) launch() { func
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/
arithBoundaryGen.go 8 // launch with `go run arithBoundaryGen.go` a file called arithBoundary.go
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 259 go b.launch()
264 // launch launches the benchmark function. It gradually increases the number
266 // launch is run by the doBench function as a separate goroutine.
268 func (b *B) launch() { func
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.app_1.3.100.v20130327-1442.jar 
  /developers/samples/android/content/documentsUi/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/
ScopedDirectoryAccessFragment.java 118 mLaunchDirectoryAccessSettings = rootView.findViewById(R.id.launch);
  /external/libvpx/libvpx/vpx_util/
vpx_thread.h 364 // Synchronization object used to launch job in the worker thread
380 // Will potentially launch the thread. Returns false in case of error.
388 void (*launch)(VPxWorker *const worker); member in struct:__anon26299
389 // This function is similar to launch() except that it calls the
  /external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
MigratorFrame.java 307 task.launch();
  /frameworks/rs/tests/lldb/tests/harness/
util_bundle.py 292 def launch(self, app_name): member in class:UtilBundle
293 '''Launch an apk/ndk app on a remote device.
333 self._log.fatal('Failed to launch test executable {0}'

Completed in 402 milliseconds

1 2 3 4 5 6 78 91011>>