HomeSort by relevance Sort by last modified time
    Searched defs:STRINGS (Results 1 - 11 of 11) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_quopri.py 66 # Each entry is a tuple of (plaintext, encoded string). These strings are
68 STRINGS = (
69 # Some normal strings
84 # Add some trailing MUST QUOTE strings
132 for p, e in self.STRINGS:
137 for p, e in self.STRINGS:
142 for p, e in self.STRINGS:
147 for p, e in self.STRINGS:
155 for p, e in self.STRINGS:
178 (p, e) = self.STRINGS[-1
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_quopri.py 66 # Each entry is a tuple of (plaintext, encoded string). These strings are
68 STRINGS = (
69 # Some normal strings
84 # Add some trailing MUST QUOTE strings
132 for p, e in self.STRINGS:
137 for p, e in self.STRINGS:
142 for p, e in self.STRINGS:
147 for p, e in self.STRINGS:
155 for p, e in self.STRINGS:
178 (p, e) = self.STRINGS[-1
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_quopri.py 66 # Each entry is a tuple of (plaintext, encoded string). These strings are
68 STRINGS = (
69 # Some normal strings
84 # Add some trailing MUST QUOTE strings
132 for p, e in self.STRINGS:
137 for p, e in self.STRINGS:
142 for p, e in self.STRINGS:
147 for p, e in self.STRINGS:
155 for p, e in self.STRINGS:
178 (p, e) = self.STRINGS[-1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_quopri.py 66 # Each entry is a tuple of (plaintext, encoded string). These strings are
68 STRINGS = (
69 # Some normal strings
84 # Add some trailing MUST QUOTE strings
132 for p, e in self.STRINGS:
137 for p, e in self.STRINGS:
142 for p, e in self.STRINGS:
147 for p, e in self.STRINGS:
155 for p, e in self.STRINGS:
178 (p, e) = self.STRINGS[-1
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseLocaleTest.java 35 private static final String[] STRINGS = {
54 for (String s : STRINGS) {
75 assertEquals(STRINGS.length, result.length);
84 MoreAsserts.assertEquals(STRINGS, results);
99 STRINGS[4], // "boy"
100 STRINGS[0], // sundry forms of "cote"
101 STRINGS[1],
102 STRINGS[2],
103 STRINGS[3],
104 STRINGS[6], // "COTE
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
ConverterTest.java 57 private static final ImmutableList<String> STRINGS = ImmutableList.of("123", "456");
64 Iterable<Long> convertedValues = STR_TO_LONG.convertAll(STRINGS);
86 assertEquals(STRINGS, ImmutableList.copyOf(convertedValues));
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 249 UnicodeString strings [] = { local
264 UnicodeString s = strings[i];
568 Please extend the parsing method(s) to handle strings with
815 UnicodeString strings [] = { local
840 UnicodeString text = strings[i];
925 UnicodeString strings [] = { local
950 UnicodeString dateString = strings[i];
    [all...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java     [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 110 private static final String STRINGS = "string";
697 write(writer, name+COLON+STRINGS+ OPENBRACE + QUOTE + escapeSyntaxChars(val) + QUOTE+ CLOSEBRACE + LINESEP);
968 ResourceString[] strings = new ResourceString[2]; local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateFormatRegressionTest.java 197 String strings[] = {"091225", "091224", "091226", "611225"}; local
200 String s = strings[i];
396 Please extend the parsing method(s) to handle strings with
558 String strings[] = {"time 10:30", "time 10:x", "time 10x"}; local
565 String text = strings[i];
617 String strings[] = { local
629 String dateString = strings[i];
773 final String STRINGS[] =
775 int STRINGS_COUNT = STRINGS.length;
805 String str = STRINGS[i]
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateFormatRegressionTest.java 193 String strings[] = {"091225", "091224", "091226", "611225"}; local
196 String s = strings[i];
392 Please extend the parsing method(s) to handle strings with
554 String strings[] = {"time 10:30", "time 10:x", "time 10x"}; local
561 String text = strings[i];
613 String strings[] = { local
625 String dateString = strings[i];
769 final String STRINGS[] =
771 int STRINGS_COUNT = STRINGS.length;
801 String str = STRINGS[i]
    [all...]

Completed in 2244 milliseconds