Home
last modified time | relevance | path

Searched refs:locs (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DTextFormatParseInfoTree.java73 Map<FieldDescriptor, List<TextFormatParseLocation>> locs = in TextFormatParseInfoTree() local
76 locs.put(kv.getKey(), Collections.unmodifiableList(kv.getValue())); in TextFormatParseInfoTree()
78 this.locationsFromField = Collections.unmodifiableMap(locs); in TextFormatParseInfoTree()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DTextFormatTest.java1116 List<TextFormatParseLocation> locs = tree.getLocations(descriptor.findFieldByName(fieldName)); in assertLocation() local
1117 if (index < locs.size()) { in assertLocation()
1118 TextFormatParseLocation location = locs.get(index); in assertLocation()
/frameworks/base/core/java/android/content/res/
DConfiguration.java2108 public static String localesToResourceQualifier(LocaleList locs) { in localesToResourceQualifier() argument
2110 for (int i = 0; i < locs.size(); i++) { in localesToResourceQualifier()
2111 final Locale loc = locs.get(i); in localesToResourceQualifier()