Home
last modified time | relevance | path

Searched defs:cmd (Results 176 - 200 of 9293) sorted by relevance

12345678910>>...372

/third_party/ltp/testcases/network/nfs/nfslock01/
H A Dnfs_flock_func.c12 int lock_reg(int fd, int type, off_t offset, int whence, off_t len, int cmd) in lock_reg() argument
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dswapoff.c33 char cmd[PATH_MAX] = {0}; in swapoff_0100() local
H A Dswapon.c33 char cmd[PATH_MAX] = {0}; in swapon_0100() local
/third_party/musl/libc-test/src/functional/
H A Dpopen.c29 char cmd[64]; in main() local
/third_party/rust/crates/clap/tests/builder/
H A Dglobal_args.rs5 let mut cmd = Command::new("myprog") in issue_1076() variables
[all...]
/third_party/vk-gl-cts/external/amber/src/src/amberscript/
H A Dparser_clear_test.cc45 auto* cmd = commands[0].get(); in TEST_F() local
H A Dparser_copy_test.cc37 auto* cmd = commands[0].get(); in TEST_F() local
H A Dparser_repeat_test.cc48 auto* cmd = commands[0].get(); in TEST_F() local
H A Dparser_run_test.cc46 auto* cmd = commands[0].get(); in TEST_F() local
213 auto* cmd = commands[0].get(); in TEST_F() local
514 auto* cmd = commands[0].get(); TEST_F() local
883 auto* cmd = commands[0]->AsDrawArrays(); TEST_F() local
922 auto* cmd = commands[0]->AsDrawArrays(); TEST_F() local
961 auto* cmd = commands[0]->AsDrawArrays(); TEST_F() local
1001 auto* cmd = commands[0]->AsDrawArrays(); TEST_F() local
1047 auto* cmd = commands[0]->AsDrawArrays(); TEST_F() local
[all...]
/third_party/rust/crates/io-lifetimes/
H A Dbuild.rs50 let mut cmd = if let Ok(wrapper) = var("CARGO_RUSTC_WRAPPER") { in can_compile() variables
51 let mut cmd = std::process::Command::new(wrapper); in can_compile() variables
/third_party/rust/crates/rustix/
H A Dbuild.rs190 let mut cmd = if let Ok(wrapper) = var("CARGO_RUSTC_WRAPPER") { in can_compile() variables
191 let mut cmd = std::process::Command::new(wrapper); in can_compile() variables
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dsa_dumper_test.cpp51 std::string cmd = "hidumper -s 1201 -a '-p Faultlogger'"; in HWTEST_F() local
65 std::string cmd = "hidumper -s WindowManagerService -a -a"; in HWTEST_F() local
78 std::string cmd = "hidumper -s 10 -a allInfo"; in HWTEST_F() local
91 std::string cmd = "hidumper -s 1904 -a -a"; in HWTEST_F() local
103 std::string cmd = "hidumper -s AbilityManagerService -a -l"; in HWTEST_F() local
116 std::string cmd = "hidumper -s DisplayManagerService -a '-s -a'"; HWTEST_F() local
129 std::string cmd = "hidumper -s ScreenlockService -a -all"; HWTEST_F() local
142 std::string cmd = "hidumper -s MultimodalInput -a -w"; HWTEST_F() local
156 std::string cmd = "hidumper -s 10 -a -h > " + path; HWTEST_F() local
170 std::string cmd = "hidumper -s 10 -a -h --zip"; HWTEST_F() local
183 std::string cmd = "hidumper -s AbilityManagerService -a '-a'"; HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/test/plugins/examples/dynamic_load_plugin_example/
H A Ddynamic_load_plugin_example.cpp52 auto cmd = msg.GetValue("DynamicLoadPluginExample"); in OnUnorderedEvent() local
/base/hiviewdfx/hiview/test/moduletest/common/
H A Dhiview_plugin_platform_module_test.cpp24 std::string GetCmdResultFromPopen(const std::string& cmd) in GetCmdResultFromPopen() argument
48 std::string cmd = "pidof " + serviceName; in GetServicePid() local
60 std::string cmd = "start " + serviceName; in WaitForServiceReady() local
/base/hiviewdfx/hievent_lite/command/
H A Dhievent_lite_command.c39 void HieventCmdProc(const char *cmd) in HieventCmdProc() argument
76 static void HieventSetProc(const char *cmd) in HieventSetProc() argument
92 CheckCmdStr(const char *cmd) CheckCmdStr() argument
[all...]
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dmemory_collector_client_test.cpp27 std::string cmd = "ps -T $(pidof hiview) | grep -i Xpower"; in IsXpowerPluginExist() local
/base/hiviewdfx/faultloggerd/test/moduletest/
H A Dfaultloggerd_module_test.cpp33 std::string cmd = "start " + serviceName; in WaitForServiceReady() local
86 std::string cmd = "cat /proc/" + std::to_string(getpid()) + "/maps"; in HWTEST_F() local
/base/notification/distributed_notification_service/tools/test/mock/
H A Dmock_ans_manager_stub.cpp37 ErrCode MockAnsManagerStub::ShellDump(const std::string &cmd, const std::string &bundle, int32_t userId, in ShellDump() argument
/base/security/code_signature/interfaces/innerkits/code_sign_attr_utils/src/
H A Dcode_sign_attr_utils.c34 static int XpmIoctl(int fd, uint32_t cmd, struct XpmConfig *config) in XpmIoctl() argument
/base/security/code_signature/services/key_enable/utils/src/
H A Dcert_path.cpp31 static int IoctlCertPathOperation(const CertPathInfo &info, int cmd, const char *operation) in IoctlCertPathOperation() argument
/base/startup/init/initsync/src/
H A Dinit_sync.c28 static int SendCmd(int cmd, unsigned long arg) in SendCmd() argument
/base/security/selinux_adapter/scripts/selinux_check/
H A Dselinux_check_main.py91 cmd = ["python", script] variable
/base/startup/appspawn/service/hnp/
H A Dhnp_main.c31 char *cmd; member
70 static NativeManagerCmdInfo* HnpCmdCheck(const char *cmd) in HnpCmdCheck() argument
H A Dhnpcli_main.c31 char *cmd; member
61 static NativeManagerCmdInfo* HnpCmdCheck(const char *cmd) in HnpCmdCheck() argument
/base/startup/appspawn/service/devicedebug/
H A Ddevicedebug_main.c29 char *cmd; member
52 APPSPAWN_STATIC DeviceDebugManagerCmdInfo* DeviceDebugCmdCheck(const char *cmd) in DeviceDebugCmdCheck() argument

Completed in 8 milliseconds

12345678910>>...372