Home
last modified time | relevance | path

Searched defs:cmd (Results 276 - 300 of 1261) sorted by relevance

1...<<11121314151617181920>>...51

/third_party/node/deps/openssl/openssl/crypto/conf/
H A Dconf_ssl.c33 char *cmd; member
111 struct ssl_conf_cmd_st *cmd = ssl_name->cmds + j; in ssl_module_init() local
172 conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr, char **arg) conf_ssl_get_cmd() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/engine/
H A Deng_ctrl.c64 static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p, in int_ctrl_helper() argument
128 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) in ENGINE_ctrl() argument
181 ENGINE_cmd_is_executable(ENGINE *e, int cmd) ENGINE_cmd_is_executable() argument
[all...]
/third_party/lame/test/
H A Dlametest.py186 cmd = "rm -f " + name1 variable
188 cmd = lame1 + " --quiet " + line + " " + input_file + " " + name1 variable
197 cmd = "rm -f " + name2 variable
203 cmd variable
206 cmd = "rm -f " + name1 global() variable
208 cmd = "rm -f " + name2 global() variable
[all...]
/third_party/rust/crates/clap/tests/
H A Dmacros.rs126 let mut cmd = clap::Command::new("cmd") in short_help() variables
142 let mut cmd = clap::Command::new("cmd") in long_help() variables
158 let mut cmd = clap::Command::new("cmd") in short_version() variables
175 let mut cmd = clap::Command::new("cmd") long_version() variables
282 let mut cmd = clap::Command::new("test").arg(clap::arg!(port: -p [NUM])); optional_value() variables
[all...]
/third_party/rust/crates/clap/clap_complete/src/generator/
H A Dutils.rs23 let mut cmd = p; in find_subcommand_with_path() variables
157 let mut cmd = common_app(); built() variables
164 let mut cmd = common_app().version("3.0"); built_with_version() variables
[all...]
/third_party/rust/crates/libloading/tests/
H A Dfunctions.rs23 let mut cmd = ::std::process::Command::new(rustc); in make_helpers() variables
/third_party/rust/crates/clap/tests/derive/
H A Dhelp.rs277 let mut cmd = Args::command(); derive_order_next_order() variables
329 let mut cmd = Args::command(); derive_order_next_order_flatten() variables
380 let mut cmd = Args::command(); derive_order_no_next_order() variables
423 let mut cmd = Args::command(); derive_possible_value_help() variables
[all...]
H A Dflags.rs92 let mut cmd = Opt::command(); in inferred_help() variables
113 let mut cmd = Opt::command(); in inferred_version() variables
/third_party/openssl/test/testutil/
H A Dtestutil_init.c22 internal_trace_cb(const char *buf, size_t cnt, int category, int cmd, void *vdata) internal_trace_cb() argument
/third_party/openssl/test/
H A Dtrace_api_test.c116 trace_cb(const char *buffer, size_t count, int category, int cmd, void *data) trace_cb() argument
H A Dbio_memleak_test.c225 static long BIO_error_callback(BIO *bio, int cmd, const char *argp, in BIO_error_callback() argument
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_macosx.py87 def cmd(tkpath, func): function
/third_party/openssl/crypto/engine/
H A Deng_ctrl.c64 static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p, in int_ctrl_helper() argument
128 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f) (void)) in ENGINE_ctrl() argument
181 ENGINE_cmd_is_executable(ENGINE *e, int cmd) ENGINE_cmd_is_executable() argument
[all...]
/third_party/openssl/crypto/bio/
H A Dbf_null.c73 static long nullf_ctrl(BIO *b, int cmd, long num, void *ptr) in nullf_ctrl() argument
94 static long nullf_callback_ctrl(BIO *b, int cmd, BIO_info_cb *fp) in nullf_callback_ctrl() argument
H A Dbss_sock.c150 static long sock_ctrl(BIO *b, int cmd, long num, void *ptr) in sock_ctrl() argument
/third_party/openssl/crypto/conf/
H A Dconf_ssl.c33 char *cmd; member
111 struct ssl_conf_cmd_st *cmd = ssl_name->cmds + j; in ssl_module_init() local
172 conf_ssl_get_cmd(const SSL_CONF_CMD *cmd, size_t idx, char **cmdstr, char **arg) conf_ssl_get_cmd() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/
H A Dexecutor.cc108 Result Executor::ExecuteCommand(Engine* engine, Command* cmd) { in ExecuteCommand() argument
[all...]
/third_party/openssl/crypto/x509/
H A Dby_file.c47 static int by_file_ctrl_ex(X509_LOOKUP *ctx, int cmd, const char *argp, in by_file_ctrl_ex() argument
83 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, in by_file_ctrl() argument
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
H A Dtest_proxies.c184 char *cmd; in main() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerQueue.cpp21 ReturnQueueWorkDoneCallbackCmd cmd; in OnQueueWorkDone() local
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DClient.cpp68 DestroyObjectCmd cmd; in DestroyAllObjects() local
79 DestroyObjectCmd cmd; in DestroyAllObjects() local
H A DQueue.cpp46 QueueOnSubmittedWorkDoneCmd cmd; in OnSubmittedWorkDone() local
60 QueueWriteBufferCmd cmd; in WriteBuffer() local
75 QueueWriteTextureCmd cmd; WriteTexture() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DProgrammableEncoder.cpp193 SetBindGroupCmd* cmd = allocator->Allocate<SetBindGroupCmd>(Command::SetBindGroup); in RecordSetBindGroup() local
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Drun-repack-tests.py32 def cmd (command): function
H A Drun-tests.py32 def cmd (command): function

Completed in 9 milliseconds

1...<<11121314151617181920>>...51