Searched defs:SUPPRESS (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javac/TryWithResources/
H A DInterruptedExceptionTest.java59 SUPPRESS; enum constant in enum:InterruptedExceptionTest.SuppressLevel
62 return this == SUPPRESS ?
201 suppress_decl != SuppressLevel.SUPPRESS;
206 suppress_use != SuppressLevel.SUPPRESS;
H A DUnusedResourcesTest.java74 SUPPRESS; enum constant in enum:UnusedResourcesTest.SuppressLevel
77 return this == SUPPRESS ?
216 suppressLevel != SuppressLevel.SUPPRESS;

Completed in 30 milliseconds