Home
last modified time | relevance | path

Searched refs:component (Results 1 – 5 of 5) sorted by relevance

/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java92 Class<?> component = clazz.getComponentType(); in arrayBaseOffset() local
93 if (component == null) { in arrayBaseOffset()
96 return getArrayBaseOffsetForComponentType(component); in arrayBaseOffset()
106 Class<?> component = clazz.getComponentType(); in arrayIndexScale() local
107 if (component == null) { in arrayIndexScale()
110 return getArrayIndexScaleForComponentType(component); in arrayIndexScale()
/libcore/ojluni/src/main/java/java/net/
DInet6Address.java672 int component=0; in hashCode() local
674 component = (component << 8) + ipaddress[i]; in hashCode()
678 hash += component; in hashCode()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArraysTest.java3578 Date[] component = new Date[0]; in test_copyOf_$TI() local
3581 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()
/libcore/
DLICENSE155 of the operating system on which the executable runs, unless that component
/libcore/ojluni/
DNOTICE441 of the operating system on which the executable runs, unless that component