Searched refs:isPrimitive (Results 1 - 13 of 13) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DObjectStreamField.java129 boolean thisPrimitive = this.isPrimitive();
130 boolean fPrimitive = f.isPrimitive();
181 if (isDeserialized && !cl.isPrimitive()) {
242 if (isPrimitive()) {
260 public boolean isPrimitive() { method in class:ObjectStreamField
262 return t != null && t.isPrimitive();
269 return (t != null && t.isPrimitive());
294 if (typeString == null && isPrimitive()) {
H A DEmulatedFields.java145 boolean isPrimitive = fieldType != null && fieldType.isPrimitive();
149 if (isPrimitive) {
172 if (isPrimitive ? fieldType == field.getType() : fieldType == null ||
187 if (slot == null || (type == null && slot.field.getType().isPrimitive())) {
H A DObjectOutputStream.java1146 if (componentType.isPrimitive()) {
H A DObjectStreamClass.java366 if (type.isPrimitive()) {
H A DObjectInputStream.java1440 if (componentType.isPrimitive()) {
/libcore/luni/src/test/java/tests/api/java/util/support/
H A DP.java23 if (ret == null && !cls.equals(Object.class) && !cls.isPrimitive()) {
/libcore/luni/src/test/java/libcore/java/io/
H A DOldObjectStreamFieldTest.java164 assertTrue(String.format("osfArray[%d].isPrimitive() should return true.", i),
165 osfArray[i].isPrimitive());
167 assertFalse(String.format("osfArray[%d].isPrimitive() should return false.",
169 osfArray[(osfArray.length - 1)].isPrimitive());
/libcore/libart/src/main/java/sun/misc/
H A DUnsafe.java104 if (!component.isPrimitive()) {
/libcore/libart/src/main/java/java/lang/
H A DClass.java402 if (this.isPrimitive()) {
1423 return !c.isPrimitive(); // Can assign any reference to java.lang.Object.
1502 public boolean isPrimitive() { method in class:Class
1539 if (isPrimitive() || isInterface() || isArray() || Modifier.isAbstract(accessFlags)) {
1608 if (isPrimitive()) {
/libcore/libdvm/src/main/java/java/lang/
H A DClass.java395 if (this.isPrimitive()) {
1182 public native boolean isPrimitive(); method in class:Class
1215 if (isPrimitive()) {
/libcore/luni/src/main/java/java/lang/reflect/
H A DArray.java353 if (!componentType.isPrimitive()) {
/libcore/luni/src/main/java/java/util/
H A DArrays.java1322 if (!cl.isPrimitive()) {
1668 if (!cl1.isPrimitive()) {
2364 if (elemElemClass.isPrimitive()) {
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 322 milliseconds