Home
last modified time | relevance | path

Searched defs:command (Results 151 – 175 of 6810) sorted by relevance

12345678910>>...273

/aosp_15_r20/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/command/
H A DAbstractStubDataCommandHandler.java100 …public final void handleCommand(Command command, Session session, InvocationRecord invocationRecor… in handleCommand()
134 …protected void beforeProcessData(Command command, Session session, InvocationRecord invocationReco… in beforeProcessData()
150 …protected abstract void processData(Command command, Session session, InvocationRecord invocationR… in processData()
162 …protected void afterProcessData(Command command, Session session, InvocationRecord invocationRecor… in afterProcessData()
/aosp_15_r20/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc863 Result EngineDawn::DoClearColor(const ClearColorCommand* command) { in DoClearColor()
874 Result EngineDawn::DoClearStencil(const ClearStencilCommand* command) { in DoClearStencil()
883 Result EngineDawn::DoClearDepth(const ClearDepthCommand* command) { in DoClearDepth()
892 Result EngineDawn::DoClear(const ClearCommand* command) { in DoClear()
1240 Result EngineDawn::DoDrawRect(const DrawRectCommand* command) { in DoDrawRect()
1331 Result EngineDawn::DoDrawGrid(const DrawGridCommand* command) { in DoDrawGrid()
1335 Result EngineDawn::DoDrawArrays(const DrawArraysCommand* command) { in DoDrawArrays()
1416 Result EngineDawn::DoCompute(const ComputeCommand* command) { in DoCompute()
1463 Result EngineDawn::DoBuffer(const BufferCommand* command) { in DoBuffer()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DSimplePerfUtil.java93 public SimplePerfResult executeCommand(String command) throws DeviceNotAvailableException { in executeCommand()
109 public void executeCommand(String command, IShellOutputReceiver receiver) in executeCommand()
131 public void executeCommand(String command, IShellOutputReceiver receiver, in executeCommand()
138 protected String commandStringPreparer(String command) { in commandStringPreparer()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
H A DSharingStarted.kt113 public fun command(subscriptionCount: StateFlow<Int>): Flow<SharingCommand> in WhileSubscribed() method
143 override fun command(subscriptionCount: StateFlow<Int>): Flow<SharingCommand> = in WhileSubscribed() method in kotlinx.coroutines.flow.StartedEagerly
149 override fun command(subscriptionCount: StateFlow<Int>): Flow<SharingCommand> = flow { in <lambda>() method in kotlinx.coroutines.flow.StartedLazily
171 … override fun command(subscriptionCount: StateFlow<Int>): Flow<SharingCommand> = subscriptionCount in toString() method in kotlinx.coroutines.flow.StartedWhileSubscribed
/aosp_15_r20/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
H A DMediaController2Test.java315 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onSessionCommand() local
352 Session2Command command = new Session2Command(commandStr, commandExtra); in testCallback_onCommandResult() local
387 Session2Command command = new Session2Command(commandStr, commandExtra); in testCancelSessionCommand() local
422 MediaSession2.ControllerInfo controller, Session2Command command, Bundle args) { in onSessionCommand()
464 Session2Command command, Bundle args) { in onSessionCommand()
475 Session2Command command, Session2Command.Result result) { in onCommandResult()
/aosp_15_r20/packages/modules/adb/client/
Dcommandline.cpp597 const std::string& command) { in ShellServiceString()
786 std::string command; in adb_shell() local
1056 static bool adb_root(const char* command) { in adb_root()
1112 int send_shell_command(const std::string& command, bool disable_shell_protocol, in send_shell_command()
1361 static int adb_connect_command(const std::string& command, TransportId* transport, in adb_connect_command()
1373 static int adb_connect_command(const std::string& command, TransportId* transport = nullptr) { in adb_connect_command()
1437 static int adb_connect_command_bidirectional(const std::string& command) { in adb_connect_command_bidirectional()
1492 auto command = android::base::StringPrintf("%s:%s", argv[0], argv[1]); in process_remount_or_verity_service() local
1499 static int adb_query_command(const std::string& command) { in adb_query_command()
1894 std::string command; in adb_commandline() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateClearTests.cpp78 virtual void command(bool) in command() function in vkt::DynamicState::__anon01325a9e0111::CmdBaseCase
199 virtual void command(bool renderPassActive) in command() function in vkt::DynamicState::__anon01325a9e0111::ClearTestInstance
255 virtual void command(bool renderPassActive) in command() function in vkt::DynamicState::__anon01325a9e0111::BlitTestInstance
318 virtual void command(bool renderPassActive) in command() function in vkt::DynamicState::__anon01325a9e0111::CopyTestInstance
380 virtual void command(bool renderPassActive) in command() function in vkt::DynamicState::__anon01325a9e0111::ResolveTestInstance
/aosp_15_r20/tools/test/openhst/
Dstress_test.py199 def __init__(self, name, command, output, events, argument
633 def AsyncCommand(self, command, log_output=False): argument
637 def __AsyncCommand(self, command, log_output=False): argument
646 def Command(self, command): argument
729 def RunAsyncCommand(devices, command): argument
/aosp_15_r20/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/util/
H A DTestWrapperSchedulerService.java42 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
52 …public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, Ti… in scheduleAtFixedRate()
57 …public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, … in scheduleWithFixedDelay()
123 public void execute(Runnable command) { in execute()
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ftrace/
H A Di2c.proto40 optional uint32 command = 4; field
47 optional uint32 command = 4; field
56 optional uint32 command = 5; field
64 optional uint32 command = 4; field
/aosp_15_r20/cts/tests/app/app/src/android/app/stubs/
H A DLocalForegroundService.java86 final int command = intent.getIntExtra(EXTRA_COMMAND, -1); in onStartCommand() local
135 Log.e(getTag(), "Unknown command: " + command); in onStartCommand() local
153 public static Bundle newCommand(IBinder stateReceiver, int command) { in newCommand()
160 public static Bundle newCommand(int command) { in newCommand()
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc200 auto command = test_hci_layer_->GetCommand(); in SetUp() local
484 auto command = test_hci_layer_->GetCommand(OpCode::REJECT_CONNECTION_REQUEST); in TEST_F() local
498 auto command = test_hci_layer_->GetCommand(OpCode::ACCEPT_CONNECTION_REQUEST); in TEST_F() local
508 auto command = test_hci_layer_->GetCommand(OpCode::ACCEPT_CONNECTION_REQUEST); in TEST_F() local
553 auto command = test_hci_layer_->GetCommand(OpCode::ACCEPT_CONNECTION_REQUEST); in TEST_F() local
563 auto command = test_hci_layer_->GetCommand(OpCode::ACCEPT_CONNECTION_REQUEST); in TEST_F() local
/aosp_15_r20/kernel/tests/net/test/
H A Dnetlink.py120 def _Decode(self, command, msg, nla_type, nla_data, nested): argument
135 def _ParseAttributes(self, command, msg, data, nested): argument
191 def MaybeDebugCommand(self, command, flags, data): argument
225 def _SendNlRequest(self, command, data, flags): argument
273 def _Dump(self, command, msg, msgtype, attrs=b""): argument
/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
H A DPluggableAuthCredentialsTest.java98 String command = "/path/to/executable"; in retrieveSubjectToken_shouldPassAllOptionsToHandler() local
122 assertEquals(options.getExecutableCommand(), command); in retrieveSubjectToken_shouldPassAllOptionsToHandler() local
140 String command = "/path/to/executable"; in retrieveSubjectToken_shouldPassMinimalOptionsToHandler() local
162 assertEquals(options.getExecutableCommand(), command); in retrieveSubjectToken_shouldPassMinimalOptionsToHandler() local
610 String command, @Nullable String timeoutMs, @Nullable String outputFile) { in buildCredentialSource()
/aosp_15_r20/external/toolchain-utils/compiler_wrapper/
H A Dtestutil_test.go249 func verifyPath(cmd *command, expectedRegex string) error {
257 func verifyArgCount(cmd *command, expectedCount int, expectedRegex string) error {
272 func verifyArgOrder(cmd *command, expectedRegexes ...string) error {
292 func verifyEnvUpdate(cmd *command, expectedRegex string) error {
303 func verifyNoEnvUpdate(cmd *command, expectedRegex string) error {
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/
H A DScheduledExecutorUtils.java105 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
115 …public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, Ti… in scheduleAtFixedRate()
120 … public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay, long delay, in scheduleWithFixedDelay()
169 public void execute(Runnable command) { in execute()
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DSameThreadScheduledExecutorService.java130 public void execute(Runnable command) { in execute()
136 public ListenableScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
179 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
185 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/util/concurrent/testing/
H A DSameThreadScheduledExecutorService.java130 public void execute(Runnable command) { in execute()
136 public ListenableScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
179 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
185 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
/aosp_15_r20/system/logging/logd/
H A 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
/aosp_15_r20/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
H A DAppBindingHostTest.java97 private String runCommand(String command) throws Exception { in runCommand()
101 private String runCommand(String command, String expectedOutputPattern) throws Exception { in runCommand()
105 private String runCommandAndNotMatch(String command, String expectedOutputPattern) in runCommandAndNotMatch()
110 private String runCommand(String command, String expectedOutputPattern, in runCommand()
130 private String runCommandAndExtract(String command, in runCommandAndExtract()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/demomode/
H A DDemoModeController.kt67 DemoMode.COMMANDS.map { command -> m.put(command, mutableListOf()) } in <lambda>() method
101 commands.forEach { command -> in <lambda>() method
120 listener.demoCommands().forEach { command -> receiverMap[command]!!.remove(listener) } in <lambda>() method
258 val command = bundle.getString("command", "").trim().lowercase() in <lambda>() constant
/aosp_15_r20/device/google/cuttlefish/host/commands/modem_simulator/
Dcall_service.cpp114 void CallService::HandleDial(const Client& client, const std::string& command) { in HandleDial()
398 const std::string& command) { in HandleHangup()
504 void CallService::HandleMute(const Client& client, const std::string& command) { in HandleMute()
575 const std::string& command) { in HandleEmergencyMode()
645 const std::string& command) { in HandleRemoteCall()
/aosp_15_r20/external/grpc-grpc-java/core/src/testFixtures/java/io/grpc/internal/
H A DFakeClock.java90 public final Runnable command; field in FakeClock.ScheduledTask
93 ScheduledTask(Runnable command) { in ScheduledTask()
218 @Override public void execute(Runnable command) { in execute()
226 public ScheduleAtFixedRateTask(Runnable command, long period, TimeUnit unit) { in ScheduleAtFixedRateTask()
244 ScheduleWithFixedDelayTask(Runnable command, long delay, TimeUnit unit) { in ScheduleWithFixedDelayTask()
/aosp_15_r20/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
H A DTestScheduledExecutorService.java48 public ScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit) { in schedule()
68 Runnable command, long initialDelay, long period, TimeUnit unit) { in scheduleAtFixedRate()
74 Runnable command, long initialDelay, long delay, TimeUnit unit) { in scheduleWithFixedDelay()
104 public void execute(Runnable command) { in execute()
/aosp_15_r20/packages/modules/Media/apex/framework/java/android/media/
DMediaSession2.java184 public void broadcastSessionCommand(@NonNull Session2Command command, @Nullable Bundle args) { in broadcastSessionCommand()
205 @NonNull Session2Command command, @Nullable Bundle args) { in sendSessionCommand()
454 final Session2Command command, final Bundle args, in onSessionCommand()
787 void sendSessionCommand(Session2Command command, Bundle args, in sendSessionCommand()
909 @NonNull ControllerInfo controller, @NonNull Session2Command command, in onSessionCommand()
925 @NonNull Session2Command command, @NonNull Session2Command.Result result) {} in onCommandResult()

12345678910>>...273