Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 17 of 17) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest1.java378 if (DEBUG) in test_18_1_writeObject()
405 if (DEBUG) in test_18_2_writeObject()
432 if (DEBUG) in test_18_3_writeObject()
460 if (DEBUG) in test_18_4_writeObject()
488 if (DEBUG) in test_18_5_writeObject()
516 if (DEBUG) in test_18_6_writeObject()
544 if (DEBUG) in test_18_7_writeObject()
572 if (DEBUG) in test_18_8_writeObject()
600 if (DEBUG) in test_18_9_writeObject()
628 if (DEBUG) in test_18_10_writeObject()
[all …]
DSerializationStressTest3.java406 if (DEBUG) in test_18_82_writeObject()
435 if (DEBUG) in test_18_83_writeObject()
464 if (DEBUG) in test_18_84_writeObject()
492 if (DEBUG) in test_18_85_writeObject()
513 if (DEBUG) in test_18_86_writeObject()
542 if (DEBUG) in test_18_87_writeObject()
571 if (DEBUG) in test_18_88_writeObject()
600 if (DEBUG) in test_18_89_writeObject()
628 if (DEBUG) in test_18_90_writeObject()
657 if (DEBUG) in test_18_91_writeObject()
[all …]
DSerializationStressTest4.java74 if (DEBUG) in test_writeObject_EventObject()
106 if (DEBUG) in test_writeObject_Collections_EmptySet()
139 if (DEBUG) in test_writeObject_Collections_EmptyMap()
172 if (DEBUG) in test_writeObject_Character()
237 if (DEBUG) in test_writeObject_Format()
265 if (DEBUG) in test_writeObject_BigDecimal()
308 if (DEBUG) in test_writeObject_SecureRandomSpi()
335 if (DEBUG) in test_writeObject_Short()
364 if (DEBUG) in test_writeObject_Byte()
393 if (DEBUG) in test_writeObject_String_CaseInsensitiveComparator()
[all …]
DSerializationStressTest2.java820 if (DEBUG) in test_18_41_writeObject()
849 if (DEBUG) in test_18_42_writeObject()
884 if (DEBUG) in test_18_43_writeObject()
917 if (DEBUG) in test_18_44_writeObject()
947 if (DEBUG) in test_18_45_writeObject()
979 if (DEBUG) in test_18_46_writeObject()
1009 if (DEBUG) in test_18_47_writeObject()
1040 if (DEBUG) in test_18_48_writeObject()
1071 if (DEBUG) in test_18_51_writeObject()
1106 if (DEBUG) in test_18_52_writeObject()
[all …]
DObjectOutputStreamTest.java560 private static final boolean DEBUG = false; field in ObjectOutputStreamTest
911 if (DEBUG) in test_writeObjectLjava_lang_Object()
DSerializationStressTest.java77 protected static final boolean DEBUG = false; field in SerializationStressTest
/libcore/ojluni/src/main/java/sun/security/util/
DCache.java250 private final static boolean DEBUG = false; field in MemoryCache
306 if (DEBUG) { in emptyQueue()
333 if (DEBUG) { in expungeExpiredEntries()
375 if (DEBUG) { in put()
393 if (DEBUG) { in get()
416 if (DEBUG) { in setCapacity()
427 if (DEBUG) { in setCapacity()
436 if (DEBUG) { in setTimeout()
/libcore/ojluni/annotations/hiddenapi/javax/net/ssl/
DSSLSocketFactory.java66 static final boolean DEBUG; field in SSLSocketFactory
69 DEBUG = false;
/libcore/ojluni/src/main/java/javax/net/ssl/
DSSLSocketFactory.java60 static final boolean DEBUG; field in SSLSocketFactory
66 DEBUG = s.contains("all") || s.contains("ssl");
70 if (DEBUG) { in log()
DSSLServerSocketFactory.java61 if (SSLSocketFactory.DEBUG) { in log()
/libcore/luni/src/main/java/javax/xml/parsers/
DDocumentBuilder.java56 private static final boolean DEBUG = false; field in DocumentBuilder
178 if (DEBUG) { in parse()
DSAXParser.java74 private static final boolean DEBUG = false; field in SAXParser
292 if (DEBUG) { in parse()
321 if (DEBUG) { in parse()
/libcore/ojluni/src/test/
Dgen-test-list26 if [[ $DEBUG == "true" ]]; then
/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java68 private static final boolean DEBUG; field in URLClassPath
76 DEBUG = (java.security.AccessController.doPrivileged(
232 if (DEBUG) { in getResource()
467 if (DEBUG || DEBUG_LOOKUP_CACHE) {
552 if (DEBUG) {
891 if (DEBUG) {
/libcore/ojluni/annotations/hiddenapi/sun/security/util/
DMemoryCache.java81 private static final boolean DEBUG = false; field in MemoryCache
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DURLClassPath.java152 private static final boolean DEBUG; field in URLClassPath
155 DEBUG = false;
/libcore/luni/src/test/java/libcore/java/io/
DOldObjectOutputStreamTest.java128 private static final boolean DEBUG = false; field in OldObjectOutputStreamTest