Home
last modified time | relevance | path

Searched refs:propertyId (Results 1 – 7 of 7) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNativeAnimatedVectorDrawable.java99 long nativePtr, int propertyId, float startValue, float endValue) { in nCreateGroupPropertyHolder() argument
101 nativePtr, propertyId, startValue, endValue); in nCreateGroupPropertyHolder()
113 long nativePtr, int propertyId, int startValue, int endValue) { in nCreatePathColorPropertyHolder() argument
115 nativePtr, propertyId, startValue, endValue); in nCreatePathColorPropertyHolder()
120 long nativePtr, int propertyId, float startValue, float endValue) { in nCreatePathPropertyHolder() argument
122 nativePtr, propertyId, startValue, endValue); in nCreatePathPropertyHolder()
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
DAnimatedVectorDrawableNatives.java51 long nativePtr, int propertyId, float startValue, float endValue); in nCreateGroupPropertyHolder() argument
57 long nativePtr, int propertyId, int startValue, int endValue); in nCreatePathColorPropertyHolder() argument
60 long nativePtr, int propertyId, float startValue, float endValue); in nCreatePathPropertyHolder() argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceProperties.hpp156 const deUint32 propertyId = propDesc.typeId; in getPropertyType() local
159 if (propertyId == property->getPropertyTypeId()) in getPropertyType()
/external/libdrm/
Dxf86drmMode.h394 extern drmModePropertyPtr drmModeGetProperty(int fd, uint32_t propertyId);
/external/clang/lib/Parse/
DParseObjc.cpp2357 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); in ParseObjCPropertySynthesize() local
2363 Actions.CodeCompleteObjCPropertySynthesizeIvar(getCurScope(), propertyId); in ParseObjCPropertySynthesize()
2377 propertyId, propertyIvar, propertyIvarLoc, in ParseObjCPropertySynthesize()
2436 IdentifierInfo *propertyId = Tok.getIdentifierInfo(); in ParseObjCPropertyDynamic() local
2440 propertyId, nullptr, SourceLocation(), in ParseObjCPropertyDynamic()
/external/apache-commons-bcel/docs/
Dgeneric.mdl2266 name "propertyId"
2370 name "propertyId"
2658 name "propertyId"
/external/clang/include/clang/AST/
DDeclObjC.h2342 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId,