/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 140 ### Select events to stat 197 ### Select target to stat 221 ### Decide how long to stat 242 ### Decide the print interval 255 ### Display counters in systrace 269 ### Show event count per thread 292 ### Show event count per core 341 ### Select events to record 354 ### Select target to record 376 ### Set the frequency to record [all …]
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | dual_mode_controller.cc | 253 void DualModeController::SniffSubrating(CommandPacketView command) { in SniffSubrating() 388 void DualModeController::Reset(CommandPacketView command) { in Reset() 400 void DualModeController::ReadBufferSize(CommandPacketView command) { in ReadBufferSize() 413 void DualModeController::ReadEncryptionKeySize(CommandPacketView command) { in ReadEncryptionKeySize() 424 void DualModeController::HostBufferSize(CommandPacketView command) { in HostBufferSize() 433 CommandPacketView command) { in ReadLocalVersionInformation() 453 CommandPacketView command) { in ReadRemoteVersionInformation() 468 void DualModeController::ReadBdAddr(CommandPacketView command) { in ReadBdAddr() 476 void DualModeController::ReadLocalSupportedCommands(CommandPacketView command) { in ReadLocalSupportedCommands() 495 void DualModeController::ReadLocalSupportedFeatures(CommandPacketView command) { in ReadLocalSupportedFeatures() [all …]
|
/system/extras/simpleperf/ |
D | command_test.cpp | 33 TEST(command, CreateCommandInstance) { in TEST() argument 41 TEST(command, GetAllCommands) { in TEST() argument 49 TEST(command, GetValueForOption) { in TEST() argument 50 MockCommand command; in TEST() local 76 TEST(command, PreprocessOptions) { in TEST() argument 163 TEST(command, OptionValueMap) { in TEST() argument
|
D | cmd_help.cpp | 85 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/bt/gd/hci/ |
D | le_address_manager.cc | 202 Command command = {CommandType::ROTATE_RANDOM_ADDRESS, nullptr}; in prepare_to_rotate() local 313 auto command = std::move(cached_commands_.front()); in handle_next_command() local 326 Command command = {CommandType::ADD_DEVICE_TO_CONNECT_LIST, std::move(packet_builder)}; in AddDeviceToConnectList() local 338 Command command = {CommandType::ADD_DEVICE_TO_RESOLVING_LIST, std::move(packet_builder)}; in AddDeviceToResolvingList() local 346 Command command = {CommandType::REMOVE_DEVICE_FROM_CONNECT_LIST, std::move(packet_builder)}; in RemoveDeviceFromConnectList() local 355 Command command = {CommandType::REMOVE_DEVICE_FROM_RESOLVING_LIST, std::move(packet_builder)}; in RemoveDeviceFromResolvingList() local 362 Command command = {CommandType::CLEAR_CONNECT_LIST, std::move(packet_builder)}; in ClearConnectList() local 369 Command command = {CommandType::CLEAR_RESOLVING_LIST, std::move(packet_builder)}; in ClearResolvingList() local
|
D | hci_layer.h | 113 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand() 118 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
|
D | controller_test.cc | 59 void EnqueueCommand(std::unique_ptr<CommandPacketBuilder> command, in EnqueueCommand() 65 void EnqueueCommand(std::unique_ptr<CommandPacketBuilder> command, in EnqueueCommand() 73 CommandPacketView command = CommandPacketView::Create(packet_view); in HandleCommand() local 242 CommandPacketView command = command_queue_.front(); in GetCommand() local 342 auto command = ResetView::Create(packet); in TEST_F() local 377 auto command = HostBufferSizeView::Create(packet); in TEST_F() local 388 auto command = LeSetEventMaskView::Create(packet); in TEST_F() local
|
/system/bt/gd/hci/fuzz/ |
D | fuzz_hci_layer.h | 35 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand() 38 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand() 52 void EnqueueCommand(std::unique_ptr<hci::CommandPacketBuilder> command, in EnqueueCommand() 60 void EnqueueCommand(std::unique_ptr<CommandPacketBuilder> command, in EnqueueCommand()
|
/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 | 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/bt/gd/security/test/ |
D | fake_hci_layer.h | 54 std::unique_ptr<CommandPacketBuilder> command; variable 64 void EnqueueCommand(std::unique_ptr<CommandPacketBuilder> command, in EnqueueCommand() 70 void EnqueueCommand(std::unique_ptr<CommandPacketBuilder> command, in EnqueueCommand()
|
/system/netd/server/ |
D | FirewallController.cpp | 115 std::string command = in setFirewallType() local 135 std::string command = in resetFirewall() local 166 std::string command = "*filter\n"; in enableChildChains() local 205 std::string command = Join(std::vector<std::string> { in setInterfaceRule() local 265 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() 272 const std::string& command, in drainAndWaitForAck() 347 int IptablesRestoreController::execute(const IptablesTarget target, const std::string& command, in execute()
|
D | Controllers.cpp | 132 std::string command = StringPrintf("*%s\n-S %s\nCOMMIT\n", table, parentChain); in findExistingChildChains() local 158 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() 88 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
|
/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/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/extras/profcollectd/ |
D | profcollectctl.cpp | 49 std::string command(argv[1]); in main() local
|
/system/bt/gd/hal/cert/ |
D | simple_hal_test.py | 40 def send_cert_hci_command(self, command): argument 53 def send_dut_hci_command(self, command): argument
|
/system/bt/gd/cert/ |
D | py_hal.py | 44 def send_hci_command(self, command): argument
|
/system/update_engine/scripts/ |
D | update_device.py | 323 def adb(self, command): argument 341 def adb_output(self, command): argument
|
/system/core/logcat/tests/ |
D | logcat_test.cpp | 130 std::string command = android::base::StringPrintf( in TEST() local 774 static testing::AssertionResult IsFalse(int ret, const char* command) { in IsFalse() 788 char command[sizeof(buf) + sizeof(comm)]; in TEST() local 834 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST() local 893 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename)]; in TEST() local 1020 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + in TEST() local 1092 char command[strlen(tmp_out_dir) + strlen(logcat_cmd) + in logrotate_count_id() local 1160 char command[strlen(cleanup_cmd) + strlen(tmp_out_dir_form)]; in TEST() local 1167 static const char command[] = logcat_executable in TEST() local 1701 static bool reportedSecurity(const char* command) { in reportedSecurity() [all …]
|