Searched defs:NULL (Results 1 - 5 of 5) sorted by relevance

/libcore/json/src/main/java/org/json/
H A DJSONStringer.java107 NULL, enum constant in enum:JSONStringer.Scope
245 || value == JSONObject.NULL) {
414 } else if (context != Scope.NULL) {
H A DJSONObject.java31 * JSONArrays}, Strings, Booleans, Integers, Longs, Doubles or {@link #NULL}.
54 * coerced, the sentinel value {@link JSONObject#NULL} is coerced to the
70 * JSONObject#NULL}. In particular, calling {@code put(name, null)} removes the
71 * named entry from the object but {@code put(name, JSONObject.NULL)} stores an
72 * entry whose value is {@code JSONObject.NULL}.
99 public static final Object NULL = new Object() { field in class:JSONObject
250 * Integer, Long, Double, {@link #NULL}, or {@code null}. May not be
294 * Integer, Long, Double, {@link #NULL} or null. May not be {@link
366 * a mapping whose value is {@link #NULL}.
370 return value == null || value == NULL;
[all...]
/libcore/luni/src/main/java/java/sql/
H A DTypes.java124 * The type code that identifies the SQL type {@code NULL}.
126 public static final int NULL = 0; field in class:Types
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DSelectorTest.java49 NULL, TIMEOUT, NOW enum constant in enum:SelectorTest.SelectType
156 count = blockingSelect(SelectType.NULL, 0);
218 assert_select_OP_ACCEPT(SelectType.NULL, 0);
219 assert_select_OP_CONNECT(SelectType.NULL, 0);
220 assert_select_OP_READ(SelectType.NULL, 0);
221 assert_select_OP_WRITE(SelectType.NULL, 0);
228 assert_select_SelectorClosed(SelectType.NULL, 0);
295 selectOnce(SelectType.NULL, 0);
312 selectOnce(SelectType.NULL, 0);
663 case NULL
[all...]
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 522 milliseconds