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

  /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...]
  /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...]
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteDatabaseTest.java     [all...]
  /ndk/build/tools/
common-build-host-funcs.sh 780 STRINGS=$BH_HOST_CONFIG-strings
781 export CC CXX LD AR AS RANLIB NM STRIP STRINGS
build-host-gcc.sh     [all...]
  /frameworks/base/tools/aapt/
StringPool.cpp 67 printf("String pool of " ZD " unique %s %s strings, " ZD " entries and "
95 // Strings with styles go first, to reduce the size of the styles array.
96 // We don't care about the relative order of these strings.
104 // Sort unstyled strings by type, then by logical configuration.
262 NOISY(printf("SORTING STRINGS BY CONFIGURATION...\n"));
267 NOISY(printf("DONE SORTING STRINGS BY CONFIGURATION.\n"));
398 // our client placed their own strings in it.
420 // Now build the pool of unique strings.
422 const size_t STRINGS = mEntries.size();
434 for (i=0; i<STRINGS; i++)
462 uint8_t* strings = (uint8_t*)dat; local
470 uint16_t* strings = (uint16_t*)dat; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dtfmrgts.cpp 245 UnicodeString strings [] = { local
260 UnicodeString s = strings[i];
564 Please extend the parsing method(s) to handle strings with
811 UnicodeString strings [] = { local
836 UnicodeString text = strings[i];
921 UnicodeString strings [] = { local
946 UnicodeString dateString = strings[i];
    [all...]
  /external/icu/icu4c/source/test/intltest/
dtfmrgts.cpp 248 UnicodeString strings [] = { local
263 UnicodeString s = strings[i];
567 Please extend the parsing method(s) to handle strings with
814 UnicodeString strings [] = { local
839 UnicodeString text = strings[i];
924 UnicodeString strings [] = { local
949 UnicodeString dateString = strings[i];
    [all...]
  /external/netperf/
netsh.c 44 #ifndef STRINGS
46 #else /* STRINGS */
47 #include <strings.h>
48 #endif /* STRINGS */
240 /* netperf_usage done as two concatenated strings to make the MS
  /external/elfutils/0.153/
elfutils.spec 145 %{_bindir}/eu-strings
375 - readelf: new options --hex-dump (or -x), --strings (or -p)
454 - strings: New program.
473 sectionto have STRINGS and MERGE flag set.
479 sectionto have STRINGS and MERGE flag set.
  /external/elfutils/0.153/src/
elflint.c 85 /* Strings for arguments in help texts. */
    [all...]

Completed in 2037 milliseconds