Home
last modified time | relevance | path

Searched refs:declaringType (Results 1 – 16 of 16) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
DFieldId.java30 final TypeId<D> declaringType; field in FieldId
38 FieldId(TypeId<D> declaringType, TypeId<V> type, String name) { in FieldId() argument
39 if (declaringType == null || type == null || name == null) { in FieldId()
42 this.declaringType = declaringType; in FieldId()
46 this.constant = new CstFieldRef(declaringType.constant, nat); in FieldId()
50 return declaringType; in getDeclaringType()
63 && ((FieldId<?, ?>) o).declaringType.equals(declaringType) in equals()
68 return declaringType.hashCode() + 37 * name.hashCode(); in hashCode()
72 return declaringType + "." + name; in toString()
DMethodId.java32 final TypeId<D> declaringType; field in MethodId
41 MethodId(TypeId<D> declaringType, TypeId<R> returnType, String name, TypeList parameters) { in MethodId() argument
42 if (declaringType == null || returnType == null || name == null || parameters == null) { in MethodId()
45 this.declaringType = declaringType; in MethodId()
50 this.constant = new CstMethodRef(declaringType.constant, nat); in MethodId()
54 return declaringType; in getDeclaringType()
86 result.append(declaringType.name); in descriptor()
102 && ((MethodId<?, ?>) o).declaringType.equals(declaringType) in equals()
110 result = 31 * result + declaringType.hashCode(); in hashCode()
118 return declaringType + "." + name + "(" + parameters + ")"; in toString()
DDexMaker.java253 TypeDeclaration typeDeclaration = getTypeDeclaration(method.declaringType); in declare()
291 TypeDeclaration typeDeclaration = getTypeDeclaration(fieldId.declaringType); in declare()
DCode.java213 thisLocal = Local.get(this, method.declaringType); in Code()
620 RegisterSpecList.EMPTY, catches, constructor.declaringType.constant)); in newInstance()
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java66 private final TypeLiteral<?> declaringType; field in InjectionPoint
69 InjectionPoint(TypeLiteral<?> declaringType, Method method, boolean optional) { in InjectionPoint() argument
71 this.declaringType = declaringType; in InjectionPoint()
73 this.dependencies = forMember(method, declaringType, method.getParameterAnnotations()); in InjectionPoint()
76 InjectionPoint(TypeLiteral<?> declaringType, Constructor<?> constructor) { in InjectionPoint() argument
78 this.declaringType = declaringType; in InjectionPoint()
81 constructor, declaringType, constructor.getParameterAnnotations()); in InjectionPoint()
84 InjectionPoint(TypeLiteral<?> declaringType, Field field, boolean optional) { in InjectionPoint() argument
86 this.declaringType = declaringType; in InjectionPoint()
94 key = Annotations.getKey(declaringType.getFieldType(field), field, annotations, errors); in InjectionPoint()
[all …]
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
DSmaliPositionManager.java63 …public SourcePosition getSourcePosition(String declaringType, String methodName, String methodSign… in getSourcePosition() argument
65 Collection<SmaliClass> classes = SmaliClassNameIndex.INSTANCE.get(declaringType, in getSourcePosition()
89 return getSourcePosition(location.declaringType().name(), location.method().name(), in getSourcePosition()
/external/dexmaker/src/test/java/com/google/dexmaker/examples/
DHelloWorldMaker.java60 private static void generateHelloMethod(DexMaker dexMaker, TypeId<?> declaringType) { in generateHelloMethod() argument
66 MethodId hello = declaringType.getMethod(TypeId.VOID, "hello"); in generateHelloMethod()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...