Searched refs:toSet (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DCMBinOp.java130 protected void calcFirstPos(CMStateSet toSet) argument
135 toSet.setTo(fLeftChild.firstPos());
136 toSet.union(fRightChild.firstPos());
145 toSet.setTo(fLeftChild.firstPos());
147 toSet.union(fRightChild.firstPos());
155 protected void calcLastPos(CMStateSet toSet) argument
160 toSet.setTo(fLeftChild.lastPos());
161 toSet.union(fRightChild.lastPos());
170 toSet.setTo(fRightChild.lastPos());
172 toSet
[all...]
H A DCMAny.java170 protected void calcFirstPos(CMStateSet toSet) argument
174 toSet.zeroBits();
178 toSet.setBit(fPosition);
181 protected void calcLastPos(CMStateSet toSet) argument
185 toSet.zeroBits();
189 toSet.setBit(fPosition);
H A DCMUniOp.java122 protected void calcFirstPos(CMStateSet toSet) argument
125 toSet.setTo(fChild.firstPos());
128 protected void calcLastPos(CMStateSet toSet) argument
131 toSet.setTo(fChild.lastPos());
H A DCMLeaf.java164 protected void calcFirstPos(CMStateSet toSet) argument
168 toSet.zeroBits();
172 toSet.setBit(fPosition);
175 protected void calcLastPos(CMStateSet toSet) argument
179 toSet.zeroBits();
183 toSet.setBit(fPosition);
H A DCMNode.java149 protected abstract void calcFirstPos(CMStateSet toSet) ; argument
151 protected abstract void calcLastPos(CMStateSet toSet) ; argument
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSCMBinOp.java88 protected void calcFirstPos(CMStateSet toSet) { argument
91 toSet.setTo(fLeftChild.firstPos());
92 toSet.union(fRightChild.firstPos());
100 toSet.setTo(fLeftChild.firstPos());
102 toSet.union(fRightChild.firstPos());
109 protected void calcLastPos(CMStateSet toSet) { argument
112 toSet.setTo(fLeftChild.lastPos());
113 toSet.union(fRightChild.lastPos());
121 toSet.setTo(fRightChild.lastPos());
123 toSet
[all...]
H A DXSCMLeaf.java115 protected void calcFirstPos(CMStateSet toSet) { argument
118 toSet.zeroBits();
122 toSet.setBit(fPosition);
125 protected void calcLastPos(CMStateSet toSet) { argument
128 toSet.zeroBits();
132 toSet.setBit(fPosition);
H A DXSCMUniOp.java81 protected void calcFirstPos(CMStateSet toSet) { argument
83 toSet.setTo(fChild.firstPos());
86 protected void calcLastPos(CMStateSet toSet) { argument
88 toSet.setTo(fChild.lastPos());
/openjdk7/jdk/src/share/classes/javax/swing/
H A DFocusManager.java112 KeyboardFocusManager toSet =
116 KeyboardFocusManager.setCurrentKeyboardFocusManager(toSet);
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFReader.java848 Vector<Style> toSet;
850 toSet = secStyles;
852 toSet = chrStyles;
854 toSet = pgfStyles;
856 if (toSet.size() <= style.number)
857 toSet.setSize(style.number + 1);
858 toSet.setElementAt(defined, style.number);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKColorChooserPanel.java1108 int toSet = FLAGS_FOCUSED_WHEEL;
1112 toSet = FLAGS_FOCUSED_TRIANGLE;
1115 if (!isSet(toSet)) {
1116 setFlag(toSet, true);

Completed in 62 milliseconds