Searched refs:component (Results 1 – 6 of 6) sorted by relevance
95 Class<?> component = clazz.getComponentType(); in arrayBaseOffset() local96 if (component == null) { in arrayBaseOffset()99 return getArrayBaseOffsetForComponentType(component); in arrayBaseOffset()109 Class<?> component = clazz.getComponentType(); in arrayIndexScale() local110 if (component == null) { in arrayIndexScale()113 return getArrayIndexScaleForComponentType(component); in arrayIndexScale()
304 int component=0; in hashCode() local306 component = (component << 8) + ipaddress[i]; in hashCode()310 hash += component; in hashCode()
1 # Bug component: 24949
155 of the operating system on which the executable runs, unless that component
3578 Date[] component = new Date[0]; in test_copyOf_$TI() local3581 object = Arrays.copyOf(component, 2); in test_copyOf_$TI()3583 component = Arrays.copyOf(component, 2); in test_copyOf_$TI()3584 assertNotNull(component); in test_copyOf_$TI()3585 assertEquals(2, component.length); in test_copyOf_$TI()
441 of the operating system on which the executable runs, unless that component