Searched refs:propertyId (Results 1 – 7 of 7) sorted by relevance
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativeAnimatedVectorDrawable.java | 99 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/ |
D | AnimatedVectorDrawableNatives.java | 51 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/ |
D | vkDeviceProperties.hpp | 156 const deUint32 propertyId = propDesc.typeId; in getPropertyType() local 159 if (propertyId == property->getPropertyTypeId()) in getPropertyType()
|
/external/libdrm/ |
D | xf86drmMode.h | 394 extern drmModePropertyPtr drmModeGetProperty(int fd, uint32_t propertyId);
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2357 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/ |
D | generic.mdl | 2266 name "propertyId" 2370 name "propertyId" 2658 name "propertyId"
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 2342 ObjCPropertyImplDecl *FindPropertyImplDecl(IdentifierInfo *propertyId,
|