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

1 2 3

  /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...]
  /external/clang/test/SemaCXX/
type-traits.cpp 182 typedef Derives ClassType;
188 { int arr[T(__is_class(ClassType))]; }
232 { int arr[F(__is_enum(ClassType))]; }
252 { int arr[F(__is_polymorphic(ClassType))]; }
280 int t27[F(__is_integral(ClassType))];
309 int t27[F(__is_floating_point(ClassType))];
338 int t27[F(__is_arithmetic(ClassType))];
393 int t27[F(__is_void(ClassType))];
424 int t28[F(__is_array(ClassType))];
463 int t28[F(__is_function(ClassType))];
    [all...]
  /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" ?
extension_metrics_apitest.cc 32 base::Histogram::ClassType type;
  /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/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)):
  /external/javassist/src/main/javassist/util/
HotSwapper.java 156 ReferenceType classtype = toRefType(className); local
158 map.put(classtype, classFile);
  /development/tools/jdwpspy/
Net.cpp 118 /* ClassType command set (3) */
119 { 3, 1, "ClassType.Superclass" },
120 { 3, 2, "ClassType.SetValues" },
121 { 3, 3, "ClassType.InvokeMethod" },
122 { 3, 4, "ClassType.NewInstance" },
  /external/clang/lib/AST/
DeclarationName.cpp 225 QualType ClassType = getCXXNameType();
226 if (const RecordType *ClassRec = ClassType->getAs<RecordType>())
229 OS << ClassType.getAsString();
DeclCXX.cpp 308 QualType ClassType
312 Context.getCanonicalType(ClassType));
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 469 ClassType.ORDINARY);
537 * ClassType exists solely to tell buildClassName which type of ClassInfo is being built.
539 private enum ClassType {
551 * @param classType Type of class being instantiated.
555 String commentText, SourcePositionInfo position, ClassType classType) {
566 // set appropriate flags based on ClassType
567 switch (classType) {
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.h 114 // Check whether a V8 value is a wrapper of type |classType|.
  /external/clang/lib/CodeGen/
CGRTTI.cpp 298 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass());
299 if (IsIncompleteClassType(ClassType))
952 const RecordType *ClassType = cast<RecordType>(Ty->getClass());
960 if (IsIncompleteClassType(ClassType)
    [all...]
  /dalvik/vm/
Debugger.h 88 Object* obj; /* not used for ClassType.InvokeMethod */

Completed in 573 milliseconds

1 2 3