| /third_party/node/test/parallel/ |
| H A D | test-child-process-spawnsync-kill-signal.js | 14 function spawn(killSignal, beforeSpawn) { function
|
| H A D | test-child-process-bad-stdio.js | |
| H A D | test-child-process-windows-hide.js | |
| /third_party/node/deps/npm/node_modules/cross-spawn/ |
| H A D | index.js | 7 function spawn(command, args, options) { function
|
| /kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
| H A D | intel-cqm.c | 16 static pid_t spawn(void) in spawn() function
|
| /kernel/linux/linux-6.6/tools/perf/arch/x86/tests/ |
| H A D | intel-cqm.c | 16 static pid_t spawn(void) in spawn() function
|
| /third_party/python/Lib/distutils/ |
| H A D | spawn.py | 23 def spawn(cmd, search_path=1, verbose=0, dry_run=0): function
|
| H A D | archive_util.py | 17 from distutils.spawn import spawn namespace
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | popen_forkserver.py | 9 from . import spawn namespace
|
| H A D | popen_spawn_posix.py | 6 from . import spawn namespace
|
| H A D | resource_tracker.py | 24 from . import spawn namespace
|
| H A D | popen_spawn_win32.py | 8 from . import spawn namespace
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_spawn.py | 10 from distutils.spawn import spawn namespace [all...] |
| /kernel/linux/linux-5.10/crypto/ |
| H A D | geniv.c | 44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
|
| H A D | cmac.c | 204 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in cmac_init_tfm() local 225 struct crypto_cipher_spawn *spawn; in cmac_create() local
|
| H A D | xcbc.c | 170 struct crypto_cipher_spawn *spawn = crypto_instance_ctx(inst); in xcbc_init_tfm() local 191 struct crypto_cipher_spawn *spawn; in xcbc_create() local
|
| H A D | akcipher.c | 93 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, in crypto_grab_akcipher() argument
|
| /kernel/linux/linux-5.10/include/crypto/internal/ |
| H A D | akcipher.h | 91 static inline void crypto_drop_akcipher(struct crypto_akcipher_spawn *spawn) in crypto_drop_akcipher() argument 85 crypto_spawn_akcipher( struct crypto_akcipher_spawn *spawn) crypto_spawn_akcipher() argument 96 crypto_spawn_akcipher_alg( struct crypto_akcipher_spawn *spawn) crypto_spawn_akcipher_alg() argument
|
| H A D | aead.h | 88 static inline void crypto_drop_aead(struct crypto_aead_spawn *spawn) in crypto_drop_aead() argument 93 crypto_spawn_aead_alg( struct crypto_aead_spawn *spawn) crypto_spawn_aead_alg() argument 99 crypto_spawn_aead( struct crypto_aead_spawn *spawn) crypto_spawn_aead() argument
|
| /kernel/linux/linux-6.6/include/crypto/internal/ |
| H A D | cipher.h | 185 static inline int crypto_grab_cipher(struct crypto_cipher_spawn *spawn, in crypto_grab_cipher() argument 195 static inline void crypto_drop_cipher(struct crypto_cipher_spawn *spawn) in crypto_drop_cipher() argument 200 crypto_spawn_cipher_alg( struct crypto_cipher_spawn *spawn) crypto_spawn_cipher_alg() argument 206 crypto_spawn_cipher( struct crypto_cipher_spawn *spawn) crypto_spawn_cipher() argument
|
| /kernel/linux/linux-6.6/crypto/ |
| H A D | geniv.c | 44 struct crypto_aead_spawn *spawn; in aead_geniv_alloc() local
|
| H A D | kpp.c | 117 int crypto_grab_kpp(struct crypto_kpp_spawn *spawn, in crypto_grab_kpp() argument
|
| /third_party/python/Lib/distutils/command/ |
| H A D | upload.py | 17 from distutils.spawn import spawn namespace
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| H A D | Parallel.cpp | 149 void TaskGroup::spawn(std::function<void()> F) { in spawn() function in llvm::parallel::detail::TaskGroup
|
| /third_party/python/Lib/ |
| H A D | pty.py | 193 def spawn(argv, master_read=_read, stdin_read=_read): function
|