/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 111 ### Select events to stat 168 ### Select target to stat 192 ### Decide how long to stat 213 ### Decide the print interval 226 ### Display counters in systrace 240 ### Show event count per thread 263 ### Show event count per core 312 ### Select events to record 325 ### Select target to record 347 ### 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() 62 std::string command = StringPrintf("%s %s rule list", IP_PATH, ipVersion); in listIpRules() local 67 std::string command = StringPrintf("%s -w -n -L %s", binary, chainName); in listIptablesRule() local 87 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 | 84 std::string command = in setFirewallType() local 100 std::string command = in flushRules() local 147 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/netd/client/ |
D | NetdClient.cpp | 141 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0, 0}; in netdClientAccept4() local 152 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0, 0}; in netdClientConnect() local 176 FwmarkCommand command = {FwmarkCommand::ON_CONNECT_COMPLETE, /* netId (ignored) */ 0, in netdClientConnect() local 211 FwmarkCommand command = {FwmarkCommand::ON_SENDMMSG, 0, 0, 0}; in netdClientSendmmsg() local 226 FwmarkCommand command = {FwmarkCommand::ON_SENDMSG, 0, 0, 0}; in netdClientSendmsg() local 239 FwmarkCommand command = {FwmarkCommand::ON_SENDTO, 0, 0, 0}; in netdClientSendto() local 478 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0, 0}; in setNetworkForSocket() local 492 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0, 0}; in protectFromVpn() local 498 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid, 0}; in setNetworkForUser() local 503 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(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 | 115 PingTest.PingCommand command = in permissionsDisabledTest() local 159 PingTest.PingCommand command = in messagePermissionsTest() local
|
/system/chre/apps/test/common/chre_settings_test/src/ |
D | chre_settings_test_manager.cc | 50 bool getFeature(const chre_settings_test_TestCommand &command, in getFeature() 80 bool getFeatureState(const chre_settings_test_TestCommand &command, in getFeatureState() 98 bool getTestStep(const chre_settings_test_TestCommand &command, in getTestStep()
|
/system/core/init/ |
D | subcontext.proto | 23 oneof command { oneof
|
/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/ping_test/src/ |
D | ping_test.cc | 47 ping_test_PingCommand command = ping_test_PingCommand_init_default; in handleMessageFromHost() local
|
/system/update_engine/scripts/ |
D | update_device.py | 354 def adb(self, command, timeout_seconds: float = None): argument 372 def adb_output(self, command): argument
|
/system/chre/java/test/utils/src/com/google/android/utils/chre/ |
D | ChreTestUtil.java | 157 public static String executeShellCommand(Instrumentation instrumentation, String command) { in executeShellCommand() 177 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()
|
/system/nfc/src/fuzzers/integration/ |
D | nfc_integration_fuzzer_impl.cc | 285 const Command& command) { in DoOneCommand() 532 for (const Command& command : session_->commands()) { in RunCommands() local
|
/system/vold/ |
D | vdc.cpp | 64 std::string command = ::android::base::Join(cmd, " "); in checkStatus() local
|
/system/chre/apps/test/common/proto/ |
D | chre_cross_validation_sensor.proto | 32 oneof command { oneof
|