| /third_party/musl/libc-test/src/functional/ |
| H A D | vfork.c | 39 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 D | posix_spawn.c | 29 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 D | posix_spawnp.c | 29 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 D | getpid.c | 32 char cmd[PATH_MAX] = {0}; in getpid_0100() local
|
| /third_party/node/deps/openssl/openssl/crypto/md5/ |
| H A D | md5_sha1.c | 41 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 D | app_x509.c | 37 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 D | bio_cb.c | 19 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 D | roff.rs | 76 let mut cmd = common::sub_subcommands_command(name); sub_subcommands_help() variables [all...] |
| /third_party/rust/crates/clap/tests/builder/ |
| H A D | error.rs | 56 let mut cmd = cmd; in app_error() variables [all...] |
| /third_party/openssl/crypto/bio/ |
| H A D | bio_cb.c | 19 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 D | app_x509.c | 37 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 D | md5_sha1.c | 41 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 D | main.cc | 77 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 D | parser_clear_color_test.cc | 46 auto* cmd = commands[0].get(); in TEST_F() local
|
| H A D | parser_clear_depth_test.cc | 46 auto* cmd = commands[0].get(); in TEST_F() local
|
| H A D | parser_clear_stencil_test.cc | 46 auto* cmd = commands[0].get(); in TEST_F() local
|
| H A D | parser_expect_test.cc | 48 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 D | ServerShaderModule.cpp | 42 ReturnShaderModuleGetCompilationInfoCallbackCmd cmd; in OnShaderModuleGetCompilationInfo() local
|
| /third_party/skia/third_party/externals/dawn/generator/templates/dawn_wire/client/ |
| H A D | ClientHandlers.cpp | 23 Return{{command.name.CamelCase()}}Cmd cmd; variable
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/ |
| H A D | Commands.cpp | 101 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 D | ShaderModule.cpp | 33 ShaderModuleGetCompilationInfoCmd cmd; in GetCompilationInfo() local
|
| /third_party/skia/third_party/externals/harfbuzz/test/fuzzing/ |
| H A D | run-draw-fuzzer-tests.py | 6 def cmd (command): function
|
| H A D | run-shape-fuzzer-tests.py | 6 def cmd (command): function
|
| H A D | run-subset-fuzzer-tests.py | 6 def cmd (command): function
|
| /third_party/vixl/tools/ |
| H A D | generate_test_trace_a64_reference.py | 67 cmd = ' '.join([args.runner, '--generate_test_trace', test]) variable
|