Home
last modified time | relevance | path

Searched defs:Launch (Results 1 – 25 of 64) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs222 pub(crate) struct Launch(Vec<Arc<Worker>>); struct
248 ) -> (Arc<Handle>, Launch) { in create() argument
461 impl Launch { implementation
Dmod.rs64 ) -> (MultiThread, Arc<Handle>, Launch) { in new() argument
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/desktopmode/
H A DDesktopMixedTransitionHandler.kt482 data class Launch( in <lambda>() dataClass
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/kapt/gen/stubs/com/android/wm/shell/desktopmode/
DDesktopMixedTransitionHandler.java304 …public static final class Launch extends com.android.wm.shell.desktopmode.DesktopMixedTransitionHa… class in DesktopMixedTransitionHandler.PendingMixedTransition
314 public Launch(@org.jetbrains.annotations.NotNull() in Launch() method in DesktopMixedTransitionHandler.PendingMixedTransition.Launch
/aosp_15_r20/external/openscreen/cast/standalone_receiver/
H A Dmirroring_application.cc44 bool MirroringApplication::Launch(const std::string& app_id, in Launch() function in openscreen::cast::MirroringApplication
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dsandbox2.cc104 void Sandbox2::Launch() { in Launch() function in sandbox2::Sandbox2
H A Dmonitor_base.cc175 void MonitorBase::Launch() { in Launch() function in sandbox2::MonitorBase
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Interpreter/Interfaces/
DScriptedProcessInterface.h35 virtual Status Launch() { return Status("ScriptedProcess did not launch"); } in Launch() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Interpreter/Interfaces/
DScriptedProcessInterface.h35 virtual Status Launch() { return Status("ScriptedProcess did not launch"); } in Launch() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Interpreter/Interfaces/
DScriptedProcessInterface.h35 virtual Status Launch() { return Status("ScriptedProcess did not launch"); } in Launch() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Interpreter/Interfaces/
DScriptedProcessInterface.h35 virtual Status Launch() { return Status("ScriptedProcess did not launch"); } in Launch() function
/aosp_15_r20/external/webp/src/utils/
H A Dthread_utils.h62 void (*Launch)(WebPWorker* const worker); member
H A Dthread_utils.c322 static void Launch(WebPWorker* const worker) { in Launch() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/host/
H A Dhost_gpu_executor.h57 port::Status Launch(Stream* stream, const ThreadDim& thread_dims, in Launch() function
/aosp_15_r20/external/libcap/cap/
H A Dlaunch.go401 func (attr *Launcher) Launch(data interface{}) (int, error) { func
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dbanded_triangular_solve_op.cc168 static void Launch(OpKernelContext* context, const Tensor& in_x, in Launch() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_internal.h187 virtual port::Status Launch(Stream* stream, const ThreadDim& thread_dims, in Launch() function
H A Dstream_executor_pimpl.cc474 port::Status StreamExecutor::Launch(Stream* stream, in Launch() function in stream_executor::StreamExecutor
/aosp_15_r20/external/libvpx/test/
H A Dvp9_thread_test.cc194 void Launch(VPxWorker *const worker) { Execute(worker); } in Launch() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
H A Dexecutor.h63 port::Status Launch(Stream *stream, const ThreadDim &thread_dims, in Launch() function
/aosp_15_r20/external/cronet/components/nacl/browser/
H A Dnacl_process_host.cc221 void NaClProcessHost::Launch( in Launch() function in nacl::NaClProcessHost
/aosp_15_r20/external/openscreen/cast/receiver/
H A Dapplication_agent_unittest.cc105 bool Launch(const std::string& app_id, in Launch() function in openscreen::cast::__anon17c7923b0111::FakeApplication
/aosp_15_r20/external/tensorflow/tensorflow/stream_executor/rocm/
H A Drocm_gpu_executor.cc298 port::Status GpuExecutor::Launch(Stream* stream, const ThreadDim& thread_dims, in Launch() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_gpu_executor.cc441 port::Status GpuExecutor::Launch(Stream* stream, const ThreadDim& thread_dims, in Launch() function in stream_executor::gpu::GpuExecutor
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/
D__init__.py8509 def Launch(self, launch_info): member in SBPlatform
10718 def Launch(self, *args): member in SBTarget

123