Lines Matching refs:length

97         boolean res = (GDPR.length == namesOfDirectProperties.length);  in _getDirectPropertyValuesTolerant()
102 for (int i = 0; i < GDPR.length; i++) { in _getDirectPropertyValuesTolerant()
108 for (int i = 0; i < namesOfDirectProperties.length; i++) { in _getDirectPropertyValuesTolerant()
112 for (int i = 0; i < GDPR.length; i++) { in _getDirectPropertyValuesTolerant()
135 boolean res = (GPR.length == namesOfProperties.length); in _getPropertyValuesTolerant()
139 log.println("Found: " + GPR.length); in _getPropertyValuesTolerant()
140 log.println("Expected: " + namesOfProperties.length); in _getPropertyValuesTolerant()
142 for (int i = 0; i < GPR.length; i++) { in _getPropertyValuesTolerant()
182 for (int k = 0; k < SPTF.length; k++) { in _setPropertyValuesTolerant()
196 for (int i = 0; i < SPTF.length; i++) { in _setPropertyValuesTolerant()
204 for (int i = 0; i < SPTF.length; i++) { in _setPropertyValuesTolerant()
238 for (int i = 0; i < props.length; i++) { in getDirectProperties()
255 String[] ret = new String[obj.length]; in getDirectProperties()
257 for (int i = 0; i < obj.length; i++) { in getDirectProperties()
278 for (int i = 0; i < properties.length; i++) { in getProperties()
286 String[] ret = new String[obj.length]; in getProperties()
288 for (int i = 0; i < obj.length; i++) { in getProperties()
299 Object[] values = new Object[propertyNames.length]; in getPropertyValues()
301 for (int i = 0; i < propertyNames.length; i++) { in getPropertyValues()
317 for (int i = 0; i < properties.length; i++) { in getCountOfReadOnlyProperties()
330 Object[] newValues = new Object[oldValues.length]; in getNewValues()
332 for (int i = 0; i < oldValues.length; i++) { in getNewValues()