HomeSort by relevance Sort by last modified time
    Searched refs:runTests (Results 1 - 25 of 27) sorted by null

1 2

  /external/icu4c/test/perf/unisetperf/
unisetperf.pl 63 runTests($options, $tests, $dataFiles);
86 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/normperf/
NormPerf.pl 59 runTests($options, $tests, $dataFiles);
NormPerf_r.pl 86 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/charperf/
CharPerf.pl 55 runTests($options, $tests, $dataFiles);
CharPerf_r.pl 57 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/collperf/
CollPerf.pl 95 runTests($options, $tests, $dataFiles);
CollPerf_r.pl 79 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/convperf/
convperf_ansi.pl 56 runTests($options, $tests, $dataFiles);
ConvPerf_r.pl 66 runTests($options, $tests, $dataFiles);
convperf_iml.pl 62 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/strsrchperf/
StrSrchPerf_r.pl 60 runTests( $options, $tests, $dataFiles );
  /external/icu4c/test/perf/utfperf/
UtfPerf.pl 59 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.pl 59 runTests($options, $tests, $dataFiles);
  /system/core/include/ctest/
ctest.h 60 void runTests(void);
  /external/icu4c/test/perf/usetperf/
UsetPerf.pl 56 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/ustrperf/
StringPerf.pl 72 runTests($options, $tests, $dataFiles);
StringPerf_r.pl 77 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/ubrkperf/
UBrkPerf_r.pl 84 runTests($options, $tests, $dataFiles);
UBrkPerf.pl 92 runTests($options, $tests, $dataFiles);
  /external/icu4c/tools/ctestfw/unicode/
ctest.h 105 runTests ( const TestNode* root);
196 * This must be called before runTests.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 81 public void runTests(String[] testClassNames, String testName, TestExecution execution) {
136 public void runTests(String[] programArgs, AndroidJUnitLaunchInfo junitInfo) {
  /system/core/libctest/
ctest.c 113 void runTests() {
  /cts/tools/host/src/com/android/cts/
ReferenceAppTestPackage.java 100 runTests(device, testSessionLog);
145 private void runTests(final TestDevice device,
  /dalvik/tests/074-gc-thrash/src/
Main.java 34 runTests();
109 public static void runTests() {
  /external/icu4c/tools/ctestfw/
ctest.c 38 typedef enum { RUNTESTS, SHOWTESTS } TestMode;
275 if ( (mode == RUNTESTS) && (root->test != NULL))
322 runTests ( const TestNode *root )
333 iterateTestsWithLevel ( root, 0, aList, RUNTESTS );
773 runTests(toRun);
791 runTests(toRun);

Completed in 209 milliseconds

1 2