/aosp_15_r20/external/nos/host/generic/libnos_transport/ |
D | transport.c | 95 static int nos_device_read(const struct nos_device *dev, uint32_t command, in nos_device_read() 121 static int nos_device_write(const struct nos_device *dev, uint32_t command, in nos_device_write() 164 const uint32_t command = CMD_ID(ctx->app_id) | CMD_IS_READ | CMD_TRANSPORT; in get_status() local 212 const uint32_t command = CMD_ID(ctx->app_id) | CMD_TRANSPORT; in clear_status() local 279 uint32_t command = CMD_ID(ctx->app_id) | CMD_IS_DATA | CMD_TRANSPORT; in send_command() local 417 uint32_t command = CMD_ID(ctx->app_id) | CMD_IS_READ | CMD_TRANSPORT | CMD_IS_DATA; in receive_reply() local
|
/aosp_15_r20/external/jetpack-camera-app/benchmark/src/main/java/com/google/jetpackcamera/benchmark/utils/ |
H A D | Permissions.kt | 30 val command = "pm grant $packageName ${permission.CAMERA}" in MacrobenchmarkScope() constant 35 val command = "pm grant $packageName" in MacrobenchmarkScope() constant
|
/aosp_15_r20/external/coreboot/src/ec/google/wilco/ |
H A D | ec.h | 45 static inline int wilco_ec_send(uint8_t command, uint8_t param) in wilco_ec_send() 60 static inline int wilco_ec_send_noargs(uint8_t command) in wilco_ec_send_noargs() 80 static inline int wilco_ec_sendrecv(uint8_t command, uint8_t param, in wilco_ec_sendrecv() 100 static inline int wilco_ec_sendrecv_noargs(uint8_t command, in wilco_ec_sendrecv_noargs()
|
/aosp_15_r20/external/gsc-utils/tpm_generated/ |
H A D | tpm_generated.cc | 8262 std::string command; in Startup() local 8279 std::string command; in StartupSync() local 8455 std::string command; in Shutdown() local 8472 std::string command; in ShutdownSync() local 8648 std::string command; in SelfTest() local 8665 std::string command; in SelfTestSync() local 8850 std::string command; in IncrementalSelfTest() local 8870 std::string command; in IncrementalSelfTestSync() local 9073 std::string command; in GetTestResult() local 9090 std::string command; in GetTestResultSync() local [all …]
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/nl80211/ |
D | StructGenNlMsgHdr.java | 33 public final short command; // byte field in StructGenNlMsgHdr 37 public StructGenNlMsgHdr(short command) { in StructGenNlMsgHdr() 43 private StructGenNlMsgHdr(short command, byte version, short reserved) { in StructGenNlMsgHdr() 58 short command = (short) (byteBuffer.get() & 0xFF); in parse() local
|
/aosp_15_r20/platform_testing/libraries/system-helpers/commands-helper/src/android/system/helpers/ |
H A D | CommandsHelper.java | 78 public String executeShellCommand(String command) { in executeShellCommand() 95 public List<String> executeShellCommandAndSplitOutput(String command, in executeShellCommandAndSplitOutput() 106 public static String execute(String command) { in execute() 116 public static List<String> executeAndSplitLines(String command) { in executeAndSplitLines()
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libvrr/ |
D | VariableRefreshRateController.cpp | 321 uint32_t command = getCurrentRefreshControlStateLocked(); in setActiveVrrConfiguration() local 397 uint32_t command = getCurrentRefreshControlStateLocked(); in preSetPowerMode() local 567 uint32_t command = getCurrentRefreshControlStateLocked(); in setPresentTimeoutController() local 622 uint32_t command = getCurrentRefreshControlStateLocked(); in setFixedRefreshRateRangeWorker() local 734 uint32_t command = getCurrentRefreshControlStateLocked(); in onPresent() local 879 uint32_t command = getCurrentRefreshControlStateLocked(); in createMinimumRefreshRateTimeoutEventLocked() local 1050 uint32_t command = 0; in handlePresentTimeout() local 1211 uint32_t command = getCurrentRefreshControlStateLocked(); in threadBody() local
|
/aosp_15_r20/external/deqp-deps/amber/src/ |
D | verifier.cc | 95 Result CheckActualValue(const ProbeSSBOCommand* command, in CheckActualValue() 166 Result CheckValue(const ProbeSSBOCommand* command, in CheckValue() 173 void SetupToleranceForTexels(const ProbeCommand* command, in SetupToleranceForTexels() 316 const ProbeCommand* command, in IsTexelEqualToExpected() 399 Result Verifier::Probe(const ProbeCommand* command, in Probe() 516 Result Verifier::ProbeSSBO(const ProbeSSBOCommand* command, in ProbeSSBO()
|
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/util/concurrent/ |
D | ContactsExecutors.java | 111 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()
|
/aosp_15_r20/external/rust/cxx/.vscode/ |
D | tasks.json | 7 "command": "cargo test", string 13 "command": "bazel test ...", string 20 "command": "buck test ...", string 27 …"command": "cp third-party/Cargo.lock . && cargo vendor --versioned-dirs --locked third-party/vend… string
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | le_acl_connection_test.cc | 67 std::unique_ptr<hci::AclCommandBuilder> command, in EnqueueCommand() 80 std::unique_ptr<hci::AclCommandBuilder> command, in EnqueueCommand() 110 auto command = DequeueCommand(); in DequeueCommandBytes() local 189 auto command = CreateAclCommandView<LeSubrateRequestView>( in TEST_F() local 214 auto command = CreateAclCommandView<LeSubrateRequestView>( in TEST_F() local
|
/aosp_15_r20/external/autotest/server/site_tests/firmware_Mosys/ |
H A D | firmware_Mosys.py | 47 def check_for_errors(self, output, command): argument 61 def run_cmd(self, command): argument 75 def check_ec_version(self, command, exp_ec_version): argument 105 def check_pd_version(self, command, exp_pd_version): argument
|
/aosp_15_r20/tools/asuite/atest/bazel/runner/tests/src/com/android/tradefed/testtype/bazel/ |
H A D | BazelTestTest.java | 284 List<String> command = new ArrayList<>(); in targetsNotSet_testsAllTargets() local 418 List<String> command = new ArrayList<>(); in includeTestModule_runsOnlyThatModule() local 448 List<String> command = new ArrayList<>(); in excludeTestModule_doesNotRunTestModule() local 478 List<String> command = new ArrayList<>(); in excludeTestFunction_generatesExcludeFilter() local 625 List<String> command = new ArrayList<>(); in bazelQuery_default() local 642 List<String> command = new ArrayList<>(); in bazelQuery_optionOverride() local
|
/aosp_15_r20/packages/services/Car/cpp/computepipe/tests/runner/client_interface/ |
D | ClientInterfaceTest.cc | 134 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
|
/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/ |
H A D | IdleUidTest.java | 198 final String command = "cmd media.camera reset-uid-state " in makeMyPackageActive() local 201 SystemUtil.runShellCommand(InstrumentationRegistry.getInstrumentation(), command); in makeMyPackageActive() local 205 final String command = "cmd media.camera set-uid-state " in makeMyPackageIdle() local 208 SystemUtil.runShellCommand(InstrumentationRegistry.getInstrumentation(), command); in makeMyPackageIdle() local
|
/aosp_15_r20/packages/services/Telephony/tests/src/com/android/ |
D | TestExecutorService.java | 203 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()
|
/aosp_15_r20/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/command/ |
H A D | CommandTest.java | 39 Command command = new Command("abc", PARAMETERS); in testConstructor() local 83 Command command = new Command("abc", array("123", "456")); in testGetRequiredString() local 92 Command command = new Command("abc", array("123", "456")); in testGetRequiredString_IndexNotValid() local 106 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local
|
/aosp_15_r20/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/command/ |
H A D | CommandTest.java | 39 Command command = new Command("abc", PARAMETERS); in testConstructor() local 83 Command command = new Command("abc", array("123", "456")); in testGetRequiredString() local 92 Command command = new Command("abc", array("123", "456")); in testGetRequiredString_IndexNotValid() local 106 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local
|
/aosp_15_r20/tools/metalava/metalava-model-testsuite-cli/src/test/java/com/android/tools/metalava/model/testsuite/cli/ |
H A D | UpdateBaselineCommandTest.kt | 33 val command = UpdateBaselineCommand() in Test help() constant 130 val command = UpdateBaselineCommand() in Test update file() constant
|
/aosp_15_r20/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/ |
H A D | CommandTest.java | 39 Command command = new Command("abc", PARAMETERS); in testConstructor() local 83 Command command = new Command("abc", array("123", "456")); in testGetRequiredString() local 92 Command command = new Command("abc", array("123", "456")); in testGetRequiredString_IndexNotValid() local 106 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local
|
/aosp_15_r20/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/command/ |
H A D | CommandTest.java | 39 Command command = new Command("abc", PARAMETERS); in testConstructor() local 83 Command command = new Command("abc", array("123", "456")); in testGetRequiredString() local 92 Command command = new Command("abc", array("123", "456")); in testGetRequiredString_IndexNotValid() local 106 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local
|
/aosp_15_r20/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/command/ |
H A D | CommandTest.java | 39 Command command = new Command("abc", PARAMETERS); in testConstructor() local 83 Command command = new Command("abc", array("123", "456")); in testGetRequiredString() local 92 Command command = new Command("abc", array("123", "456")); in testGetRequiredString_IndexNotValid() local 106 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local
|
/aosp_15_r20/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/stub/command/ |
H A D | CommandTest.java | 39 Command command = new Command("abc", PARAMETERS); in testConstructor() local 83 Command command = new Command("abc", array("123", "456")); in testGetRequiredString() local 92 Command command = new Command("abc", array("123", "456")); in testGetRequiredString_IndexNotValid() local 106 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local
|
/aosp_15_r20/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/command/ |
H A D | CommandTest.java | 39 Command command = new Command("abc", PARAMETERS); in testConstructor() local 83 Command command = new Command("abc", array("123", "456")); in testGetRequiredString() local 92 Command command = new Command("abc", array("123", "456")); in testGetRequiredString_IndexNotValid() local 106 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local
|
/aosp_15_r20/external/mockftpserver/tags/1.0/src/test/java/org/mockftpserver/stub/command/ |
H A D | CommandTest.java | 39 Command command = new Command("abc", PARAMETERS); in testConstructor() local 83 Command command = new Command("abc", array("123", "456")); in testGetRequiredString() local 92 Command command = new Command("abc", array("123", "456")); in testGetRequiredString_IndexNotValid() local 106 Command command = new Command("abc", array("123", "456")); in testGetOptionalString() local
|