Home
last modified time | relevance | path

Searched defs:spawn (Results 26 – 50 of 204) sorted by relevance

123456789

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dspawn.py23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dspawn.py23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
/aosp_15_r20/external/cronet/third_party/protobuf/python/protobuf_distutils/protobuf_distutils/
H A Dgenerate_py_protobufs.py38 import distutils.spawn as spawn namespace
/aosp_15_r20/external/protobuf/python/protobuf_distutils/protobuf_distutils/
H A Dgenerate_py_protobufs.py38 import distutils.spawn as spawn namespace
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/
H A Dmod.rs382 pub fn spawn<F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn() method
692 pub fn spawn<F, T>(f: F) -> JoinHandle<T> in spawn() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/thread/
H A Dmod.rs382 pub fn spawn<F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn() method
692 pub fn spawn<F, T>(f: F) -> JoinHandle<T> in spawn() function
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/examples/
Dspawn-local.rs15 fn spawn<F, T>(future: F) -> Task<T> in spawn() function
/aosp_15_r20/external/autotest/client/bin/
H A Dprespawner.py57 def spawn(self, args, env_additions=None): member in Prespawner
/aosp_15_r20/external/bcc/src/lua/bcc/vendor/
H A Dhelpers.lua162 function os.spawn(...) function
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/spawn/
Dmod.rs60 pub fn spawn<F>(func: F) in spawn() function
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dintel_gpu_time.c45 static pid_t spawn(char **argv) in spawn() function
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dtask_hooks.rs4 pub(crate) fn spawn(&self, meta: &TaskMeta<'_>) { in spawn() method
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dpty.py193 def spawn(argv, master_read=_read, stdin_read=_read): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpty.py193 def spawn(argv, master_read=_read, stdin_read=_read): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dpty.py193 def spawn(argv, master_read=_read, stdin_read=_read): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dpty.py193 def spawn(argv, master_read=_read, stdin_read=_read): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dpty.py193 def spawn(argv, master_read=_read, stdin_read=_read): function
/aosp_15_r20/external/python/cpython3/Lib/
Dpty.py193 def spawn(argv, master_read=_read, stdin_read=_read): function
/aosp_15_r20/external/python/cpython2/Lib/
Dpty.py161 def spawn(argv, master_read=_read, stdin_read=_read): function
/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dspawn.py18 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/task/
Dspawn.rs49 fn spawn<Fut>(&self, future: Fut) -> Result<(), SpawnError> in spawn() method
/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Dbinder_async.rs44 fn spawn<'a, F1, F2, Fut, A, B, E>( in spawn() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/
H A Dmod.rs382 pub fn spawn<F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn() method
688 pub fn spawn<F, T>(f: F) -> JoinHandle<T> in spawn() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/thread/
H A Dmod.rs382 pub fn spawn<F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn() method
688 pub fn spawn<F, T>(f: F) -> JoinHandle<T> in spawn() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/thread/
H A Dmod.rs382 pub fn spawn<F, T>(self, f: F) -> io::Result<JoinHandle<T>> in spawn() method
688 pub fn spawn<F, T>(f: F) -> JoinHandle<T> in spawn() function

123456789