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

  /external/icu/icu4j/perf-tests/perldriver/
PerfFramework4j.pm 139 my $testCommand = @{ $tests{$i} }[$j];
140 if ($testCommand =~/--/) {
142 $testCommand = $`; #The left part for furthur processing
144 ($program, @argsAndTest) = split(/\ /, $testCommand);
  /external/lzma/C/Util/7z/
7zMain.c 371 int listCommand = 0, testCommand = 0, fullPaths = 0;
373 else if (strcmp(command, "t") == 0) testCommand = 1;
455 fputs(testCommand ?
473 if (!testCommand)
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerNegativeTest.java 140 public void testCommand() throws Exception {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessBuilderTest.java 42 public void testCommand() {
  /system/tpm/trunks/generator/
generator_test.py 137 def testCommand(self):
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp     [all...]

Completed in 998 milliseconds