Searched refs:xdump (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
H A DOldObjectOutputStreamTest.java122 protected static final String MODE_XDUMP = "xdump";
132 protected static boolean xdump = false; field in class:OldObjectOutputStreamTest
401 if (xload || xdump) {
421 if (xdump) {
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
H A DObjectOutputStreamTest.java554 protected static final String MODE_XDUMP = "xdump";
564 protected static boolean xdump = false; field in class:ObjectOutputStreamTest
1053 if (xload || xdump) {
1073 if (xdump) {
H A DSerializationStressTest.java71 // protected static final String MODE_XDUMP = "xdump";
81 protected static boolean xdump = false; field in class:SerializationStressTest
224 if (xload || xdump) {
249 if (xdump) {

Completed in 66 milliseconds