/system/extras/simpleperf/doc/ |
D | README.md | 555 #### Select events to stat 612 #### Select target to stat 636 #### Decide how long to stat 657 #### Decide the print interval 670 #### Display counters in systrace 700 #### Select events to record 713 #### Select target to record 735 #### Set the frequency to record 761 #### Decide how long to record 780 #### Set the path to store profiling data [all …]
|
/system/extras/simpleperf/ |
D | command_test.cpp | 31 TEST(command, CreateCommandInstance) { in TEST() argument 39 TEST(command, GetAllCommands) { in TEST() argument 47 TEST(command, GetValueForOption) { in TEST() argument 48 MockCommand command; in TEST() local
|
D | cmd_help.cpp | 83 void HelpCommand::PrintLongHelpForOneCommand(const Command& command) { in PrintLongHelpForOneCommand()
|
/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/update_engine/ |
D | fake_p2p_manager_configuration.h | 61 void SetInitctlStartCommand(const std::vector<std::string>& command) { in SetInitctlStartCommand() 67 void SetInitctlStopCommand(const std::vector<std::string>& command) { in SetInitctlStopCommand()
|
/system/netd/client/ |
D | NetdClient.cpp | 111 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0, 0}; in netdClientAccept4() local 122 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0, 0}; in netdClientConnect() local 138 FwmarkCommand command = {FwmarkCommand::ON_CONNECT_COMPLETE, /* netId (ignored) */ 0, in netdClientConnect() local 368 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0, 0}; in setNetworkForSocket() local 384 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0, 0}; in protectFromVpn() local 390 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid, 0}; in setNetworkForUser() local 395 FwmarkCommand command = {FwmarkCommand::QUERY_USER_ACCESS, netId, uid, 0}; in queryUserAccess() local 401 FwmarkCommand command = {FwmarkCommand::TAG_SOCKET, 0, uid, tag}; in tagSocket() local 407 FwmarkCommand command = {FwmarkCommand::UNTAG_SOCKET, 0, 0, 0}; in untagSocket() local 412 FwmarkCommand command = {FwmarkCommand::SET_COUNTERSET, 0, uid, counterSet}; in setCounterSet() local [all …]
|
/system/netd/server/ |
D | FirewallController.cpp | 116 std::string command = in setFirewallType() local 136 std::string command = in resetFirewall() local 167 std::string command = "*filter\n"; in enableChildChains() local 206 std::string command = Join(std::vector<std::string> { in setInterfaceRule() local 266 std::string command = "*filter\n"; in setUidRule() local
|
D | IptablesRestoreController.cpp | 207 const std::string& command, in sendCommand() 256 const std::string& command) { in maybeLogStderr() 273 const std::string& command, in drainAndWaitForAck() 348 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/adb/daemon/ |
D | abb_service.cpp | 43 unique_fd AbbProcess::sendCommand(std::string_view command) { in sendCommand() 89 unique_fd execute_abb_command(std::string_view command) { in execute_abb_command()
|
D | shell_service_test.cpp | 63 const char* command, SubprocessType type, SubprocessProtocol protocol) { in StartTestSubprocess() 71 void ShellServiceTest::StartTestCommandInProcess(std::string name, Command command, in StartTestCommandInProcess() 212 for (std::string command : commands) { in TEST_F() local 224 for (const char* command : commands) { in TEST_F() local
|
D | shell_service.cpp | 150 const std::string& command() const { return command_; } in command() function in __anon50c78ba60111::Subprocess 203 Subprocess::Subprocess(std::string command, const char* terminal_type, SubprocessType type, in Subprocess() 397 bool Subprocess::ExecInProcess(Command command, std::string* _Nonnull error) { in ExecInProcess() 853 unique_fd StartCommandInProcess(std::string name, Command command, SubprocessProtocol protocol) { in StartCommandInProcess()
|
D | services.cpp | 68 unique_fd reverse_service(std::string_view command, atransport* transport) { in reverse_service() 96 std::string command(args.substr(delimiter_index + 1)); in ShellService() 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/tools/aidl/tests/ |
D | integration-test.py | 70 def run(self, command, background=False, ignore_status=False): argument 102 def adb(self, command, ignore_status=False): argument
|
/system/update_engine/scripts/ |
D | update_device.py | 314 def adb(self, command): argument 332 def adb_output(self, command): argument
|
/system/bt/tools/hci/ |
D | main.c | 59 const command_t* command = find_command(argv[0]); in help() local 162 const command_t* command = find_command(argv[1]); in main() local
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 127 std::string command = android::base::StringPrintf( in TEST() local 781 static testing::AssertionResult IsFalse(int ret, const char* command) { in IsFalse() 795 char command[sizeof(buf) + sizeof(comm)]; in TEST() local 841 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST() local 900 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename)]; in TEST() local 1027 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + in TEST() local 1099 char command[strlen(tmp_out_dir) + strlen(logcat_cmd) + in logrotate_count_id() local 1167 char command[strlen(cleanup_cmd) + strlen(tmp_out_dir_form)]; in TEST() local 1174 static const char command[] = logcat_executable in TEST() local 1708 static bool reportedSecurity(const char* command) { in reportedSecurity() [all …]
|
/system/core/init/ |
D | subcontext.proto | 23 oneof command { oneof
|
/system/bt/hci/src/ |
D | hci_layer.cc | 73 BT_HDR* command; member 290 static void transmit_command(BT_HDR* command, in transmit_command() 310 static future_t* transmit_command_futured(BT_HDR* command) { in transmit_command_futured() 466 uint8_t* command = wait_entry->command->data + wait_entry->command->offset; in command_timed_out_log_info() local
|
/system/core/adb/client/ |
D | commandline.cpp | 563 const std::string& command) { in ShellServiceString() 758 std::string command; in adb_shell() local 1095 static bool adb_root(const char* command) { in adb_root() 1151 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command() 1344 static int adb_connect_command(const std::string& command, TransportId* transport = nullptr) { in adb_connect_command() 1355 static int adb_connect_command_bidirectional(const std::string& command) { in adb_connect_command_bidirectional() 1390 static int adb_query_command(const std::string& command) { in adb_query_command() 1704 std::string command; in adb_commandline() local
|
D | console.cpp | 49 std::string command = "auth "; in adb_construct_auth_command() local
|
/system/connectivity/wificond/net/ |
D | nl80211_packet.cpp | 37 uint8_t command, in NL80211Packet() 139 void NL80211Packet::SetCommand(uint8_t command) { in SetCommand()
|
/system/core/trusty/keymaster/ipc/ |
D | trusty_keymaster_ipc.cpp | 145 keymaster_error_t trusty_keymaster_send(uint32_t command, const keymaster::Serializable& req, in trusty_keymaster_send()
|
/system/bt/btif/src/ |
D | btif_gatt_test.cc | 176 bt_status_t btif_gattc_test_command_impl(int command, in btif_gattc_test_command_impl()
|