/libcore/json/src/test/java/org/json/ |
D | JSONObjectTest.java | 40 JSONObject object = new JSONObject(); in testEmptyObject() local 118 JSONObject object = new JSONObject(); in testGet() local 142 JSONObject object = new JSONObject(); in testPut() local 160 JSONObject object = new JSONObject(); in testPutNullRemoves() local 173 JSONObject object = new JSONObject(); in testPutOpt() local 184 JSONObject object = new JSONObject(); in testPutOptUnsupportedNumbers() local 203 JSONObject object = new JSONObject(); in testRemove() local 213 JSONObject object = new JSONObject(); in testBooleans() local 251 JSONObject object = new JSONObject(); in testCoerceStringToBoolean() local 263 JSONObject object = new JSONObject(); in testNumbers() local [all …]
|
D | JSONArrayTest.java | 333 JSONObject object = values.toJSONObject(keys); in testToJSONObject() local 352 JSONObject object = values.toJSONObject(keys); in testToJSONObjectWithNulls() local 364 JSONObject object = values.toJSONObject(keys); in testToJSONObjectMoreNamesThanValues() local 375 JSONObject object = values.toJSONObject(keys); in testToJSONObjectMoreValuesThanNames() local 385 JSONObject object = values.toJSONObject(keys); in testToJSONObjectNullKey() local 443 JSONArray object = new JSONArray(new JSONTokener("[false]")); in testTokenerConstructor() local 475 JSONArray object = new JSONArray("[false]"); in testStringConstructor() local
|
/libcore/libart/src/main/java/java/lang/reflect/ |
D | Field.java | 288 public native Object get(Object object) in get() 314 public native boolean getBoolean(Object object) in getBoolean() 340 public native byte getByte(Object object) in getByte() 366 public native char getChar(Object object) in getChar() 392 public native double getDouble(Object object) in getDouble() 418 public native float getFloat(Object object) in getFloat() 444 public native int getInt(Object object) in getInt() 470 public native long getLong(Object object) in getLong() 496 public native short getShort(Object object) in getShort() 528 public native void set(Object object, Object value) in set() [all …]
|
/libcore/luni/src/main/java/java/util/ |
D | List.java | 50 public void add(int location, E object); in add() 66 public boolean add(E object); in add() 130 public boolean contains(Object object); in contains() 156 public boolean equals(Object object); in equals() 186 public int indexOf(Object object); in indexOf() 215 public int lastIndexOf(Object object); in lastIndexOf() 264 public boolean remove(Object object); in remove() 311 public E set(int location, E object); in set()
|
D | Collection.java | 83 public boolean add(E object); in add() 137 public boolean contains(Object object); in contains() 171 public boolean equals(Object object); in equals() 220 public boolean remove(Object object); in remove()
|
D | Set.java | 42 public boolean add(E object); in add() 78 public boolean contains(Object object); in contains() 102 public boolean equals(Object object); in equals() 141 public boolean remove(Object object); in remove()
|
D | AbstractList.java | 97 public void add(E object) { in add() 140 public void set(E object) { in set() 185 public void add(E object) { in add() 231 public void set(E object) { in set() 244 public void add(int location, E object) { in add() 345 public E set(int location, E object) { in set() 403 public void add(int location, E object) { in add() 424 public boolean add(E object) { in add() 425 add(size(), object); in add() local 481 public boolean equals(Object object) { in equals() [all …]
|
D | Vector.java | 139 public void add(int location, E object) { in add() 151 public synchronized boolean add(E object) { in add() 220 public synchronized void addElement(E object) { in addElement() 281 public boolean contains(Object object) { in contains() 389 public synchronized boolean equals(Object object) { in equals() 522 public int indexOf(Object object) { in indexOf() 543 public synchronized int indexOf(Object object, int location) { in indexOf() 576 public synchronized void insertElementAt(E object, int location) { in insertElementAt() 639 public synchronized int lastIndexOf(Object object) { in lastIndexOf() 660 public synchronized int lastIndexOf(Object object, int location) { in lastIndexOf() [all …]
|
D | ListIterator.java | 40 void add(E object); in add() 131 void set(E object); in set()
|
D | LinkedList.java | 67 LinkIterator(LinkedList<ET> object, int location) { in LinkIterator() 89 public void add(ET object) { in add() 171 public void set(ET object) { in set() 278 public void add(int location, E object) { in add() 309 public boolean add(E object) { in add() 313 private boolean addLastImpl(E object) { in addLastImpl() 412 public void addFirst(E object) { in addFirst() 416 private boolean addFirstImpl(E object) { in addFirstImpl() 432 public void addLast(E object) { in addLast() 484 public boolean contains(Object object) { in contains() [all …]
|
D | Collections.java | 64 CopiesList(int length, E object) { in CopiesList() 72 @Override public boolean contains(Object object) { in contains() 93 @Override public boolean contains(Object object) { in contains() 118 @Override public boolean contains(Object object) { in contains() 231 SingletonSet(E object) { in SingletonSet() 235 @Override public boolean contains(Object object) { in contains() 271 SingletonList(E object) { in SingletonList() 275 @Override public boolean contains(Object object) { in contains()
|
D | Map.java | 48 public boolean equals(Object object); in equals() 81 public V setValue(V object); in setValue() 134 public boolean equals(Object object); in equals()
|
D | AbstractCollection.java | 39 public boolean add(E object) { in add() 126 public boolean contains(Object object) { in contains() 224 public boolean remove(Object object) { in remove()
|
D | HashSet.java | 94 public boolean add(E object) { in add() 137 public boolean contains(Object object) { in contains() 172 public boolean remove(Object object) { in remove()
|
D | IdentityHashMap.java | 99 public boolean equals(Object object) { in equals() 122 public V setValue(V object) { in setValue() 219 public boolean remove(Object object) { in remove() 228 public boolean contains(Object object) { in contains()
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldObjectInputStreamGetFieldTest.java | 71 Support_GetPutFields object = (Support_GetPutFields) ois.readObject(); in test_get() local 99 Support_GetPutFields object = (Support_GetPutFields) ois.readObject(); in test_defaultedLjava_lang_String() local 123 Support_GetPutFields object = (Support_GetPutFields) ois.readObject(); in test_getException() local 239 Support_GetPutFields object = (Support_GetPutFields) ois.readObject(); in test_getObjectStreamClass() local
|
/libcore/json/src/main/java/org/json/ |
D | JSONArray.java | 92 Object object = readFrom.nextValue(); in JSONArray() local 327 Object object = get(index); in getBoolean() local 348 Object object = opt(index); in optBoolean() local 361 Object object = get(index); in getDouble() local 382 Object object = opt(index); in optDouble() local 395 Object object = get(index); in getInt() local 416 Object object = opt(index); in optInt() local 429 Object object = get(index); in getLong() local 450 Object object = opt(index); in optLong() local 462 Object object = get(index); in getString() local [all …]
|
D | JSONObject.java | 156 Object object = readFrom.nextValue(); in JSONObject() local 410 Object object = get(name); in getBoolean() local 431 Object object = opt(name); in optBoolean() local 444 Object object = get(name); in getDouble() local 465 Object object = opt(name); in optDouble() local 478 Object object = get(name); in getInt() local 499 Object object = opt(name); in optInt() local 514 Object object = get(name); in getLong() local 538 Object object = opt(name); in optLong() local 550 Object object = get(name); in getString() local [all …]
|
/libcore/luni/src/main/java/java/security/ |
D | GuardedObject.java | 31 private final Object object; field in GuardedObject 45 public GuardedObject(Object object, Guard guard) { in GuardedObject()
|
D | Guard.java | 35 public void checkGuard(Object object) throws SecurityException; in checkGuard()
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
D | ASN1TypeCollection.java | 69 protected final void setDefault(Object object, int index) { in setDefault() 85 protected void getValues(Object object, Object[] values) { in getValues()
|
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/ |
D | PatternSyntaxExceptionTest.java | 118 PatternSyntaxException object = new PatternSyntaxException("TESTDESC", "TESTREGEX", 3); in testSerializationCompatibility() local 123 PatternSyntaxException object = new PatternSyntaxException("TESTDESC", "TESTREGEX", 3); in testSerializationSelf() local
|
/libcore/luni/src/test/java/libcore/util/ |
D | SerializationTester.java | 82 private static byte[] serialize(Object object) throws IOException { in serialize() 114 public static Object reserialize(Object object) throws IOException, ClassNotFoundException { in reserialize() 118 public static String serializeHex(Object object) throws IOException { in serializeHex()
|
/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
D | SerializationTest.java | 269 public static SerializableAssert defineComparator(TestCase test, Object object) in defineComparator() 303 public static void verifyGolden(TestCase test, Object object) throws Exception { in verifyGolden() 319 public static void verifyGolden(TestCase test, Object object, SerializableAssert comparator) in verifyGolden() 373 public static void verifySelf(Object object) throws Exception { in verifySelf() 386 public static void verifySelf(Object object, SerializableAssert comparator) throws Exception { in verifySelf() 447 public static void createGoldenFile(String root, TestCase test, Object object) in createGoldenFile()
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | CopyOnWriteArrayList.java | 144 public int indexOf(E object, int from) { in indexOf() 149 public int indexOf(Object object) { in indexOf() 160 public int lastIndexOf(E object, int to) { in lastIndexOf() 165 public int lastIndexOf(Object object) { in lastIndexOf() 330 public synchronized boolean addIfAbsent(E object) { in addIfAbsent() 525 @Override public int indexOf(Object object) { in indexOf() 533 @Override public int lastIndexOf(Object object) { in lastIndexOf() 541 @Override public boolean contains(Object object) { in contains() 579 @Override public void add(int index, E object) { in add() 588 @Override public boolean add(E object) { in add() [all …]
|