Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DUnsafe.java96 Class<?> component = clazz.getComponentType(); in arrayBaseOffset() local
97 if (component == null) { in arrayBaseOffset()
100 return getArrayBaseOffsetForComponentType(component); in arrayBaseOffset()
110 Class<?> component = clazz.getComponentType(); in arrayIndexScale() local
111 if (component == null) { in arrayIndexScale()
114 return getArrayIndexScaleForComponentType(component); in arrayIndexScale()
/libcore/
DREADME.md5 [File a new bug](http://b/new?component=24949)
7 [File a new public bug](https://issuetracker.google.com/issues/new?component=192710)
DOWNERS1 # Bug component: 24949
DLICENSE155 of the operating system on which the executable runs, unless that component
/libcore/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java126 Class<?> component = clazz.getComponentType(); in arrayBaseOffset() local
127 if (component == null) { in arrayBaseOffset()
130 return getArrayBaseOffsetForComponentType(component); in arrayBaseOffset()
176 Class<?> component = clazz.getComponentType(); in arrayIndexScale() local
177 if (component == null) { in arrayIndexScale()
180 return getArrayIndexScaleForComponentType(component); in arrayIndexScale()
/libcore/ojluni/src/main/java/java/net/
DInet6Address.java312 int component=0; in hashCode() local
314 component = (component << 8) + ipaddress[i]; in hashCode()
318 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/ojluni/
DNOTICE441 of the operating system on which the executable runs, unless that component