Home
last modified time | relevance | path

Searched refs:typeSet (Results 1 – 4 of 4) sorted by relevance

/external/antlr/tool/src/main/java/org/antlr/tool/
DRandomPhrase.java130 IntervalSet typeSet = (IntervalSet)label.getSet(); in getTokenType() local
131 int randomIndex = random.nextInt(typeSet.size()); in getTokenType()
132 return typeSet.get(randomIndex); in getTokenType()
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DReferenceTypeImpl.java412 void addAllFields(List<Field> fieldList, Set<ReferenceType> typeSet) { in addAllFields() argument
414 if (!typeSet.contains(this)) { in addAllFields()
415 typeSet.add((ReferenceType)this); in addAllFields()
425 type.addAllFields(fieldList, typeSet); in addAllFields()
431 Set<ReferenceType> typeSet = new HashSet<ReferenceType>(); in allFields() local
432 addAllFields(fieldList, typeSet); in allFields()
/external/cldr/tools/java/org/unicode/cldr/util/
DElementAttributeInfo.java149 Set<String> typeSet = getIdentifiers(type); in attributeDecl() local
150 R3<Set<String>, String, String> value2 = Row.of(typeSet, mode, value); in attributeDecl()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable.java2755 bag_set[] typeSet = cacheEntry.cachedBags; in getBagLocked() local
2778 if (!isTruthy(typeSet)) { in getBagLocked()
2779 typeSet = new bag_set[NENTRY]; // (bag_set**)calloc(NENTRY, sizeof(bag_set*)); in getBagLocked()
2980 typeSet[e] = set; in getBagLocked()