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

  /external/icu4c/test/perf/unisetperf/
unisetperf.pl 48 my $dataFiles = {
63 runTests($options, $tests, $dataFiles);
86 runTests($options, $tests, $dataFiles);
  /external/icu4c/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/icu4c/test/perf/charperf/
CharPerf.pl 53 my $dataFiles;
55 runTests($options, $tests, $dataFiles);
CharPerf_r.pl 40 my $dataFiles = "";
57 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/collperf/
CollPerf.pl 77 my $dataFiles = {
95 runTests($options, $tests, $dataFiles);
CollPerf_r.pl 61 my $dataFiles = {
79 runTests($options, $tests, $dataFiles);
  /external/icu4c/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/icu4c/test/perf/strsrchperf/
StrSrchPerf_r.pl 45 my $dataFiles = {
60 runTests( $options, $tests, $dataFiles );
  /external/icu4c/test/perf/utfperf/
UtfPerf.pl 52 my $dataFiles = {
59 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.pl 52 my $dataFiles = {
59 runTests($options, $tests, $dataFiles);
  /external/icu4c/test/perf/usetperf/
UsetPerf.pl 53 my $dataFiles = {
56 runTests($options, $tests, $dataFiles);
  /external/icu4c/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/icu4c/test/perf/ubrkperf/
UBrkPerf_r.pl 53 my $dataFiles = {
84 runTests($options, $tests, $dataFiles);
UBrkPerf.pl 57 my $dataFiles = {
92 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 357 milliseconds