Home
last modified time | relevance | path

Searched defs:cmd (Results 1 - 25 of 945) sorted by relevance

12345678910>>...38

/third_party/node/test/parallel/
H A Dtest-child-process-internal.js
/third_party/rust/crates/clap/clap_complete_fig/examples/
H A Dfig_completion.rs7 let mut cmd = Command::new("myapp") in main() variables
/third_party/rust/crates/clap/clap_complete/tests/
H A Dgeneral.rs3 let mut cmd = clap::Command::new("completer") in infer_value_hint_for_path_buf() variables
H A Ddynamic.rs6 let mut cmd = clap::Command::new(name) in suggest_subcommand_subset() variables
40 let mut cmd = clap::Command::new(name) in suggest_long_flag_subset() variables
86 let mut cmd = clap::Command::new(name).arg(clap::Arg::new("hello-world").value_parser([ in suggest_possible_value_subset() variables
121 let mut cmd = clap::Command::new(name) in suggest_additional_short_flags() variables
/third_party/elfutils/libelf/
H A Delf_clone.c41 elf_clone (Elf *elf, Elf_Cmd cmd) in elf_clone() argument
H A Delf_cntl.c38 elf_cntl (Elf *elf, Elf_Cmd cmd) in elf_cntl() argument
H A Delf_flagshdr.c41 elf_flagshdr (Elf_Scn *scn, Elf_Cmd cmd, unsigned int flags) in elf_flagshdr() argument
H A Delf_flagelf.c41 elf_flagelf (Elf *elf, Elf_Cmd cmd, unsigned int flags) in elf_flagelf() argument
H A Delf_flagehdr.c41 elf_flagehdr (Elf *elf, Elf_Cmd cmd, unsigned int flags) in elf_flagehdr() argument
H A Delf_flagphdr.c41 elf_flagphdr (Elf *elf, Elf_Cmd cmd, unsigned int flags) in elf_flagphdr() argument
H A Delf_flagscn.c41 elf_flagscn (Elf_Scn *scn, Elf_Cmd cmd, unsigned int flags) in elf_flagscn() argument
/third_party/node/lib/internal/cluster/
H A Dutils.js22 message = { cmd: 'NODE_CLUSTER', ...message, seq }; property
/third_party/rust/crates/clap/clap_complete/examples/
H A Dcompletion.rs105 let mut cmd = build_cli(); in main() variables
/third_party/rust/crates/clap/examples/tutorial_builder/
H A D05_01_assert.rs13 fn cmd() -> clap::Command { in cmd() functions
H A D04_04_custom.rs8 let mut cmd = command!() // requires `cargo` feature in main() variables
/third_party/rust/crates/syn/
H A Dbuild.rs23 let mut cmd = if let Some(wrapper) = env::var_os("RUSTC_WRAPPER") { in unstable() variables
24 let mut cmd = Command::new(wrapper); in unstable() variables
[all...]
/third_party/musl/porting/linux/user/src/legacy/
H A Dulimit.c6 long ulimit(int cmd, ...) in ulimit() argument
/third_party/musl/porting/liteos_a/user/src/legacy/
H A Dulimit.c6 long ulimit(int cmd, ...) in ulimit() argument
/third_party/musl/src/legacy/
H A Dulimit.c9 long ulimit(int cmd, ...) in ulimit() argument
/third_party/musl/src/linux/
H A Dquotactl.c4 int quotactl(int cmd, const char *special, int id, char *addr) in quotactl() argument
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dquotactl.c28 int cmd = QCMD(Q_GETQUOTA, USRQUOTA); in quotactl_0100() local
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dpipeline_test.cc31 auto cmd = MakeUnique<BufferCommand>(BufferCommand::BufferType::kPushConstant, in TEST_F() local
43 auto cmd = MakeUnique<BufferCommand>(BufferCommand::BufferType::kUniform, in TEST_F() local
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_test.cc26 auto cmd = Command::LookPath("cmd"); in TEST() local
[all...]
/third_party/toybox/toys/other/
H A Dvconfig.c33 char *cmd = *toys.optargs; in vconfig_main() local
[all...]
/third_party/elfutils/libdw/
H A Ddwarf_begin.c42 dwarf_begin (int fd, Dwarf_Cmd cmd) in dwarf_begin() argument

Completed in 8 milliseconds

12345678910>>...38