Searched refs:classes (Results 1 – 19 of 19) sorted by relevance
46 mkdir classes47 ${JAVAC} -d classes `find src -name '*.java'`49 dx -JXmx1024m --dex --no-optimize --multi-dex --output=out classes
3 classes.dex
1 classes.dex
20 mkdir classes21 ${JAVAC} -d classes `find testdata -name '*.java'`24 dx -JXmx1024m --dex --no-optimize --multi-dex --main-dex-list=main.list --output=out classes
20 mkdir classes21 ${JAVAC} -d classes `find testdata -name '*.java'`24 …m --dex --no-optimize --multi-dex --main-dex-list=main.list --minimal-main-dex --output=out classes
1 Instruct dx to build 2 dex files with specified classes in each dex file. Then run a test on2 dalvikvm loading the 2 dex files and checking the classes they contain.
57 Map<String, Set<ClassObj>> someClasses = Queries.classes(state, x); in testClassesQuery()62 Set<ClassObj> classes = someClasses.get(thePackage); in testClassesQuery() local64 for (ClassObj theClass: classes) { in testClassesQuery()76 Set<ClassObj> classes = allClasses.get(thePackage); in testAllClassesQuery() local78 for (ClassObj theClass: classes) { in testAllClassesQuery()
67 return classes(state, null); in allClasses()70 public static Map<String, Set<ClassObj>> classes(State state, in classes() method in Queries75 Set<ClassObj> classes = new TreeSet<ClassObj>(); in classes() local79 classes.addAll(heap.mClassesById.values()); in classes()85 Iterator<ClassObj> iter = classes.iterator(); in classes()101 for (ClassObj theClass: classes) { in classes()
2 creating dex classes in runtime which is needed e.g. for class mocking.3 This solution is based on the dx tool and uses its classes extensively.
99 static void printClassRefs(ClassRef[] classes, boolean justClasses) { in printClassRefs() argument104 for (int i = 0; i < classes.length; i++) { in printClassRefs()105 ClassRef ref = classes[i]; in printClassRefs()114 static void printFieldRefs(ClassRef[] classes) { in printFieldRefs() argument116 for (int i = 0; i < classes.length; i++) { in printFieldRefs()117 FieldRef[] fields = classes[i].getFieldArray(); in printFieldRefs()131 static void printMethodRefs(ClassRef[] classes) { in printMethodRefs() argument133 for (int i = 0; i < classes.length; i++) { in printMethodRefs()134 MethodRef[] methods = classes[i].getMethodArray(); in printMethodRefs()
15 "classes.dex" entry.29 --just-classes31 Indicates that output should only include a list of classes, as
23 # We need to keep all annotation classes because proguard does not trace annotation attribute24 # it just filter the annotation attributes according to annotation classes it already kept.
2 converstion of old-style anonymous inner classes (whose representation
1 This tests that attempts to define core classes fail and that
4 an attempt to combine two classes into a .dex file succeeds.
1 This is a dump of two simple classes which are valid in structure but
230 ClassEntry *classes; member1818 traceData->classes = NULL; in createClassList()1823 traceData->classes = (ClassEntry *) malloc(sizeof(ClassEntry) * traceData->numClasses); in createClassList()1826 memset(traceData->classes, 0, sizeof(ClassEntry) * traceData->numClasses); in createClassList()1827 ClassEntry *pClass = traceData->classes; in createClassList()1854 pClass = traceData->classes; in createClassList()1928 ClassEntry *pClass = traceData->classes; in printClassProfiles()1950 pClasses[ii] = &traceData->classes[ii]; in printClassProfiles()