Searched defs:copyAttrs (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DClassDump.java80 copyAttrs(attrCount);
95 copyAttrs(attrCount);
126 void copyAttrs(int attrCount) { method in class:ClassDump
H A DInject.java250 copyAttrs(attrCount);
267 copyAttrs(attrCount);
346 void copyAttrs(int attrCount) { method in class:Inject
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DInstallSDE.java125 if (!copyAttrs(attrCount)) {
149 copyAttrs(attrCount);
153 boolean copyAttrs(int attrCount) { method in class:InstallSDE
/openjdk7/jdk/src/share/classes/java/text/
H A DAttributedString.java436 * <li>If copyAttrs is true, the attributes from the existing run
438 * <li>If copyAttrs is false, the attributes from the existing run
443 private final int ensureRunBreak(int offset, boolean copyAttrs) { argument
482 if (copyAttrs) {

Completed in 96 milliseconds