Searched defs:dump (Results 1 – 8 of 8) sorted by relevance
/libcore/metrictests/memory/host/src/libcore/heapmetrics/ |
D | LibcoreHeapMetricsTest.java | 112 private void recordHeapMetrics(AhatSnapshot dump, String metricPrefix, String heapName) { in recordHeapMetrics() 155 private static Map<Reachability, Size> sizesByReachability(AhatSnapshot dump, AhatHeap heap) { in sizesByReachability()
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | OCSPRequest.java | 80 private static final boolean dump = debug != null && Debug.isOn("ocsp"); field in OCSPRequest
|
D | OCSPResponse.java | 135 private static final boolean dump = debug != null && Debug.isOn("ocsp"); field in OCSPResponse
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldObjectOutputStreamTest.java | 418 protected void dump(Object o) throws IOException, ClassNotFoundException { in dump() method in OldObjectOutputStreamTest
|
/libcore/support/src/test/java/libcore/java/security/ |
D | TestKeyStore.java | 1088 public void dump(String context) throws KeyStoreException, NoSuchAlgorithmException { in dump() method in TestKeyStore 1095 public static void dump(String context, KeyStore keyStore, char[] keyPassword) in dump() method in TestKeyStore
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SerializationStressTest.java | 205 protected void dump(Object o) throws IOException, ClassNotFoundException { in dump() method in SerializationStressTest
|
D | SerializationStressTest2.java | 508 public boolean dump; field in SerializationStressTest2.DeepNesting 555 public boolean dump; field in SerializationStressTest2.DeepNestingWithWriteObject
|
D | ObjectOutputStreamTest.java | 1070 protected void dump(Object o) throws IOException, ClassNotFoundException { in dump() method in ObjectOutputStreamTest
|