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

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMSubTreeData.java77 private boolean withComments; field in class:DOMSubTreeData.DelayedNodeIterator
81 this.withComments = !excludeComments;
163 if (withComments) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Dglobals.cpp109 void Flag::print_on(outputStream* st, bool withComments) { argument
136 if (withComments) {
553 void CommandLineFlags::printFlags(outputStream* out, bool withComments) { argument
573 array[i]->print_on(out, withComments);

Completed in 54 milliseconds