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

1 2 3 4 5 6

  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.pl 53 my $dataFiles = {
68 runTests($options, $tests, $dataFiles);
93 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/normperf/
NormPerf.pl 43 my $dataFiles = {
63 runTests($options, $tests, $dataFiles);
NormPerf_r.pl 45 my $dataFiles = {
90 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/convperf/
convperf_ansi.pl 58 my $dataFiles = "";
60 runTests($options, $tests, $dataFiles);
ConvPerf_r.pl 43 my $dataFiles = "";
70 runTests($options, $tests, $dataFiles);
convperf_iml.pl 64 my $dataFiles = "";
66 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/strsrchperf/
StrSrchPerf_r.pl 49 my $dataFiles = {
64 runTests( $options, $tests, $dataFiles );
  /external/icu/icu4c/source/test/perf/utfperf/
UtfPerf.pl 50 my $dataFiles = {
54 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/charperf/
CharPerf.pl 57 my $dataFiles;
59 runTests($options, $tests, $dataFiles);
CharPerf_r.pl 44 my $dataFiles = "";
60 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/collperf/
CollPerf.pl 91 my $dataFiles = {
109 runTests($options, $tests, $dataFiles);
CollPerf_r.pl 65 my $dataFiles = {
83 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/usetperf/
UsetPerf.pl 56 my $dataFiles = {
59 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/ustrperf/
StringPerf.pl 58 my $dataFiles = {
76 runTests($options, $tests, $dataFiles);
StringPerf_r.pl 44 my $dataFiles = {
81 runTests($options, $tests, $dataFiles);
  /external/icu/icu4j/perf-tests/
normalizationperf_r_b.pl 38 my $dataFiles = {
83 runTests($options, $tests, $dataFiles);
normalizationperf_r_l.pl 38 my $dataFiles = {
83 runTests($options, $tests, $dataFiles);
rbbiperf_r.pl 48 my $dataFiles = {
88 runTests($options, $tests, $dataFiles);
resourcebundleperf.pl 38 my $dataFiles = "";
61 runTests($options, $tests, $dataFiles);
unicodesetperf_r.pl 38 my $dataFiles = "";
59 runTests($options, $tests, $dataFiles);
ucharacterperf_r.pl 38 my $dataFiles = "";
61 runTests($options, $tests, $dataFiles);
collationperf.pl 27 %dataFiles = (
69 # (Edit the %datafiles initialization, above, to make changes.
71 $ff = $dataFiles{$locale};
  /external/icu/icu4c/source/test/perf/ubrkperf/
UBrkPerf_r.pl 57 my $dataFiles = {
97 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/collperf2/
CollPerf2_r.pl 108 my $dataFiles = {
206 runTests($options, $tests, $dataFiles);
  /external/snakeyaml/src/test/java/org/pyyaml/
PyEmitterTest.java 124 File[] dataFiles = getStreamsByExtension(".data", true);
125 assertTrue("No test files found.", dataFiles.length > 0);
127 allFiles.addAll(Arrays.asList(dataFiles));

Completed in 361 milliseconds

1 2 3 4 5 6