/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/ |
D | com_github_javaparser_symbolsolver_javaparsermodel_DefaultVisitorAdapter.txt | 1 Line 18) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 3 Line 23) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 5 Line 28) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 7 Line 33) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 9 Line 38) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 11 Line 43) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 13 Line 48) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 15 Line 53) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 17 Line 58) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 19 Line 63) node.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() [all …]
|
D | com_github_javaparser_symbolsolver_reflectionmodel_comparators_ClassComparator.txt | 1 …Line 13) o1.getCanonicalName().compareTo(o2.getCanonicalName()) ==> java.lang.String.compareTo(jav… 2 Line 13) o1.getCanonicalName() ==> java.lang.Class.getCanonicalName() 3 Line 13) o2.getCanonicalName() ==> java.lang.Class.getCanonicalName()
|
D | com_github_javaparser_symbolsolver_model_typesystem_ReferenceTypeImpl.txt | 7 Line 71) this.typeDeclaration.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 11 …Line 83) this.getQualifiedName().equals(Object.class.getCanonicalName()) ==> java.lang.String.equa… 13 Line 83) Object.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 15 …Line 88) this.getQualifiedName().equals(Object.class.getCanonicalName()) ==> java.lang.String.equa… 17 Line 88) Object.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 25 …Line 100) this.getTypeDeclaration().hasAnnotation(FunctionalInterface.class.getCanonicalName()) ==… 27 Line 100) FunctionalInterface.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 43 …Line 124) this.getQualifiedName().equals(Object.class.getCanonicalName()) ==> java.lang.String.equ… 45 Line 124) Object.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
|
D | com_github_javaparser_symbolsolver_reflectionmodel_ReflectionInterfaceDeclaration.txt | 6 Line 84) clazz.getCanonicalName() ==> java.lang.Class.getCanonicalName() 12 Line 93) clazz.getCanonicalName() ==> java.lang.Class.getCanonicalName() 14 Line 105) clazz.getCanonicalName() ==> java.lang.Class.getCanonicalName() 15 …Line 120) clazz.getCanonicalName().equals(that.clazz.getCanonicalName()) ==> java.lang.String.equa… 16 Line 120) clazz.getCanonicalName() ==> java.lang.Class.getCanonicalName() 17 Line 120) that.clazz.getCanonicalName() ==> java.lang.Class.getCanonicalName() 47 …Line 183) other.getQualifiedName().equals(Object.class.getCanonicalName()) ==> java.lang.String.eq… 49 Line 183) Object.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
|
D | com_github_javaparser_symbolsolver_javaparsermodel_declarations_JavaParserSymbolDeclaration.txt | 16 Line 133) wrappedNode.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 37 …Line 155) getParentNode(wrappedNode).getClass().getCanonicalName() ==> java.lang.Class.getCanonica… 40 Line 158) wrappedNode.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 42 Line 164) this.getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName() 44 …Line 164) this.getWrappedNode().getClass().getCanonicalName() ==> java.lang.Class.getCanonicalName…
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/ |
D | DefaultVisitorAdapter.java | 18 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 23 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 28 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 33 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 38 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 43 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 48 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 53 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 58 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 63 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/ |
D | DefaultVisitorAdapter.java | 18 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 23 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 28 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 33 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 38 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 43 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 48 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 53 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 58 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() 63 throw new UnsupportedOperationException(node.getClass().getCanonicalName()); in visit() [all …]
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-model/ |
D | com_github_javaparser_symbolsolver_model_typesystem_PrimitiveType_J9.txt | 1 Line 32) Byte.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 3 Line 33) Short.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 5 Line 34) Character.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 7 Line 35) Integer.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 9 Line 36) Long.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 11 Line 37) Boolean.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 13 Line 38) Float.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 15 Line 39) Double.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
|
D | com_github_javaparser_symbolsolver_model_typesystem_PrimitiveType.txt | 1 Line 32) Byte.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 3 Line 33) Short.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 5 Line 34) Character.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 7 Line 35) Integer.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 9 Line 36) Long.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 11 Line 37) Boolean.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 13 Line 38) Float.class.getCanonicalName() ==> java.lang.Class.getCanonicalName() 15 Line 39) Double.class.getCanonicalName() ==> java.lang.Class.getCanonicalName()
|
/external/auto/common/src/test/java/com/google/auto/common/ |
D | BasicAnnotationProcessorTest.java | 60 BasicAnnotationProcessorTest.class.getCanonicalName(); 266 "@" + RequiresGeneratedCode.class.getCanonicalName(), 275 "@" + GeneratesCode.class.getCanonicalName(), 296 "@" + AnAnnotation.class.getCanonicalName(), 299 " @" + AnAnnotation.class.getCanonicalName(), 317 "@" + GeneratesCode.class.getCanonicalName(), 323 "@" + RequiresGeneratedCode.class.getCanonicalName(), 324 "@" + ReferencesAClass.class.getCanonicalName() + "(SomeGeneratedClass.class)", 348 + RequiresGeneratedCode.class.getCanonicalName() 358 " public void myMethod(@" + GeneratesCode.class.getCanonicalName() + " int myInt) {}", [all …]
|
D | MoreTypesTest.java | 66 TypeMirror objectType = elements.getTypeElement(Object.class.getCanonicalName()).asType(); in equivalence() 67 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in equivalence() 68 TypeElement mapElement = elements.getTypeElement(Map.class.getCanonicalName()); in equivalence() 69 TypeElement setElement = elements.getTypeElement(Set.class.getCanonicalName()); in equivalence() 70 TypeElement enumElement = elements.getTypeElement(Enum.class.getCanonicalName()); in equivalence() 71 TypeElement container = elements.getTypeElement(Container.class.getCanonicalName()); in equivalence() 72 TypeElement contained = elements.getTypeElement(Container.Contained.class.getCanonicalName()); in equivalence() 73 TypeElement funkyBounds = elements.getTypeElement(FunkyBounds.class.getCanonicalName()); in equivalence() 74 TypeElement funkyBounds2 = elements.getTypeElement(FunkyBounds2.class.getCanonicalName()); in equivalence() 75 TypeElement funkierBounds = elements.getTypeElement(FunkierBounds.class.getCanonicalName()); in equivalence() [all …]
|
D | MoreElementsTest.java | 69 this.objectElement = elements.getTypeElement(Object.class.getCanonicalName()); in initializeTestElements() 70 this.stringElement = elements.getTypeElement(String.class.getCanonicalName()); in initializeTestElements() 97 compilation.getElements().getTypeElement(String.class.getCanonicalName()); in asTypeElement() 104 compilation.getElements().getTypeElement(String.class.getCanonicalName()); in asTypeElement_notATypeElement() 121 .getTypeElement(List.class.getCanonicalName()) in asTypeParameterElement() 193 compilation.getElements().getTypeElement(AnnotatedAnnotation.class.getCanonicalName()); in isAnnotationPresent() 205 compilation.getElements().getTypeElement(AnnotatedAnnotation.class.getCanonicalName()); in getAnnotationMirror() 221 .isEqualTo(Documented.class.getCanonicalName()); in getAnnotationMirror() 226 .isEqualTo(InnerAnnotation.class.getCanonicalName()); in getAnnotationMirror() 266 TypeElement childType = elements.getTypeElement(Child.class.getCanonicalName()); in getLocalAndInheritedMethods_Old() [all …]
|
/external/dagger2/java/dagger/android/ |
D | AndroidInjection.java | 51 application.getClass().getCanonicalName(), in inject() 52 HasAndroidInjector.class.getCanonicalName())); in inject() 87 fragment.getClass().getCanonicalName(), in inject() 88 hasAndroidInjector.getClass().getCanonicalName())); in inject() 109 String.format("No injector was found for %s", fragment.getClass().getCanonicalName())); in findHasAndroidInjectorForFragment() 126 application.getClass().getCanonicalName(), in inject() 127 HasAndroidInjector.class.getCanonicalName())); in inject() 148 application.getClass().getCanonicalName(), in inject() 149 HasAndroidInjector.class.getCanonicalName())); in inject() 169 application.getClass().getCanonicalName(), in inject() [all …]
|
D | DispatchingAndroidInjector.java | 119 factory.getClass().getCanonicalName(), instance.getClass().getCanonicalName()), in maybeInject() 156 if (injectorFactories.containsKey(clazz.getCanonicalName())) { in errorMessageSuggestions() 157 suggestions.add(clazz.getCanonicalName()); in errorMessageSuggestions() 162 ? String.format(NO_SUPERTYPES_BOUND_FORMAT, instance.getClass().getCanonicalName()) in errorMessageSuggestions() 164 SUPERTYPES_BOUND_FORMAT, instance.getClass().getCanonicalName(), suggestions); in errorMessageSuggestions()
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/ |
D | ResolvedPrimitiveType.java | 34 BYTE("byte", Byte.class.getCanonicalName(), Collections.emptyList()), 35 SHORT("short", Short.class.getCanonicalName(), Collections.singletonList(BYTE)), 36 CHAR("char", Character.class.getCanonicalName(), Collections.emptyList()), 37 INT("int", Integer.class.getCanonicalName(), Arrays.asList(BYTE, SHORT, CHAR)), 38 LONG("long", Long.class.getCanonicalName(), Arrays.asList(BYTE, SHORT, INT, CHAR)), 39 BOOLEAN("boolean", Boolean.class.getCanonicalName(), Collections.emptyList()), 40 FLOAT("float", Float.class.getCanonicalName(), Arrays.asList(LONG, INT, SHORT, BYTE, CHAR)), 41 …DOUBLE("double", Double.class.getCanonicalName(), Arrays.asList(FLOAT, LONG, INT, SHORT, BYTE, CHA…
|
/external/dagger2/javatests/dagger/internal/codegen/ |
D | KeyFactoryTest.java | 74 compilationRule.getElements().getTypeElement(InjectedClass.class.getCanonicalName()); in forInjectConstructorWithResolvedType() 89 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProvidesMethod() 91 elements.getTypeElement(ProvidesMethodModule.class.getCanonicalName()); in forProvidesMethod() 107 TypeMirror stringType = elements.getTypeElement(String.class.getCanonicalName()).asType(); in forProvidesMethod_qualified() 109 elements.getTypeElement(TestQualifier.class.getCanonicalName()); in forProvidesMethod_qualified() 111 elements.getTypeElement(QualifiedProvidesMethodModule.class.getCanonicalName()); in forProvidesMethod_qualified() 133 elements.getTypeElement(QualifiedProvidesMethodModule.class.getCanonicalName()); in qualifiedKeyEquivalents() 138 TypeMirror type = elements.getTypeElement(String.class.getCanonicalName()).asType(); in qualifiedKeyEquivalents() 140 elements.getTypeElement(QualifiedFieldHolder.class.getCanonicalName()); in qualifiedKeyEquivalents() 196 TypeElement setElement = elements.getTypeElement(Set.class.getCanonicalName()); in forProvidesMethod_sets() [all …]
|
D | ElementDescriptorsTest.java | 50 assertThat(getFieldDescriptors(TestClassA.class.getCanonicalName())) in fieldDescriptor() 72 assertThat(getMethodDescriptors(TestClassB.class.getCanonicalName())) in methodDescriptor_primitives() 94 assertThat(getMethodDescriptors(TestClassC.class.getCanonicalName())) in methodDescriptor_javaTypes() 112 assertThat(getMethodDescriptors(TestClassD.class.getCanonicalName())) in methodDescriptor_testTypes() 132 assertThat(getMethodDescriptors(TestClassE.class.getCanonicalName())) in methodDescriptor_arrays() 154 assertThat(getMethodDescriptors(TestClassF.class.getCanonicalName())) in methodDescriptor_innerTestType() 201 assertThat(getMethodDescriptors(TestClassG.class.getCanonicalName())) in methodDescriptor_erasure()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-model/com/github/javaparser/symbolsolver/model/typesystem/ |
D | PrimitiveType.java | 32 …public static final PrimitiveType BYTE = new PrimitiveType("byte", Byte.class.getCanonicalName(), … 33 … final PrimitiveType SHORT = new PrimitiveType("short", Short.class.getCanonicalName(), ImmutableL… 34 …inal PrimitiveType CHAR = new PrimitiveType("char", Character.class.getCanonicalName(), ImmutableL… 35 …public static final PrimitiveType INT = new PrimitiveType("int", Integer.class.getCanonicalName(),… 36 …public static final PrimitiveType LONG = new PrimitiveType("long", Long.class.getCanonicalName(), … 37 … PrimitiveType BOOLEAN = new PrimitiveType("boolean", Boolean.class.getCanonicalName(), ImmutableL… 38 … final PrimitiveType FLOAT = new PrimitiveType("float", Float.class.getCanonicalName(), ImmutableL… 39 …nal PrimitiveType DOUBLE = new PrimitiveType("double", Double.class.getCanonicalName(), ImmutableL…
|
D | ReferenceType.java | 240 ancestors.removeIf(a -> a.getQualifiedName().equals(Object.class.getCanonicalName())); in getAllAncestors() 241 ReferenceTypeDeclaration objectType = typeSolver.solveType(Object.class.getCanonicalName()); in getAllAncestors() 404 return getQualifiedName().equals(Boolean.class.getCanonicalName()); in isCorrespondingBoxingType() 406 return getQualifiedName().equals(Character.class.getCanonicalName()); in isCorrespondingBoxingType() 408 return getQualifiedName().equals(Byte.class.getCanonicalName()); in isCorrespondingBoxingType() 410 return getQualifiedName().equals(Short.class.getCanonicalName()); in isCorrespondingBoxingType() 412 return getQualifiedName().equals(Integer.class.getCanonicalName()); in isCorrespondingBoxingType() 414 return getQualifiedName().equals(Long.class.getCanonicalName()); in isCorrespondingBoxingType() 416 return getQualifiedName().equals(Float.class.getCanonicalName()); in isCorrespondingBoxingType() 418 return getQualifiedName().equals(Double.class.getCanonicalName()); in isCorrespondingBoxingType()
|
/external/auto/value/src/test/java/com/google/auto/value/processor/ |
D | TypeVariablesTest.java | 60 TypeElement source1 = elementUtils.getTypeElement(Source1.class.getCanonicalName()); in noTypeParameters() 61 TypeElement target1 = elementUtils.getTypeElement(Target1.class.getCanonicalName()); in noTypeParameters() 78 TypeElement source2 = elementUtils.getTypeElement(Source2.class.getCanonicalName()); in simpleTypeParameter() 79 TypeElement target2 = elementUtils.getTypeElement(Target2.class.getCanonicalName()); in simpleTypeParameter() 102 TypeElement source3 = elementUtils.getTypeElement(Source3.class.getCanonicalName()); in hairyTypeParameters() 103 TypeElement target3 = elementUtils.getTypeElement(Target3.class.getCanonicalName()); in hairyTypeParameters() 128 TypeElement outer = elementUtils.getTypeElement(Outer.class.getCanonicalName()); in nestedClasses() 129 TypeElement inner = elementUtils.getTypeElement(Outer.Inner.class.getCanonicalName()); in nestedClasses() 152 TypeElement immutableMap = elementUtils.getTypeElement(ImmutableMap.class.getCanonicalName()); in canAssignStaticMethodResult() 153 TypeElement string = elementUtils.getTypeElement(String.class.getCanonicalName()); in canAssignStaticMethodResult() [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LruMap.java | 32 …System.out.println(System.currentTimeMillis() + " " + getClass().getCanonicalName() + ": Instantia… in LruMap() 41 …System.out.println(System.currentTimeMillis() + " " + getClass().getCanonicalName() + ": removing … in removeEldestEntry() 42 …System.out.println(System.currentTimeMillis() + " " + getClass().getCanonicalName() + ": Old Map s… in removeEldestEntry() 51 …System.out.println(System.currentTimeMillis() + " " + getClass().getCanonicalName() + ": Adding va… in put() 52 …System.out.println(System.currentTimeMillis() + " " + getClass().getCanonicalName() + " Old map s… in put()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/ |
D | ReferenceTypeImpl.java | 81 throw new UnsupportedOperationException(this.typeDeclaration.getClass().getCanonicalName()); in asTypeParameter() 93 if (!other.isVoid() && this.getQualifiedName().equals(Object.class.getCanonicalName())) { in isAssignableBy() 98 if (this.getQualifiedName().equals(Object.class.getCanonicalName())) { in isAssignableBy() 134 if (this.getQualifiedName().equals(Object.class.getCanonicalName())) { in isAssignableBy() 201 ancestors.removeIf(a -> a.getQualifiedName().equals(Object.class.getCanonicalName())); in getAllAncestors() 202 …esolvedReferenceTypeDeclaration objectType = typeSolver.solveType(Object.class.getCanonicalName()); in getAllAncestors() 218 ancestors.removeIf(a -> a.getQualifiedName().equals(Object.class.getCanonicalName())); in getDirectAncestors() 221 …eDeclaration().asClass().getSuperClass().getQualifiedName().equals(Object.class.getCanonicalName()) in getDirectAncestors() 222 …|| this.getTypeDeclaration().asClass().getQualifiedName().equals(Object.class.getCanonicalName())); in getDirectAncestors() 224 …esolvedReferenceTypeDeclaration objectType = typeSolver.solveType(Object.class.getCanonicalName()); in getDirectAncestors()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/ |
D | ReflectionAnnotationDeclaration.java | 81 return clazz.getCanonicalName(); in getQualifiedName() 87 "clazz=" + clazz.getCanonicalName() + in toString() 98 return clazz.getCanonicalName().equals(that.clazz.getCanonicalName()); in equals() 103 return clazz.getCanonicalName().hashCode(); in hashCode() 147 …edOperationException("containerType() is not supported for " + this.getClass().getCanonicalName()); in containerType()
|
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/annotationdiscovery/ |
D | AnnotationStrings.java | 43 return crossProfileAnnotationClass().getCanonicalName(); in crossProfileQualifiedName() 63 return crossProfileCallbackAnnotationClass().getCanonicalName(); in crossProfileCallbackQualifiedName() 83 return crossProfileConfigurationAnnotationClass().getCanonicalName(); in crossProfileConfigurationQualifiedName() 98 return crossProfileConfigurationsAnnotationClass().getCanonicalName(); in crossProfileConfigurationsQualifiedName() 118 return crossProfileProviderAnnotationClass().getCanonicalName(); in crossProfileProviderQualifiedName() 133 return crossProfileTestAnnotationClass().getCanonicalName(); in crossProfileTestQualifiedName()
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | ClassNameTest.java | 54 assertThat(ClassName.bestGuess(Map.Entry.class.getCanonicalName())) in bestGuessForString_nestedClass() 56 assertThat(ClassName.bestGuess(OuterClass.InnerClass.class.getCanonicalName())) in bestGuessForString_nestedClass() 107 TypeElement object = elements.getTypeElement(Object.class.getCanonicalName()); in classNameFromTypeElement() 109 TypeElement outer = elements.getTypeElement($Outer.class.getCanonicalName()); in classNameFromTypeElement() 111 TypeElement inner = elements.getTypeElement($Outer.$Inner.class.getCanonicalName()); in classNameFromTypeElement() 121 TypeElement object = elements.getTypeElement(Object.class.getCanonicalName()); in classNameFromTypeElementDoesntUseGetKind() 124 TypeElement outer = elements.getTypeElement($Outer.class.getCanonicalName()); in classNameFromTypeElementDoesntUseGetKind() 127 TypeElement inner = elements.getTypeElement($Outer.$Inner.class.getCanonicalName()); in classNameFromTypeElementDoesntUseGetKind()
|