Home
last modified time | relevance | path

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

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DAnnotationEntryGen.java248 final List<Attribute> newAttributes = new ArrayList<>(); in getAnnotationAttributes() local
250 newAttributes.add( in getAnnotationAttributes()
255 newAttributes.add( in getAnnotationAttributes()
260 return newAttributes.toArray(new Attribute[newAttributes.size()]); in getAnnotationAttributes()
335 final List<Attribute> newAttributes = new ArrayList<>(); in getParameterAnnotationAttributes() local
337 newAttributes in getParameterAnnotationAttributes()
342 newAttributes in getParameterAnnotationAttributes()
346 return newAttributes.toArray(new Attribute[newAttributes.size()]); in getParameterAnnotationAttributes()
/external/proguard/src/proguard/classfile/editor/
DAttributesEditor.java229 Attribute[] newAttributes = new Attribute[attributesCount + 1]; in addAttribute() local
231 newAttributes, 0, in addAttribute()
233 attributes = newAttributes; in addAttribute()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java1203 Set<String> newAttributes = newElement2Attributes in TestBasicDTDCompatibility() local
1205 if (newAttributes == null) { in TestBasicDTDCompatibility()
1206 newAttributes = Collections.emptySet(); in TestBasicDTDCompatibility()
1208 if (!newAttributes.containsAll(oldAttributes)) { in TestBasicDTDCompatibility()
1211 missing.removeAll(newAttributes); in TestBasicDTDCompatibility()
1219 + "\n\t\tNew:\t" + newAttributes); in TestBasicDTDCompatibility()
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg2946 <scopeType(sname=scope.name)> newAttributes;
2956newAttributes = (<scopeType(sname=scope.name)>)ctx-><scopeStack(sname=scope.name)>->get(ctx-><scop…
2962newAttributes = (<scopeType(sname=scope.name)>) ANTLR3_MALLOC(sizeof(<scopeStruct(sname=scope.name…
2963 if (newAttributes != NULL)
2967 …peStack(sname=scope.name)>->push(ctx-><scopeStack(sname=scope.name)>, newAttributes, (void (*)(voi…
2973 newAttributes->free = NULL;
2982 return newAttributes;