/external/dexmaker/src/main/java/com/google/dexmaker/ |
FieldId.java | 30 final TypeId<D> declaringType; 38 FieldId(TypeId<D> declaringType, TypeId<V> type, String name) { 39 if (declaringType == null || type == null || name == null) { 42 this.declaringType = declaringType; 46 this.constant = new CstFieldRef(declaringType.constant, nat); 50 return declaringType; 63 && ((FieldId<?, ?>) o).declaringType.equals(declaringType) 68 return declaringType.hashCode() + 37 * name.hashCode() [all...] |
MethodId.java | 32 final TypeId<D> declaringType; 41 MethodId(TypeId<D> declaringType, TypeId<R> returnType, String name, TypeList parameters) { 42 if (declaringType == null || returnType == null || name == null || parameters == null) { 45 this.declaringType = declaringType; 50 this.constant = new CstMethodRef(declaringType.constant, nat); 54 return declaringType; 86 result.append(declaringType.name); 102 && ((MethodId<?, ?>) o).declaringType.equals(declaringType) [all...] |
DexMaker.java | 253 TypeDeclaration typeDeclaration = getTypeDeclaration(method.declaringType); 291 TypeDeclaration typeDeclaration = getTypeDeclaration(fieldId.declaringType);
|
Code.java | 213 thisLocal = Local.get(this, method.declaringType); 620 RegisterSpecList.EMPTY, catches, constructor.declaringType.constant)); [all...] |
/external/guice/core/src/com/google/inject/spi/ |
InjectionPoint.java | 66 private final TypeLiteral<?> declaringType; 69 InjectionPoint(TypeLiteral<?> declaringType, Method method, boolean optional) { 71 this.declaringType = declaringType; 73 this.dependencies = forMember(method, declaringType, method.getParameterAnnotations()); 76 InjectionPoint(TypeLiteral<?> declaringType, Constructor<?> constructor) { 78 this.declaringType = declaringType; 81 constructor, declaringType, constructor.getParameterAnnotations()); 84 InjectionPoint(TypeLiteral<?> declaringType, Field field, boolean optional) [all...] |
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/ |
AnnotationMethod.java | 45 public AnnotationMethod(DeclaredType declaringType, ExecutableElement executableElement) { 46 mDeclaringType = declaringType; 49 mMethod = (ExecutableType) typeUtils.asMemberOf(declaringType, executableElement);
|
/external/dexmaker/src/test/java/com/google/dexmaker/examples/ |
HelloWorldMaker.java | 60 private static void generateHelloMethod(DexMaker dexMaker, TypeId<?> declaringType) { 65 // Identify the 'hello()' method on declaringType. 66 MethodId hello = declaringType.getMethod(TypeId.VOID, "hello");
|
/dalvik/dx/src/com/android/dx/command/findusages/ |
FindUsages.java | 152 * declaringType}. 154 private Set<Integer> getFieldIds(Dex dex, Set<Integer> memberNameIndexes, int declaringType) { 159 && declaringType == fieldId.getDeclaringClassIndex()) { 169 * declaringType} and its subtypes. 171 private Set<Integer> getMethodIds(Dex dex, Set<Integer> memberNameIndexes, int declaringType) { 172 Set<Integer> subtypes = findAssignableTypes(dex, declaringType);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
BaseProjectHelper.java | 274 IType declaringType = type; 276 IType tmpType = declaringType.getDeclaringType(); 279 flags = declaringType.getFlags(); 282 declaringType.getFullyQualifiedName()); 295 declaringType = tmpType; 296 } while (declaringType != null);
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/ |
SmaliPositionManager.java | 63 public SourcePosition getSourcePosition(String declaringType, String methodName, String methodSignature, 65 Collection<SmaliClass> classes = SmaliClassNameIndex.INSTANCE.get(declaringType, 89 return getSourcePosition(location.declaringType().name(), location.method().name(),
|
/prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-annotations/4.5/ |
antlr4-annotations-4.5.jar | |
/prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-annotations/4.5/ |
antlr4-annotations-4.5.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfo.java | 643 IType declaringType = method.getDeclaringType(); 644 String fqcn = declaringType.getFullyQualifiedName(); 646 if ((declaringType.getSuperclassName() != null && 647 declaringType.getSuperclassName().endsWith("Activity")) //$NON-NLS-1$ 775 IType declaringType = method.getDeclaringType(); 776 String fqcn = declaringType.getFullyQualifiedName(); [all...] |
/prebuilts/tools/common/fest/ |
fest-reflect-1.2.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResourceParticipant.java | 178 IType declaringType = field.getDeclaringType(); 179 if (declaringType != null) { 180 if (R_CLASS.equals(declaringType.getParent().getElementName())) { 181 String typeName = declaringType.getElementName();
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/ |
sisu-guice-3.1.3-no_aop.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/ |
sisu-guice-3.1.0-no_aop.jar | |
sisu-guice-3.1.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/ |
jdi.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/ |
sisu-guice-2.1.7-noaop.jar | |
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/ |
sisu-guice-2.1.7-noaop.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/external/guice/extensions/struts2/lib/ |
core-3.1.1.jar | |
/prebuilts/devtools/tools/lib/ |
ecj-4.4.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/ |
ecj-4.4.jar | |