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

12

/openjdk10/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/perfdata/monitor/
H A DSyntaxException.java41 int lineno; field in class:SyntaxException
43 public SyntaxException(int lineno) { argument
44 this.lineno = lineno;
48 return "syntax error at line " + lineno;
H A DAliasFileParser.java86 throw new SyntaxException(st.lineno());
99 throw new SyntaxException(st.lineno());
/openjdk10/jdk/src/jdk.jcmd/share/classes/sun/tools/jstat/
H A DSyntaxException.java47 public SyntaxException(int lineno, String expected, String found) { argument
48 message = "Syntax error at line " + lineno
53 public SyntaxException(int lineno, String expected, Token found) { argument
54 message = "Syntax error at line " + lineno
59 public SyntaxException(int lineno, Token expected, Token found) { argument
60 message = "Syntax error at line " + lineno
65 public SyntaxException(int lineno, Set<String> expected, Token found) { argument
68 msg.append("Syntax error at line ").append(lineno)
H A DParser.java151 throw new SyntaxException(st.lineno(), keyWords, lookahead);
163 throw new SyntaxException(st.lineno(), new Token(ttype, token),
175 throw new SyntaxException(st.lineno(), new Token(ttype), lookahead);
187 throw new SyntaxException(st.lineno(), new Token((int)ttype),
317 throw new SyntaxException(st.lineno(), "IDENTIFIER",
331 throw new SyntaxException(st.lineno(), "IDENTIFIER", lookahead);
/openjdk10/jdk/test/java/rmi/reliability/benchmark/bench/
H A DHarness.java129 tokens.sval + "\" on line " + tokens.lineno());
136 + tokens.lineno());
153 "line " + tokens.lineno());
170 tokens.lineno());
177 "name on line " + tokens.lineno());
199 "on line " + tokens.lineno());
/openjdk10/jdk/src/java.base/share/classes/javax/crypto/
H A DCryptoPolicyParser.java146 throw new ParsingException(st.lineno(), "expected grant " +
173 ParsingException(st.lineno(), "expected permission entry");
210 throw new ParsingException(st.lineno(),
228 throw new ParsingException(st.lineno(), "Inconsistent policy");
240 throw new ParsingException(st.lineno(),
267 throw new ParsingException(st.lineno(),
368 int lineno = st.lineno();
384 throw new ParsingException(lineno, "a non-negative number",
397 throw new ParsingException(st.lineno(), expec
[all...]
/openjdk10/jdk/make/src/classes/build/tools/jdwpgen/
H A DReplyNode.java35 void set(String kind, List<Node> components, int lineno) { argument
36 super.set(kind, components, lineno);
H A DNode.java36 int lineno; field in class:Node
46 void set(String kind, List<Node> components, int lineno) { argument
49 this.lineno = lineno;
190 System.err.println(Main.specSource + ":" + lineno + ": " +
H A DConstantNode.java40 this.lineno = 0;
H A DParse.java148 node.set(kind, list, izer.lineno());
172 System.err.println(Main.specSource + ":" + izer.lineno() +
H A DErrorNode.java42 this.lineno = 0;
H A DOutNode.java35 void set(String kind, List<Node> components, int lineno) { argument
36 super.set(kind, components, lineno);
/openjdk10/langtools/test/tools/javac/api/guide/
H A DTest.java78 long lineno = diags.getDiagnostics().get(0).getLineNumber();
79 if (msg.contains(":"+lineno+":"))
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DSourceToHTMLConverter.java176 int lineno = 1;
185 addLineNo(pre, lineno);
186 addLine(pre, line, lineno);
187 lineno++;
259 * @param lineno The line number
261 private static void addLineNo(Content pre, int lineno) { argument
264 if (lineno < 10) {
265 span.addContent("00" + Integer.toString(lineno));
266 } else if (lineno < 100) {
267 span.addContent("0" + Integer.toString(lineno));
[all...]
/openjdk10/hotspot/src/share/vm/utilities/
H A DvmError.hpp156 const char* filename, int lineno, size_t size) ATTRIBUTE_PRINTF(3, 0);
161 static void report_and_die(Thread* thread,const char* filename, int lineno, const char* message,
164 static void report_and_die(Thread* thread, const char* filename, int lineno, size_t size,
H A DvmError.cpp1238 void VMError::report_and_die(Thread* thread, const char* filename, int lineno, const char* message, argument
1241 report_and_die(INTERNAL_ERROR, message, detail_fmt, detail_args, thread, NULL, NULL, NULL, filename, lineno, 0);
1244 void VMError::report_and_die(Thread* thread, const char* filename, int lineno, size_t size, argument
1246 report_and_die(vm_err_type, NULL, detail_fmt, detail_args, thread, NULL, NULL, NULL, filename, lineno, size);
1251 int lineno, size_t size)
1285 _lineno = lineno;
1249 report_and_die(int id, const char* message, const char* detail_fmt, va_list detail_args, Thread* thread, address pc, void* siginfo, void* context, const char* filename, int lineno, size_t size) argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/provider/
H A DPolicyParser.java364 throw new ParsingException(st.lineno(),
377 throw new ParsingException(st.lineno(),
427 st.lineno(),
435 st.lineno(),
454 st.lineno(),
497 (st.lineno(),
534 throw new ParsingException(st.lineno(),
558 ParsingException(st.lineno(),
735 throw new ParsingException(st.lineno(), expect,
759 throw new ParsingException(st.lineno(), expec
[all...]
/openjdk10/jdk/src/jdk.crypto.ucrypto/solaris/classes/com/oracle/security/ucrypto/
H A DConfig.java123 return new ConfigException(msg + ", line " + st.lineno());
143 ("Unknown keyword '" + word + "', line " + st.lineno());
/openjdk10/hotspot/src/share/vm/code/
H A DscopeDesc.cpp163 int lineno = method()->line_number_from_bci(bci()); local
164 if (lineno != -1) {
165 st->print("@%d (line %d)", bci(), lineno);
/openjdk10/hotspot/src/share/vm/prims/
H A Dforte.cpp40 jint lineno; // line number in the source file member in struct:__anon598
457 trace->frames[count].lineno = bci;
459 trace->frames[count].lineno = -3;
509 // jint lineno;
515 // lineno - bci of the method being executed or -1 if bci is not available
518 // lineno - (-3)
/openjdk10/jdk/test/sun/security/provider/SecureRandom/
H A DDrbgCavp.java216 int lineno = 0;
223 lineno++;
232 "%9s %4s %5d %s\n", mode, mech, lineno, s));
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/istack/internal/tools/
H A DDefaultAuthenticator.java157 int lineno = 1;
160 locator.setLineNumber(lineno++);
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/soql/
H A DJSJavaScriptEngine.java585 int lineno = 0;
588 int startline = lineno;
595 lineno++;
/openjdk10/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DCommands.java1437 int lineno = loc.lineNumber();
1447 lineno = n.intValue();
1461 lineno = loc.lineNumber();
1464 int startLine = Math.max(lineno - 4, 1);
1466 if (lineno < 0) {
1468 } else if (Env.sourceLine(loc, lineno) == null) {
1470 new Object [] {Integer.valueOf(lineno),
1478 if (i == lineno) {
/openjdk10/jdk/src/java.base/share/native/libjli/
H A Djava.c2033 int lineno = 0; local
2055 lineno++;
2059 JLI_ReportErrorMessage(CFG_WARN2, lineno, jvmCfgName);
2067 JLI_ReportErrorMessage(CFG_WARN3, lineno, jvmCfgName);
2073 JLI_ReportErrorMessage(CFG_WARN3, lineno, jvmCfgName);
2083 JLI_ReportErrorMessage(CFG_WARN3, lineno, jvmCfgName);
2100 JLI_ReportErrorMessage(CFG_WARN5, lineno, &jvmCfgName[0]);

Completed in 192 milliseconds

12