Home
last modified time | relevance | path

Searched defs:command (Results 1 – 25 of 84) sorted by relevance

1234

/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md114 ### 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
336 ### Monitor different events on different cores
373 ### Select events to record
386 ### Select target to record
[all …]
/system/extras/torq/src/
Dcommand_executor.py41 def execute(self, command, device): argument
52 def execute_command(self, command, device): argument
58 def execute_command(self, command, device): argument
98 def create_config(command, android_sdk_version): argument
105 def prepare_device(self, command, device, config): argument
108 def prepare_device_for_run(self, command, device): argument
114 def execute_run(self, command, device, config, run): argument
127 def trigger_system_event(self, command, device): argument
130 def retrieve_perf_data(self, command, device, host_raw_trace_filename, argument
139 def cleanup(self, command, device): argument
[all …]
Dconfig_builder.py56 def build_default_config(command, android_sdk_version): argument
241 def build_lightweight_config(command, android_sdk_version): argument
245 def build_memory_config(command, android_sdk_version): argument
256 def build_custom_config(command): argument
/system/extras/simpleperf/
Dcommand_test.cpp31 TEST(command, CreateCommandInstance) { in TEST() argument
40 TEST(command, GetAllCommands) { in TEST() argument
49 TEST(command, GetValueForOption) { in TEST() argument
50 MockCommand command; in TEST() local
77 TEST(command, PreprocessOptions) { in TEST() argument
193 TEST(command, OptionValueMap) { in TEST() argument
Dcmd_help.cpp86 void HelpCommand::PrintLongHelpForOneCommand(const Command& command) { in PrintLongHelpForOneCommand()
/system/netd/tests/
Dtest_utils.cpp51 std::vector<std::string> runCommand(const std::string& command) { in runCommand()
77 android::status_t runBinderCommand(const std::string serviceName, const std::string& command) { in runBinderCommand()
95 std::string command = StringPrintf("%s %s rule list", IP_PATH, ipVersion); in listIpRules() local
100 std::string command = StringPrintf("%s -w -n -L %s", binary, chainName); in listIptablesRule() local
120 std::string command = StringPrintf("%s %s route ls table %s", IP_PATH, ipVersion, table); in listIpRoutes() local
/system/vold/bench/inodeop_bench/
Dinodeop_bench.cpp115 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/
DFirewallController.cpp83 std::string command = in setFirewallType() local
99 std::string command = in flushRules() local
141 std::string command = Join(std::vector<std::string> { in setInterfaceRule() local
DIptablesRestoreController.cpp194 const std::string& command, in sendCommand()
243 const std::string& command) { in maybeLogStderr()
259 const std::string& command, in drainAndWaitForAck()
334 int IptablesRestoreController::execute(const IptablesTarget target, const std::string& command, in execute()
DFwmarkServer.cpp83 FwmarkCommand command; in processClient() member
100 const FwmarkCommand &command = buf.command; in processClient() local
DControllers.cpp142 std::string command = StringPrintf("*%s\n-S %s\nCOMMIT\n", table, parentChain); in findExistingChildChains() local
168 std::string command = StringPrintf("*%s\n", table); in createChildChains() local
/system/libufdt/utils/src/
Dmkdtimg.c34 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/netd/client/
DNetdClient.cpp142 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0, 0}; in netdClientAccept4() local
153 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0, 0}; in netdClientConnect() local
172 FwmarkCommand command = {FwmarkCommand::ON_CONNECT_COMPLETE, /* netId (ignored) */ 0, in netdClientConnect() local
207 FwmarkCommand command = {FwmarkCommand::ON_SENDMMSG, 0, 0, 0}; in netdClientSendmmsg() local
222 FwmarkCommand command = {FwmarkCommand::ON_SENDMSG, 0, 0, 0}; in netdClientSendmsg() local
235 FwmarkCommand command = {FwmarkCommand::ON_SENDTO, 0, 0, 0}; in netdClientSendto() local
466 FwmarkCommand command = {FwmarkCommand::SELECT_NETWORK, netId, 0, 0}; in setNetworkForSocket() local
480 FwmarkCommand command = {FwmarkCommand::PROTECT_FROM_VPN, 0, 0, 0}; in protectFromVpn() local
486 FwmarkCommand command = {FwmarkCommand::SELECT_FOR_USER, 0, uid, 0}; in setNetworkForUser() local
491 FwmarkCommand command = {FwmarkCommand::QUERY_USER_ACCESS, netId, uid, 0}; in queryUserAccess() local
[all …]
/system/teeui/libteeui/include/teeui/
Dgeneric_operation.h228 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/
DVtsHalNetNetdTestUtils.cpp47 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/
Dlogd_test.cpp50 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/apps/test/common/chre_reliable_message_test/src/
Dchre_reliable_message_test_manager.cc127 const chre_reliable_message_test_SendMessagesCommand *command) { in sendMessages()
214 chre_reliable_message_test_SendMessagesCommand command = in handleMessageFromHost() local
/system/chre/java/test/permissions/src/com/google/android/chre/test/permissions/
DContextHubFrameworkPermissionsTestExecutor.java116 PingTest.PingCommand command = in permissionsDisabledTest() local
160 PingTest.PingCommand command = in messagePermissionsTest() local
/system/media/audio/include/system/audio_effects/
Daudio_effects_test.h73 inline status_t effect_command_with_status(effect_handle_t handle, uint32_t command) { in effect_command_with_status()
123 effect_handle_t handle, uint32_t command, const P& p, const Vs&... vs) { in effect_command_with_status()
/system/chre/chpp/test/
Dapp_timeout_test.cpp218 struct ChppAppHeader *AllocRequestCommand(uint16_t command) { in AllocRequestCommand()
230 const uint16_t command = request->command; in TimestampOutgoingRequest() local
246 const uint16_t command = response->command; in TimestampIncomingResponse() local
351 constexpr uint16_t command = 0; in TEST_P() local
Dtransport_util.cpp197 uint8_t transactionID, uint16_t command, in openService()
251 uint8_t transactionID, uint16_t command, in sendCommandToService()
/system/tools/aidl/analyzer/
DanalyzerMain.cpp240 std::function<status_t(int, char*[])> command; member
388 for (const auto& command : commands) { in printGeneralHelp() local
419 auto command = commands.find(commandName); in helpCommandEntryPoint() local
451 auto command = commands.find(argv[1]); in main() local
/system/server_configurable_flags/aconfigd/src/
Dmain.rs30 command: Command, field
/system/logging/logcat/tests/
Dlogcat_test.cpp132 std::string command = android::base::StringPrintf( in TEST() local
770 static testing::AssertionResult IsFalse(int ret, const char* command) { in IsFalse()
784 char command[sizeof(buf) + sizeof(comm)]; in TEST() local
830 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST() local
889 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename)]; in TEST() local
1016 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + in TEST() local
1088 char command[strlen(tmp_out_dir) + strlen(logcat_cmd) + in logrotate_count_id() local
1156 char command[strlen(cleanup_cmd) + strlen(tmp_out_dir_form)]; in TEST() local
1163 static const char command[] = logcat_executable in TEST() local
1655 static size_t commandOutputSize(const char* command) { in commandOutputSize()
[all …]
/system/core/fastboot/
Dtask_test.cpp48 for (auto& command : commands) { in collectTasks() local
52 for (auto& command : vec_commands) { in collectTasks() local
58 std::unique_ptr<Task> ParseCommand(FlashingPlan* fp, std::string command) { in ParseCommand()

1234