Searched refs:DEBUG_STANDARD (Results 1 - 9 of 9) sorted by relevance

/openjdk10/jdk/test/javax/management/security/
H A DSimpleListener.java40 Utils.debug(Utils.DEBUG_STANDARD,
65 Utils.debug(Utils.DEBUG_STANDARD,
72 Utils.debug(Utils.DEBUG_STANDARD,
93 Utils.debug(Utils.DEBUG_STANDARD,
100 Utils.debug(Utils.DEBUG_STANDARD,
114 Utils.debug(Utils.DEBUG_STANDARD,
121 Utils.debug(Utils.DEBUG_STANDARD,
H A DUtils.java42 static final int DEBUG_STANDARD = 1; field in class:Utils
44 static final int DEBUG_ALL = DEBUG_STANDARD | DEBUG_VERBOSE;
51 if (p.getProperty("DEBUG_STANDARD") != null) {
52 level |= DEBUG_STANDARD;
75 Utils.debug(DEBUG_STANDARD, "TestRoot::parseParameters: Start");
81 Utils.debug(DEBUG_STANDARD,
89 Utils.debug(DEBUG_STANDARD,
102 Utils.debug(DEBUG_STANDARD, "TestRoot::parseParameters: Done") ;
111 Utils.debug(Utils.DEBUG_STANDARD,
125 Utils.debug(Utils.DEBUG_STANDARD,
[all...]
H A DAuthorizationTest.java151 Utils.debug(Utils.DEBUG_STANDARD, "create and register Simple MBean") ;
327 Utils.debug(Utils.DEBUG_STANDARD,
337 Utils.debug(Utils.DEBUG_STANDARD,
345 Utils.debug(Utils.DEBUG_STANDARD,
351 Utils.debug(Utils.DEBUG_STANDARD,
357 Utils.debug(Utils.DEBUG_STANDARD,
398 Utils.debug(Utils.DEBUG_STANDARD,
408 Utils.debug(Utils.DEBUG_STANDARD,
462 Utils.debug(Utils.DEBUG_STANDARD,
501 Utils.debug(Utils.DEBUG_STANDARD,
[all...]
H A DSecurityTest.java580 Utils.debug(Utils.DEBUG_STANDARD,
683 Utils.debug(Utils.DEBUG_STANDARD,
691 Utils.debug(Utils.DEBUG_STANDARD,
697 Utils.debug(Utils.DEBUG_STANDARD,
714 Utils.debug(Utils.DEBUG_STANDARD,
732 Utils.debug(Utils.DEBUG_STANDARD,
H A DMBS_Light.java166 Utils.debug(Utils.DEBUG_STANDARD,
/openjdk10/jdk/test/javax/management/mxbean/
H A DUtils.java38 static final int DEBUG_STANDARD = 1; field in class:Utils
40 static final int DEBUG_ALL = DEBUG_STANDARD | DEBUG_VERBOSE;
47 if (p.getProperty("DEBUG_STANDARD") != null) {
48 level |= DEBUG_STANDARD;
71 Utils.debug(DEBUG_STANDARD, "TestRoot::parseParameters: Start");
77 Utils.debug(DEBUG_STANDARD,
85 Utils.debug(DEBUG_STANDARD,
98 Utils.debug(DEBUG_STANDARD, "TestRoot::parseParameters: Done") ;
232 Utils.debug(DEBUG_STANDARD, message);
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DExceptionTest.java197 static final int DEBUG_STANDARD = 1; field in class:ExceptionTest.Utils
199 static final int DEBUG_ALL = DEBUG_STANDARD | DEBUG_VERBOSE;
206 if (p.getProperty("DEBUG_STANDARD") != null) {
207 level |= DEBUG_STANDARD;
230 debug(DEBUG_STANDARD, "TestRoot::parseParameters: Start");
236 debug(DEBUG_STANDARD,
244 debug(DEBUG_STANDARD,
257 debug(DEBUG_STANDARD, "TestRoot::parseParameters: Done") ;
H A DExceptionFactory.java126 ExceptionTest.Utils.debug(ExceptionTest.Utils.DEBUG_STANDARD,
/openjdk10/jdk/test/javax/management/query/
H A DSupportedQueryTypesTest.java298 static final int DEBUG_STANDARD = 1; field in class:SupportedQueryTypesTest.Utils
300 static final int DEBUG_ALL = DEBUG_STANDARD | DEBUG_VERBOSE;
307 if (p.getProperty("DEBUG_STANDARD") != null) {
308 level |= DEBUG_STANDARD;
331 debug(DEBUG_STANDARD, "TestRoot::parseParameters: Start");
337 debug(DEBUG_STANDARD,
345 debug(DEBUG_STANDARD,
358 debug(DEBUG_STANDARD, "TestRoot::parseParameters: Done") ;

Completed in 52 milliseconds