Home
last modified time | relevance | path

Searched defs:cmd (Results 451 - 475 of 9536) sorted by relevance

1...<<11121314151617181920>>...382

/third_party/musl/libc-test/src/functional/
H A Dvfork.c39 static int sh(const char *cmd) in sh() argument
54 static void test_shell_exit(const char *cmd, int code) in test_shell_exit() argument
61 static void test_shell_kill(const char *cmd, int sig) in test_shell_kill() argument
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawn.c29 void posix_spawn_0100(char *cmd) in posix_spawn_0100() argument
48 void posix_spawn_0200(char *cmd) in posix_spawn_0200() argument
83 void posix_spawn_0300(char *cmd) in posix_spawn_0300() argument
H A Dposix_spawnp.c29 void posix_spawnp_0100(char *cmd) in posix_spawnp_0100() argument
48 void posix_spawnp_0200(char *cmd) in posix_spawnp_0200() argument
83 void posix_spawnp_0300(char *cmd) in posix_spawnp_0300() argument
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dgetpid.c32 char cmd[PATH_MAX] = {0}; in getpid_0100() local
/third_party/node/deps/openssl/openssl/crypto/md5/
H A Dmd5_sha1.c41 int ossl_md5_sha1_ctrl(MD5_SHA1_CTX *mctx, int cmd, int mslen, void *ms) in ossl_md5_sha1_ctrl() argument
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapp_x509.c37 static int x509_ctrl(void *object, int cmd, void *value, size_t value_n) in x509_ctrl() argument
61 static int x509_req_ctrl(void *object, int cmd, void *value, size_t value_n) in x509_req_ctrl() argument
85 static int do_x509_ctrl_string(int (*ctrl)(void *object, int cmd, in do_x509_ctrl_string() argument
92 int cmd = 0; /* Will get command values that make sense somehow */ in do_x509_ctrl_string() local
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_cb.c19 long BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len, in BIO_debug_callback_ex() argument
103 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, in BIO_debug_callback() argument
/third_party/rust/crates/clap/clap_mangen/tests/
H A Droff.rs76 let mut cmd = common::sub_subcommands_command(name); sub_subcommands_help() variables
[all...]
/third_party/rust/crates/clap/tests/builder/
H A Derror.rs56 let mut cmd = cmd; in app_error() variables
[all...]
/third_party/openssl/crypto/bio/
H A Dbio_cb.c19 long BIO_debug_callback_ex(BIO *bio, int cmd, const char *argp, size_t len, in BIO_debug_callback_ex() argument
103 long BIO_debug_callback(BIO *bio, int cmd, const char *argp, in BIO_debug_callback() argument
/third_party/openssl/apps/lib/
H A Dapp_x509.c37 static int x509_ctrl(void *object, int cmd, void *value, size_t value_n) in x509_ctrl() argument
61 static int x509_req_ctrl(void *object, int cmd, void *value, size_t value_n) in x509_req_ctrl() argument
85 static int do_x509_ctrl_string(int (*ctrl)(void *object, int cmd, in do_x509_ctrl_string() argument
92 int cmd = 0; /* Will get command values that make sense somehow */ in do_x509_ctrl_string() local
/third_party/openssl/crypto/md5/
H A Dmd5_sha1.c41 int ossl_md5_sha1_ctrl(MD5_SHA1_CTX *mctx, int cmd, int mslen, void *ms) in ossl_md5_sha1_ctrl() argument
/third_party/vk-gl-cts/external/amber/src/android_sample/jni/
H A Dmain.cc77 void handle_cmd(android_app* app, int32_t cmd) { in handle_cmd() argument
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_clear_color_test.cc46 auto* cmd = commands[0].get(); in TEST_F() local
H A Dparser_clear_depth_test.cc46 auto* cmd = commands[0].get(); in TEST_F() local
H A Dparser_clear_stencil_test.cc46 auto* cmd = commands[0].get(); in TEST_F() local
H A Dparser_expect_test.cc48 auto* cmd = commands[0].get(); in TEST_F() local
90 auto* cmd = commands[0].get(); in TEST_F() local
651 auto* cmd = commands[0].get(); in TEST_F() local
681 auto* cmd in TEST_F() local
749 auto* cmd = commands[0].get(); TEST_F() local
869 auto* cmd = commands[0].get(); TEST_F() local
899 auto* cmd = commands[0].get(); TEST_F() local
929 auto* cmd = commands[0].get(); TEST_F() local
1002 auto* cmd = commands[0].get(); TEST_F() local
1029 auto* cmd = commands[0].get(); TEST_F() local
1088 auto* cmd = commands[0].get(); TEST_F() local
1115 auto* cmd = commands[0].get(); TEST_F() local
1172 auto* cmd = commands[0].get(); TEST_F() local
1295 auto* cmd = commands[0].get(); TEST_F() local
1322 auto* cmd = commands[0].get(); TEST_F() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerShaderModule.cpp42 ReturnShaderModuleGetCompilationInfoCallbackCmd cmd; in OnShaderModuleGetCompilationInfo() local
/third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/
H A DClientHandlers.cpp23 Return{{command.name.CamelCase()}}Cmd cmd; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCommands.cpp101 EndComputePassCmd* cmd = commands->NextCommand<EndComputePassCmd>(); in FreeCommands() local
106 EndOcclusionQueryCmd* cmd = commands->NextCommand<EndOcclusionQueryCmd>(); in FreeCommands() local
111 EndRenderPassCmd* cmd = commands->NextCommand<EndRenderPassCmd>(); in FreeCommands() local
116 ExecuteBundlesCmd* cmd = commands->NextCommand<ExecuteBundlesCmd>(); in FreeCommands() local
125 ClearBufferCmd* cmd = commands->NextCommand<ClearBufferCmd>(); FreeCommands() local
130 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); FreeCommands() local
136 PopDebugGroupCmd* cmd = commands->NextCommand<PopDebugGroupCmd>(); FreeCommands() local
141 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); FreeCommands() local
147 ResolveQuerySetCmd* cmd = commands->NextCommand<ResolveQuerySetCmd>(); FreeCommands() local
152 SetComputePipelineCmd* cmd = commands->NextCommand<SetComputePipelineCmd>(); FreeCommands() local
157 SetRenderPipelineCmd* cmd = commands->NextCommand<SetRenderPipelineCmd>(); FreeCommands() local
162 SetStencilReferenceCmd* cmd = commands->NextCommand<SetStencilReferenceCmd>(); FreeCommands() local
167 SetViewportCmd* cmd = commands->NextCommand<SetViewportCmd>(); FreeCommands() local
172 SetScissorRectCmd* cmd = commands->NextCommand<SetScissorRectCmd>(); FreeCommands() local
177 SetBlendConstantCmd* cmd = commands->NextCommand<SetBlendConstantCmd>(); FreeCommands() local
182 SetBindGroupCmd* cmd = commands->NextCommand<SetBindGroupCmd>(); FreeCommands() local
190 SetIndexBufferCmd* cmd = commands->NextCommand<SetIndexBufferCmd>(); FreeCommands() local
195 SetVertexBufferCmd* cmd = commands->NextCommand<SetVertexBufferCmd>(); FreeCommands() local
206 WriteTimestampCmd* cmd = commands->NextCommand<WriteTimestampCmd>(); FreeCommands() local
283 auto* cmd = commands->NextCommand<ExecuteBundlesCmd>(); SkipCommand() local
293 InsertDebugMarkerCmd* cmd = commands->NextCommand<InsertDebugMarkerCmd>(); SkipCommand() local
303 PushDebugGroupCmd* cmd = commands->NextCommand<PushDebugGroupCmd>(); SkipCommand() local
338 SetBindGroupCmd* cmd = commands->NextCommand<SetBindGroupCmd>(); SkipCommand() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DShaderModule.cpp33 ShaderModuleGetCompilationInfoCmd cmd; in GetCompilationInfo() local
/third_party/skia/third_party/externals/harfbuzz/test/fuzzing/
H A Drun-draw-fuzzer-tests.py6 def cmd (command): function
H A Drun-shape-fuzzer-tests.py6 def cmd (command): function
H A Drun-subset-fuzzer-tests.py6 def cmd (command): function
/third_party/vixl/tools/
H A Dgenerate_test_trace_a64_reference.py67 cmd = ' '.join([args.runner, '--generate_test_trace', test]) variable

Completed in 9 milliseconds

1...<<11121314151617181920>>...382