Searched defs:launch (Results 1 - 25 of 35) sorted by relevance

12

/external/objenesis/tck-android/src/main/java/org/objenesis/tck/android/
H A DTckInstrumentation.java43 launch();
54 private void launch() throws IOException { method in class:TckInstrumentation
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
H A DConversionTask.java50 public void launch() { method in class:ConversionTask
/external/apache-xml/src/main/java/org/apache/xalan/extensions/
H A DExtensionNamespaceSupport.java70 public ExtensionHandler launch() method in class:ExtensionNamespaceSupport
/external/libvpx/libvpx/vpx_util/
H A Dvpx_thread.c136 static void launch(VPxWorker *const worker) { function
164 launch, execute, end };
169 winterface->launch == NULL || winterface->execute == NULL ||
H A Dvpx_thread.h364 // 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:__anon12954
389 // This function is similar to launch() except that it calls the
/external/skia/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py62 """Class which describes an app to launch and actions to run."""
71 def launch(self, device): member in class:App
161 app.launch(device)
/external/skqp/platform_tools/android/skp_gen/
H A Dandroid_skp_capture.py62 """Class which describes an app to launch and actions to run."""
71 def launch(self, device): member in class:App
161 app.launch(device)
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DApplicationManagerFacade.java76 public void launch(@RpcParameter(name = "className") String className) { method in class:ApplicationManagerFacade
/external/autotest/site_utils/chromeos_proxy/
H A Dswarming_bots.py11 $ swarming_bots.py launch --working_dir WORKING_DIR --id_range '1-200'
269 def launch(self): member in class:BotManager
328 self.launch()
354 action_help = ('launch: launch bots. '
358 'action', choices=('launch', 'kill', 'check'), help=action_help)
425 if args.action == 'launch':
426 m.launch()
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp50 kernel::launch(command_queue &q, function in class:kernel
/external/oj-libjdwp/src/share/back/
H A Dtransport.c372 launch(char *command, char *name, char *address) function
502 serror = launch(launchCommand, name, retAddress);
520 * Note that we don't attempt to do a launch here. Launching
/external/owasp/sanitizer/tools/findbugs/bin/
H A Dfindbugs.bat54 if "%firstArg%"=="" goto launch
202 if "%firstArg%"=="" goto launch
210 :launch label
/external/replicaisland/src/com/replica/replicaisland/
H A DLaunchProjectileComponent.java23 * 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
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgemm_thunk.cc282 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);
/external/tensorflow/tensorflow/core/kernels/
H A Dlrn_op.cc76 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);
H A Dpooling_ops_common.h270 static void launch(OpKernelContext* context, const PoolParameters& params, function in struct:tensorflow::LaunchMaxPoolingNoMask_NCHW_VECT_C
407 LaunchMaxPoolingNoMask_NCHW_VECT_C<GPUDevice>::launch(
H A Dconv_ops_3d.cc50 static void launch(OpKernelContext* context, bool cudnn_use_autotune, function in struct:tensorflow::LaunchConvOp
133 LaunchConvOp<Device, T>::launch(context, cudnn_use_autotune_, input, filter,
166 static void launch(OpKernelContext* ctx, bool cudnn_use_autotune, function in struct:tensorflow::LaunchConvOp
223 ctx->SetStatus(errors::Internal("Blas SGEMM launch failed : m=", m,
250 ctx->SetStatus(errors::Internal("Blas SGEMM launch failed : m=", m,
452 "cuDNN launch failure : input shape(", input.shape().DebugString(),
H A Dmaxpooling_op.cc780 LaunchMaxPoolingNoMask<Device, T>::launch(context, params, tensor_in,
858 LaunchMaxPoolingNoMask<Device, T>::launch(context, params, tensor_in,
910 LaunchMaxPoolingWithArgmax<Device, T>::launch(
967 LaunchMaxPoolingGradWithArgmax<Device, T>::launch(context, params, grad_in,
1018 LaunchMaxPoolingGradGradWithArgmax<Device, T>::launch(
1088 LaunchMaxPoolingNoMask_NCHW_VECT_C<Device>::launch(context, params,
1091 LaunchMaxPoolingNoMask<Device, T>::launch(context, params, tensor_in,
1193 LaunchMaxPoolingNoMask<Device, T>::launch(context, params, tensor_in,
1209 static void launch(OpKernelContext* context, const PoolParameters& params, function in struct:tensorflow::LaunchMaxPoolingNoMask
1227 static void launch(OpKernelContex function in struct:tensorflow::LaunchMaxPoolingWithArgmax
1247 static void launch(OpKernelContext* context, const PoolParameters& params, function in struct:tensorflow::LaunchMaxPoolingGradWithArgmax
1270 static void launch(OpKernelContext* context, const PoolParameters& params, function in struct:tensorflow::LaunchMaxPoolingGradGradWithArgmax
[all...]
H A Dpooling_ops_3d.cc102 static void launch(OpKernelContext* context, const Tensor& tensor_in, function in struct:tensorflow::LaunchPoolingOp
117 static void launch(OpKernelContext* context, const Tensor& tensor_in, function in struct:tensorflow::LaunchPoolingOp
194 LaunchPoolingOp<Device, T, Type>::launch(context, tensor_in, window, stride,
208 static void launch(OpKernelContext* context, const Tensor& tensor_in, function in struct:tensorflow::LaunchMaxPooling3dGradOp
368 LaunchMaxPooling3dGradOp<Device, T>::launch(
382 static void launch(OpKernelContext* context, function in struct:tensorflow::LaunchAvgPooling3dGradOp
529 LaunchAvgPooling3dGradOp<Device, T>::launch(
543 static void launch(OpKernelContext* context, const Pool3dParameters& params, function in struct:tensorflow::LaunchMaxPooling3dGradGradOp
705 LaunchMaxPooling3dGradGradOp<Device, T>::launch(
745 static void launch(OpKernelContex function in struct:tensorflow::LaunchPoolingOp
759 static void launch(OpKernelContext* context, const Tensor& tensor_in, function in struct:tensorflow::LaunchPoolingOp
773 static void launch(OpKernelContext* context, const Tensor& tensor_in, function in struct:tensorflow::LaunchMaxPooling3dGradOp
790 static void launch(OpKernelContext* context, function in struct:tensorflow::LaunchAvgPooling3dGradOp
807 static void launch(OpKernelContext* context, const Pool3dParameters& params, function in struct:tensorflow::LaunchMaxPooling3dGradGradOp
[all...]
H A Dmatmul_op.cc120 static void launch( function in struct:tensorflow::LaunchMatMulBase
180 errors::Internal("Blas GEMV launch failed: m=", m, ", n=", n));
191 "Blas GEMV with profiling launch failed: m=", m, ", n=", n));
207 "Blas GEMV launch failed: GEMV is not implemented for float16."));
258 static void launch( function in struct:tensorflow::LaunchMatMul
382 "Blas GEMM with algorithm launch failed : a.shape=(",
422 "Blas GEMM launch failed : a.shape=(", a.dim_size(0), ", ",
496 LaunchMatMul<Device, T, USE_CUBLAS>::launch(
H A Dpooling_ops_3d_sycl.h179 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
/external/python/cpython2/Lib/plat-mac/
H A Dfindertools.py45 def launch(file): function
703 print 'Testing launch...'
704 pathname = EasyDialogs.AskFileForOpen('File to launch:')
706 result = launch(pathname)
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/
H A Dfused_conv2d_bias_activation_op.cc230 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(",
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
H A DAppleScript_Suite.py457 def launch(self, _no_object=None, _attributes={}, **_arguments): member in class:AppleScript_Suite_Events
458 """launch: Start an application for scripting
/external/guice/lib/build/
H A Dbnd-0.0.384.jar ... junit/OSGiJUnitTabGroup.java OSGI-OPT/src/aQute/bnd/launch/ OSGI-OPT/src/aQute/bnd/launch/LaunchDelegate.java ...

Completed in 1084 milliseconds

12