Searched defs:line (Results 51 - 75 of 140) sorted by relevance

123456

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DServiceFinder.java72 * names, one per line. Space and tab characters surrounding each name, as
74 * (<tt>0x23</tt>); on each line all characters following the first comment
100 * the single line:
239 private static void fail(final Class service, final URL u, final int line, final String msg, final Throwable cause) argument
241 fail(service, LocalizationMessages.WSP_0024_SPI_FAIL_SERVICE_URL_LINE_MSG(u , line, msg), cause);
245 * Parse a single line from the given configuration file, adding the name
246 * on the line to both the names list and the returned set iff the name is
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DServiceFinder.java74 * names, one per line. Space and tab characters surrounding each name, as
76 * (<tt>0x23</tt>); on each line all characters following the first comment
102 * the single line:
233 private static void fail(Class service, URL u, int line, String msg) argument
235 fail(service, u + ":" + line + ": " + msg);
239 * Parse a single line from the given configuration file, adding the name
240 * on the line to both the names list and the returned set iff the name is
/openjdk7/jdk/src/solaris/instrument/
H A DEncodingSupport_md.c49 utfError(char *file, int line, char *message) argument
51 (void)fprintf(stderr, "UTF ERROR [\"%s\":%d]: %s\n", file, line, message);
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_CommonUtils.c31 static void alsaDebugOutput(const char *file, int line, const char *function, int err, const char *fmt, ...) { argument
35 printf("%s:%d function %s: error %d: %s\n", file, line, function, err, snd_strerror(err));
H A DPLATFORM_API_LinuxOS_ALSA_CommonUtils.c31 static void alsaDebugOutput(const char *file, int line, const char *function, int err, const char *fmt, ...) { argument
35 printf("%s:%d function %s: error %d: %s\n", file, line, function, err, snd_strerror(err));
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_new.cpp193 rand_alloc_fail(const char *file, int line) throw (std::bad_alloc) argument
208 fprintf(stderr, "failing allocation at %s, %d\n", file, line);
209 fprintf(logfile, "%s, %d\n", file, line);
218 void *safe_Malloc_outofmem(size_t size, const char *file, int line) argument
221 rand_alloc_fail(file, line);
225 void *safe_Calloc_outofmem(size_t num, size_t size, const char *file, int line) argument
228 rand_alloc_fail(file, line);
233 int line)
236 rand_alloc_fail(file, line);
240 void * CDECL operator new(size_t size, const char *file, int line) argument
232 safe_Realloc_outofmem(void *memblock, size_t size, const char *file, int line) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DSourceToHTMLConverter.java56 * New line to be added to the documentation.
169 String line;
175 while ((line = reader.readLine()) != null) {
177 addLine(pre, line, configuration.sourcetab, lineno);
253 * Add the line numbers for the source code.
255 * @param pre the content tree to which the line number will be added
256 * @param lineno The line number
272 * Add a line from source to the HTML file that is generated.
274 * @param pre the content tree to which the line will be added.
275 * @param line th
279 addLine(Content pre, String line, int tabLength, int currentLineNo) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/util/
H A DPosition.java35 * Support is also provided for (line,column) coordinates, but tab
62 /** A two-way map between line/column numbers and positions,
81 /** Encode line and column numbers in an integer as:
82 * line-number << LINESHIFT + column-number
85 * @param line number of line (first is 1)
86 * @param col number of character on line (first is 1)
88 * if the line or column number is too big to
90 * @throws IllegalArgumentException if line or col is less than 1
92 public static int encodePosition(int line, in argument
113 getStartPosition(int line) argument
125 getPosition(int line, int column) argument
173 getStartPosition(int line) argument
177 getStartPosition(long line) argument
181 getPosition(int line, int column) argument
185 getPosition(long line, long column) argument
268 getPosition(int line, int column) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DElementImpl.java44 int line; field in class:ElementImpl
50 public ElementImpl(int line, int column, int offset) { argument
56 this.line = line;
61 public ElementImpl(int line, int column) { argument
62 this(line, column, -1);
67 String uri, int line, int column, int offset) {
73 this.line = line;
79 String uri, int line, in
66 ElementImpl(String prefix, String localpart, String rawname, String uri, int line, int column, int offset) argument
78 ElementImpl(String prefix, String localpart, String rawname, String uri, int line, int column) argument
[all...]
H A DSchemaDOM.java67 int line, int column, int offset) {
68 ElementImpl node = new ElementImpl(line, column, offset);
76 int line, int column, int offset) {
77 ElementImpl node = new ElementImpl(line, column, offset);
83 int line, int column) {
84 return startElement(element, attributes, line, column, -1);
88 int line, int column) {
89 return emptyElement(element, attributes, line, column, -1);
66 startElement(QName element, XMLAttributes attributes, int line, int column, int offset) argument
75 emptyElement(QName element, XMLAttributes attributes, int line, int column, int offset) argument
82 startElement(QName element, XMLAttributes attributes, int line, int column) argument
87 emptyElement(QName element, XMLAttributes attributes, int line, int column) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTextArea.java42 * A <code>JTextArea</code> is a multi-line area that displays plain text.
54 * Alternative multi-line text classes with
63 * The <code>java.awt.TextArea</code> has the ability to do line wrapping.
67 * a bound property for line wrapping that controls whether or
68 * not it will wrap lines. By default, the line wrapping property
121 * description: A multi-line area that displays plain text.
294 * Sets the line-wrapping policy of the text area. If set
315 * Gets the line-wrapping policy of the text area. If set
335 * for line wrapping
365 * line numbe
404 getLineStartOffset(int line) argument
427 getLineEndOffset(int line) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DPlainView.java33 * Implements View interface for a simple multi-line text view
35 * child element as a line of text.
63 * Renders a line of text, suppressing whitespace at the end
69 * @param lineIndex the line to draw >= 0
77 Element line = getElement().getElement(lineIndex);
81 if (line.isLeaf()) {
82 drawElement(lineIndex, line, g, x, y);
84 // this line contains the composed text.
85 int count = line.getElementCount();
87 elem = line
613 lineToRect(Shape a, int line) argument
659 getLineWidth(Element line) argument
[all...]
H A DUtilities.java471 // a multibyte char found; use BreakIterator to find line break
631 Element line = getParagraphElement(c, offs);
632 if (line == null) {
635 int lineStart = line.getStartOffset();
636 int lineEnd = Math.min(line.getEndOffset(), doc.getLength());
665 Element line = getParagraphElement(c, offs);
666 if (line == null) {
669 int lineStart = line.getStartOffset();
670 int lineEnd = Math.min(line.getEndOffset(), doc.getLength());
698 Element line
717 getNextWordInParagraph(JTextComponent c, Element line, int offs, boolean first) argument
795 getPrevWordInParagraph(JTextComponent c, Element line, int offs) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DManifest.java170 * Adds line breaks to enforce a maximum 72 bytes per line.
172 static void make72Safe(StringBuffer line) { argument
173 int length = line.length();
177 line.insert(index, "\r\n ");
212 throw new IOException("manifest line too long");
234 // continuation line
366 * Reads 'len' bytes from the input stream, or until an end-of-line
/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPolicyParser.java104 * Treat end-of-line as white space, not as a token
699 ParsingException(int line, String msg) { argument
700 super("line " + line + ": " + msg);
703 ParsingException(int line, String expect, String actual) { argument
704 super("line "+line+": expected '"+expect+"', found '"+actual+"'");
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DASCII_CharStream.java26 /* Generated By:JavaCC: Do not edit this line. ASCII_CharStream.java Version 0.7pre6 */
45 private int line = 1; field in class:ASCII_CharStream
167 line += (column = 1);
177 line += (column = 1);
196 bufline[bufpos] = line;
262 line = startline;
280 line = startline;
355 * Method to adjust line and column numbers for the start of a token.
398 line = bufline[j];
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAbstractMixer.java68 * if any line of this mixer is started
104 * @param mixer the mixer with which this line is associated
115 // setup the line part
316 * this line is a source or target line, calls open(no-arg) on the
317 * mixer, and adds the line to the appropriate vector.
318 * The mixer may be opened at a format different than the line's
321 final synchronized void open(Line line) throws LineUnavailableException { argument
323 if (Printer.trace) Printer.trace(">> AbstractMixer: open(line = " + line
366 close(Line line) argument
422 start(Line line) argument
446 stop(Line line) argument
[all...]
H A DSoftMixingMixer.java342 public void open(SourceDataLine line) throws LineUnavailableException { argument
351 if (line != null)
352 format = line.getFormat();
356 if (line == null) {
366 // Search for suitable line
409 line = (SourceDataLine) defaultmixer.getLine(idealinfo);
413 if(line == null)
414 line = AudioSystem.getSourceDataLine(format);
421 if (line == null)
422 throw new IllegalArgumentException("No line matchin
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DASCII_UCodeESC_CharStream.java35 /* Generated By:JavaCC: Do not edit this line. ASCII_UCodeESC_CharStream.java Version 0.7pre6 */
102 private int line = 1; field in class:ASCII_UCodeESC_CharStream
188 bufline[bufpos] = line;
245 line += (column = 1);
255 line += (column = 1);
274 bufline[bufpos] = line;
347 throw new Error("Invalid escape character at line " + line +
411 line = startline;
430 line
[all...]
/openjdk7/jdk/src/share/classes/java/awt/datatransfer/
H A DSystemFlavorMap.java288 // Get next line
289 String line = in.readLine();
290 if (line == null) {
294 if (line.length() > 0) {
296 char firstChar = line.charAt(0);
298 while (continueLine(line)) {
304 line.substring(0, line.length() - 1);
305 // Advance beyond whitespace on new line
316 line
446 continueLine(String line) argument
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Dfilebuff.cpp65 *_bufmax = '\n'; // End with a sentinel new-line
83 retval = ++_bufeol; // return character following end of previous line
85 // Search for newline character which must end each line
88 // _bufeol & filepos point at end of current line, so return pointer to start
150 _sol = br->_sol; // Also use earlier line start
151 _line = br->_line; // Also use earlier line
174 // Print and highlite a region of a line. Return the amount of highliting left
175 // to do (i.e. highlite length minus length of line).
176 static int printline( ostream& os, const char *fname, int line, argument
179 // Display the entire tab-expanded line
180 os << fname << ":" << line << ": "; local
190 os << fname << ":" << line << ": "; local
[all...]
/openjdk7/jdk/make/tools/src/build/tools/charsetmapping/
H A DUtils.java87 protected boolean isDirective(String line) { argument
88 return line.startsWith("#");
110 String line;
111 while ((line = reader.readLine()) != null) {
112 if (isDirective(line))
114 matcher.reset(line);
116 //System.out.println("Missed: " + line);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaKeyBindings.java547 final Element line = Utilities.getParagraphElement(target, start);
548 final int end = getEnd(target, line, start);
560 abstract int getEnd(final JTextComponent target, final Element line, final int start) throws BadLocationException; argument
/openjdk7/jdk/src/share/back/
H A Dlog_messages.c92 fill_location_stamp(const char *flavor, const char *file, int line) argument
96 flavor, file_basename(file), line);
102 log_message_begin(const char *flavor, const char *file, int line) argument
107 fill_location_stamp(flavor, file, line);
H A DstepControl.c117 /* If the method is native or obsolete, don't even ask for the line table */
133 jint line = -1; local
138 /* any preface before first line is assigned to first line */
144 line = lines[i-1].line_number;
147 return line;
219 LOG_STEP(("initState(): Begin line step"));
229 /* Clear out previous line table only if we changed methods */
620 * Instruction steps are complete at this point. For line
622 * different line
629 jint line = -1; local
[all...]

Completed in 825 milliseconds

123456