Searched refs:component (Results 1 – 14 of 14) sorted by relevance
96 Class<?> component = clazz.getComponentType(); in arrayBaseOffset() local97 if (component == null) { in arrayBaseOffset()100 return getArrayBaseOffsetForComponentType(component); in arrayBaseOffset()110 Class<?> component = clazz.getComponentType(); in arrayIndexScale() local111 if (component == null) { in arrayIndexScale()114 return getArrayIndexScaleForComponentType(component); in arrayIndexScale()
5 [File a new bug](http://b/new?component=24949)7 [File a new public bug](https://issuetracker.google.com/issues/new?component=192710)
1 # Bug component: 24949
155 of the operating system on which the executable runs, unless that component
374 char *component; in canonicalize() local376 while ((component = strtok_r(rest, "/", &rest))) { in canonicalize()377 if (strlen(component) > nameMax) { in canonicalize()
312 int component=0; in hashCode() local314 component = (component << 8) + ipaddress[i]; in hashCode()318 hash += component; in hashCode()
1290 Class<?> component = clazz.getComponentType(); in arrayBaseOffset() local1291 if (component == null) { in arrayBaseOffset()1294 return getArrayBaseOffsetForComponentType(component); in arrayBaseOffset()1340 Class<?> component = clazz.getComponentType(); in arrayIndexScale() local1341 if (component == null) { in arrayIndexScale()1344 return getArrayIndexScaleForComponentType(component); in arrayIndexScale()
404 Class<?> component = this; in toGenericString() local410 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()
9 core-tests-smali-dex build component. Manually a .dex file can be generated
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()
181 # WINS Support - Tells the NMBD component of Samba to enable it's WINS Server
163 operating system on which the executable runs, unless that component
163 of the operating system on which the executable runs, unless that component