Lines Matching refs:null
51 mClassesNeedingInit = null; in makeInfo()
143 if (sp == null) { in convertSourcePosition()
144 return null; in convertSourcePosition()
178 if (classes == null) return null; in convertClasses()
189 if (p == null) return null; in convertParameter()
209 if (p == null) return null; in convertTypes()
267 if (mClassesNeedingInit != null) {
275 if (mClassesNeedingInit == null) {
288 if (methods == null) return null; in getHiddenMethods()
315 if (methods == null) return null; in convertMethods()
337 if (methods == null) return null; in convertMethods()
351 if (methods == null) return null; in convertNonWrittenConstructors()
423 result.init(null);
440 null,
441 null,
448 result.init(null);
457 if (fields == null) return null; in convertFields()
539 if (t.asParameterizedType() != null) {
546 else if (t.asTypeVariable() != null) {
547 ti.setBounds(null, Converter.convertTypes((t.asTypeVariable().bounds())));
550 else if (t.asWildcardType() != null) {
561 if (t.asParameterizedType() != null){
563 if (t.asParameterizedType().typeArguments() != null){
571 if (t.asTypeVariable() != null){
573 if (t.asTypeVariable().bounds() != null){
581 if (t.asWildcardType() != null){
583 if (t.asWildcardType().superBounds() != null){
588 if (t.asWildcardType().extendsBounds() != null){
624 return null;
670 if (o == null ) { in obtain()
671 return null; in obtain()
675 if (r == null) { in obtain()
688 Object[] all() { return null; } in all()
697 if (o == null) { in obtainAnnotationValue()
698 return null; in obtainAnnotationValue()
701 if (v != null) return v; in obtainAnnotationValue()
704 if (mAnnotationValuesNeedingInit != null) { in obtainAnnotationValue()
731 array[i] = Converter.obtainAnnotationValue(old[i], null); in initAnnotationValue()
753 mAnnotationValuesNeedingInit = null; in finishAnnotationValueInit()