HomeSort by relevance Sort by last modified time
    Searched refs:ObjectType (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /art/compiler/optimizing/
reference_type_propagation_test.cc 59 ReferenceTypeInfo ObjectType(bool is_exact = true) SHARED_REQUIRES(Locks::mutator_lock_) {
86 EXPECT_TRUE(graph_->GetInexactObjectRti().IsEqual(ObjectType(false)));
101 ReferenceTypeInfo t2(MergeTypes(InvalidType(), ObjectType()));
104 EXPECT_TRUE(t2.IsEqual(ObjectType()));
111 ReferenceTypeInfo t4(MergeTypes(ObjectType(), InvalidType()));
114 EXPECT_TRUE(t4.IsEqual(ObjectType()));
127 ReferenceTypeInfo t1(MergeTypes(ObjectType(), ObjectType()));
130 EXPECT_TRUE(t1.IsEqual(ObjectType()));
137 ReferenceTypeInfo t3(MergeTypes(ObjectType(), StringType()))
    [all...]
  /system/update_engine/common/
action_pipe.h 54 template<typename ObjectType>
61 const ObjectType& contents() const { return contents_; }
65 void set_contents(const ObjectType& contents) { contents_ = contents; }
72 std::shared_ptr<ActionPipe<ObjectType>> pipe(new ActionPipe<ObjectType>);
81 ObjectType contents_;
  /frameworks/native/vulkan/libvulkan/
debug_report.h 30 VKAPI_ATTR void DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objectType, uint64_t object, size_t location, int32_t messageCode, const char* pLayerPrefix, const char* pMessage);
103 template <typename ObjectType>
104 void Info(ObjectType object, const char* format, ...) const
113 template <typename ObjectType>
114 void Warn(ObjectType object, const char* format, ...) const
123 template <typename ObjectType>
124 void Err(ObjectType object, const char* format, ...) const
134 template <typename ObjectType>
135 static VkDebugReportObjectTypeEXT GetObjectType(ObjectType) {
136 if (std::is_same<ObjectType, VkInstance>::value
    [all...]
  /external/proguard/src/proguard/classfile/attribute/preverification/
ObjectType.java 32 public class ObjectType extends VerificationType
39 * Creates an uninitialized ObjectType.
41 public ObjectType()
47 * Creates an ObjectType that points to the given class constant.
49 public ObjectType(int u2classIndex)
90 ObjectType other = (ObjectType)object;
VerificationTypeFactory.java 106 * Creates a new ObjectType of the given type.
108 public static ObjectType createObjectType(int classIndex)
110 return new ObjectType(classIndex);
  /external/libcxx/test/std/utilities/function.objects/func.require/
bullet_3_and_4.pass.cpp 50 template <class ObjectType>
57 typedef TestMemberObject<ObjectType> TestType;
71 typedef ObjectType (TestType::*MemPtr);
72 typedef ObjectType E;
82 typedef ObjectType const (TestType::*CMemPtr);
83 typedef ObjectType const E;
93 typedef ObjectType volatile (TestType::*VMemPtr);
94 typedef ObjectType volatile E;
104 typedef ObjectType const volatile (TestType::*CVMemPtr);
105 typedef ObjectType const volatile E
    [all...]
  /external/javassist/src/main/javassist/bytecode/
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 arg
    [all...]
  /external/deqp/framework/opengl/
gluObjectWrapper.hpp 41 enum ObjectType
62 const ObjectTraits& objectTraits (ObjectType type);
87 template<ObjectType Type> class TypedObjectWrapper : public ObjectWrapper
123 template<ObjectType Type> class TypedObjectVector : public ObjectVector
gluObjectWrapper.cpp 83 const ObjectTraits& objectTraits (ObjectType type)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
aclapi.h 51 WINADVAPI DWORD WINAPI GetNamedSecurityInfoA(LPSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,PSID *ppsidOwner,PSID *ppsidGroup,PACL *ppDacl,PACL *ppSacl,PSECURITY_DESCRIPTOR *ppSecurityDescriptor);
52 WINADVAPI DWORD WINAPI GetNamedSecurityInfoW(LPWSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,PSID *ppsidOwner,PSID *ppsidGroup,PACL *ppDacl,PACL *ppSacl,PSECURITY_DESCRIPTOR *ppSecurityDescriptor);
53 WINADVAPI DWORD WINAPI GetSecurityInfo(HANDLE handle,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,PSID *ppsidOwner,PSID *ppsidGroup,PACL *ppDacl,PACL *ppSacl,PSECURITY_DESCRIPTOR *ppSecurityDescriptor);
54 WINADVAPI DWORD WINAPI SetNamedSecurityInfoA(LPSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,PSID psidOwner,PSID psidGroup,PACL pDacl,PACL pSacl);
55 WINADVAPI DWORD WINAPI SetNamedSecurityInfoW(LPWSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,PSID psidOwner,PSID psidGroup,PACL pDacl,PACL pSacl);
56 WINADVAPI DWORD WINAPI SetSecurityInfo(HANDLE handle,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,PSID psidOwner,PSID psidGroup,PACL pDacl,PACL pSacl);
57 WINADVAPI DWORD WINAPI GetInheritanceSourceA(LPSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,WINBOOL Container,GUID **pObjectClassGuids,DWORD GuidCount,PACL pAcl,PFN_OBJECT_MGR_FUNCTS pfnArray,PGENERIC_MAPPING pGenericMapping,PINHERITED_FROMA pInheritArray);
58 WINADVAPI DWORD WINAPI GetInheritanceSourceW(LPWSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,WINBOOL Container,GUID **pObjectClassGuids,DWORD GuidCount,PACL pAcl,PFN_OBJECT_MGR_FUNCTS pfnArray,PGENERIC_MAPPING pGenericMapping,PINHERITED_FROMW pInheritArray);
60 WINADVAPI DWORD WINAPI TreeResetNamedSecurityInfoA(LPSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,PSID pOwner,PSID pGroup,PACL pDacl,PACL pSacl,WINBOOL KeepExplicit,FN_PROGRESS fnProgress,PROG_INVOKE_SETTING ProgressInvokeSetting,PVOID Args);
61 WINADVAPI DWORD WINAPI TreeResetNamedSecurityInfoW(LPWSTR pObjectName,SE_OBJECT_TYPE ObjectType,SECURITY_INFORMATION SecurityInfo,PSID pOwner,PSID pGroup,PACL pDacl,PACL pSacl,WINBOOL KeepExplic (…)
    [all...]
qos.h 47 ULONG ObjectType;
wct.h 49 WCT_OBJECT_TYPE ObjectType;
adtgen.h 38 GUID ObjectType;
adoctint.h 352 virtual HRESULT WINAPI GetObjectOwner(BSTR ObjectName,ObjectTypeEnum ObjectType,VARIANT ObjectTypeId,BSTR *OwnerName) = 0;
353 virtual HRESULT WINAPI SetObjectOwner(BSTR ObjectName,ObjectTypeEnum ObjectType,BSTR UserName,VARIANT ObjectTypeId) = 0;
375 HRESULT (WINAPI *GetObjectOwner)(_ADOCatalog *This,BSTR ObjectName,ObjectTypeEnum ObjectType,VARIANT ObjectTypeId,BSTR *OwnerName);
376 HRESULT (WINAPI *SetObjectOwner)(_ADOCatalog *This,BSTR ObjectName,ObjectTypeEnum ObjectType,BSTR UserName,VARIANT ObjectTypeId);
399 #define _Catalog_GetObjectOwner(This,ObjectName,ObjectType,ObjectTypeId,OwnerName) (This)->lpVtbl->GetObjectOwner(This,ObjectName,ObjectType,ObjectTypeId,OwnerName)
400 #define _Catalog_SetObjectOwner(This,ObjectName,ObjectType,UserName,ObjectTypeId) (This)->lpVtbl->SetObjectOwner(This,ObjectName,ObjectType,UserName,ObjectTypeId)
421 HRESULT WINAPI _Catalog_GetObjectOwner_Proxy(_ADOCatalog *This,BSTR ObjectName,ObjectTypeEnum ObjectType,VARIANT ObjectTypeId,BSTR *OwnerName);
423 HRESULT WINAPI _Catalog_SetObjectOwner_Proxy(_ADOCatalog *This,BSTR ObjectName,ObjectTypeEnum ObjectType,BSTR UserName,VARIANT ObjectTypeId)
    [all...]
  /external/deqp/modules/egl/
teglMemoryStressTests.cpp 60 enum ObjectType
72 MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use);
94 ObjectType m_types;
105 MemoryAllocator::MemoryAllocator (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig config, int seed, ObjectType types, int minWidth, int minHeight, int maxWidth, int maxHeight, bool use)
142 vector<ObjectType> types;
159 ObjectType type = m_rnd.choose<ObjectType>(types.begin(), types.end());
319 ObjectType types;
590 spec.types = (ObjectType)(OBJECTTYPE_PBUFFER|OBJECTTYPE_CONTEXT);
604 spec.types = (ObjectType)(OBJECTTYPE_PBUFFER|OBJECTTYPE_CONTEXT)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_type_hash_itanium.cc 244 const abi::__class_type_info *ObjectType = findBaseAtOffset(
248 ObjectType ? ObjectType->__type_name : "<unknown>");
  /external/proguard/src/proguard/classfile/attribute/preverification/visitor/
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/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 189 enum ObjectType { DefaultType, SpillSlot, VariableSized };
193 ObjectType Type = DefaultType;
204 template <> struct ScalarEnumerationTraits<MachineStackObject::ObjectType> {
205 static void enumeration(yaml::IO &IO, MachineStackObject::ObjectType &Type) {
241 enum ObjectType { DefaultType, SpillSlot };
243 ObjectType Type = DefaultType;
253 struct ScalarEnumerationTraits<FixedMachineStackObject::ObjectType> {
255 FixedMachineStackObject::ObjectType &Type) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 14 ObjectType = object
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 14 ObjectType = object
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 14 ObjectType = object
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 14 ObjectType = object
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 360 QualType ObjectType = GetTypeFromParser(ObjectTypePtr);
366 if (!ObjectType.isNull()) {
369 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
370 LookupCtx = computeDeclContext(ObjectType);
371 isDependent = ObjectType->isDependentType();
431 /// \param ObjectType Type of postfix expression if the nested-name-specifier
461 QualType ObjectType,
475 if (!ObjectType.isNull()) {
478 assert(!SS.isSet() && "ObjectType and scope specifier cannot coexist");
479 LookupCtx = computeDeclContext(ObjectType);
    [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType,
95 TemplateName, ObjectType, EnteringContext,
164 /// \param ObjectType if this nested-name-specifier is being parsed following
188 ParsedType ObjectType,
286 ObjectType = ParsedType();
311 if (!HasScopeSpecifier && !ObjectType)
327 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
360 ObjectType, EnteringContext,
436 Next.getLocation(), ObjectType,
463 getCurScope(), SS, Tok.getLocation(), II, ObjectType)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusgpstubs.h 64 typedef enum ObjectType GpObjectType;

Completed in 426 milliseconds

1 2 3 4