Lines Matching refs:length
37 N = classDocs.length; in makeInfo()
152 int len = tags.length; in convertTags()
179 int N = classes.length; in convertClasses()
199 int len = p.length; in convertParameters()
210 int len = p.length; in convertTypes()
290 int N = methods.length; in getHiddenMethods()
317 int N = methods.length; in convertMethods()
339 int N = methods.length; in convertMethods()
353 int N = methods.length; in convertNonWrittenConstructors()
459 int N = fields.length; in convertFields()
631 int len = orig.length; in convertAnnotationInstances()
652 AnnotationValueInfo[] elementValues = new AnnotationValueInfo[ev.length];
653 for (int i=0; i<ev.length; i++) {
729 AnnotationValueInfo[] array = new AnnotationValueInfo[old.length]; in initAnnotationValue()
730 for (int i=0; i<array.length; i++) { in initAnnotationValue()