Searched defs:bAccess (Results 1 – 3 of 3) sorted by relevance
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/ |
D | PropertyUtils.java | 41 protected Map<String, Property> getPropertiesMap(Class<?> type, BeanAccess bAccess) in getPropertiesMap() 97 public Set<Property> getProperties(Class<? extends Object> type, BeanAccess bAccess) in getProperties() 107 protected Set<Property> createPropertySet(Class<? extends Object> type, BeanAccess bAccess) in createPropertySet() 124 public Property getProperty(Class<? extends Object> type, String name, BeanAccess bAccess) in getProperty()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/ |
D | CustomOrderTest.java | 48 protected Set<Property> createPropertySet(Class<? extends Object> type, BeanAccess bAccess) in createPropertySet() 67 protected Set<Property> createPropertySet(Class<? extends Object> type, BeanAccess bAccess) in createPropertySet()
|
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1807 …const ChannelAccess& bAccess (swizzle(componentMapping.b, bPlane, rPlane, gPlane, bPlane, aPlane… in calculateBounds() local
|