Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DMyVpnService.java42 String cmd = intent.getStringExtra(packageName + ".cmd"); in onStartCommand() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DJUnitDeviceTest.java134 String cmd = AbiFormatter.formatCmdForAbi(cmdLine, mAbi.getBitness()); in run() local
/cts/apps/CtsVerifier/assets/scripts/
Dexecute_power_tests.py239 def executeOnDevice(self, cmd, reportErrors = True): argument
243 def executeLocal(self, cmd, check_status = True): argument
/cts/apps/CameraITS/pymodules/its/
Ddevice.py529 def _run(cmd): argument
/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DSplitTests.java329 final StringBuilder cmd = new StringBuilder(); in run() local
DAppSecurityTests.java584 final String cmd = "am instrument --user " + userId + " -w -r -e class " + testClassName in doRunTestsAsUser() local
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java454 … private void sendReplyWithData(int cmd, int errorCode, int len, byte[] data) throws IOException { in sendReplyWithData()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java525 public void processSocketCommand(String cmd) in processSocketCommand()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dmandreel.js93 function Mandreel_setTimeout(cmd, delay) { argument