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

1 2 3 4 5

  /external/icu/icu4c/source/test/perf/unisetperf/
unisetperf.pl 49 my $dataFiles = {
64 runTests($options, $tests, $dataFiles);
89 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/normperf/
NormPerf.pl 39 my $dataFiles = {
59 runTests($options, $tests, $dataFiles);
NormPerf_r.pl 41 my $dataFiles = {
86 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/convperf/
convperf_ansi.pl 54 my $dataFiles = "";
56 runTests($options, $tests, $dataFiles);
ConvPerf_r.pl 39 my $dataFiles = "";
66 runTests($options, $tests, $dataFiles);
convperf_iml.pl 60 my $dataFiles = "";
62 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/strsrchperf/
StrSrchPerf_r.pl 45 my $dataFiles = {
60 runTests( $options, $tests, $dataFiles );
  /external/icu/icu4c/source/test/perf/utfperf/
UtfPerf.pl 46 my $dataFiles = {
50 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/charperf/
CharPerf.pl 53 my $dataFiles;
55 runTests($options, $tests, $dataFiles);
CharPerf_r.pl 40 my $dataFiles = "";
56 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/collperf/
CollPerf.pl 87 my $dataFiles = {
105 runTests($options, $tests, $dataFiles);
CollPerf_r.pl 61 my $dataFiles = {
79 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/usetperf/
UsetPerf.pl 52 my $dataFiles = {
55 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/ustrperf/
StringPerf.pl 54 my $dataFiles = {
72 runTests($options, $tests, $dataFiles);
StringPerf_r.pl 40 my $dataFiles = {
77 runTests($options, $tests, $dataFiles);
  /external/icu/icu4j/perf-tests/
normalizationperf_r_b.pl 36 my $dataFiles = {
81 runTests($options, $tests, $dataFiles);
normalizationperf_r_l.pl 36 my $dataFiles = {
81 runTests($options, $tests, $dataFiles);
rbbiperf_r.pl 46 my $dataFiles = {
86 runTests($options, $tests, $dataFiles);
resourcebundleperf.pl 36 my $dataFiles = "";
59 runTests($options, $tests, $dataFiles);
unicodesetperf_r.pl 36 my $dataFiles = "";
57 runTests($options, $tests, $dataFiles);
ucharacterperf_r.pl 36 my $dataFiles = "";
59 runTests($options, $tests, $dataFiles);
collationperf.pl 25 %dataFiles = (
67 # (Edit the %datafiles initialization, above, to make changes.
69 $ff = $dataFiles{$locale};
  /external/icu/icu4c/source/test/perf/ubrkperf/
UBrkPerf_r.pl 53 my $dataFiles = {
93 runTests($options, $tests, $dataFiles);
  /external/icu/icu4c/source/test/perf/collperf2/
CollPerf2_r.pl 104 my $dataFiles = {
202 runTests($options, $tests, $dataFiles);
  /external/svox/pico/src/com/svox/pico/
CheckVoiceData.java 42 private final static String[] dataFiles = {
86 if (!fileExists(dataFiles[2 * i]) ||
87 !fileExists(dataFiles[(2 * i) + 1])){
104 returnData.putExtra(TextToSpeech.Engine.EXTRA_VOICE_DATA_FILES, dataFiles);

Completed in 7556 milliseconds

1 2 3 4 5