/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
D | MethodIdItem.java | 37 private TypeIdItem classType; field in MethodIdItem 56 …private MethodIdItem(DexFile dexFile, TypeIdItem classType, ProtoIdItem methodPrototype, StringIdI… in MethodIdItem() argument 58 this.classType = classType; in MethodIdItem() 73 public static MethodIdItem internMethodIdItem(DexFile dexFile, TypeIdItem classType, in internMethodIdItem() argument 75 … MethodIdItem methodIdItem = new MethodIdItem(dexFile, classType, methodPrototype, methodName); in internMethodIdItem() 89 public static MethodIdItem lookupMethodIdItem(DexFile dexFile, TypeIdItem classType, in lookupMethodIdItem() argument 91 … MethodIdItem methodIdItem = new MethodIdItem(dexFile, classType, methodPrototype, methodName); in lookupMethodIdItem() 97 classType = dexFile.TypeIdsSection.getItemByIndex(in.readShort()); in readItem() 110 out.annotate(2, "class_type: " + classType.getTypeDescriptor()); in writeItem() 115 int classIndex = classType.getIndex(); in writeItem() [all …]
|
D | FieldIdItem.java | 37 private TypeIdItem classType; field in FieldIdItem 56 …private FieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, StringIdItem fiel… in FieldIdItem() argument 59 assert classType.dexFile == dexFile; in FieldIdItem() 63 this.classType = classType; in FieldIdItem() 78 …public static FieldIdItem internFieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fiel… in internFieldIdItem() argument 80 FieldIdItem fieldIdItem = new FieldIdItem(dexFile, classType, fieldType, fieldName); in internFieldIdItem() 94 …public static FieldIdItem lookupFieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fiel… in lookupFieldIdItem() argument 96 FieldIdItem fieldIdItem = new FieldIdItem(dexFile, classType, fieldType, fieldName); in lookupFieldIdItem() 102 classType = dexFile.TypeIdsSection.getItemByIndex(in.readShort()); in readItem() 115 out.annotate(2, "class_type: " + classType.getTypeDescriptor()); in writeItem() [all …]
|
D | ClassDefItem.java | 43 private TypeIdItem classType; field in ClassDefItem 76 …private ClassDefItem(DexFile dexFile, TypeIdItem classType, int accessFlags, @Nullable TypeIdItem … in ClassDefItem() argument 81 assert classType != null; in ClassDefItem() 82 this.classType = classType; in ClassDefItem() 110 …public static ClassDefItem internClassDefItem(DexFile dexFile, TypeIdItem classType, int accessFla… in internClassDefItem() argument 122 …ClassDefItem classDefItem = new ClassDefItem(dexFile, classType, accessFlags, superType, implement… in internClassDefItem() 129 classType = dexFile.TypeIdsSection.getItemByIndex(in.readInt()); in readItem() 150 out.annotate(4, "class_type: " + classType.getTypeDescriptor()); in writeItem() 163 out.writeInt(classType.getIndex()); in writeItem() 180 return "class_def_item: " + classType.getTypeDescriptor(); in getConciseIdentity() [all …]
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
D | ClassPath.java | 226 if (!unloadedClasses.containsKey(unresolvedClassInfo.classType)) { in loadDexFile() 227 unloadedClasses.put(unresolvedClassInfo.classType, unresolvedClassInfo); in loadDexFile() 242 private static ClassDef loadClassDef(String classType) { in loadClassDef() argument 245 UnresolvedClassInfo classInfo = theClassPath.unloadedClasses.get(classType); in loadClassDef() 252 theClassPath.classDefs.put(classDef.classType, classDef); in loadClassDef() 255 classInfo.classType, classInfo.dexFilePath)); in loadClassDef() 257 theClassPath.unloadedClasses.remove(classType); in loadClassDef() 263 public static ClassDef getClassDef(String classType, boolean createUnresolvedClassDef) { in getClassDef() argument 264 ClassDef classDef = theClassPath.classDefs.get(classType); in getClassDef() 267 if (classType.charAt(0) == '[') { in getClassDef() [all …]
|
D | DeodexUtil.java | 283 public final String classType; field in DeodexUtil.InlineMethod 290 InlineMethod(int methodType, String classType, String methodName, String parameters, in InlineMethod() argument 293 this.classType = classType; in InlineMethod() 307 ClassPath.ClassDef classDef = ClassPath.getClassDef(classType); in loadMethod() 314 return String.format("%s->%s(%s)%s", classType, methodName, parameters, returnType); in getMethodString()
|
D | RegisterType.java | 305 public static RegisterType getUnitializedReference(ClassDef classType) { in getUnitializedReference() argument 310 return new RegisterType(Category.UninitRef, classType); in getUnitializedReference() 313 public static RegisterType getRegisterType(Category category, ClassDef classType) { in getRegisterType() argument 314 RegisterType newRegisterType = new RegisterType(category, classType); in getRegisterType()
|
D | MethodAnalyzer.java | 1933 …RegisterType classType = RegisterType.getRegisterType(RegisterType.Category.Reference, classClassD… in analyzeConstClass() local 1935 setDestinationRegisterTypeAndPropagateChanges(analyzedInstruction, classType); in analyzeConstClass() 1941 …RegisterType classType = RegisterType.getRegisterType(RegisterType.Category.Reference, classClassD… in verifyConstClass() local 2060 RegisterType classType = RegisterType.getRegisterTypeForTypeIdItem((TypeIdItem)item); in analyzeNewInstance() local 2063 RegisterType.getUnitializedReference(classType.type)); in analyzeNewInstance() 2097 RegisterType classType = RegisterType.getRegisterTypeForTypeIdItem((TypeIdItem)item); in verifyNewInstance() local 2098 if (classType.category != RegisterType.Category.Reference) { in verifyNewInstance() 2100 classType.toString())); in verifyNewInstance()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSValue.cpp | 74 …TextCloneCSSValue> create(ClassType classType, const String& text) { return adoptRef(new TextClone… in create() argument 79 TextCloneCSSValue(ClassType classType, const String& text) in TextCloneCSSValue() argument 80 : CSSValue(classType, /*isCSSOMSafe*/ true) in TextCloneCSSValue() 118 else if (classType() == FontFaceSrcClass) in addSubresourceStyleURLs() 120 else if (classType() == ReflectClass) in addSubresourceStyleURLs() 131 if (classType() == FontFaceSrcClass) in hasFailedOrCanceledSubresources() 133 if (classType() == ImageClass) in hasFailedOrCanceledSubresources() 135 if (classType() == CrossfadeClass) in hasFailedOrCanceledSubresources() 137 if (classType() == ImageSetClass) in hasFailedOrCanceledSubresources() 247 switch (classType()) { in cssText() [all …]
|
D | CSSImageGeneratorValue.cpp | 36 CSSImageGeneratorValue::CSSImageGeneratorValue(ClassType classType) in CSSImageGeneratorValue() argument 37 : CSSValue(classType) in CSSImageGeneratorValue() 111 switch (classType()) { in image() 128 switch (classType()) { in isFixedSize() 145 switch (classType()) { in fixedSize() 162 switch (classType()) { in isPending() 179 switch (classType()) { in knownToBeOpaque() 196 switch (classType()) { in loadSubimages()
|
D | CSSGradientValue.h | 92 CSSGradientValue(ClassType classType, CSSGradientRepeat repeat, CSSGradientType gradientType) in CSSGradientValue() argument 93 : CSSImageGeneratorValue(classType) in CSSGradientValue() 100 … CSSGradientValue(const CSSGradientValue& other, ClassType classType, CSSGradientType gradientType) in CSSGradientValue() argument 101 : CSSImageGeneratorValue(classType) in CSSGradientValue()
|
D | CSSValueList.cpp | 29 CSSValueList::CSSValueList(ClassType classType, ValueListSeparator listSeparator) in CSSValueList() argument 30 : CSSValue(classType) in CSSValueList() 189 : CSSValue(cloneFrom.classType(), /* isCSSOMSafe */ true) in CSSValueList()
|
D | CSSValue.h | 188 ClassType classType() const { return static_cast<ClassType>(m_classType); } in classType() function 190 explicit CSSValue(ClassType classType, bool isCSSOMSafe = false) 197 , m_classType(classType) in m_isCSSOMSafe()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGColor.cpp | 37 SVGColor::SVGColor(ClassType classType, const SVGColorType& colorType) in SVGColor() argument 38 : CSSValue(classType) in SVGColor() 93 SVGColor::SVGColor(ClassType classType, const SVGColor& cloneFrom) in SVGColor() argument 94 : CSSValue(classType, /*isCSSOMSafe*/ true) in SVGColor()
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
D | GenericMetadataSupport.java | 68 protected void registerTypeVariablesOn(Type classType) { in registerTypeVariablesOn() argument 69 if (!(classType instanceof ParameterizedType)) { in registerTypeVariablesOn() 72 ParameterizedType parameterizedType = (ParameterizedType) classType; in registerTypeVariablesOn()
|
/external/smali/smali/src/main/antlr3/ |
D | smaliTreeWalker.g | 55 public TypeIdItem classType; 145 classDefItem = ClassDefItem.internClassDefItem(dexFile, $header.classType, $header.accessFlags, 157 header returns[TypeIdItem classType, int accessFlags, TypeIdItem superType, TypeListItem implements… 160 classType = $class_spec.type; 161 $classType = classType; 292 …FieldIdItem fieldIdItem = FieldIdItem.internFieldIdItem(dexFile, classType, fieldType, memberName); 597 $methodIdItem = MethodIdItem.internMethodIdItem(dexFile, classType, protoIdItem, methodName); 616 TypeIdItem classType = $reference_type_descriptor.type; 619 $methodIdItem = MethodIdItem.internMethodIdItem(dexFile, classType, prototype, methodName); 625 TypeIdItem classType = $reference_type_descriptor.type; [all …]
|
/external/doclava/src/com/google/doclava/ |
D | InfoBuilder.java | 555 String commentText, SourcePositionInfo position, ClassType classType) { in buildClassName() argument 567 switch (classType) { in buildClassName()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GameObjectFactory.java | 208 public ComponentClass(Class<?> classType, int size) { in GameObjectFactory() argument 209 type = classType; in GameObjectFactory()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 14019 http://pmb.co.za/business/classifieds.asp?classType=classifieds 64431 http://www.pietermaritzburg.co.za/business/classifieds.asp?page=4&classType=classifieds
|