Searched refs:testCommand (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/perf-tests/perldriver/ |
D | 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/ |
D | 7zMain.c | 371 int listCommand = 0, testCommand = 0, fullPaths = 0; in main() local 373 else if (strcmp(command, "t") == 0) testCommand = 1; in main() 455 fputs(testCommand ? in main() 473 if (!testCommand) in main()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 6448 void testCommand (TestLog& log, in testCommand() function 6698 …testCommand(log, m_resultCollector, m_context.getBinaryCollection(), vki, vkd, physicalDevice, dev… in iterate()
|