Searched refs:classType (Results 26 - 50 of 59) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGTransform.cpp32 : SVGPropertyBase(classType())
39 : SVGPropertyBase(classType())
48 : SVGPropertyBase(classType())
56 : SVGPropertyBase(classType())
H A DSVGTransformList.h70 static AnimatedPropertyType classType() { return AnimatedTransformList; } function in class:blink::FINAL
H A DSVGPathSegList.h143 static AnimatedPropertyType classType() { return AnimatedPath; } function in class:blink::SVGPathSegList
173 ASSERT(base->type() == SVGPathSegList::classType());
H A DSVGEnumeration.cpp45 ASSERT(base->type() == SVGEnumerationBase::classType());
H A DSVGTransform.h101 static AnimatedPropertyType classType() { return AnimatedTransform; } function in class:blink::SVGTransform
H A DSVGIntegerOptionalInteger.cpp40 : SVGPropertyBase(classType())
H A DSVGNumberOptionalNumber.cpp40 : SVGPropertyBase(classType())
H A DSVGNumberList.cpp34 ASSERT(base->type() == SVGNumberList::classType());
H A DSVGPointList.cpp35 ASSERT(base->type() == SVGPointList::classType());
H A DSVGLength.cpp118 : SVGPropertyBase(classType())
126 : SVGPropertyBase(classType())
H A DSVGLengthList.cpp34 ASSERT(base->type() == SVGLengthList::classType());
H A DSVGTransformList.cpp41 ASSERT(base->type() == SVGTransformList::classType());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
H A DClassDefItem.java112 private void addClassDataIdentity(int classDataOffset, String classType) {
114 classDataAnnotator.setItemIdentity(classDataOffset, classType);
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGPropertyTearOff.h130 return Property::classType();
H A DSVGAnimatedProperty.h151 ASSERT(value->type() == Property::classType());
164 : SVGAnimatedPropertyBase(Property::classType(), contextElement, attributeName)
H A DSVGListPropertyHelper.h177 ASSERT(base->type() == Derived::classType());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValue.h182 ClassType classType() const { return static_cast<ClassType>(m_classType); } function in class:blink::CSSValue
184 explicit CSSValue(ClassType classType, bool isCSSOMSafe = false) argument
191 , m_classType(classType)
/external/mockito/src/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java68 protected void registerTypeVariablesOn(Type classType) { argument
69 if (!(classType instanceof ParameterizedType)) {
72 ParameterizedType parameterizedType = (ParameterizedType) classType;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DClassEmitter.java63 final Type classType = Type.getType("L" + className.replace('.', '/') + ";");
66 return classType;
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g77 public String classType;
162 $classDef = dexBuilder.internClassDef($header.classType, $header.accessFlags, $header.superType,
173 header returns[String classType, int accessFlags, String superType, List<String> implementsList, String sourceSpec]
176 classType = $class_spec.type;
177 $classType = classType;
262 $field = dexBuilder.internField(classType, $SIMPLE_NAME.text, $nonvoid_type_descriptor.type, $access_list.value,
458 classType,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DClassProto.java660 private String getPackage(@Nonnull String classType) {
661 int lastSlash = classType.lastIndexOf('/');
665 return classType.substring(1, lastSlash);
H A DMethodAnalyzer.java1099 RegisterType classType = RegisterType.getRegisterType(RegisterType.REFERENCE, classClass);
1100 setDestinationRegisterTypeAndPropagateChanges(analyzedInstruction, classType);
1133 RegisterType classType = RegisterType.getRegisterType(classPath, typeReference);
1136 RegisterType.getRegisterType(RegisterType.UNINIT_REF, classType.type));
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliTreeWalker.java343 public String classType; field in class:smaliTreeWalker
462 classDef = dexBuilder.internClassDef((header1!=null?((smaliTreeWalker.header_return)header1).classType:null), (header1!=null?((smaliTreeWalker.header_return)header1).accessFlags:0), (header1!=null?((smaliTreeWalker.header_return)header1).superType:null),
486 public String classType; field in class:smaliTreeWalker.header_return
495 // /usr/local/google/home/bgruv/android/aosp-master/external/smali/smali/src/main/antlr3/smaliTreeWalker.g:173:1: header returns [String classType, int accessFlags, String superType, List<String> implementsList, String sourceSpec] : class_spec ( super_spec )? implements_list source_spec ;
541 classType = (class_spec5!=null?((smaliTreeWalker.class_spec_return)class_spec5).type:null);
542 retval.classType = classType;
1056 field = dexBuilder.internField(classType, (SIMPLE_NAME20!=null?SIMPLE_NAME20.getText():null), (nonvoid_type_descriptor21!=null?((smaliTreeWalker.nonvoid_type_descriptor_return)nonvoid_type_descriptor21).type:null), access_list18,
2265 classType,
/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 ...

Completed in 427 milliseconds

123