Searched refs:LINE (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleExtendedText.java63 public static final int LINE = 4; // BugID: 4849720 field in interface:AccessibleExtendedText
89 * <code>SENTENCE</code>, <code>LINE</code> or <code>ATTRIBUTE_RUN</code>
105 * <code>SENTENCE</code>, <code>LINE</code> or <code>ATTRIBUTE_RUN</code>
121 * <code>SENTENCE</code>, <code>LINE</code> or <code>ATTRIBUTE_RUN</code>
/openjdk7/langtools/test/tools/javac/
H A DT6406771.java54 final String LINE = "line" + ':'; // avoid matching this string
66 if (s.startsWith(LINE)) {
67 prefix = LINE;
/openjdk7/jdk/test/java/util/PluggableLocale/providersrc/
H A DBreakIteratorProviderImpl.java49 static enum Type {CHARACTER, LINE, SENTENCE, WORD}; enum constant in enum:BreakIteratorProviderImpl.Type
67 return new FooBreakIterator(Type.LINE, i);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DDiagnosticFormatter.java115 LINE, enum constant in enum:DiagnosticFormatter.PositionKind
/openjdk7/make/scripts/
H A Dwebrev.ksh1423 }}' | while read LINE
1425 set - $LINE
1479 $HGCMD -aC | $FILTER | while read LINE; do
1483 set - $LINE
1492 LINE=$LINE2
1558 ' | while read LINE; do
1562 set - $LINE
1571 LINE=$LINE2
1645 while read LINE; do
1649 set - $LINE
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DRawDiagnosticFormatter.java70 buf.append(formatPosition(d, LINE, null));
H A DBasicDiagnosticFormatter.java157 return formatPosition(d, LINE, l);
H A DAbstractDiagnosticFormatter.java128 case LINE: return d.getLineNumber();
/openjdk7/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/java. ...
/openjdk7/jdk/src/share/back/
H A DstepControl.c217 if (step->granularity == JDWP_STEP_SIZE(LINE) ) {
465 && ( step->granularity != JDWP_STEP_SIZE(LINE)
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DScanner.java867 processComment(CommentStyle.LINE);
1092 LINE, enum constant in enum:Scanner.CommentStyle
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DEventRequestManagerImpl.java561 jdwpSize = JDWP.StepSize.LINE;
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec3127 (Constant LINE = 1
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java3305 // instead an AccessibleTextSequence also for LINE & ATTRIBUTE_RUN
3315 * <code>SENTENCE</code>, <code>LINE</code> or
3326 * @see javax.accessibility.AccessibleExtendedText#LINE
3408 case AccessibleExtendedText.LINE:
3608 * <code>SENTENCE</code>, <code>LINE</code> or
3618 * @see javax.accessibility.AccessibleExtendedText#LINE
3632 * <code>SENTENCE</code>, <code>LINE</code> or
3642 * @see javax.accessibility.AccessibleExtendedText#LINE
3656 * <code>SENTENCE</code>, <code>LINE</code> or
3666 * @see javax.accessibility.AccessibleExtendedText#LINE
[all...]

Completed in 144 milliseconds