Home
last modified time | relevance | path

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

12345678910>>...252

/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc110 void DualModeController::ForwardToLm(CommandView command) { in ForwardToLm()
115 void DualModeController::ForwardToLl(CommandView command) { in ForwardToLl()
287 void DualModeController::Reset(CommandView command) { in Reset()
300 void DualModeController::ReadBufferSize(CommandView command) { in ReadBufferSize()
312 void DualModeController::ReadFailedContactCounter(CommandView command) { in ReadFailedContactCounter()
329 void DualModeController::ResetFailedContactCounter(CommandView command) { in ResetFailedContactCounter()
345 void DualModeController::ReadRssi(CommandView command) { in ReadRssi()
360 void DualModeController::ReadEncryptionKeySize(CommandView command) { in ReadEncryptionKeySize()
372 void DualModeController::HostBufferSize(CommandView command) { in HostBufferSize()
382 void DualModeController::ReadLocalVersionInformation(CommandView command) { in ReadLocalVersionInformation()
[all …]
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp101 void SendCommand(std::string command, std::string prefix = "") { in SendCommand()
137 auto command = commands.substr(pos, r_pos - pos); in ReadCommandResponse() local
192 std::string command = "AT+CCHO="; in openLogicalChannel() local
202 std::string command = "AT+CCHC="; in closeLogicalChannel() local
238 std::string command = "AT+CPIN?"; in TEST_F() local
282 std::string command = "AT+CIMI"; in TEST_F() local
292 std::string command = "AT+CICCID"; in TEST_F() local
325 std::string command= "A000000063504B43532D3135"; in TEST_F() local
338 std::string command= "A000000063504B43532D3135"; in TEST_F() local
347 std::string command= "A000000063504B43532D3135"; in TEST_F() local
[all …]
Dcommand_parser_test.cpp21 std::string command = "AT+SPUSATENVECMD=\"D3078202018190014E\""; in TEST() local
30 std::string command = "AT+SPUSATENVECMD=\"D3078202018190014E\""; in TEST() local
39 std::string command = "+COPS: 0,1,\"CMCC\",7"; in TEST() local
48 std::string command = "+COPS: 0,1,\"CMCC\",7"; in TEST() local
58 std::string command = "+COPS: 0,1,\"CMCC\",7"; in TEST() local
66 std::string command = "+COPS: 0,1,\"CMCC\",7"; in TEST() local
77 std::string command = "AT+CRSM=192,28421,0,0,15,0,\"3F007FFF\""; in TEST() local
86 std::string command = "C0,6F05"; in TEST() local
94 std::string command = "AT+CRSM=192,28421,0,0,15,0,\"3F007FFF\""; in TEST() local
/aosp_15_r20/system/extras/simpleperf/doc/
H A 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 …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/components/
Drmm-el3-comms-spec.rst271 FID
276 Input values
286 Output values
291 Failure conditions
302 FID
307 Input values
317 Output values
326 Failure conditions
345 FID
350 Input values
[all …]
/aosp_15_r20/system/extras/torq/
H A Dcommand_executor.py40 def execute(self, command, device): argument
51 def execute_command(self, command, device): argument
57 def execute_command(self, command, device): argument
90 def create_config(command, android_sdk_version): argument
97 def prepare_device(self, command, device, config): argument
100 def prepare_device_for_run(self, command, device): argument
106 def execute_run(self, command, device, config, run): argument
119 def trigger_system_event(self, command, device): argument
122 def retrieve_perf_data(self, command, device, host_file): argument
128 def cleanup(self, command, device): argument
[all …]
/aosp_15_r20/external/python/bumble/bumble/
Dcontroller.py283 def on_hci_command_packet(self, command): argument
822 def on_hci_command(self, command): argument
826 def on_hci_create_connection_command(self, command): argument
857 def on_hci_disconnect_command(self, command): argument
902 def on_hci_accept_connection_request_command(self, command): argument
918 def on_hci_enhanced_setup_synchronous_connection_command(self, command): argument
951 def on_hci_enhanced_accept_synchronous_connection_request_command(self, command): argument
980 def on_hci_switch_role_command(self, command): argument
996 def on_hci_set_event_mask_command(self, command): argument
1010 def on_hci_write_local_name_command(self, command): argument
[all …]
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
H A DSessionProcess.c523 COMMAND *command in ClearCpRpHashes()
541 COMMAND *command, in GetCpHashPointer()
572 COMMAND *command, in GetRpHashPointer()
604 COMMAND *command, // IN: command parsing structure in ComputeCpHash()
643 COMMAND *command, in GetCpHash()
663 COMMAND *command, // IN: parsing structure in CompareTemplateHash()
711 COMMAND *command, // IN: main parsing structure in CompareNameHash()
813 COMMAND *command, // IN: primary control structure in ComputeCommandHMAC()
930 COMMAND *command, // IN: primary control structure in CheckSessionHMAC()
976 COMMAND *command, // IN: primary parsing structure in CheckPolicyAuthSession()
[all …]
/aosp_15_r20/external/pytorch/
H A D.lintrunner.toml30 command = [ qkey
98 command = [ qkey
128 command = [ qkey
182 command = [ qkey
260 command = [ qkey
336 command = [ qkey
368 command = [ qkey
379 command = [ qkey
621 command = [ qkey
777 command = [ qkey
[all …]
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DIRunUtil.java120 public CommandResult runTimedCmd(final long timeout, final String... command); in runTimedCmd()
134 final long timeout, final long idleOutputTimeout, final String... command); in runTimedCmdWithOutputMonitor()
153 final String... command); in runTimedCmdWithOutputMonitor()
167 final long timeout, OutputStream stdout, OutputStream stderr, final String... command); in runTimedCmd()
180 int attempts, final String... command); in runTimedCmdRetry()
200 final String... command); in runTimedCmdRetryWithOutputMonitor()
211 public CommandResult runTimedCmdSilently(final long timeout, final String... command); in runTimedCmdSilently()
225 int attempts, final String... command); in runTimedCmdSilentlyRetry()
236 CommandResult runTimedCmdWithInput(long timeout, String input, String... command); in runTimedCmdWithInput()
247 CommandResult runTimedCmdWithInput(long timeout, String input, List<String> command); in runTimedCmdWithInput()
[all …]
DRunUtil.java175 public CommandResult runTimedCmd(final long timeout, final String... command) { in runTimedCmd()
182 final long timeout, final long idleOutputTimeout, final String... command) { in runTimedCmdWithOutputMonitor()
193 final String... command) { in runTimedCmd()
204 final String... command) { in runTimedCmdWithOutputMonitor()
233 long timeout, long retryInterval, int attempts, String... command) { in runTimedCmdRetry()
244 String... command) { in runTimedCmdRetryWithOutputMonitor()
258 private synchronized ProcessBuilder createProcessBuilder(String... command) { in createProcessBuilder()
262 private synchronized ProcessBuilder createProcessBuilder(Redirect redirect, String... command) { in createProcessBuilder()
334 final String... command) { in runTimedCmdWithInput()
343 final List<String> command) { in runTimedCmdWithInput()
[all …]
/aosp_15_r20/art/runtime/
H A Dexec_utils_test.cc125 std::vector<std::string> command; in TEST_P() local
135 std::vector<std::string> command; in TEST_P() local
152 std::vector<std::string> command; in TEST_P() local
171 std::vector<std::string> command; in TEST_P() local
184 std::vector<std::string> command; in SleepCommand() local
193 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_P() local
204 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_P() local
212 std::vector<std::string> command; in TEST_P() local
244 std::vector<std::string> command; in TEST_P() local
269 std::vector<std::string> command; in TEST_P() local
[all …]
/aosp_15_r20/external/oj-libjdwp/src/share/back/
H A DeventHelper.c133 commandSize(HelperCommand *command) in commandSize()
149 freeCommand(HelperCommand *command) in freeCommand()
157 enqueueCommand(HelperCommand *command, in enqueueCommand()
205 completeCommand(HelperCommand *command) in completeCommand()
221 HelperCommand *command = NULL; in dequeueCommand() local
404 EventCommandSingle *command) in handleEventCommandSingle()
453 UnloadCommandSingle *command) in handleUnloadCommandSingle()
464 FrameEventCommandSingle *command) in handleFrameEventCommandSingle()
560 handleReportInvokeDoneCommand(JNIEnv* env, ReportInvokeDoneCommand *command) in handleReportInvokeDoneCommand()
567 handleReportVMInitCommand(JNIEnv* env, ReportVMInitCommand *command) in handleReportVMInitCommand()
[all …]
/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java1603 public ReplyPacket performCommand(CommandPacket command) in performCommand()
1630 public ReplyPacket performCommand(CommandPacket command, long timeout) in performCommand()
1651 public int sendCommand(CommandPacket command) throws IOException { in sendCommand()
1824 CommandPacket command = new CommandPacket( in getFrameCount() local
1875 CommandPacket command = new CommandPacket( in getThreadFrames() local
1896 CommandPacket command = new CommandPacket( in getVariableTable() local
1941 CommandPacket command = new CommandPacket( in getFrameValues() local
1974 CommandPacket command = new CommandPacket( in getSuperclassId() local
1990 CommandPacket command = new CommandPacket( in getReferenceType() local
2007 CommandPacket command = new CommandPacket( in getClassObjectId() local
[all …]
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/
H A Dpackage.json31 "command": "pigweed.open-output-panel", string
35 "command": "pigweed.file-bug", string
39 "command": "pigweed.sync-settings", string
43 "command": "pigweed.check-extensions", string
47 "command": "pigweed.launch-terminal", string
51 "command": "pigweed.bootstrap-terminal", string
55 "command": "pigweed.activate-bazelisk-in-terminal", string
59 "command": "pigweed.refresh-compile-commands", string
63 "command": "pigweed.refresh-compile-commands-and-set-target", string
67 "command": "pigweed.select-target", string
[all …]
/aosp_15_r20/development/cmds/monkey/src/com/android/commands/monkey/
H A DMonkeySourceNetwork.java104 MonkeyCommandReturn translateCommand(List<String> command, CommandQueue queue); in translateCommand()
113 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
137 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
181 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
210 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
272 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
295 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
323 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
338 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
367 public MonkeyCommandReturn translateCommand(List<String> command, in translateCommand()
[all …]
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
H A DShellCommandUtils.java84 static String executeCommand(String command) throws AdbException { in executeCommand()
95 private static ParcelFileDescriptor[] executeShellCommandRweInternal(String command) { in executeShellCommandRweInternal()
106 public static StreamingShellOutput executeCommandForStream(String command, byte[] stdInBytes) in executeCommandForStream()
126 static String executeCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) in executeCommand()
164 static byte[] executeCommandForBytes(String command) throws AdbException { in executeCommandForBytes()
168 static byte[] executeCommandForBytes(String command, byte[] stdInBytes) throws AdbException { in executeCommandForBytes()
198 private static void logCommand(String command, boolean allowEmptyOutput, byte[] stdInBytes) { in logCommand()
227 String command, Function<String, Boolean> outputSuccessChecker) throws AdbException { in executeCommandAndValidateOutput() argument
235 String command, in executeCommandAndValidateOutput()
262 String command, boolean allowEmptyOutput, byte[] stdIn) throws AdbException { in executeCommandPreS()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dle_impl_test.cc127 T CreateAclCommandView(hci::CommandView command) { in CreateAclCommandView()
132 T CreateLeConnectionManagementCommandView(hci::CommandView command) { in CreateLeConnectionManagementCommandView()
137 T CreateLeSecurityCommandView(hci::CommandView command) { in CreateLeSecurityCommandView()
552 auto command = LeEnhancedConnectionCompleteBuilder::Create( in SetUp() local
970 auto command = in TEST_F() local
980 auto command = in TEST_F() local
994 auto command = in TEST_F() local
1044 auto command = in TEST_F() local
1054 auto command = in TEST_F() local
1068 auto command = CreateLeSecurityCommandView<LeSetPrivacyModeView>(hci_layer_->GetCommand()); in TEST_F() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/script/
Dengine.go314 type command struct { struct
315 file string
316 line int
317 want expectedStatus
318 conds []condition // all must be satisfied
319 name string // the name of the command; must be non-empty
320 rawArgs [][]argFragment
321 args []string // shell-expanded arguments following name
322 background bool // command should run in background (ends with a trailing &)
610 func checkStatus(cmd *command, err error) error {
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.cc362 void LeAddressManager::push_command(Command command) { in push_command()
422 Command command = {CommandType::ROTATE_RANDOM_ADDRESS, RotateRandomAddressCommand{}}; in prepare_to_rotate() local
485 Command command = {CommandType::UPDATE_IRK, update_irk_command}; in prepare_to_update_irk() local
494 void LeAddressManager::update_irk(UpdateIRKCommand command) { in update_irk()
633 auto command = std::move(cached_commands_.front()); in handle_next_command() local
637 [this](auto&& command) { in handle_next_command()
656 Command command = {CommandType::ADD_DEVICE_TO_ACCEPT_LIST, HCICommand{std::move(packet_builder)}}; in AddDeviceToFilterAcceptList() local
676 Command command = {CommandType::ADD_DEVICE_TO_RESOLVING_LIST, in AddDeviceToResolvingList() local
683 Command command = {CommandType::LE_SET_PRIVACY_MODE, HCICommand{std::move(packet_builder)}}; in AddDeviceToResolvingList() local
704 Command command = {CommandType::REMOVE_DEVICE_FROM_ACCEPT_LIST, in RemoveDeviceFromFilterAcceptList() local
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
Dcommands.go39 type command struct { struct
40 format int // report format to generate
41 postProcess PostProcessor // postprocessing to run on report
42 visualizer PostProcessor // display output using some callback
43 hasParam bool // collect a parameter from the CLI
44 description string // single-line description text saying what the command does
45 usage string // multi-line help text saying how the command is used
49 func (c *command) help(name string) string {
/aosp_15_r20/build/soong/cmd/soong_ui/
H A Dmain.go40 type command struct { struct
42 flag string
45 description string
48 simpleOutput bool
51 logsPrefix string
54 config func(ctx build.Context, args ...string) build.Config
57 stdio func() terminal.StdioInterface
60 run func(ctx build.Context, config build.Config, args []string)
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DProcessBuilder.java180 private List<String> command; field in ProcessBuilder
198 public ProcessBuilder(List<String> command) { in ProcessBuilder()
215 public ProcessBuilder(String... command) { in ProcessBuilder()
234 public ProcessBuilder command(List<String> command) { in command() method in ProcessBuilder
252 public ProcessBuilder command(String... command) { in command() method in ProcessBuilder
267 public List<String> command() { in command() method in ProcessBuilder
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DProcessBuilder.java180 private List<String> command; field in ProcessBuilder
198 public ProcessBuilder(List<String> command) { in ProcessBuilder()
215 public ProcessBuilder(String... command) { in ProcessBuilder()
234 public ProcessBuilder command(List<String> command) { in command() method in ProcessBuilder
252 public ProcessBuilder command(String... command) { in command() argument
267 public List<String> command() { in command() method in ProcessBuilder
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/
DProcessBuilder.java180 private List<String> command; field in ProcessBuilder
198 public ProcessBuilder(List<String> command) { in ProcessBuilder()
215 public ProcessBuilder(String... command) { in ProcessBuilder()
234 public ProcessBuilder command(List<String> command) { in command() argument
252 public ProcessBuilder command(String... command) { in command() method in ProcessBuilder
267 public List<String> command() { in command() method in ProcessBuilder

12345678910>>...252