HomeSort by relevance Sort by last modified time
    Searched full:classtype (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
MethodIdItem.java 37 private TypeIdItem classType;
52 * @param classType the class that the method is a member of
56 private MethodIdItem(DexFile dexFile, TypeIdItem classType, ProtoIdItem methodPrototype, StringIdItem methodName) {
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,
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,
    [all...]
FieldIdItem.java 37 private TypeIdItem classType;
52 * @param classType the class that the field is a member of
56 private FieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, StringIdItem fieldName) {
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,
80 FieldIdItem fieldIdItem = new FieldIdItem(dexFile, classType, fieldType, fieldName);
88 * @param classType the class that the field is a member o
    [all...]
ClassDefItem.java 44 private TypeIdItem classType;
64 * @param classType The type of this class
77 private ClassDefItem(DexFile dexFile, TypeIdItem classType, int accessFlags, TypeIdItem superType,
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,
129 ClassDefItem classDefItem = new ClassDefItem(dexFile, classType, accessFlags, superType, implementedInterfaces,
138 * @param classType The type of the clas
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
ClassPath.java 160 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) {
261 return getClassDef(classType, true);
267 * @param classType the class to load
270 private static ClassDef loadClassDef(String classType) {
    [all...]
DeodexUtil.java 251 public final String classType;
258 InlineMethod(int methodType, String classType, String methodName, String parameters,
261 this.classType = classType;
275 ClassPath.ClassDef classDef = ClassPath.getClassDef(classType);
281 return String.format("%s->%s(%s)%s", classType, methodName, parameters, returnType);
RegisterType.java 301 public static RegisterType getUnitializedReference(ClassDef classType) {
306 return new RegisterType(Category.UninitRef, classType);
309 public static RegisterType getRegisterType(Category category, ClassDef classType) {
310 RegisterType newRegisterType = new RegisterType(category, classType);
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
typeinfoisderivedfrom14.js 79 Check how classType is derived from itself.
110 assertEquals("name","classType",typeName);
111 isDerived = typeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","classType",1);
113 isDerived = typeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","classType",14);
115 isDerived = typeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","classType",15);
117 isDerived = typeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","classType",0);
typeinfoisderivedfrom08.js 79 Check if classType is derived from xsd:string by any method.
110 assertEquals("nameIsString","classType",typeName);
typeinfoisderivedfrom09.js 79 Check if classType is derived from xsd:anySimpleType by any method.
110 assertEquals("nameIsString","classType",typeName);
typeinfoisderivedfrom10.js 79 Check if classType is derived from anyType by any method.
110 assertEquals("nameIsString","classType",typeName);
typeinfoisderivedfrom11.js 79 Check if classType is derived from xsd:anyType by restriction.
110 assertEquals("nameIsString","classType",typeName);
typeinfoisderivedfrom12.js 79 Check classType is derived from anyType specifying derivationMethod as 0.
110 assertEquals("nameIsString","classType",typeName);
typeinfoisderivedfrom13.js 79 Check if classType is derived from xsd:anyType by any method other than restriction.
110 assertEquals("name","classType",typeName);
hc_staff.xsd 77 <xsd:simpleType name="classType">
103 <xsd:attribute name="class" type="classType" use="optional"/>
124 <xsd:attribute name="class" type="classType" use="optional"/>
243 <xsd:attribute name="class" type="classType" use="optional"/>
typeinfoisderivedfrom64.js 108 retValue = attrTypeInfo.isDerivedFrom("http://www.w3.org/1999/xhtml","classType",1);
attrgetschematypeinfo05.js 112 assertEquals("nameIsClassType","classType",typeName);
  /external/javassist/src/main/javassist/bytecode/
SignatureAttribute.java 177 ClassType superClass;
178 ClassType[] interfaces;
179 ClassSignature(TypeParameter[] p, ClassType s, ClassType[] i) {
197 public ClassType getSuperClass() { return superClass; }
204 public ClassType[] getInterfaces() { return interfaces; }
461 public static class ClassType extends ObjectType {
465 static ClassType make(String s, int b, int e,
466 TypeArgument[] targs, ClassType parent) {
468 return new ClassType(s, b, e, targs)
    [all...]
  /frameworks/base/core/java/android/text/
SpanSet.java 31 private final Class<? extends E> classType;
40 classType = type;
46 final E[] allSpans = spanned.getSpans(start, limit, classType);
51 spans = (E[]) Array.newInstance(classType, length);
  /external/chromium/chrome/browser/extensions/
extension_metrics_module.h 35 base::Histogram::ClassType type,
extension_metrics_module.cc 72 Histogram::ClassType type,
116 Histogram::ClassType histogram_type(type == "histogram-linear" ?
  /external/clang/test/SemaCXX/
type-traits.cpp 198 typedef Derives ClassType;
204 { int arr[T(__is_class(ClassType))]; }
248 { int arr[F(__is_enum(ClassType))]; }
278 { int arr[F(__is_final(ClassType))]; }
299 { int arr[F(__is_polymorphic(ClassType))]; }
327 int t27[F(__is_integral(ClassType))];
356 int t27[F(__is_floating_point(ClassType))];
385 int t27[F(__is_arithmetic(ClassType))];
440 int t27[F(__is_void(ClassType))];
471 int t28[F(__is_array(ClassType))];
    [all...]
  /external/jdiff/src/
api.xsd 23 <xsd:element name="class" type="classType"/>
24 <xsd:element name="interface" type="classType"/>
31 <xsd:complexType name="classType">
  /external/smali/baksmali/src/main/resources/templates/templates/
baksmali.stg 3 smaliFile(AccessFlags, ClassType, SuperType, SourceFile, Interfaces, Annotations, StaticFields,
6 .class <AccessFlags: {<it> }><ClassType>
  /external/smali/smali/src/main/antlr3/org/jf/smali/
smaliTreeWalker.g 54 public TypeIdItem classType;
175 classDefItem = ClassDefItem.internClassDefItem(dexFile, $header.classType, $header.accessFlags,
185 header returns[TypeIdItem classType, int accessFlags, TypeIdItem superType, TypeListItem implementsList, StringIdItem sourceSpec]
188 classType = $class_spec.type;
189 $classType = classType;
320 FieldIdItem fieldIdItem = FieldIdItem.internFieldIdItem(dexFile, classType, fieldType, memberName);
625 $methodIdItem = MethodIdItem.internMethodIdItem(dexFile, classType, protoIdItem, methodName);
644 TypeIdItem classType = $reference_type_descriptor.type;
647 $methodIdItem = MethodIdItem.internMethodIdItem(dexFile, classType, prototype, methodName)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 86 ClassType = type(OldStyleClass)
156 isinstance(self.side_effect, (type, ClassType)) and
272 if isinstance(spec, (type, ClassType)):

Completed in 608 milliseconds

1 2 3