Searched refs:lineno (Results 26 - 32 of 32) sorted by relevance

12

/openjdk10/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DConfig.java375 return new ConfigurationException(msg + ", line " + st.lineno());
462 ("Unknown keyword '" + word + "', line " + st.lineno());
/openjdk10/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp337 void syntax_err ( int lineno, const char *fmt, ...);
H A DarchDesc.cpp751 void ArchDesc::syntax_err(int lineno, const char *fmt, ...) { argument
755 _internal_errs += emit_msg(0, SYNERR, lineno, fmt, args);
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DStreamTokenizer.java335 * lines. The {@code lineno} method may no longer reflect
775 public int lineno() { method in class:StreamTokenizer
/openjdk10/hotspot/src/share/vm/code/
H A Dnmethod.cpp2703 int lineno = sd->method()->line_number_from_bci(sd->bci()); local
2704 if (lineno != -1) {
2705 st->print("@%d (line %d)", sd->bci(), lineno);
/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c192 int lineno; // line counter for error reporting member in struct:__anon1007
494 snprintf(ErrMsg, 1023, "%s: Line %d, %s", it8->FileStack[it8 ->IncludeSP]->FileName, it8->lineno, Buffer);
877 it8->lineno++;
883 it8->lineno++;
1337 it8 -> lineno = 1;
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh485 t lineno
487 :lineno
493 ' >$as_me.lineno &&
494 chmod +x "$as_me.lineno" ||
495 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
504 . "./$as_me.lineno"
[all...]

Completed in 241 milliseconds

12