Searched refs:following (Results 1 - 25 of 27) sorted by relevance

12

/openjdk7/jdk/test/sun/tools/jcmd/
H A Djcmd_pid_Output1.awk4 # section 1 = "The following commands are available:"
21 /^The following commands are available:$/{
/openjdk7/jdk/test/java/text/BreakIterator/
H A DExceptionTest.java55 * following(int)
59 check(bi.following(i), DONE);
61 check(bi.following(i), mirror.following(i));
127 bi.following(offset);
131 throw new RuntimeException(bi + ": following() doesn't throw an IAE with offset "
H A DMirroredBreakIterator.java100 public int following(int offset) { method in class:MirroredBreakIterator
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJLabel.java151 * @param horizontalAlignment One of the following constants
173 * @param horizontalAlignment One of the following constants
202 * @param horizontalAlignment One of the following constants
676 * following constants defined in <code>SwingConstants</code>:
694 * @param alignment One of the following constants
723 * following constants defined in <code>SwingConstants</code>:
742 * @param alignment One of the following constants
777 * @return One of the following constants
799 * @param textPosition One of the following constants
831 * @return One of the following constant
[all...]
H A DAbstractButton.java748 * following values:
761 * @param alignment one of the following values:
790 * one of the following values:
808 * @param alignment the alignment value, one of the following values:
842 * one of the following values:
855 * @param textPosition one of the following values:
881 * one of the following values:
896 * @param textPosition one of the following values:
1822 * example, <code>JButton</code> might do the following:
2741 int end = words.following(inde
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DWhitespaceBasedBreakIterator.java98 public int following(int n) { method in class:WhitespaceBasedBreakIterator
H A DUtilities.java647 words.following(wordPosition);
681 offs = lineStart + words.following(wordPosition) - seg.offset;
736 int wordPosition = words.following(seg.offset + offs - lineStart);
752 // one had whitespace following it.
809 if (words.following(seg.offset + offs - lineStart) == BreakIterator.DONE) {
831 // one had whitespace following it.
979 * this may be one of the following:
H A DJTextComponent.java158 * Keyboard event and input method events are handled in the following stages,
720 * <code>JTextComponents</code> support the following drop modes:
1157 * definitions and load them into some keymap. The following
2231 * The following pattern might be used for <i>background</i>
3116 int end = iterator.following(index - seg.modelOffset + seg.offset);
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DBreakIteratorProviderImpl.java105 public int following(int offset) { method in class:BreakIteratorProviderImpl.FooBreakIterator
/openjdk7/jdk/src/share/classes/java/text/
H A DBreakIterator.java97 * interpretation of punctuation marks within and following
195 * int end = boundary.following(pos);
208 * int last = wb.following(pos);
263 * and following(int) when either the first or last text boundary has been
304 * Returns the boundary following the current boundary. If the current boundary
307 * current position is set to the boundary following the current boundary.
328 * Returns the first boundary following the specified character offset. If the
341 public abstract int following(int offset); method in class:BreakIterator
362 int pos = following(offset);
389 int boundary = following(offse
[all...]
H A DDictionaryBasedBreakIterator.java236 public int following(int offset) { method in class:DictionaryBasedBreakIterator
242 // inherited following() method. This will call other methods in this
247 return super.following(offset);
H A DRuleBasedBreakIterator.java120 * * and the first group of characters following the *.&nbsp; When there is this kind of
203 * <td width="94%">Excludes the character (or the characters in the [] expression) following
756 * Sets the iterator to refer to the first boundary position following
761 public int following(int offset) { method in class:RuleBasedBreakIterator
828 // to check whether this is a boundary, we can use following() on the
832 return following(offset - 1) == offset;
/openjdk7/jdk/src/share/classes/java/awt/
H A DTextComponent.java616 * for its text listeners with the following code:
682 * following occurs:
757 * is one of the following :
1074 int end = words.following(index);
1081 int end = sentence.following(index);
1103 int last = (direction == NEXT) ? words.following(index)
1147 int end = words.following(start);
1157 int start = sentence.following(index);
1161 int end = sentence.following(start);
1210 int end = sentence.following(inde
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DLineBreakMeasurer.java365 nextOffset = breakIter.following(charAtMaxAdvance);
H A DTextMeasurer.java527 compLimit = fLineBreak.following(compLimit);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/doc-files/
H A DModality.txt95 following way: F1 - D2 - F2 - D2 - D3. Respectively, F2
138 following methods: XWindowPeer.addToTransientFors(),
/openjdk7/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jar ... Type, int) public int current () public int first () public int following (int) public java.text.CharacterIterator getText () public boolean ...
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java1302 // "Relative location path expected following '/' or '//'"
1548 null); //"Found ',' but no following argument!");
1640 // "Location step expected following '/' or '//'"
1740 // "Location step expected following '/' or '//'"
2272 * @return boolean indicating whether a slash following the step was consumed
2289 * @return boolean indicating whether a slash following the step was consumed
2382 // change the current step, and let following step be marked as
/openjdk7/hotspot/make/windows/
H A Dcreate.bat143 echo NOTE: Using the following settings:
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLScanner.java55 * This component requires the following features and properties from the
1054 * The returned string is normalized according to the following rule,
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A DCHANGES642 NOTE: regarding the note for version 1.0.5e, the following must also
3473 People found the presence of a beta release following an rc release
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME39 down into the following categories:
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DAccessibleHTML.java1144 int end = iterator.following(index - seg.modelOffset + seg.offset);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp425 // The following extra steps are taken in the debugging version:
446 * The linker uses the following search paths to locate required
667 // the VM. Currently, we unblock the following signals:
861 // The following code works by adjusting sp first, then accessing the "bottom"
2231 #error Method os::dll_load requires that one of following is defined:\
2656 * The following code is moved from os.cpp for making this
3347 // for a line with the following format:
3719 // The following code actually changes the niceness of kernel-thread/LWP. It
4141 // This routine may recognize any of the following kinds of signals:
4515 // check the following fo
[all...]
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp359 // The following extra steps are taken in the debugging version:
380 * The linker uses the following search paths to locate required
542 // the VM. Currently, we unblock the following signals:
735 // The following code works by adjusting sp first, then accessing the "bottom"
2006 #error Method os::dll_load requires that one of following is defined:\
2517 * The following code is moved from os.cpp for making this
3272 // for a line with the following format:
3640 // The following code actually changes the niceness of kernel-thread/LWP. It
3987 // This routine may recognize any of the following kinds of signals:
4329 // check the following fo
[all...]

Completed in 137 milliseconds

12