Searched defs:TypeDeclaration (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DDexMaker.java194 private final Map<TypeId<?>, TypeDeclaration> types
195 = new LinkedHashMap<TypeId<?>, TypeDeclaration>();
204 private TypeDeclaration getTypeDeclaration(TypeId<?> type) {
205 TypeDeclaration result = types.get(type);
207 result = new TypeDeclaration(type);
221 TypeDeclaration declaration = getTypeDeclaration(type);
249 TypeDeclaration typeDeclaration = getTypeDeclaration(method.declaringType);
287 TypeDeclaration typeDeclaration = getTypeDeclaration(fieldId.declaringType);
315 for (TypeDeclaration typeDeclaration : types.values()) {
398 private static class TypeDeclaration { class in class:DexMaker
413 TypeDeclaration(TypeId<?> type) { method in class:DexMaker.TypeDeclaration
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
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.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 59 milliseconds