Searched refs:ObjectType (Results 1 - 25 of 55) sorted by relevance

123

/external/chromium_org/third_party/angle/src/common/
H A DRefCountObject.h55 template <class ObjectType>
59 void set(ObjectType *newObject) { RefCountObjectBindingPointer::set(newObject); }
60 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointer::get()); }
61 ObjectType *operator->() const { return get(); }
64 template <class ObjectType>
70 void set(ObjectType *newObject)
77 void set(ObjectType *newObject, GLintptr offset, GLsizeiptr size)
87 ObjectType *get() const { return static_cast<ObjectType*>(RefCountObjectBindingPointe
[all...]
/external/proguard/src/proguard/classfile/attribute/preverification/
H A DObjectType.java32 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 DVerificationTypeFactory.java106 * 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 DSignatureAttribute.java230 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 Des_descriptor.h21 enum ObjectType { enum in namespace:media::mp4
/external/deqp/framework/opengl/
H A DgluObjectWrapper.hpp41 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 DgluObjectWrapper.cpp73 const ObjectTraits& objectTraits (ObjectType type)
/external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
H A DChromeCodingConvention.java15 import com.google.javascript.rhino.jstype.ObjectType;
50 FunctionType getterType, ObjectType objectType) {
/external/deqp/modules/egl/
H A DteglMemoryStressTests.cpp54 enum ObjectType enum in namespace:deqp::egl::__anon19832
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 Dubsan_type_hash.cc245 const abi::__class_type_info *ObjectType = findBaseAtOffset( local
249 ObjectType ? ObjectType->__type_name : "<unknown>");
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java41 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 DSemaCXXScopeSpec.cpp312 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 DSemaExprCXX.cpp321 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 DSemaDeclObjC.cpp2438 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 DTreeTransform.h438 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 DParseExprCXX.cpp80 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 DParseExpr.cpp1364 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 Derror_generation_unittest.cc148 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 Dindexed_db_dispatcher_host.cc379 template <typename ObjectType>
380 ObjectType* IndexedDBDispatcherHost::GetOrTerminateProcess(
381 IDMap<ObjectType, IDMapOwnPointer>* map,
384 ObjectType* return_object = map->Lookup(ipc_return_object_id);
394 template <typename ObjectType>
395 ObjectType* IndexedDBDispatcherHost::GetOrTerminateProcess(
396 RefIDMap<ObjectType>* map,
399 ObjectType* return_object = map->Lookup(ipc_return_object_id);
/external/chromium_org/ui/base/clipboard/
H A Dclipboard.h138 // 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 Dclipboard.cc108 void Clipboard::DispatchObject(ObjectType type, const ObjectMapParams& params) {
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h47 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 Dudp_socket2_win.cc792 QosDestaddr.ObjectHdr.ObjectType = QOS_OBJECT_DESTADDR;
1074 dsClass->ObjectHdr.ObjectType = QOS_OBJECT_DS_CLASS;
1081 trafficClass->ObjectHdr.ObjectType = QOS_OBJECT_TRAFFIC_CLASS;
1102 dsClass->ObjectHdr.ObjectType = oldDsClass->ObjectHdr.ObjectType;
1109 trafficClass->ObjectHdr.ObjectType = QOS_OBJECT_TRAFFIC_CLASS;
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h47 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 DExprEngineCXX.cpp299 void ExprEngine::VisitCXXDestructor(QualType ObjectType, argument
314 DestVal = makeZeroElementRegion(State, DestVal, ObjectType);
317 const CXXRecordDecl *RecordDecl = ObjectType->getAsCXXRecordDecl();

Completed in 735 milliseconds

123