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

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DDexMaker.java201 private final Map<TypeId<?>, TypeDeclaration> types = new LinkedHashMap<>();
210 private TypeDeclaration getTypeDeclaration(TypeId<?> type) {
211 TypeDeclaration result = types.get(type);
213 result = new TypeDeclaration(type);
227 TypeDeclaration declaration = getTypeDeclaration(type);
255 TypeDeclaration typeDeclaration = getTypeDeclaration(method.declaringType);
293 TypeDeclaration typeDeclaration = getTypeDeclaration(fieldId.declaringType);
321 for (TypeDeclaration typeDeclaration : types.values()) {
344 TypeDeclaration decl = getTypeDeclaration(typeId);
459 private static class TypeDeclaration { class in class:DexMaker
472 TypeDeclaration(TypeId<?> type) { method in class:DexMaker.TypeDeclaration
[all...]
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 102 milliseconds