/external/chromium_org/third_party/angle/src/common/ |
H A D | RefCountObject.h | 56 template <class ObjectType> 60 void set(ObjectType *newObject) { RefCountObjectBindingPointer::set(newObject); } 61 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } 62 ObjectType *operator->() const { return get(); } 65 template <class ObjectType> 71 void set(ObjectType *newObject, GLenum type, GLint mipLevel, GLint layer) 79 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); } 80 ObjectType *operato [all...] |
/external/proguard/src/proguard/classfile/attribute/preverification/ |
H A D | ObjectType.java | 32 public class ObjectType extends VerificationType class in inherits:VerificationType 39 * Creates an uninitialized ObjectType. 41 public ObjectType() method in class:ObjectType 47 * Creates an ObjectType that points to the given class constant. 49 public ObjectType(int u2classIndex) method in class:ObjectType 90 ObjectType other = (ObjectType)object;
|
H A D | VerificationTypeFactory.java | 106 * Creates a new ObjectType of the given type. 108 public static ObjectType createObjectType(int classIndex) 110 return new ObjectType(classIndex);
|
/external/javassist/src/main/javassist/bytecode/ |
H A D | SignatureAttribute.java | 230 ObjectType[] exceptions; 232 MethodSignature(TypeParameter[] tp, Type[] p, Type ret, ObjectType[] ex) { 264 public ObjectType[] getExceptionTypes() { return exceptions; } 291 ObjectType superClass; 292 ObjectType[] superInterfaces; 294 TypeParameter(String sig, int nb, int ne, ObjectType sc, ObjectType[] si) { 312 public ObjectType getClassBound() { return superClass; } 319 public ObjectType[] getInterfaceBound() { return superInterfaces; } 361 ObjectType ar 456 public static abstract class ObjectType extends Type {} class in class:SignatureAttribute [all...] |
/external/chromium_org/media/formats/mp4/ |
H A D | es_descriptor.h | 21 enum ObjectType { enum in namespace:media::mp4
|
/external/deqp/framework/opengl/ |
H A D | gluObjectWrapper.hpp | 41 enum ObjectType enum in namespace:glu 61 const ObjectTraits& objectTraits (ObjectType type); 85 template<ObjectType Type> class TypedObjectWrapper : public ObjectWrapper 120 template<ObjectType Type> class TypedObjectVector : public ObjectVector
|
H A D | gluObjectWrapper.cpp | 73 const ObjectTraits& objectTraits (ObjectType type)
|
/external/deqp/modules/egl/ |
H A D | teglMemoryStressTests.cpp | 54 enum ObjectType enum in namespace:deqp::egl::__anon19030 66 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use); 88 ObjectType m_types; 99 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use) 136 vector<ObjectType> types; 153 ObjectType type = m_rnd.choose<ObjectType>(types.begin(), types.end()); 310 ObjectType types; 573 spec.types = (ObjectType)(OBJECTTYPE_PBUFFER|OBJECTTYPE_CONTEXT); 587 spec.types = (ObjectType)(OBJECTTYPE_PBUFFE [all...] |
/external/compiler-rt/lib/ubsan/ |
H A D | ubsan_type_hash.cc | 245 const abi::__class_type_info *ObjectType = findBaseAtOffset( local 249 ObjectType ? ObjectType->__type_name : "<unknown>");
|
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/ |
H A D | VerificationTypeVisitor.java | 41 public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType); 51 public void visitStackObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); 61 public void visitVariablesObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType);
|
/external/clang/lib/Sema/ |
H A D | SemaCXXScopeSpec.cpp | 312 QualType ObjectType = GetTypeFromParser(ObjectTypePtr); local 318 if (!ObjectType.isNull()) { 321 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); 322 LookupCtx = computeDeclContext(ObjectType); 323 isDependent = ObjectType->isDependentType(); 386 /// \param ObjectType Type of postfix expression if the nested-name-specifier 416 QualType ObjectType, 430 if (!ObjectType.isNull()) { 433 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist"); 434 LookupCtx = computeDeclContext(ObjectType); 412 BuildCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, QualType ObjectType, bool EnteringContext, CXXScopeSpec &SS, NamedDecl *ScopeLookupResult, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument 730 ActOnCXXNestedNameSpecifier(Scope *S, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation CCLoc, ParsedType ObjectType, bool EnteringContext, CXXScopeSpec &SS, bool ErrorRecoveryLookup, bool *IsCorrectedToColon) argument 778 IsInvalidUnlessNestedName(Scope *S, CXXScopeSpec &SS, IdentifierInfo &Identifier, SourceLocation IdentifierLoc, SourceLocation ColonLoc, ParsedType ObjectType, bool EnteringContext) argument [all...] |
H A D | SemaExprCXX.cpp | 321 ParsedType Sema::getDestructorType(const DeclSpec& DS, ParsedType ObjectType) { argument 322 if (DS.getTypeSpecType() == DeclSpec::TST_error || !ObjectType) 327 QualType SearchType = GetTypeFromParser(ObjectType); 5164 tok::TokenKind OpKind, ParsedType &ObjectType, 5185 ObjectType = ParsedType::make(BaseType); 5275 ObjectType = ParsedType(); 5295 ObjectType = ParsedType::make(BaseType); 5313 static bool CheckArrow(Sema& S, QualType& ObjectType, Expr *&Base, argument 5320 ObjectType = Base->getType(); 5329 if (const PointerType *Ptr = ObjectType 5163 ActOnStartCXXMemberReference(Scope *S, Expr *Base, SourceLocation OpLoc, tok::TokenKind OpKind, ParsedType &ObjectType, bool &MayBePseudoDestructor) argument 5357 QualType ObjectType; local 5464 QualType ObjectType; local 5592 QualType ObjectType; local [all...] |
H A D | SemaDeclObjC.cpp | 2438 QualType ObjectType) { 2439 if (ObjectType.isNull()) 2441 if (S.LookupMethodInObjectType(Sel, ObjectType, true/*Instance method*/)) 2443 return S.LookupMethodInObjectType(Sel, ObjectType, false/*Class method*/) != 2449 QualType ObjectType) { 2453 if (ObjectType.isNull()) 2455 else if (!ObjectType->isObjCObjectPointerType()) 2458 ObjectType->getAsObjCInterfacePointerType()) { 2459 ObjectType = QualType(ObjCPtr->getInterfaceType(), 0); 2462 else if (ObjectType 2437 HelperIsMethodInObjCType(Sema &S, Selector Sel, QualType ObjectType) argument 2448 SelectorsForTypoCorrection(Selector Sel, QualType ObjectType) argument [all...] |
H A D | TreeTransform.h | 438 QualType ObjectType = QualType(), 459 /// \param ObjectType If we're translating a template name within a member 473 QualType ObjectType = QualType(), 1021 QualType ObjectType, 1034 QualType ObjectType); 2751 QualType ObjectType, 2756 QualType ObjectType, 2760 TypeSourceInfo *TransformTSIInObjectScope(TypeLoc TL, QualType ObjectType, 3017 QualType ObjectType, 3035 ObjectType, fals 3015 TransformNestedNameSpecifierLoc( NestedNameSpecifierLoc NNS, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument 3171 TransformTemplateName(CXXScopeSpec &SS, TemplateName Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument 3685 TransformTypeInObjectScope(TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument 3701 TransformTypeInObjectScope(TypeSourceInfo *TSInfo, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument 3713 TransformTSIInObjectScope( TypeLoc TL, QualType ObjectType, NamedDecl *UnqualLookup, CXXScopeSpec &SS) argument 8940 QualType ObjectType; local 9998 RebuildTemplateName(CXXScopeSpec &SS, const IdentifierInfo &Name, SourceLocation NameLoc, QualType ObjectType, NamedDecl *FirstQualifierInScope) argument 10017 RebuildTemplateName(CXXScopeSpec &SS, OverloadedOperatorKind Operator, SourceLocation NameLoc, QualType ObjectType) argument [all...] |
/external/clang/lib/Parse/ |
H A D | ParseExprCXX.cpp | 80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType, argument 95 TemplateName, ObjectType, EnteringContext, 161 /// \param ObjectType if this nested-name-specifier is being parsed following 185 ParsedType ObjectType, 264 ObjectType = ParsedType(); 289 if (!HasScopeSpecifier && !ObjectType) 305 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, 338 ObjectType, EnteringContext, 414 Next.getLocation(), ObjectType, 430 II, ObjectType)) { 184 ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS, ParsedType ObjectType, bool EnteringContext, bool *MayBePseudoDestructor, bool IsTypename, IdentifierInfo **LastII) argument 1392 ParseCXXPseudoDestructor(ExprArg Base, SourceLocation OpLoc, tok::TokenKind OpKind, CXXScopeSpec &SS, ParsedType ObjectType) argument 1872 ParseUnqualifiedIdTemplateId(CXXScopeSpec &SS, SourceLocation TemplateKWLoc, IdentifierInfo *Name, SourceLocation NameLoc, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Id, bool AssumeTemplateId) argument 2079 ParseUnqualifiedIdOperator(CXXScopeSpec &SS, bool EnteringContext, ParsedType ObjectType, UnqualifiedId &Result) argument 2308 ParseUnqualifiedId(CXXScopeSpec &SS, bool EnteringContext, bool AllowDestructorName, bool AllowConstructorName, ParsedType ObjectType, SourceLocation& TemplateKWLoc, UnqualifiedId &Result) argument [all...] |
H A D | ParseExpr.cpp | 1364 ParsedType ObjectType; local 1379 OpLoc, OpKind, ObjectType, 1384 ParseOptionalCXXScopeSpecifier(SS, ObjectType, 1388 ObjectType = ParsedType(); 1402 ObjectType); 1431 ObjectType, TemplateKWLoc, Name))
|
/external/chromium_org/tools/json_schema_compiler/test/ |
H A D | error_generation_unittest.cc | 148 EXPECT_TRUE(EqualsUtf16("", GetPopulateError<ObjectType>(*value))); 153 ObjectType out; 155 EXPECT_TRUE(ObjectType::Populate(*value, &out, &error));
|
/external/chromium_org/content/browser/indexed_db/ |
H A D | indexed_db_dispatcher_host.cc | 377 template <typename ObjectType> 378 ObjectType* IndexedDBDispatcherHost::GetOrTerminateProcess( 379 IDMap<ObjectType, IDMapOwnPointer>* map, 382 ObjectType* return_object = map->Lookup(ipc_return_object_id); 392 template <typename ObjectType> 393 ObjectType* IndexedDBDispatcherHost::GetOrTerminateProcess( 394 RefIDMap<ObjectType>* map, 397 ObjectType* return_object = map->Lookup(ipc_return_object_id);
|
/external/chromium_org/ui/base/clipboard/ |
H A D | clipboard.h | 138 // ObjectType designates the type of data to be stored in the clipboard. This 140 // is defined by FormatType. A single ObjectType might be represented by 142 // ObjectType maps to "text/plain", "STRING", and several other formats. On 144 enum ObjectType { enum in class:ui::Clipboard 154 // ObjectMap is a map from ObjectType to associated data. 155 // The data is organized differently for each ObjectType. The following 176 typedef std::map<int /* ObjectType */, ObjectMapParams> ObjectMap; 317 void DispatchObject(ObjectType type, const ObjectMapParams& params);
|
H A D | clipboard.cc | 108 void Clipboard::DispatchObject(ObjectType type, const ObjectMapParams& params) {
|
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/ |
H A D | SkPdfNativeObject.h | 47 enum ObjectType { enum in class:SkPdfNativeObject 91 ObjectType fObjectType; 209 ObjectType type() { 1283 ObjectType type) { 1288 SkPdfNativeObject* obj, ObjectType type) { 1293 ObjectType type) {
|
/external/chromium_org/third_party/webrtc/test/channel_transport/ |
H A D | udp_socket2_win.cc | 791 QosDestaddr.ObjectHdr.ObjectType = QOS_OBJECT_DESTADDR; 1073 dsClass->ObjectHdr.ObjectType = QOS_OBJECT_DS_CLASS; 1080 trafficClass->ObjectHdr.ObjectType = QOS_OBJECT_TRAFFIC_CLASS; 1101 dsClass->ObjectHdr.ObjectType = oldDsClass->ObjectHdr.ObjectType; 1108 trafficClass->ObjectHdr.ObjectType = QOS_OBJECT_TRAFFIC_CLASS;
|
/external/skia/experimental/PdfViewer/pdfparser/native/ |
H A D | SkPdfNativeObject.h | 47 enum ObjectType { enum in class:SkPdfNativeObject 91 ObjectType fObjectType; 209 ObjectType type() { 1283 ObjectType type) { 1288 SkPdfNativeObject* obj, ObjectType type) { 1293 ObjectType type) {
|
/external/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 299 void ExprEngine::VisitCXXDestructor(QualType ObjectType, argument 314 DestVal = makeZeroElementRegion(State, DestVal, ObjectType); 317 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl();
|
/external/pdfium/core/src/fxge/Microsoft SDK/include/ |
H A D | GdiPlusEnums.h | 514 enum ObjectType
enum 533 ObjectType type
|