Home
last modified time | relevance | path

Searched refs:component (Results 1 – 14 of 14) 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/native/
Dcanonicalize_md.c374 char *component; in canonicalize() local
376 while ((component = strtok_r(rest, "/", &rest))) { in canonicalize()
377 if (strlen(component) > nameMax) { in canonicalize()
/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/ojluni/src/main/java/jdk/internal/misc/
DUnsafe.java1290 Class<?> component = clazz.getComponentType(); in arrayBaseOffset() local
1291 if (component == null) { in arrayBaseOffset()
1294 return getArrayBaseOffsetForComponentType(component); in arrayBaseOffset()
1340 Class<?> component = clazz.getComponentType(); in arrayIndexScale() local
1341 if (component == null) { in arrayIndexScale()
1344 return getArrayIndexScaleForComponentType(component); in arrayIndexScale()
/libcore/ojluni/src/main/java/java/lang/
DClass.java404 Class<?> component = this; in toGenericString() local
410 component = component.getComponentType(); in toGenericString()
411 } while (component.isArray()); in toGenericString()
412 sb.append(component.getName()); in toGenericString()
438 TypeVariable<?>[] typeparms = component.getTypeParameters(); in toGenericString()
/libcore/luni/src/test/java/libcore/java/lang/smali/
DREADME.txt9 core-tests-smali-dex build component. Manually a .dex file can be generated
/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/src/test/java/util/Scanner/
Dinput.txt181 # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
/libcore/ojluni/src/test/
DLICENSE163 operating system on which the executable runs, unless that component
/libcore/ojluni/src/tools/
DLICENSE163 operating system on which the executable runs, unless that component
/libcore/ojluni/src/main/
DLICENSE163 of the operating system on which the executable runs, unless that component