Home
last modified time | relevance | path

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

123

/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
352 ### Select events to record
365 ### Select target to record
395 ### Set the frequency to record
[all …]
/system/extras/simpleperf/
Dcommand_test.cpp30 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
Dcmd_help.cpp86 void HelpCommand::PrintLongHelpForOneCommand(const Command& command) { in PrintLongHelpForOneCommand()
/system/netd/tests/
Dtest_utils.cpp40 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/
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/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
146 std::string command = Join(std::vector<std::string> { in setInterfaceRule() local
DIptablesRestoreController.cpp190 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()
DControllers.cpp131 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/
Dtask_test.cpp46 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/
DNetdClient.cpp136 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/
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/security/fsverity_init/
Dmain.cpp38 const std::string_view command = argv[1]; in main() local
/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/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/tools/aidl/analyzer/
DanalyzerMain.cpp218 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/
Dsubcontext.proto23 oneof command { oneof
/system/gsid/tests/
DDsuTestBase.java41 public CommandResult assertShellCommand(String command) throws DeviceNotAvailableException { in assertShellCommand()
/system/chre/apps/test/common/ping_test/src/
Dping_test.cc47 ping_test_PingCommand command = ping_test_PingCommand_init_default; in handleMessageFromHost() local
/system/logging/logcat/tests/
Dlogcat_test.cpp130 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/
Dchre_settings_test_manager.cc57 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/
Dupdate_device.py370 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/
DChreTestUtil.java160 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/
Dnl80211_packet.cpp37 uint8_t command, in NL80211Packet()
139 void NL80211Packet::SetCommand(uint8_t command) { in SetCommand()

123