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.c415 int listCommand = 0, testCommand = 0, fullPaths = 0; in main() local
418 else if (strcmp(command, "t") == 0) testCommand = 1; in main()
502 fputs(testCommand ? in main()
522 if (!testCommand) in main()