Home
last modified time | relevance | path

Searched refs:testCommand (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/perf-tests/perldriver/
DPerfFramework4j.pm141 my $testCommand = @{ $tests{$i} }[$j];
142 if ($testCommand =~/--/) {
144 $testCommand = $`; #The left part for furthur processing
146 ($program, @argsAndTest) = split(/\ /, $testCommand);
/external/lzma/C/Util/7z/
D7zMain.c456 int listCommand = 0, testCommand = 0, fullPaths = 0; in main() local
459 else if (strcmp(command, "t") == 0) testCommand = 1; in main()
548 Print(testCommand ? in main()
567 if (!testCommand) in main()