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

/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DClassDefinition.java337 field != null; field = field.getNextMatch()) {
856 member = member.getNextMatch()) {
942 field != null ; field = field.getNextMatch()) {
1133 for (f = getFirstMatch(nm) ; f != null ; f = f.getNextMatch()) {
1804 for (MemberDefinition field = getFirstMatch(nm.getHead()) ; field != null ; field = field.getNextMatch()) {
1821 for (f = getFirstMatch(nm) ; f != null ; f = f.getNextMatch()) {
1870 for (f = getFirstMatch(nm) ; f != null ; f = f.getNextMatch()) {
H A DBinaryConstantPool.java184 field = field.getNextMatch()) {
H A DEnvironment.java132 f != null; f = f.getNextMatch()) {
364 f != null; f = f.getNextMatch()) {
H A DMemberDefinition.java387 public final MemberDefinition getNextMatch() { method in class:MemberDefinition
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java180 int index = getNextMatch(startIndex, rowCount - 1);
183 index = getNextMatch(0, startIndex - 1);
195 private int getNextMatch(int startIndex, int finishIndex) {
581 public int getNextMatch(String prefix, int startIndex, Position.Bias bias) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java1989 int index = listBox.getNextMatch(prefix, startIndex,
1992 index = listBox.getNextMatch(prefix, 0,
H A DBasicListUI.java2405 int index = src.getNextMatch(prefix, startIndex,
2411 index = src.getNextMatch(prefix, 0,
H A DBasicTreeUI.java3341 TreePath path = tree.getNextMatch(prefix, startingRow,
3348 path = tree.getNextMatch(prefix, 0,
/openjdk7/jdk/src/share/classes/sun/tools/javac/
H A DSourceClass.java436 f2 != null; f2 = f2.getNextMatch()) {
1276 for (MemberDefinition f2 = f; (f2 = f2.getNextMatch()) != null; ) {
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJList.java1470 public int getNextMatch(String prefix, int startIndex, Position.Bias bias) { method in class:JList
H A DJTree.java2997 public TreePath getNextMatch(String prefix, int startingRow, method in class:JTree

Completed in 240 milliseconds