HomeSort by relevance Sort by last modified time
    Searched defs:ClassType (Results 1 - 25 of 25) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType
102 self.assertIsInstance(py_item, (ClassType, type))
140 if isinstance(item, ClassType):
147 if isinstance(item, (ClassType, FunctionType)):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyclbr.py 7 from types import ClassType, FunctionType, MethodType, BuiltinFunctionType
102 self.assertIsInstance(py_item, (ClassType, type))
140 if isinstance(item, ClassType):
147 if isinstance(item, (ClassType, FunctionType)):
  /external/chromium_org/third_party/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/clang/lib/AST/
DeclarationName.cpp 149 QualType ClassType = N.getCXXNameType();
150 if (const RecordType *ClassRec = ClassType->getAs<RecordType>())
152 return OS << ClassType.getAsString();
DeclCXX.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 53 ClassType = type(_C)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 53 ClassType = type(_C)
  /external/clang/lib/CodeGen/
CGRTTI.cpp 307 const RecordType *ClassType = cast<RecordType>(MemberPointerTy->getClass());
308 if (IsIncompleteClassType(ClassType))
912 const RecordType *ClassType = cast<RecordType>(Ty->getClass());
920 if (IsIncompleteClassType(ClassType))
938 Fields.push_back(RTTIBuilder(CGM).BuildTypeInfo(QualType(ClassType, 0)));
    [all...]
CGVTables.cpp 529 QualType ClassType = CGM.getContext().getTagDeclType(RD);
530 llvm::Constant *RTTI = CGM.GetAddrOfRTTIDescriptor(ClassType);
    [all...]
CGDebugInfo.cpp     [all...]
  /external/chromium/base/metrics/
histogram.h 279 enum ClassType {
439 virtual ClassType histogram_type() const;
602 virtual ClassType histogram_type() const;
644 virtual ClassType histogram_type() const;
665 virtual ClassType histogram_type() const;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValue.h 119 enum ClassType {
179 ClassType classType() const { return static_cast<ClassType>(m_classType); }
181 explicit CSSValue(ClassType classType, bool isCSSOMSafe = false)
188 , m_classType(classType)
214 unsigned m_classType : ClassTypeBits; // ClassType
  /external/chromium_org/third_party/pymock/
mock.py 370 ClassType = type(OldStyleClass)
381 ClassTypes = (type, ClassType)
    [all...]
  /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/lib/Sema/
SemaExprObjC.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 224 typedef Derives ClassType;
230 { int arr[T(__is_class(ClassType))]; }
274 { int arr[F(__is_enum(ClassType))]; }
304 { int arr[F(__is_final(ClassType))]; }
325 { int arr[F(__is_polymorphic(ClassType))]; }
353 int t27[F(__is_integral(ClassType))];
382 int t27[F(__is_floating_point(ClassType))];
411 int t27[F(__is_arithmetic(ClassType))];
466 int t27[F(__is_void(ClassType))];
497 int t28[F(__is_array(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/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 740 milliseconds