Home
last modified time | relevance | path

Searched defs:commands (Results 1 – 12 of 12) sorted by relevance

/system/core/init/
Dinit_test.cpp58 const std::vector<ActionManagerCommand>& commands) { in TestInit()
79 const std::vector<ActionManagerCommand>& commands) { in TestInitText()
98 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
126 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
185 std::vector<ActionManagerCommand> commands{trigger_boot}; in TEST() local
/system/extras/simpleperf/
DREADME.md159 #### Simpleperf list
179 #### Simpleperf stat
301 #### Simpleperf record
370 #### Simpleperf report
/system/netd/server/
DStrictController.cpp154 const std::string commands = Join(commandList, '\n'); in disableStrict() local
167 std::vector<std::string> commands; in setUidCleartextPenalty() local
DIptablesBaseTest.cpp75 const std::string& commands, in fakeExecIptablesRestoreWithOutput()
87 int IptablesBaseTest::fakeExecIptablesRestore(IptablesTarget target, const std::string& commands) { in fakeExecIptablesRestore()
DNetdConstants.cpp45 int execIptablesRestoreWithOutput(IptablesTarget target, const std::string& commands, in execIptablesRestoreWithOutput()
50 int execIptablesRestore(IptablesTarget target, const std::string& commands) { in execIptablesRestore()
DFirewallController.cpp245 std::string commands; in makeCriticalCommands() local
257 std::string commands; in makeUidRules() local
DBandwidthController.cpp215 std::string commands = Join(IPT_FLUSH_COMMANDS, '\n'); in flushCleanTables() local
242 std::string commands = Join(IPT_BASIC_ACCOUNTING_COMMANDS, '\n'); in enableBandwidthControl() local
719 std::vector<std::string> commands = { in setCostlyAlert() local
748 std::vector<std::string> commands = { in removeCostlyAlert() local
/system/core/adb/
Dconsole.cpp116 std::string commands = adb_construct_auth_command(); in adb_send_emulator_command() local
Dshell_service_test.cpp226 const char* commands[] = {"TEST_STR=abc123", in TEST_F() local
/system/bt/tools/hci/
Dmain.c37 static const command_t commands[] = { variable
/system/tpm/trunks/generator/
Dgenerator.py1952 def GenerateHandleCountFunctions(commands, out_file): argument
1973 def GenerateHeader(types, constants, structs, defines, typemap, commands): argument
2040 def GenerateImplementation(types, structs, typemap, commands): argument
/system/bt/service/client/
Dmain.cc1084 vector<string> commands = base::SplitString( in main() local