Home
last modified time | relevance | path

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

12345678910>>...25

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.cc688 CommandView command) { in UserConfirmationRequestNegativeReply()
785 CommandView command) { in RemoteOobDataRequestNegativeReply()
818 CommandView command) { in RemoteOobExtendedDataRequestReply()
835 CommandView command) { in ReadInquiryResponseTransmitPowerLevel()
921 CommandView command) { in WriteSecureConnectionsHostSupport()
1638 CommandView command) { in LeReadAdvertisingPhysicalChannelTxPower()
2313 CommandView command) { in LeSetExtendedAdvertisingRandomAddress()
2326 CommandView command) { in LeSetExtendedAdvertisingParameters()
2362 CommandView command) { in LeSetExtendedAdvertisingScanResponse()
2391 CommandView command) { in LeReadMaximumAdvertisingDataLength()
[all …]
/aosp12/build/soong/cmd/soong_ui/
H A Dmain.go45 type command struct { struct
47 flag string
50 description string
53 simpleOutput bool
56 logsPrefix string
59 config func(ctx build.Context, args ...string) build.Config
62 stdio func() terminal.StdioInterface
65 run func(ctx build.Context, config build.Config, args []string, logsDir string)
/aosp12/art/runtime/
H A Dexec_utils_test.cc32 std::vector<std::string> command; in TEST_F() local
50 std::vector<std::string> command; in TEST_F() local
65 std::vector<std::string> command; in TEST_F() local
89 std::vector<std::string> command; in TEST_F() local
107 std::vector<std::string> command; in SleepCommand() local
120 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_F() local
130 std::vector<std::string> command = SleepCommand(kSleepSeconds); in TEST_F() local
/aosp12/system/extras/simpleperf/
H A 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
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/
H A DTestCommandReceiver.java37 public static Bundle callCommand(String command) { in callCommand()
41 public static Bundle callCommand(String command, String arg) { in callCommand()
45 public static Bundle callCommand(String command, String arg, Bundle extras) { in callCommand()
/aosp12/system/netd/tests/
H A Dtest_utils.cpp40 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
/aosp12/system/bt/gd/hci/
H A Dle_address_manager.cc205 void LeAddressManager::push_command(Command command) { in push_command()
244 Command command = {CommandType::ROTATE_RANDOM_ADDRESS, nullptr}; in prepare_to_rotate() local
361 auto command = std::move(cached_commands_.front()); in handle_next_command() local
374 Command command = {CommandType::ADD_DEVICE_TO_CONNECT_LIST, std::move(packet_builder)}; in AddDeviceToConnectList() local
385 Command command = {CommandType::ADD_DEVICE_TO_RESOLVING_LIST, std::move(packet_builder)}; in AddDeviceToResolvingList() local
392 Command command = {CommandType::REMOVE_DEVICE_FROM_CONNECT_LIST, std::move(packet_builder)}; in RemoveDeviceFromConnectList() local
400 Command command = {CommandType::REMOVE_DEVICE_FROM_RESOLVING_LIST, std::move(packet_builder)}; in RemoveDeviceFromResolvingList() local
406 Command command = {CommandType::CLEAR_CONNECT_LIST, std::move(packet_builder)}; in ClearConnectList() local
412 Command command = {CommandType::CLEAR_RESOLVING_LIST, std::move(packet_builder)}; in ClearResolvingList() local
H A Dhci_layer.h127 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
132 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
/aosp12/art/tools/dexfuzz/src/dexfuzz/executors/
H A DDevice.java184 public ExecutionResult executeCommand(String command, boolean captureOutput) { in executeCommand()
189 public ExecutionResult executeCommand(String command, boolean captureOutput, in executeCommand()
243 private List<String> splitCommand(String command) { in splitCommand()
251 private String getExecutionPrefixWithAdb(String command) { in getExecutionPrefixWithAdb()
275 String command = getExecutionPrefixWithAdb("shell") + "rm -f " + getCacheLocation(architecture) in cleanCodeCache() local
283 String command = getExecutionPrefixWithAdb("push") + programName + " " + testLocation; in pushProgramToDevice() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
H A DContactsExecutors.java111 public ScheduledFuture<?> schedule(final Runnable command, long delay, TimeUnit unit) { in schedule()
128 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, in scheduleAtFixedRate()
135 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay()
165 public void execute(Runnable command) { in execute()
232 final Runnable command) { in fromRunnable()
/aosp12/system/vold/bench/inodeop_bench/
H A 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
/aosp12/frameworks/base/apex/media/framework/java/android/media/
H A DSession2CommandGroup.java86 public boolean hasCommand(@NonNull Session2Command command) { in hasCommand()
165 public Builder addCommand(@NonNull Session2Command command) { in addCommand()
179 public Builder removeCommand(@NonNull Session2Command command) { in removeCommand()
/aosp12/system/bt/gd/hci/fuzz/
H A Dfuzz_hci_layer.h35 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
38 void EnqueueCommand(std::unique_ptr<T> command, in EnqueueCommand()
53 std::unique_ptr<hci::CommandBuilder> command, in EnqueueCommand()
62 std::unique_ptr<CommandBuilder> command, in EnqueueCommand()
/aosp12/system/netd/client/
H A DNetdClient.cpp141 FwmarkCommand command = {FwmarkCommand::ON_ACCEPT, 0, 0, 0}; in netdClientAccept4() local
152 FwmarkCommand command = {FwmarkCommand::ON_CONNECT, 0, 0, 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
509 FwmarkCommand command = {FwmarkCommand::TAG_SOCKET, 0, uid, tag}; in tagSocket() local
515 FwmarkCommand command = {FwmarkCommand::UNTAG_SOCKET, 0, 0, 0}; in untagSocket() local
[all …]
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestImmediateExecutor.java28 public void execute(Runnable command) { in execute()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/soap/command/
H A DBrowserUri.java33 private BrowserUri(PropertyInfo command) { in BrowserUri()
43 public static BrowserUri createInstance(PropertyInfo command) { in createInstance()
/aosp12/system/libufdt/utils/src/
H A 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
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnetdevice/
H A Dethtool.cpp25 std::optional<uint32_t> getValue(const std::string& ifname, uint32_t command) { in getValue()
36 bool setValue(const std::string& ifname, uint32_t command, uint32_t value) { in setValue()
/aosp12/system/update_engine/cros/
H A Dfake_p2p_manager_configuration.h61 void SetInitctlStartCommand(const std::vector<std::string>& command) { in SetInitctlStartCommand()
67 void SetInitctlStopCommand(const std::vector<std::string>& command) { in SetInitctlStopCommand()
/aosp12/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
H A DShellHelper.java38 String command = String.format(template, args); in runShellCommand() local
46 public static String runShellCommandRaw(@NonNull String command) { in runShellCommandRaw()
/aosp12/bootable/recovery/tests/unit/
H A Dcommands_test.cpp172 Command command = Command::Parse(input, 0, &err); in TEST() local
184 Command command = Command::Parse(input, 0, &err); in TEST() local
196 Command command = Command::Parse(input, 1, &err); in TEST() local
216 Command command = Command::Parse(input, 2, &err); in TEST() local
232 Command command = Command::Parse(input, 3, &err); in TEST() local
253 Command command = Command::Parse(input, 4, &err); in TEST() local
275 Command command = Command::Parse(input, 5, &err); in TEST() local
295 Command command = Command::Parse(input, 6, &err); in TEST() local
311 Command command = Command::Parse(input, 7, &err); in TEST() local
327 Command command = Command::Parse(input, 8, &err); in TEST() local
[all …]
/aosp12/system/bt/gd/security/test/
H A Dfake_hci_layer.h55 std::unique_ptr<hci::CommandBuilder> command; variable
66 std::unique_ptr<hci::CommandBuilder> command, in EnqueueCommand()
73 std::unique_ptr<hci::CommandBuilder> command, in EnqueueCommand()
/aosp12/packages/services/Car/cpp/computepipe/tests/runner/client_interface/
H A DClientInterfaceTest.cc134 proto::ConfigurationCommand command; in TEST_F() local
173 proto::ConfigurationCommand command; in TEST_F() local
218 proto::ControlCommand command; in TEST_F() local
250 proto::ControlCommand command; in TEST_F() local
364 proto::ConfigurationCommand command; in TEST_F() local
/aosp12/packages/services/Telephony/tests/src/com/android/
H A DTestExecutorService.java203 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
222 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, in scheduleAtFixedRate()
228 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, in scheduleWithFixedDelay()
234 public void execute(Runnable command) { in execute()
238 private void onExecute(Runnable command) { in onExecute()
/aosp12/hardware/qcom/display/msm8909w_3100/libqservice/
H A DIQClient.cpp47 virtual status_t notifyCallback(uint32_t command, in notifyCallback()
72 uint32_t command = data.readInt32(); in onTransact() local

12345678910>>...25