Searched defs:dump (Results 1 - 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/sun/security/provider/certpath/
H A DOCSPRequest.java80 private static final boolean dump = debug != null && Debug.isOn("ocsp"); field in class:OCSPRequest
140 if (dump) {
H A DOCSPResponse.java135 private static final boolean dump = debug != null && Debug.isOn("ocsp"); field in class:OCSPResponse
193 if (dump) {
/libcore/luni/src/test/java/libcore/java/io/
H A DOldObjectOutputStreamTest.java418 protected void dump(Object o) throws IOException, ClassNotFoundException { method in class:OldObjectOutputStreamTest
420 // Choose the dump stream
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DSerializationStressTest.java205 protected void dump(Object o) throws IOException, ClassNotFoundException { method in class:SerializationStressTest
218 dump(o);
H A DObjectOutputStreamTest.java1070 protected void dump(Object o) throws IOException, ClassNotFoundException { method in class:ObjectOutputStreamTest
1072 // Choose the dump stream
1196 dump(o);
H A DSerializationStressTest2.java508 public boolean dump; field in class:SerializationStressTest2.DeepNesting
515 dump = false;
534 if (inst.dump != this.dump || inst.load != this.load)
555 public boolean dump; field in class:SerializationStressTest2.DeepNestingWithWriteObject
562 dump = false;
582 if (inst.dump != this.dump || inst.load != this.load)
1074 // has to have called the writeObject on the instance to dump
1520 dump(objToSav
[all...]
/libcore/support/src/test/java/libcore/java/security/
H A DTestKeyStore.java1088 public void dump(String context) throws KeyStoreException, NoSuchAlgorithmException { method in class:TestKeyStore
1089 dump(context, keyStore, keyPassword);
1095 public static void dump(String context, KeyStore keyStore, char[] keyPassword) method in class:TestKeyStore

Completed in 441 milliseconds