HomeSort by relevance Sort by last modified time
    Searched refs:classes (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /dalvik/tests/003-omnibus-opcodes/
build 20 mkdir classes
21 ${JAVAC} -d classes `find src -name '*.java'`
22 rm classes/UnresClass.class
23 ${JAVAC} -d classes `find src2 -name '*.java'`
25 dx -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
26 zip test.jar classes.dex
  /dalvik/tests/etc/
default-build 20 mkdir classes
21 ${JAVAC} -d classes `find src -name '*.java'`
24 ${JAVAC} -d classes `find src2 -name '*.java'`
27 dx -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex \
28 --dump-width=1000 classes
29 zip test.jar classes.dex
32 mkdir classes-ex
33 ${JAVAC} -d classes-ex -cp classes `find src-ex -name '*.java'
    [all...]
reference-run-test-classes 3 # Run the code in a classes directory on a host-local reference virtual
60 ${JAVA} ${DEBUG_OPTS} -ea ${VERIFY_ARG} -classpath classes Main "$@"
  /dalvik/tests/023-many-interfaces/
build 24 mkdir classes
25 ${JAVAC} -d classes src/*.java
27 dx --debug --dex --dump-to=classes.lst --output=classes.dex classes
28 zip test.jar classes.dex
  /dalvik/tests/056-const-string-jumbo/
build 42 mkdir classes
43 ${JAVAC} -d classes src/*.java
46 --dump-to=classes.lst --output=classes.dex classes
47 zip test.jar classes.dex
  /dalvik/tests/084-old-style-inner-class/
build 22 mkdir classes
23 ${JAVAC} -source 1.4 -target 1.4 -d classes `find src -name '*.java'`
26 dx --debug --dex --dump-to=classes.lst --output=classes.dex \
27 --dump-width=1000 classes 2>/dev/null
29 zip test.jar classes.dex
  /external/proguard/src/proguard/classfile/attribute/
InnerClassesAttribute.java 27 * This Attribute represents an inner classes attribute.
34 public InnerClassesInfo[] classes; field in class:InnerClassesAttribute
50 InnerClassesInfo[] classes)
55 this.classes = classes;
69 * Applies the given visitor to all inner classes.
77 innerClassesInfoVisitor.visitInnerClassesInfo(clazz, classes[index]);
  /external/proguard/src/proguard/classfile/
ClassPool.java 29 * This is a set of representations of classes. They can be enumerated or
36 private final Map classes = new HashMap(); field in class:ClassPool
44 classes.clear();
53 classes.put(clazz.getName(), clazz);
62 classes.remove(clazz.getName());
73 return (Clazz)classes.get(ClassUtil.internalClassNameFromClassType(className));
82 return classes.keySet().iterator();
87 * Returns the number of classes in the class pool.
91 return classes.size();
105 * Applies the given ClassVisitor to all classes in the class pool
    [all...]
  /cts/tools/signature-tools/src/signature/model/impl/
SigPackage.java 32 private Set<IClassDefinition> classes = Uninitialized.unset(); field in class:SigPackage
47 return classes;
50 public void setClasses(Set<IClassDefinition> classes) {
51 this.classes = classes;
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
InnerClassesAttribute_info.java 106 final List/* InnerClass_info */ classes = m_classes; local
109 final int class_count = classes.size (); // use size() if class becomes non-final
113 _clone.m_classes.add (((InnerClass_info) classes.get (e)).clone ());
125 final List/* InnerClass_info */ classes = m_classes; local
127 final int class_count = classes.size (); // use size() if class becomes non-final
132 ((InnerClass_info) classes.get (l)).writeInClassFormat (out);
148 final List/* InnerClass_info */ classes = new ArrayList (class_count); local
152 classes.add (new InnerClass_info (bytes));
155 m_classes = classes;
  /external/libffi/src/x86/
ffi64.c 49 /* All reference to register classes here is identical to the code in
53 These represent classes as documented by the PS ABI, with the exception
54 of SSESF, SSEDF classes, that are basically SSE class, just gcc will
88 /* Rule #1: If both classes are equal, this is the resulting class. */
92 /* Rule #2: If one of the classes is NO_CLASS, the resulting class is
99 /* Rule #3: If one of the classes is MEMORY, the result is MEMORY. */
103 /* Rule #4: If one of the classes is INTEGER, the result is INTEGER. */
111 /* Rule #5: If one of the classes is X87, X87UP, or COMPLEX_X87 class,
126 CLASSES will be filled by the register class used to pass each word
129 sized containers, classes[0] will be NO_CLASS and 1 is returned
279 enum x86_64_reg_class classes[MAX_CLASSES]; local
346 enum x86_64_reg_class classes[MAX_CLASSES]; local
484 enum x86_64_reg_class classes[MAX_CLASSES]; local
511 enum x86_64_reg_class classes[MAX_CLASSES]; local
    [all...]
  /development/tools/mkstubs/src/com/android/mkstubs/
AsmAnalyzer.java 31 * Analyzes an input Jar to get all the relevant classes according to the given filter.
39 * Parses a JAR file and returns a list of all classes founds using a map
43 TreeMap<String, ClassReader> classes = new TreeMap<String, ClassReader>(); local
53 classes.put(className, cr);
57 return classes;
73 * Filters the set of classes. Removes all classes that should not be included in the
76 * @param classes The in-out map of classes to examine and filter. The map is filtered
78 * @param filter A filter describing which classes to include and which ones to exclude
    [all...]
Main.java 49 /** Returns the name of the input jar, where to read classes from. */
54 /** Returns the name of the output jar, where to write classes to. */
184 System.out.println("Usage: mkstub input.jar output.jar [excluded-class @excluded-classes-file ...]");
188 "+com.package.Class[$Inner] or ...Class*: whole classes with optional glob\n" +
193 "-com.package.Class[$Inner] or ...Class*: whole classes with optional glob\n" +
202 * <li> Read the input Jar to get all its classes.
203 * <li> Filter out all classes that should not be included or that should be excluded.
204 * <li> Goes thru the classes, filters methods/fields and generate their source
206 * <li> Does the same filtering on the classes but this time generates the real stubbed
212 Map<String, ClassReader> classes = aa.parseInputJar(p.getInputJarPath()) local
    [all...]
  /external/freetype/src/base/
ftinit.c 97 /* count all module classes */
107 /* destroy all module classes */
110 if ( classes[i] ) { FT_Destroy_Class_##x(library, classes[i]); } \
116 FT_Module_Class** classes; local
125 classes = pic_container->default_module_classes;
130 FT_FREE( classes );
134 /* initialize all module classes and the pointer table */
139 classes[i++] = clazz;
146 FT_Module_Class** classes; local
    [all...]
  /build/core/
host_java_library.mk 30 full_classes_jar := $(intermediates.COMMON)/classes.jar
31 built_dex := $(intermediates.COMMON)/classes.dex
44 PRIVATE_CLASS_INTERMEDIATES_DIR := $(intermediates.COMMON)/classes
57 $(transform-classes.jar-to-dex)
  /dalvik/vm/native/
dalvik_system_VMStack.c 76 * Create an array of classes for the methods on the stack, skipping the
133 * Create an array object to hold the classes.
137 ArrayObject* classes = NULL; local
143 classes = dvmAllocArray(classArrayClass, size, kObjectArrayRefWidth,
145 if (classes == NULL) {
158 dvmSetObjectArrayElement(classes, objCount,
162 assert(objCount == classes->length);
166 dvmReleaseTrackedAlloc((Object*) classes, NULL);
167 RETURN_PTR(classes);
  /cts/tools/dex-tools/src/dex/reader/
DexFileImpl.java 40 private List<DexClass> classes = null; field in class:DexFileImpl
60 if (classes == null) {
61 classes = new ArrayList<DexClass>(classDefItems.length);
63 classes.add(new DexClassImpl(buffer.createCopy(),
68 return classes;
  /dalvik/hit/src/com/android/hit/
Main.java 57 Map<String, Set<ClassObj>> someClasses = Queries.classes(state, x);
62 Set<ClassObj> classes = someClasses.get(thePackage); local
64 for (ClassObj theClass: classes) {
76 Set<ClassObj> classes = allClasses.get(thePackage); local
78 for (ClassObj theClass: classes) {
Queries.java 35 * allClasses classes
62 * Produce a collection of all classes, broken down by package.
64 * The values of the map are the classes defined in each package.
67 return classes(state, null);
70 public static Map<String, Set<ClassObj>> classes(State state, method in class:Queries
75 Set<ClassObj> classes = new TreeSet<ClassObj>(); local
77 // Build a set of all classes across all heaps
79 classes.addAll(heap.mClassesById.values());
85 Iterator<ClassObj> iter = classes.iterator();
100 // Now that we have a final list of classes, group them by packag
    [all...]
  /build/tools/droiddoc/test/stubs/
func.sh 46 -classpath out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
47 -sourcepath $SRC_DIR:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/ext_intermediates/classes.jar:out/target/common/obj/JAVA_LIBRARIES/framework_intermediates/classes.jar \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
WidgetClassLoader.java 42 * are the fully qualified name of the classes.
133 /** Output map of FQCN => descriptor on all classes */
135 /** Output map of FQCN => descriptor on View classes */
137 /** Output map of FQCN => descriptor on ViewGroup classes */
139 /** Output map of FQCN => descriptor on LayoutParams classes */
169 String[] classes = null; local
173 classes = line.substring(1).split(" ");
174 clazz = processClass(classes, 0, null /* map */);
177 mWidgetMap.put(classes[0], clazz);
181 classes = line.substring(1).split(" ")
    [all...]
  /prebuilt/sdk/
Android.mk 24 $$(_cpsttrp_sdk_intermediates)/classes.jar : $$(_cpsttrp_src_jar) | $(ACP)
27 $$(_cpsttrp_sdk_intermediates)/javalib.jar : $$(_cpsttrp_sdk_intermediates)/classes.jar | $(ACP)
  /system/core/toolbox/
ionice.c 8 static char *classes[] = {"none", "rt", "be", "idle", NULL}; variable
31 fprintf(stdout, "Pid %d, class %s (%d), prio %d\n", pid, classes[clazz], clazz, ioprio);
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
ContentHandlerTest.java 35 Class[] classes = { Foo.class, String.class, }; local
38 Object content = handler.getContent(conn, classes);
42 content = handler.getContent(conn, classes);
  /libcore/luni/src/main/java/java/lang/
SecurityManager.java 294 * java.lang.reflect.Member.PUBLIC}) and to classes loaded by the same
389 * Checks whether the calling thread is allowed to define new classes in the
395 * if the calling thread is not allowed to add classes to
675 * @return all classes in the execution stack.
707 Class<?>[] classes = Class.getStackClasses(-1, true); local
708 for (int i = 0; i < classes.length; i++) {
709 ClassLoader cl = classes[i].getClassLoaderImpl();
742 Class<?>[] classes = Class.getStackClasses(-1, true); local
743 for (int i = 0; i < classes.length; i++) {
744 ClassLoader cl = classes[i].getClassLoaderImpl()
776 Class<?>[] classes = Class.getStackClasses(-1, true); local
799 Class<?>[] classes = Class.getStackClasses(-1, false); local
    [all...]

Completed in 763 milliseconds

1 2 3 4 5 6 7