Home
last modified time | relevance | path

Searched refs:testCommand (Results 1 - 4 of 4) sorted by relevance

/third_party/icu/icu4j/perf-tests/perldriver/
H A DPerfFramework4j.pm141 my $testCommand = @{ $tests{$i} }[$j];
142 if ($testCommand =~/--/) {
144 $testCommand = $`; #The left part for further processing
146 ($program, @argsAndTest) = split(/\ /, $testCommand);
/third_party/lzma/C/Util/7z/
H A D7zMain.c631 int listCommand = 0, testCommand = 0, fullPaths = 0; in main() local
634 else if (strcmp(command, "t") == 0) testCommand = 1; in main()
723 Print(testCommand ? in main()
742 if (!testCommand) in main()
/third_party/node/deps/v8/tools/release/
H A Dtest_scripts.py93 def testCommand(self): member in ToplevelTest
/third_party/astc-encoder/Test/
H A Dastc_test_functional.py1507 testCommand = command[:subLen]
1509 self.exec(testCommand, expectPass)

Completed in 6 milliseconds