/external/dexmaker/src/main/java/com/google/dexmaker/ |
D | FieldId.java | 30 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()
|
D | MethodId.java | 32 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()
|
D | DexMaker.java | 253 TypeDeclaration typeDeclaration = getTypeDeclaration(method.declaringType); in declare() 291 TypeDeclaration typeDeclaration = getTypeDeclaration(fieldId.declaringType); in declare()
|
D | Code.java | 213 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/ |
D | InjectionPoint.java | 66 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/ |
D | SmaliPositionManager.java | 63 …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/ |
D | HelloWorldMaker.java | 60 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/ |
D | jdi.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | jdimodel.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.apache.jasper_5.5.17.v201004212143.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/dagger2/lib/ |
D | google-java-format-0.1-20151017.042846-2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |