Searched defs:classType (Results 1 - 10 of 10) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DDeodexUtil.java251 public final String classType; field in class:DeodexUtil.InlineMethod
258 InlineMethod(int methodType, String classType, String methodName, String parameters, argument
261 this.classType = classType;
275 ClassPath.ClassDef classDef = ClassPath.getClassDef(classType);
281 return String.format("%s->%s(%s)%s", classType, methodName, parameters, returnType);
H A DRegisterType.java301 public static RegisterType getUnitializedReference(ClassDef classType) { argument
306 return new RegisterType(Category.UninitRef, classType);
309 public static RegisterType getRegisterType(Category category, ClassDef classType) { argument
310 RegisterType newRegisterType = new RegisterType(category, classType);
H A DClassPath.java160 for (String classType: tempClasses.keySet()) {
163 classDef = ClassPath.loadClassDef(classType);
167 errorHandler.ClassPathError(classType, ex);
170 String.format("Error while loading ClassPath class %s", classType));
174 if (classType.equals("Ljava/lang/Object;")) {
246 tempClasses.put(tempClassInfo.classType, tempClassInfo);
260 public static ClassDef getClassDef(String classType) { argument
261 return getClassDef(classType, true);
267 * @param classType the class to load
270 private static ClassDef loadClassDef(String classType) { argument
290 getClassDef(String classType, boolean createUnresolvedClassDef) argument
308 getClassDef(TypeIdItem classType) argument
312 getClassDef(TypeIdItem classType, boolean creatUnresolvedClassDef) argument
324 createUnresolvedClassDef(String classType) argument
582 private final String classType; field in class:ClassPath.ClassDef
621 ClassDef(String classType, int classFlavor) argument
1140 public final String classType; field in class:ClassPath.TempClassInfo
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DFieldIdItem.java37 private TypeIdItem classType; field in class:FieldIdItem
52 * @param classType the class that the field is a member of
56 private FieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, StringIdItem fieldName) { argument
59 assert classType.dexFile == dexFile;
63 this.classType = classType;
72 * @param classType the class that the field is a member of
78 public static FieldIdItem internFieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, argument
80 FieldIdItem fieldIdItem = new FieldIdItem(dexFile, classType, fieldType, fieldName);
88 * @param classType th
94 lookupFieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, StringIdItem fieldName) argument
[all...]
H A DMethodIdItem.java37 private TypeIdItem classType; field in class:MethodIdItem
52 * @param classType the class that the method is a member of
56 private MethodIdItem(DexFile dexFile, TypeIdItem classType, ProtoIdItem methodPrototype, StringIdItem methodName) { argument
58 this.classType = classType;
67 * @param classType the class that the method is a member of
73 public static MethodIdItem internMethodIdItem(DexFile dexFile, TypeIdItem classType, argument
75 MethodIdItem methodIdItem = new MethodIdItem(dexFile, classType, methodPrototype, methodName);
83 * @param classType the class that the method is a member of
89 public static MethodIdItem lookupMethodIdItem(DexFile dexFile, TypeIdItem classType, argument
[all...]
H A DClassDefItem.java44 private TypeIdItem classType; field in class:ClassDefItem
64 * @param classType The type of this class
77 private ClassDefItem(DexFile dexFile, TypeIdItem classType, int accessFlags, TypeIdItem superType, argument
82 assert classType != null;
83 this.classType = classType;
104 * @param classType The type of this class
118 public static ClassDefItem internClassDefItem(DexFile dexFile, TypeIdItem classType, int accessFlags, argument
129 ClassDefItem classDefItem = new ClassDefItem(dexFile, classType, accessFlags, superType, implementedInterfaces,
138 * @param classType Th
152 lookupClassDefItem(DexFile dexFile, TypeIdItem classType, int accessFlags, TypeIdItem superType, TypeListItem implementedInterfaces, StringIdItem sourceFile, AnnotationDirectoryItem annotations, ClassDataItem classData, List<StaticFieldInitializer> staticFieldInitializers) argument
[all...]
/external/doclava/src/com/google/doclava/
H A DInfoBuilder.java551 * @param classType Type of class being instantiated.
555 String commentText, SourcePositionInfo position, ClassType classType) {
567 switch (classType) {
554 buildClassName(ParseTree tree, ClassInfo containingClass, Modifiers modifiers, String commentText, SourcePositionInfo position, ClassType classType) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 166 milliseconds