Home
last modified time | relevance | path

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

12345678910>>...59

/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
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_status_params.c26 HciCmd *cmd = HciAllocCmd(HCI_READ_RSSI, (void *)param, sizeof(HciReadRssiParam)); in HCI_ReadRssi() local
/test/testfwk/developer_test/
H A Dohtest26 cmd = "./start.sh" variable
/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...]
/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_socket.h21 int cmd; member
/base/startup/init/services/init/standard/
H A Dinit_reboot.c44 char cmd[32] = {0}; // 32 cmd length in GetBootModeFromMisc() local
/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

Completed in 4 milliseconds

12345678910>>...59