Home
last modified time | relevance | path

Searched refs:lineNr (Results 1 – 7 of 7) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/json/
DJsonReadContext.java56 …public JsonReadContext(JsonReadContext parent, DupDetector dups, int type, int lineNr, int colNr) { in JsonReadContext() argument
61 _lineNr = lineNr; in JsonReadContext()
66 protected void reset(int type, int lineNr, int colNr) { in reset() argument
69 _lineNr = lineNr; in reset()
105 public static JsonReadContext createRootContext(int lineNr, int colNr, DupDetector dups) { in createRootContext() argument
106 return new JsonReadContext(null, dups, TYPE_ROOT, lineNr, colNr); in createRootContext()
113 public JsonReadContext createChildArrayContext(int lineNr, int colNr) { in createChildArrayContext() argument
117 (_dups == null) ? null : _dups.child(), TYPE_ARRAY, lineNr, colNr); in createChildArrayContext()
119 ctxt.reset(TYPE_ARRAY, lineNr, colNr); in createChildArrayContext()
124 public JsonReadContext createChildObjectContext(int lineNr, int colNr) { in createChildObjectContext() argument
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DSourceHighlighter.java82 final ILine line, final int lineNr) throws IOException { in renderCodeLine() argument
83 highlight(pre, line, lineNr).text(linesrc); in renderCodeLine()
88 final int lineNr) throws IOException { in highlight() argument
104 final String lineId = "L" + Integer.toString(lineNr); in highlight()
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonLocation.java51 public JsonLocation(Object srcRef, long totalChars, int lineNr, int colNr) in JsonLocation() argument
58 this(srcRef, -1L, totalChars, lineNr, colNr); in JsonLocation()
62 int lineNr, int columnNr) in JsonLocation() argument
67 _lineNr = lineNr; in JsonLocation()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/
DSourceFileInfoExtractor.java132 out.println(" Line " + lineNr(node) + ") " + node + " ==> " + ref.describe()); in solve()
149 … out.println(" Line " + lineNr(node) + ") " + node + " ==> " + toString((MethodCallExpr) node)); in solveMethodCalls()
161 System.err.println("Error resolving call at L" + lineNr(node) + ": " + node); in toString()
216 private int lineNr(Node node) { in lineNr() method in SourceFileInfoExtractor
/external/icu/icu4c/source/test/intltest/
Dlocalematchertest.cpp29 int32_t lineNr = 0; member
488 ++test.lineNr; in readTestCase()
581 (int)test.lineNr); in dataDriven()
631 UnicodeString(u"ignoring makeResolvedLocale() line ") + test.lineNr); in dataDriven()
663 "test data syntax error on line %d", (int)test.lineNr)) { in testDataDriven()
669 if (errorCode.errIfFailureAndReset("test error on line %d", (int)test.lineNr)) { in testDataDriven()
672 infoln("test failure on line %d", (int)test.lineNr); in testDataDriven()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DLocaleMatcherTest.java890 int lineNr = 0; field in LocaleMatcherTest.TestCase
943 sb.append(ENDL).append("line ").append(lineNr).append(':'); in toString()
966 ++test.lineNr; in readTestCases()
1021 System.out.println("Locale matcher test case on line " + test.lineNr in readTestCases()
1022 + " is a duplicate of line " + tests.get(prevIndex).lineNr); in readTestCases()
1027 + test.lineNr + "\n" + line); in readTestCases()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DLocaleMatcherTest.java893 int lineNr = 0; field in LocaleMatcherTest.TestCase
946 sb.append(ENDL).append("line ").append(lineNr).append(':'); in toString()
969 ++test.lineNr; in readTestCases()
1024 System.out.println("Locale matcher test case on line " + test.lineNr in readTestCases()
1025 + " is a duplicate of line " + tests.get(prevIndex).lineNr); in readTestCases()
1030 + test.lineNr + "\n" + line); in readTestCases()