Searched refs:describe (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/java/libcore/java/util/beans/ |
D | PropertyChangeSupportTest.java | 240 return describe(a.getPropertyChangeListeners()) in testSerialize() 241 .equals(describe(b.getPropertyChangeListeners())); in testSerialize() 245 describe(deserialized.getPropertyChangeListeners())); in testSerialize() 312 private String describe(PropertyChangeListener[] listeners) { in describe() method in PropertyChangeSupportTest 315 result.add(describe(listener)); in describe() 321 private String describe(EventListener listener) { in describe() method in PropertyChangeSupportTest 324 return proxy.getPropertyName() + " to " + describe(proxy.getListener()); in describe()
|
/libcore/ojluni/src/test/java/util/Collections/ |
D | RacingCollections.java | 304 private static void describe(Class<?> k, Object x, Object y) { in describe() method in RacingCollections 314 describe(Map.class, x, y); in realMain() 329 describe(Set.class, x, y); in realMain() 340 describe(List.class, x, y); in realMain() 351 describe(Queue.class, x, y); in realMain() 357 describe(Deque.class, x, y); in realMain()
|
/libcore/ojluni/src/test/java/util/Base64/ |
D | plain.txt | 34 describe the content of a MIME entity. These header fields occur in
|
/libcore/support/src/test/java/tests/resources/ |
D | junit4-4.3.1.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/extensions/
junit/ ... |
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | Charset-X-Coder.java.template | 77 * object is returned to describe the reason for termination. An invoker can 518 * object to describe its reason for termination: 779 * <p> This method returns a {@link CoderResult} object to describe its
|