Searched refs:has (Results 1 - 4 of 4) sorted by relevance

/libcore/json/src/test/java/org/json/
H A DJSONObjectTest.java90 assertFalse(object.has("foo"));
164 assertFalse(object.has("foo"));
225 assertTrue(object.has("foo"));
226 assertTrue(object.has("quux"));
227 assertFalse(object.has("missing"));
822 assertTrue(object.has("foo"));
823 assertFalse(object.has("bar"));
831 assertTrue(object.has("foo"));
832 assertFalse(object.has("bar"));
833 assertFalse(object.has(nul
[all...]
H A DJSONArrayTest.java354 assertFalse(object.has("b"));
/libcore/json/src/main/java/org/json/
H A DJSONObject.java61 * fails with a {@code JSONException} if the requested name has no value
64 * returns a system- or user-supplied default if the requested name has no
90 * <li>return {@code true} for {@link #has(String)}
281 * this object has no mapping for {@code name}, this inserts a new mapping.
365 * Returns true if this object has no mapping for {@code name} or if it has
374 * Returns true if this object has a mapping for {@code name}. The mapping
377 public boolean has(String name) { method in class:JSONObject
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 104 milliseconds