/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/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/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/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/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/update_engine/common/ |
D | subprocess.cc | 80 bool LaunchProcess(const vector<string>& cmd, in LaunchProcess() 178 pid_t Subprocess::Exec(const vector<string>& cmd, in Exec() 183 pid_t Subprocess::ExecFlags(const vector<string>& cmd, in ExecFlags() 271 bool Subprocess::SynchronousExec(const vector<string>& cmd, in SynchronousExec() 281 bool Subprocess::SynchronousExecFlags(const vector<string>& cmd, in SynchronousExecFlags()
|
/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 | Exfat.cpp | 42 std::vector<std::string> cmd; in Check() local 81 std::vector<std::string> cmd; in Format() local
|
D | F2fs.cpp | 46 std::vector<std::string> cmd; in Check() local 76 std::vector<char const*> cmd; in Format() local
|
D | Vfat.cpp | 64 std::vector<std::string> cmd; in Check() local 202 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/libcutils/ |
D | android_reboot.cpp | 26 int android_reboot(unsigned cmd, int /*flags*/, const char* arg) { in android_reboot()
|
/system/core/libsysutils/src/ |
D | FrameworkCommand.cpp | 26 FrameworkCommand::FrameworkCommand(const char *cmd) { in FrameworkCommand()
|
/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/core/reboot/ |
D | reboot.c | 29 const char* cmd = reboot; in main() 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/extras/ext4_utils/ |
D | mkuserimg_mke2fs.py | 26 def RunCommand(cmd, env): argument
|
/system/sepolicy/tools/ |
D | sepolicy_generate_compat.py | 50 def check_run(cmd, cwd=None): argument 58 def check_output(cmd): 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
|
D | trusty_gatekeeper_ipc.c | 45 int trusty_gatekeeper_call(uint32_t cmd, void *in, uint32_t in_size, uint8_t *out, in trusty_gatekeeper_call()
|
/system/core/trusty/confirmationui/include/ |
D | TrustyIpc.h | 52 uint32_t cmd; member
|