Searched refs:lineNo (Results 1 - 21 of 21) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
H A DResourceReader.java43 private int lineNo; field in class:ResourceReader
85 lineNo = -1;
100 this.lineNo = -1;
107 this.lineNo= 0;
133 lineNo = -1;
144 if (lineNo == 0) {
146 ++lineNo;
154 ++lineNo;
197 return lineNo;
205 return resourceName + ':' + lineNo;
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtextfile.h65 int32_t lineNo; member in class:TextFile
69 return lineNo;
H A Dtextfile.cpp26 lineNo(0)
103 if (lineNo == 0 && str[0] == 0xFEFF) {
106 ++lineNo;
/external/boringssl/src/crypto/err/
H A Derr_data_generate.go178 lineNo := 0
180 lineNo++
188 return fmt.Errorf("bad line %d in %s: found %d values but want 4", lineNo, filename, len(parts))
192 return fmt.Errorf("bad line %d in %s: unknown library", lineNo, filename)
195 return fmt.Errorf("bad line %d in %s: library value too large", lineNo, filename)
199 return fmt.Errorf("bad line %d in %s: %s", lineNo, filename, err)
202 return fmt.Errorf("bad line %d in %s: key too large", lineNo, filename)
214 return fmt.Errorf("bad line %d in %s: bad value type", lineNo, filename)
/external/skia/tests/
H A DTest.cpp24 SkString result = SkStringPrintf("%s:%d\t", this->fileName, this->lineNo);
H A DTest.h23 : fileName(f), lineNo(l), condition(c), message(m) {}
25 int lineNo; member in struct:skiatest::Failure
/external/libxml2/
H A Dcheck-xsddata-test-suite.py84 print "instance line %d" % (node.lineNo())
96 nb_instances_tests, node.lineNo())
137 print "instance line %d" % (node.lineNo())
150 # nb_instances_tests, 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())
H A Dcheck-relaxng-test-suite2.py85 print "instance line %d" % (node.lineNo())
97 # nb_instances_tests, node.lineNo())
138 print "instance line %d" % (node.lineNo())
152 # nb_instances_tests, node.lineNo(), mem2 - mem)
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())
H A 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/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DUCAConformanceTest.java198 int lineNo = 0;
206 lineNo++;
213 logln("Skipping line " + lineNo + " because of a known bug");
230 lineNo, cmpres, cmpres2));
237 errln("Difference between coll.compare (" + cmpres + ") and sortkey compare (" + skres + ") on line " + lineNo);
251 errln("Line " + lineNo + " is not greater or equal than previous line");
/external/sepolicy/tools/
H A Dinsertkeys.py37 lineNo = 1
46 "line: " + str(lineNo))
54 + str(lineNo))
83 sys.exit("Detected erroneous line \""+ line + "\" on " + str(lineNo)
96 lineNo = lineNo + 1
/external/clang/lib/Rewrite/
H A DRewriter.cpp250 unsigned lineNo = SourceMgr->getLineNumber(FID, StartOffs) - 1; local
253 unsigned lineOffs = Content->SourceLineCache[lineNo];
384 for (unsigned lineNo = startLineNo; lineNo <= endLineNo; ++lineNo) {
385 unsigned offs = Content->SourceLineCache[lineNo];
/external/skia/dm/
H A DDMJsonWriter.cpp76 result["line_no"] = gFailures[i].lineNo;
/external/mesa3d/src/mesa/program/
H A Dnvvertparse.c76 record_error(struct parse_state *parseState, const char *msg, int lineNo) argument
85 lineNo, line, column, (char *) lineStr, msg);
88 (void) lineNo;
H A Dnvfragparse.c164 record_error(struct parse_state *parseState, const char *msg, int lineNo) argument
173 lineNo, line, column, (char *) lineStr, msg);
176 (void) lineNo;
/external/valgrind/coregrind/m_debuginfo/
H A Dpriv_storage.h505 Int lineNo; /* where declared; may be zero. */ member in struct:__anon15900
1084 Int lineNo, /* where decl'd - may be zero */
H A Ddebuginfo.c3224 have_srcloc = var->fndn_ix > 0 && var->lineNo > 0;
3282 fileName, var->lineNo, frameNo, (Int)tid );
3287 fileName, var->lineNo );
3295 fileName, var->lineNo, frameNo, (Int)tid );
3339 fileName, var->lineNo, frameNo, (Int)tid );
3344 fileName, var->lineNo );
3353 fileName, var->lineNo, frameNo, (Int)tid );
3390 fileName, var->lineNo);
3395 fileName, var->lineNo );
3403 fileName, var->lineNo);
[all...]
H A Dstorage.c1168 Int lineNo, /* where decl'd - may be zero */
1299 var.lineNo = lineNo;
1158 addVar( struct _DebugInfo* di, Int level, Addr aMin, Addr aMax, const HChar* name, UWord typeR, const GExpr* gexpr, const GExpr* fbGX, UInt fndn_ix, Int lineNo, Bool show ) argument
H A Dreaddwarf3.c2281 Int lineNo = 0; local
2313 lineNo = (Int)cts.u.val;
2411 tv->fLine = lineNo;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 569 milliseconds