HomeSort by relevance Sort by last modified time
    Searched refs:testCommand (Results 1 - 11 of 11) sorted by null

  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 141 my $testCommand = @{ $tests{$i} }[$j];
142 if ($testCommand =~/--/) {
144 $testCommand = $`; #The left part for furthur processing
146 ($program, @argsAndTest) = split(/\ /, $testCommand);
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceTest.java 475 final String testCommand = "simple command";
477 mMockIDevice.executeShellCommand(EasyMock.eq(testCommand), EasyMock.eq(mMockReceiver),
480 mTestDevice.executeShellCommand(testCommand, mMockReceiver);
490 final String testCommand = "simple command";
492 injectShellResponse(testCommand, expectedOutput);
494 assertEquals(expectedOutput, mTestDevice.executeShellCommand(testCommand));
504 final String testCommand = "simple command";
506 mMockIDevice.executeShellCommand(EasyMock.eq(testCommand), EasyMock.eq(mMockReceiver),
514 mRecoveryTestDevice.executeShellCommand(testCommand, mMockReceiver);
528 final String testCommand = "simple command"
    [all...]
  /external/lzma/C/Util/7z/
7zMain.c 415 int listCommand = 0, testCommand = 0, fullPaths = 0;
418 else if (strcmp(command, "t") == 0) testCommand = 1;
502 fputs(testCommand ?
522 if (!testCommand)
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerNegativeTest.java 137 public void testCommand() throws Exception {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessBuilderTest.java 42 public void testCommand() {
  /cts/tests/tests/media/src/android/media/cts/
MediaSession2Test.java 760 final SessionCommand2 testCommand = new SessionCommand2(
770 assertEquals(testCommand, command);
779 mSession.sendCustomCommand(testCommand, testArgs);
784 mSession.sendCustomCommand(controllerInfo, testCommand, testArgs, null);
    [all...]
MediaController2Test.java 595 final SessionCommand2 testCommand =
607 assertEquals(testCommand, customCommand);
617 controller.sendCustomCommand(testCommand, testArgs, null);
    [all...]
  /frameworks/support/media/src/androidTest/java/androidx/media/
MediaController2Test.java     [all...]
MediaSession2Test.java     [all...]
  /system/tpm/trunks/generator/
generator_test.py 137 def testCommand(self):
  /frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/androidx/media/test/client/
MediaController2Test_copied.java     [all...]

Completed in 176 milliseconds