Searched defs:strings (Results 1 - 4 of 4) sorted by relevance

/libcore/libart/src/main/java/java/lang/
H A DDexCache.java40 * A dex cache holds resolved copies of strings, fields, methods, and classes from the dexfile.
71 * References to strings as they become resolved following interpreter semantics. All strings
74 String[] strings; field in class:DexCache
/libcore/luni/src/main/java/java/text/
H A DMessageFormat.java38 * inserts the formatted strings into the pattern at the appropriate places.
113 * comments in resource bundle source files) which strings will be processed by
115 * translated strings where the original version doesn't have them. <br>
338 transient private String[] strings; field in class:MessageFormat
430 this.strings = localStrings.toArray(new String[localStrings.size()]);
488 && Arrays.equals(strings, format.strings)
557 buffer.append(strings[i]);
594 if (maxOffset + 1 < strings.length) {
595 buffer.append(strings[maxOffse
[all...]
/libcore/dex/src/main/java/com/android/dex/
H A DDex.java63 private final StringTable strings = new StringTable(); field in class:Dex
231 public List<String> strings() { method in class:Dex
232 return strings;
345 return Collections.binarySearch(strings, s);
914 return strings.get(descriptorIndexFromTypeIndex(index));
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 1761 milliseconds