Searched defs:declaringType (Results 1 - 9 of 9) sorted by relevance

/external/dexmaker/src/test/java/com/google/dexmaker/examples/
H A DHelloWorldMaker.java60 private static void generateHelloMethod(DexMaker dexMaker, TypeId<?> declaringType) { argument
65 // Identify the 'hello()' method on declaringType.
66 MethodId hello = declaringType.getMethod(TypeId.VOID, "hello");
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DFieldId.java30 final TypeId<D> declaringType; field in class:FieldId
38 FieldId(TypeId<D> declaringType, TypeId<V> type, String name) { argument
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
[all...]
H A DMethodId.java32 final TypeId<D> declaringType; field in class:MethodId
41 MethodId(TypeId<D> declaringType, TypeId<R> returnType, String name, TypeList parameters) { argument
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...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 166 milliseconds