HomeSort by relevance Sort by last modified time
    Searched refs:lineNo (Results 1 - 25 of 47) sorted by null

1 2

  /art/tools/checker/file_format/
common.py 27 lineNo = 0
32 lineNo += 1
40 processedLine, newChunkName, testArch = fnProcessLine(line, lineNo)
44 currentChunk = (newChunkName, [], lineNo, testArch)
50 fnLineOutsideChunk(line, lineNo)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/data/
ResourceReader.java 47 private int lineNo;
89 lineNo = -1;
104 this.lineNo = -1;
111 this.lineNo= 0;
137 lineNo = -1;
148 if (lineNo == 0) {
150 ++lineNo;
158 ++lineNo;
201 return lineNo;
209 return resourceName + ':' + lineNo;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
ResourceReader.java 45 private int lineNo;
87 lineNo = -1;
102 this.lineNo = -1;
109 this.lineNo= 0;
135 lineNo = -1;
146 if (lineNo == 0) {
148 ++lineNo;
156 ++lineNo;
199 return lineNo;
207 return resourceName + ':' + lineNo;
    [all...]
  /art/tools/checker/file_format/c1visualizer/
parser.py 28 def __parseC1Line(line, lineNo, state, fileName):
46 Logger.fail("Expected output group name", fileName, lineNo)
60 Logger.fail("Empty method name in output", fileName, lineNo)
72 Logger.fail("Expected method header", fileName, lineNo)
79 Logger.fail("C1visualizer line not inside a group", fileName, lineNo)
84 fnProcessLine = lambda line, lineNo: __parseC1Line(line, lineNo, state, fileName)
85 fnLineOutsideChunk = lambda line, lineNo: \
86 Logger.fail("C1visualizer line not inside a group", fileName, lineNo)
  /external/icu/icu4c/source/test/intltest/
textfile.h 65 int32_t lineNo;
69 return lineNo;
textfile.cpp 26 lineNo(0)
103 if (lineNo == 0 && str[0] == 0xFEFF) {
106 ++lineNo;
  /art/tools/checker/file_format/checker/
parser.py 47 def __processLine(line, lineNo, prefix, fileName):
69 return (plainLine, TestAssertion.Variant.InOrder, lineNo), None, None
74 return (nextLine, TestAssertion.Variant.NextLine, lineNo), None, None
79 return (dagLine, TestAssertion.Variant.DAG, lineNo), None, None
84 return (notLine, TestAssertion.Variant.Not, lineNo), None, None
89 return (evalLine, TestAssertion.Variant.Eval, lineNo), None, None
91 Logger.fail("Checker assertion could not be parsed: '" + line + "'", fileName, lineNo)
105 def ParseCheckerAssertion(parent, line, variant, lineNo):
109 assertion = TestAssertion(parent, variant, line, lineNo)
169 fnProcessLine = lambda line, lineNo: __processLine(line, lineNo, prefix, fileName
    [all...]
struct.py 65 new_assertion.fileName, new_assertion.lineNo)
80 def __init__(self, parent, variant, originalText, lineNo):
86 self.lineNo = lineNo
99 Logger.fail("CHECK-NOT lines cannot define variables", self.fileName, self.lineNo)
  /external/skia/tests/
Test.cpp 24 SkString result = SkStringPrintf("%s:%d\t", this->fileName, this->lineNo);
Test.h 25 : fileName(f), lineNo(l), condition(c), message(m) {}
27 int lineNo;
  /external/boringssl/src/crypto/err/
err_data_generate.go 178 lineNo := 0
180 lineNo++
188 return fmt.Errorf("bad line %d in %s: found %d values but want 3", 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)
  /art/tools/checker/match/
file.py 26 def __init__(self, assertion, lineNo, variables):
28 self.lineNo = lineNo
183 lineNo = c1Pass.startLineNo + e.lineNo
188 msg = msg.format(lineNo)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
UCAConformanceTest.java 202 int lineNo = 0;
210 lineNo++;
217 logln("Skipping line " + lineNo + " because of a known bug");
234 lineNo, cmpres, cmpres2));
241 errln("Difference between coll.compare (" + cmpres + ") and sortkey compare (" + skres + ") on line " + lineNo);
255 errln("Line " + lineNo + " is not greater or equal than previous line");
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java 198 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");
  /system/sepolicy/tools/
insertkeys.py 37 lineNo = 1
46 "line: " + str(lineNo))
54 + str(lineNo))
83 sys.exit("Detected erroneous line \""+ line + "\" on " + str(lineNo)
96 lineNo = lineNo + 1
  /external/libxml2/
check-relaxng-test-suite2.py 85 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())
check-xsddata-test-suite.py 84 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())
check-relaxng-test-suite.py 268 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/clang/lib/Rewrite/
Rewriter.cpp 248 unsigned lineNo = SourceMgr->getLineNumber(FID, StartOffs) - 1;
251 unsigned lineOffs = Content->SourceLineCache[lineNo];
382 for (unsigned lineNo = startLineNo; lineNo <= endLineNo; ++lineNo) {
383 unsigned offs = Content->SourceLineCache[lineNo];
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
PatternScanner.java 105 public int lineNo() {
  /art/tools/checker/common/
logger.py 99 Logger.fail(msg, assertion.fileName, assertion.lineNo, assertion.originalText, variables)
  /external/skia/dm/
DMJsonWriter.cpp 76 result["line_no"] = gFailures[i].lineNo;
  /external/v8/tools/turbolizer/
text-view.js 342 let lineNo = 0;
349 li.lineNo = lineNo++;
  /external/mesa3d/src/mesa/program/
nvvertparse.c 76 record_error(struct parse_state *parseState, const char *msg, int lineNo)
85 lineNo, line, column, (char *) lineStr, msg);
88 (void) lineNo;
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
priv_storage.h 124 UInt lineno:LINENO_BITS; /* source line number, or zero */ member in struct:__anon24988
133 Only caller source filename and lineno are stored.
147 UInt lineno:LINENO_BITS; /* caller line number */ member in struct:__anon24989
505 Int lineNo; /* where declared; may be zero. */
    [all...]

Completed in 2469 milliseconds

1 2