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

/openjdk7/jdk/src/share/classes/java/util/logging/
H A DErrorManager.java40 private boolean reported = false; field in class:ErrorManager
77 * reported to System.err, and subsequent calls are ignored.
84 if (reported) {
89 reported = true;
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec2213 "are reported. A value of 0 means there are no "
2224 "Limit the requested event to be reported at most once after a "
2225 "given number of occurrences. The event is not reported "
2231 "suppressed, the event is reported. Otherwise, the event is not "
2232 "reported. In either case subsequent events are never reported for "
2242 "Restricts reported events to "
2267 "Restricts reported events to those for classes whose name "
2287 "Restricts reported events to those for classes whose name "
2306 "Restricts reported event
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java765 * @param checkEntities true if undeclared entities should be reported as VC violation,
766 * false if undeclared entities should be reported as WFC violation.

Completed in 494 milliseconds