| /system/tools/hidl/test/java_test/ |
| D | hidl_test_java.py | 23 def run_cmd(cmd, ignore_error=False): argument 42 def cleanup(cmd): argument 75 def short_name(cmd): argument
|
| /system/extras/tests/kernel.config/ |
| D | sysvipc_test.cpp | 35 int msgctl(int id, int cmd, msqid_ds* buf) { in msgctl() 48 int semctl(int id, int num, int cmd, semid_ds* buf) { in semctl() 61 int shmctl(int id, int cmd, shmid_ds* buf) { in shmctl()
|
| /system/extras/ioblame/ |
| D | ioblame.py | 128 def run_adb_cmd(cmd): argument 133 def run_adb_shell_cmd(cmd): argument 137 def run_adb_shell_cmd_strip_output(cmd): argument 141 def run_adb_shell_cmd_ignore_err(cmd): argument 150 def run_shell_cmd(cmd): argument 154 def run_bg_adb_shell_cmd(cmd): argument 158 def run_bg_shell_cmd(cmd): argument
|
| /system/extras/simpleperf/ |
| D | cmd_help.cpp | 50 std::unique_ptr<Command> cmd = CreateCommandInstance(args[0]); in Run() local 81 std::unique_ptr<Command> cmd = CreateCommandInstance(cmd_name); in PrintShortHelp() local
|
| /system/update_engine/common/ |
| D | subprocess.cc | 78 bool LaunchProcess(const vector<string>& cmd, in LaunchProcess() 176 pid_t Subprocess::Exec(const vector<string>& cmd, in Exec() 181 pid_t Subprocess::ExecFlags(const vector<string>& cmd, in ExecFlags() 269 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec() 279 bool Subprocess::SynchronousExecFlags(const vector<string>& cmd, in SynchronousExecFlags()
|
| /system/teeui/libteeui/include/teeui/ |
| D | generic_messages.h | 46 #define DECLARE_GENERIC_COMMAND(cmd) using Cmd##cmd = Cmd<kProtoGeneric, Command, Command::cmd> argument 63 inline WriteStream write(WriteStream out, Cmd<proto, CmdT, cmd>) { in write() argument 82 std::tuple<ReadStream, Fields...> read(Message<Cmd<proto, CmdT, cmd>, Fields...>, ReadStream in) { in read() argument
|
| /system/vold/fs/ |
| D | Ext4.cpp | 112 std::vector<std::string> cmd; in Check() local 150 std::vector<std::string> cmd; in Resize() local 160 std::vector<std::string> cmd; in Format() local
|
| D | F2fs.cpp | 47 std::vector<std::string> cmd; in Check() local 78 std::vector<std::string> cmd; in Format() local
|
| D | Exfat.cpp | 42 std::vector<std::string> cmd; in Check() local 102 std::vector<std::string> cmd; in Format() local
|
| /system/core/fs_mgr/libvbmeta/ |
| D | super_vbmeta_test.cpp | 53 std::stringstream cmd; in GeneratePartitionImage() local 66 std::stringstream cmd; in GenerateVBMetaImage() local 122 std::stringstream cmd; in TEST() local
|
| /system/core/trusty/secure_dpu/include/trusty/secure_dpu/ |
| D | SecureDpu.h | 92 uint32_t cmd; member 103 uint32_t cmd; member
|
| /system/core/trusty/keymaster/set_uds_certs/ |
| D | set_uds_certificates.cpp | 106 static int set_uds_cert_bin(uint32_t cmd, const void* cert_data, size_t cert_data_size) { in set_uds_cert_bin() 122 static int set_uds_cert_pem(uint32_t cmd, const xmlChar* pemkey) { in set_uds_cert_pem() 157 static int set_uds_cert(uint32_t cmd, const xmlChar* format, const xmlChar* str) { in set_uds_cert() 215 uint32_t cmd; in process_xml() local
|
| /system/core/trusty/keymaster/set_attestation_key/ |
| D | set_attestation_key.cpp | 118 static int set_attestation_key_or_cert_bin(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_bin() 136 static int set_attestation_key_or_cert_pem(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_pem() 172 static int set_attestation_key_or_cert_iecs(uint32_t cmd, keymaster_algorithm_t algorithm, in set_attestation_key_or_cert_iecs() 226 static int set_attestation_key_or_cert(uint32_t cmd, const xmlChar* algorithm_str, in set_attestation_key_or_cert() 293 uint32_t cmd; in process_xml() local
|
| /system/netd/server/ |
| D | NetdCommand.cpp | 19 NetdCommand::NetdCommand(const char *cmd) : in NetdCommand()
|
| D | IptablesBaseTest.cpp | 42 std::string cmd = argv[0]; in fake_android_fork_exec() local 101 for (const auto& cmd : expectedCmds) { in expectIptablesRestoreCommands() local
|
| /system/vold/ |
| D | MoveStorage.cpp | 59 static bool pushBackContents(const std::string& path, std::vector<std::string>& cmd, in pushBackContents() 87 std::vector<std::string> cmd; in execRm() local 138 std::vector<std::string> cmd; in execCp() local
|
| /system/sepolicy/tools/ |
| D | sepolicy_generate_compat.py | 51 def check_run(cmd, cwd=None): argument 59 def check_output(cmd): argument
|
| /system/libhwbinder/ |
| D | IPCThreadState.cpp | 117 static const char* getReturnString(uint32_t cmd) in getReturnString() 148 const int32_t* cmd = (const int32_t*)_cmd; in printReturnCommand() local 209 const int32_t* cmd = (const int32_t*)_cmd; in printCommand() local 430 int32_t cmd; in getAndExecuteCommand() local 795 uint32_t cmd; in waitForResponse() local 1003 status_t IPCThreadState::writeTransactionData(int32_t cmd, uint32_t binderFlags, in writeTransactionData() 1061 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand()
|
| /system/core/libsysutils/src/ |
| D | FrameworkCommand.cpp | 26 FrameworkCommand::FrameworkCommand(const char *cmd) { in FrameworkCommand()
|
| /system/core/libcutils/ |
| D | android_reboot.cpp | 26 int android_reboot(unsigned cmd, int /*flags*/, const char* arg) { in android_reboot()
|
| /system/extras/torq/tools/ |
| D | torq_test | 62 cmd = ['atest'] + tests variable
|
| /system/core/reboot/ |
| D | reboot.c | 29 const char* cmd = reboot; in main() local
|
| /system/extras/ext4_utils/ |
| D | mkuserimg_mke2fs.py | 26 def RunCommand(cmd, env): argument
|
| /system/update_engine/ |
| D | test_subprocess.cc | 42 std::string cmd(argv[1]); in main() local
|
| /system/core/trusty/gatekeeper/ |
| D | gatekeeper_ipc.h | 39 uint32_t cmd; member
|