Home
last modified time | relevance | path

Searched refs:lineNo (Results 1 – 25 of 38) sorted by relevance

12

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
DResourceReader.java47 private int lineNo; field in ResourceReader
89 lineNo = -1; in ResourceReader()
104 this.lineNo = -1; in ResourceReader()
111 this.lineNo= 0; in ResourceReader()
137 lineNo = -1; in ResourceReader()
148 if (lineNo == 0) { in readLine()
150 ++lineNo; in readLine()
158 ++lineNo; in readLine()
201 return lineNo; in getLineNumber()
209 return resourceName + ':' + lineNo; in describePosition()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/data/
DResourceReader.java49 private int lineNo; field in ResourceReader
91 lineNo = -1; in ResourceReader()
106 this.lineNo = -1; in ResourceReader()
113 this.lineNo= 0; in ResourceReader()
139 lineNo = -1; in ResourceReader()
150 if (lineNo == 0) { in readLine()
152 ++lineNo; in readLine()
160 ++lineNo; in readLine()
203 return lineNo; in getLineNumber()
211 return resourceName + ':' + lineNo; in describePosition()
[all …]
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
Dmunge_sdp.js93 var lineNo = findRtpmapLine(sdpLines, codec);
94 if (lineNo === null)
97 var id = sdpLines[lineNo].substring(9, sdpLines[lineNo].indexOf(' '));
109 var lineNo = findRtpmapLine(sdpLines, id);
110 if (lineNo === null)
113 var from = sdpLines[lineNo].indexOf(' ');
114 var to = sdpLines[lineNo].indexOf('/', from);
117 return sdpLines[lineNo].substring(from + 1, to);
/external/boringssl/src/util/
Ddoc.go79 func extractComment(lines []string, lineNo int) (comment []string, rest []string, restLineNo int, e…
81 return nil, lines, lineNo, nil
84 restLineNo = lineNo
141 func extractDecl(lines []string, lineNo int) (decl string, rest []string, restLineNo int, err error…
143 return "", lines, lineNo, nil
147 restLineNo = lineNo
277 lineNo := 1
282 lineNo += i + 1
295 lineNo += 2
306 lineNo += i
[all …]
/external/boringssl/src/crypto/err/
Derr_data_generate.go183 lineNo := 0
185 lineNo++
193 return fmt.Errorf("bad line %d in %s: found %d values but want 3", lineNo, filename, len(parts))
197 return fmt.Errorf("bad line %d in %s: unknown library", lineNo, filename)
200 return fmt.Errorf("bad line %d in %s: library value too large", lineNo, filename)
204 return fmt.Errorf("bad line %d in %s: %s", lineNo, filename, err)
207 return fmt.Errorf("bad line %d in %s: key too large", lineNo, filename)
/external/libxml2/
Dcheck-xsddata-test-suite.py84 print "instance line %d" % (node.lineNo())
96 nb_instances_tests, node.lineNo())
137 print "instance line %d" % (node.lineNo())
280 nb_schemas_tests, node.lineNo(), sections))
283 print "test %d line %d" % (nb_schemas_tests, node.lineNo())
295 print "warning test line %d has more than one <incorrect> example" %(node.lineNo())
301 print "warning test line %d has more than one <correct> example"% (node.lineNo())
304 print "warning <testCase> line %d has no <correct> nor <incorrect> child" % (node.lineNo())
Dcheck-relaxng-test-suite2.py85 print "instance line %d" % (node.lineNo())
138 print "instance line %d" % (node.lineNo())
282 nb_schemas_tests, node.lineNo(), sections))
285 print "test %d line %d" % (nb_schemas_tests, node.lineNo())
297 print "warning test line %d has more than one <incorrect> example" %(node.lineNo())
303 print "warning test line %d has more than one <correct> example"% (node.lineNo())
306 print "warning <testCase> line %d has no <correct> nor <incorrect> child" % (node.lineNo())
Dcheck-relaxng-test-suite.py268 nb_schemas_tests, node.lineNo(), sections))
271 print "test %d line %d" % (nb_schemas_tests, node.lineNo())
283 print "warning test line %d has more than one <incorrect> example" %(node.lineNo())
289 print "warning test line %d has more than one <correct> example"% (node.lineNo())
292 print "warning <testCase> line %d has no <correct> nor <incorrect> child" % (node.lineNo())
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DPythonTarget.java144 int lineNo = actionToken.getLine(); in postProcessAction() local
160 lineNo++; in postProcessAction()
192 System.err.println("Warning: badly indented line " + lineNo + " in action:"); in postProcessAction()
202 System.err.println("Warning: badly indented line " + lineNo + " in action:"); in postProcessAction()
208 lineNo++; in postProcessAction()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DUCAConformanceTest.java196 int lineNo = 0; in conformanceTest() local
204 lineNo++; in conformanceTest()
211 logln("Skipping line " + lineNo + " because of a known bug"); in conformanceTest()
228 lineNo, cmpres, cmpres2)); in conformanceTest()
236 + ") on line " + lineNo); in conformanceTest()
250 errln("Line " + lineNo + " is not greater or equal than previous line"); in conformanceTest()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DUCAConformanceTest.java197 int lineNo = 0; in conformanceTest() local
205 lineNo++; in conformanceTest()
212 logln("Skipping line " + lineNo + " because of a known bug"); in conformanceTest()
229 lineNo, cmpres, cmpres2)); in conformanceTest()
237 + ") on line " + lineNo); in conformanceTest()
251 errln("Line " + lineNo + " is not greater or equal than previous line"); in conformanceTest()
/external/junit-params/src/main/java/junitparams/mappers/
DBufferedReaderDataMapper.java28 int lineNo = 0; in map() local
31 if (++lineNo > linesToSkip) { in map()
/external/icu/icu4c/source/test/intltest/
Dtextfile.h67 int32_t lineNo; variable
71 return lineNo; in getLineNumber()
Dtextfile.cpp28 lineNo(0) in TextFile()
105 if (lineNo == 0 && str[0] == 0xFEFF) { in readLine()
108 ++lineNo; in readLine()
/external/clang/lib/Rewrite/
DRewriter.cpp248 unsigned lineNo = SourceMgr->getLineNumber(FID, StartOffs) - 1; in InsertText() local
251 unsigned lineOffs = Content->SourceLineCache[lineNo]; in InsertText()
382 for (unsigned lineNo = startLineNo; lineNo <= endLineNo; ++lineNo) { in IncreaseIndentation() local
383 unsigned offs = Content->SourceLineCache[lineNo]; in IncreaseIndentation()
/external/boringssl/src/crypto/bn/
Dcheck_bn_tests.go35 lineNo int member
48 s.lineNo++
95 s.test.LineNumber = s.lineNo
125 s.err = fmt.Errorf("line %d: %s", s.lineNo, err)
/external/boringssl/src/crypto/obj/
Dobjects.go70 var lineNo int
74 lineNo++
76 return fmt.Errorf("%s:%d: %s", path, lineNo, err)
211 var lineNo int
218 lineNo++
220 return fmt.Errorf("%s:%d: %s", objectsPath, lineNo, err)
/external/skia/tests/
DTest.h32 : fileName(f), lineNo(l), condition(c), message(m) {} in Failure()
34 int lineNo; member
61 this->reportFailed(skiatest::Failure(f.fileName, f.lineNo, f.condition, fullMessage)); in reportFailedWithContext()
DTest.cpp23 SkString result = SkStringPrintf("%s:%d\t", this->fileName, this->lineNo); in toString()
/external/v8/tools/turbolizer/
Dtext-view.js243 let lineNo = 0;
250 li.lineNo = lineNo++;
/external/skia/src/pathops/
DSkPathOpsDebug.h145 int lineNo, SkOpPhase phase, int iteration
161 this->globalState()->debugSetPhase(__func__, lineNo, phase, iteration)
163 obj->globalState()->debugSetPhase(__func__, lineNo, phase, iteration)
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c3272 have_srcloc = var->fndn_ix > 0 && var->lineNo > 0; in format_message()
3330 fileName, var->lineNo, frameNo, tid ); in format_message()
3335 fileName, var->lineNo ); in format_message()
3343 fileName, var->lineNo, frameNo, tid ); in format_message()
3387 fileName, var->lineNo, frameNo, tid ); in format_message()
3392 fileName, var->lineNo ); in format_message()
3401 fileName, var->lineNo, frameNo, tid ); in format_message()
3438 fileName, var->lineNo); in format_message()
3443 fileName, var->lineNo ); in format_message()
3451 fileName, var->lineNo); in format_message()
[all …]
Dpriv_storage.h505 Int lineNo; /* where declared; may be zero. */ member
1084 Int lineNo, /* where decl'd - may be zero */
/external/skia/dm/
DDMJsonWriter.cpp78 result["line_no"] = gFailures[i].lineNo; in DumpJson()
/external/mesa3d/src/mesa/program/
Dnvvertparse.c76 record_error(struct parse_state *parseState, const char *msg, int lineNo) in record_error() argument
85 lineNo, line, column, (char *) lineStr, msg); in record_error()
88 (void) lineNo; in record_error()

12