| /system/extras/simpleperf/doc/ |
| D | executable_commands_reference.md | 114 ### Select events to stat 199 ### Select target to stat 231 ### Decide how long to stat 252 ### Decide the print interval 265 ### Display counters in systrace 279 ### Show event count per thread 302 ### Show event count per core 352 ### Select events to record 365 ### Select target to record 395 ### Set the frequency to record [all …]
|
| /system/extras/simpleperf/ |
| D | command_test.cpp | 30 TEST(command, CreateCommandInstance) { in TEST() argument 38 TEST(command, GetAllCommands) { in TEST() argument 46 TEST(command, GetValueForOption) { in TEST() argument 47 MockCommand command; in TEST() local 73 TEST(command, PreprocessOptions) { in TEST() argument 159 TEST(command, OptionValueMap) { in TEST() argument
|
| D | cmd_help.cpp | 86 void HelpCommand::PrintLongHelpForOneCommand(const Command& command) { in PrintLongHelpForOneCommand()
|
| /system/netd/tests/ |
| D | test_utils.cpp | 40 std::vector<std::string> runCommand(const std::string& command) { in runCommand() 67 std::string command = StringPrintf("%s %s rule list", IP_PATH, ipVersion); in listIpRules() local 72 std::string command = StringPrintf("%s -w -n -L %s", binary, chainName); in listIptablesRule() local 92 std::string command = StringPrintf("%s %s route ls table %s", IP_PATH, ipVersion, table); in listIpRoutes() local
|
| /system/libufdt/utils/src/ |
| D | mkdtimg.c | 34 const char *command; member 47 static const struct command_info *search_command(const char *command) { in search_command() 122 const char *command = argv[1]; in main() local
|
| /system/vold/bench/inodeop_bench/ |
| D | inodeop_bench.cpp | 115 for (const Command& command : commands) std::cout << command.to_string(); in print_commands() local 119 Command command; in usage() local 302 void create_workload(Collector* collector, const Command& command) { in create_workload() 311 void delete_workload(Collector* collector, const Command& command) { in delete_workload() 320 void move_workload(Collector* collector, const Command& command) { in move_workload() 332 void hardlink_workload(Collector* collector, const Command& command) { in hardlink_workload() 345 void symlink_workload(Collector* collector, const Command& command) { in symlink_workload() 358 void readdir_workload(Collector* collector, const Command& command) { in readdir_workload() 377 Command command; in main() local 416 for (const Command& command : commands) { in main() local
|
| /system/netd/server/ |
| D | FirewallController.cpp | 83 std::string command = in setFirewallType() local 99 std::string command = in flushRules() local 146 std::string command = Join(std::vector<std::string> { in setInterfaceRule() local
|
| D | IptablesRestoreController.cpp | 190 const std::string& command, in sendCommand() 239 const std::string& command) { in maybeLogStderr() 255 const std::string& command, in drainAndWaitForAck() 330 int IptablesRestoreController::execute(const IptablesTarget target, const std::string& command, in execute()
|
| D | Controllers.cpp | 131 std::string command = StringPrintf("*%s\n-S %s\nCOMMIT\n", table, parentChain); in findExistingChildChains() local 157 std::string command = StringPrintf("*%s\n", table); in createChildChains() local
|
| /system/core/fastboot/ |
| D | task_test.cpp | 46 for (auto& command : commands) { in collectTasks() local 50 for (auto& command : vec_commands) { in collectTasks() local 56 std::unique_ptr<Task> ParseCommand(FlashingPlan* fp, std::string command) { in ParseCommand()
|
| /system/netd/client/ |
| D | NetdClient.cpp | 136 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0, 0}; in netdClientAccept4() local 147 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0, 0}; in netdClientConnect() local 166 FwmarkCommand command = {FwmarkCommand::ON_CONNECT_COMPLETE, /* netId (ignored) */ 0, in netdClientConnect() local 201 FwmarkCommand command = {FwmarkCommand::ON_SENDMMSG, 0, 0, 0}; in netdClientSendmmsg() local 216 FwmarkCommand command = {FwmarkCommand::ON_SENDMSG, 0, 0, 0}; in netdClientSendmsg() local 229 FwmarkCommand command = {FwmarkCommand::ON_SENDTO, 0, 0, 0}; in netdClientSendto() local 468 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0, 0}; in setNetworkForSocket() local 482 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0, 0}; in protectFromVpn() local 488 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid, 0}; in setNetworkForUser() local 493 FwmarkCommand command = {FwmarkCommand::QUERY_USER_ACCESS, netId, uid, 0}; in queryUserAccess() local [all …]
|
| /system/teeui/libteeui/include/teeui/ |
| D | generic_operation.h | 228 WriteStream command(CmdPromptUserConfirmation, ReadStream in, WriteStream out) { in command() function 234 WriteStream command(CmdFetchConfirmationResult, ReadStream in, WriteStream out) { in command() function 238 WriteStream command(CmdDeliverTestCommand, ReadStream in, WriteStream out) { in command() function 244 WriteStream command(CmdAbort, ReadStream in, WriteStream out) { in command() function
|
| /system/security/fsverity_init/ |
| D | main.cpp | 38 const std::string_view command = argv[1]; in main() local
|
| /system/hardware/interfaces/net/netd/testutils/ |
| D | VtsHalNetNetdTestUtils.cpp | 47 static std::vector<std::string> runCommand(const std::string& command) { in runCommand() 69 std::string command = StringPrintf("%s %s rule list", IP_PATH, ipVersion); in listIpRules() local
|
| /system/logging/logd/ |
| D | logd_test.cpp | 50 static bool write_command(int sock, const char* command) { in write_command() 66 static bool write_command(int sock, const std::string& command) { in write_command() 70 static void send_to_control(const char* command, std::string& result) { in send_to_control() 223 void timeout_negative([[maybe_unused]] const char* command) { in timeout_negative() 522 std::string command; in TEST() local
|
| /system/chre/java/test/permissions/src/com/google/android/chre/test/permissions/ |
| D | ContextHubFrameworkPermissionsTestExecutor.java | 116 PingTest.PingCommand command = in permissionsDisabledTest() local 160 PingTest.PingCommand command = in messagePermissionsTest() local
|
| /system/tools/aidl/analyzer/ |
| D | analyzerMain.cpp | 218 std::function<status_t(int, char*[])> command; member 339 for (const auto& command : commands) { in printGeneralHelp() local 370 auto command = commands.find(commandName); in helpCommandEntryPoint() local 402 auto command = commands.find(argv[1]); in main() local
|
| /system/core/init/ |
| D | subcontext.proto | 23 oneof command { oneof
|
| /system/gsid/tests/ |
| D | DsuTestBase.java | 41 public CommandResult assertShellCommand(String command) throws DeviceNotAvailableException { in assertShellCommand()
|
| /system/chre/apps/test/common/ping_test/src/ |
| D | ping_test.cc | 47 ping_test_PingCommand command = ping_test_PingCommand_init_default; in handleMessageFromHost() local
|
| /system/logging/logcat/tests/ |
| D | logcat_test.cpp | 130 std::string command = android::base::StringPrintf( in TEST() local 773 static testing::AssertionResult IsFalse(int ret, const char* command) { in IsFalse() 787 char command[sizeof(buf) + sizeof(comm)]; in TEST() local 833 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST() local 892 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename)]; in TEST() local 1019 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + in TEST() local 1091 char command[strlen(tmp_out_dir) + strlen(logcat_cmd) + in logrotate_count_id() local 1159 char command[strlen(cleanup_cmd) + strlen(tmp_out_dir_form)]; in TEST() local 1166 static const char command[] = logcat_executable in TEST() local 1659 static size_t commandOutputSize(const char* command) { in commandOutputSize() [all …]
|
| /system/chre/apps/test/common/chre_settings_test/src/ |
| D | chre_settings_test_manager.cc | 57 bool getFeature(const chre_settings_test_TestCommand &command, in getFeature() 90 bool getFeatureState(const chre_settings_test_TestCommand &command, in getFeatureState() 108 bool getTestStep(const chre_settings_test_TestCommand &command, in getTestStep()
|
| /system/update_engine/scripts/ |
| D | update_device.py | 370 def adb(self, command, timeout_seconds: float = None): argument 388 def adb_output(self, command): argument
|
| /system/chre/java/test/utils/src/com/google/android/utils/chre/ |
| D | ChreTestUtil.java | 160 public static String executeShellCommand(Instrumentation instrumentation, String command) { in executeShellCommand() 180 public static String executeShellCommandWithAppPerms(String command) throws Exception { in executeShellCommandWithAppPerms()
|
| /system/connectivity/wificond/net/ |
| D | nl80211_packet.cpp | 37 uint8_t command, in NL80211Packet() 139 void NL80211Packet::SetCommand(uint8_t command) { in SetCommand()
|