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

1 2 3

  /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);
  /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;
  /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/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/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/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...]
  /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]);
  /dalvik/tests/003-omnibus-opcodes/src/
Classes.java 9 public class Classes {
17 System.out.println("Classes.checkCast");
19 Classes classes; local
22 classes = (Classes) thisRef;
23 assert(thisRef instanceof Classes);
24 classes = (Classes) moreRef;
25 assert(moreRef instanceof Classes);
197 Classes classes = new Classes(); local
    [all...]
  /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);
  /build/tools/droiddoc/src/
TodoFile.java 70 ClassInfo[] classes = Converter.rootClasses(); local
71 Arrays.sort(classes);
75 for (ClassInfo cl: classes) {
80 String classBase = "classes." + classIndex;
  /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...]
  /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);
  /frameworks/base/tools/layoutlib/bridge/tests/com/android/layoutlib/bridge/
TestClassReplacement.java 26 // TODO: we want to test all the classes. For now only Paint passes the tests.
27 // final String[] classes = CreateInfo.RENAMED_CLASSES;
28 final String[] classes = new String[] { local
31 final int count = classes.length;
33 loadAndCompareClasses(classes[i], classes[i+1]);
38 // load the classes
112 * Adapts a class to deal with renamed classes.
118 * This method will also ensure that all renamed classes contains all the proper inner classes
    [all...]
  /system/media/opensles/libopensles/
classes.c 17 /* Classes vs. interfaces */
389 static const ClassTable * const classes[] = { variable
431 assert(NULL != classes[0]);
432 SLuint32 objectID0 = classes[0]->mObjectID;
433 if ((objectID0 <= objectID) && ((objectID0 + sizeof(classes)/sizeof(classes[0])) > objectID)) {
434 return classes[objectID - objectID0];
  /build/core/
dex_preopt.mk 28 # $(1): the .jar or .apk to remove classes.dex
29 define dexpreopt-remove-classes.dex
30 $(hide) $(AAPT) remove $(1) classes.dex
59 $$(call dexpreopt-remove-classes.dex,$$@)
  /cts/tools/vm-tests/
Android.mk 38 $(LOCAL_BUILT_MODULE): PRIVATE_CLASS_INTERMEDIATES_DIR := $(intermediates)/classes
40 BUILD_UTIL_INTERMEDIATES_CLASSES := $(intermediates)/classes
90 $(hide) cd $(PRIVATE_INTERMEDIATES)/hostjunit_files/classes && \
102 define dex-classes
116 $(call dex-classes,$(BUILD_UTIL_INTERMEDIATES_CLASSES),dot/junit/DxUtil.class dot/junit/DxAbstractMain.class)
  /device/samsung/crespo/alsa-lib/src/mixer/
mixer_local.h 68 struct list_head classes; /* list of all elem classes */ member in struct:_snd_mixer
  /external/qemu/distrib/sdl-1.2.12/src/joystick/macos/
SDL_sysjoystick.c 68 static ISpDeviceClass classes[4] = { local
94 for ( i=0; classes[i]; ++i ) {
97 classes[i],
  /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...]
  /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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 55 Class<?>[] classes = mClass.getDeclaredClasses(); local
56 IClassDescriptor[] iclasses = new IClassDescriptor[classes.length];
57 for (int i = 0 ; i < classes.length ; i++) {
58 iclasses[i] = new ClassWrapper(classes[i]);
105 /** A cache for already defined Classes */
126 * This does not actually preload "classes", it just reads the unzipped bytes for a given
129 * All classes which package name starts with "packageFilter" will be included and can be
186 * Finds and loads all classes that derive from a given set of super classes.
188 * As a side-effect this will load and cache most, if not all, classes in the input JAR file
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 43 * to list the desired classes and their dependencies.
55 /** Keep all classes that derive from these one (these included). */
57 /** Glob patterns of classes to keep, e.g. "com.foo.*" */
66 * @param deriveFrom Keep all classes that derive from these one (these included).
67 * @param includeGlobs Glob patterns of classes to keep, e.g. "com.foo.*"
81 * Fills the generator with classes & dependencies found.
88 mLog.info("Found %d classes in input JAR%s.", zipClasses.size(),
101 * Parses a JAR file and returns a list of all classes founds using a map
105 TreeMap<String, ClassReader> classes = new TreeMap<String, ClassReader>(); local
116 classes.put(className, cr)
    [all...]

Completed in 442 milliseconds

1 2 3