HomeSort by relevance Sort by last modified time
    Searched refs:lineNo (Results 1 - 25 of 42) 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 49 private int lineNo;
91 lineNo = -1;
106 this.lineNo = -1;
113 this.lineNo= 0;
139 lineNo = -1;
150 if (lineNo == 0) {
152 ++lineNo;
160 ++lineNo;
203 return lineNo;
211 return resourceName + ':' + lineNo;
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/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...]
  /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 67 int32_t lineNo;
71 return lineNo;
textfile.cpp 28 lineNo(0)
105 if (lineNo == 0 && str[0] == 0xFEFF) {
108 ++lineNo;
  /external/junit-params/src/main/java/junitparams/mappers/
BufferedReaderDataMapper.java 28 int lineNo = 0;
31 if (++lineNo > linesToSkip) {
  /external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
munge_sdp.js 93 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/catch2/scripts/
embed.py 27 def mapLine( self, lineNo, line ):
38 # print("[{0}] originalNs: '{1}' - closing".format(lineNo, originalNs))
47 # print("[{0}] originalNs: '{1}'".format(lineNo, originalNs))
59 lineNo = 1
61 outf.write( self.mapLine( lineNo, line ) )
62 lineNo = lineNo + 1
63 print( "Written {0} lines".format( lineNo )
  /art/tools/checker/file_format/checker/
parser.py 73 def __processLine(line, lineNo, prefix, fileName, targetArch):
96 return (plainLine, TestAssertion.Variant.InOrder, lineNo), None, None
101 return (nextLine, TestAssertion.Variant.NextLine, lineNo), None, None
106 return (dagLine, TestAssertion.Variant.DAG, lineNo), None, None
111 return (notLine, TestAssertion.Variant.Not, lineNo), None, None
116 return (evalLine, TestAssertion.Variant.Eval, lineNo), None, None
118 Logger.fail("Checker assertion could not be parsed: '" + line + "'", fileName, lineNo)
132 def ParseCheckerAssertion(parent, line, variant, lineNo):
136 assertion = TestAssertion(parent, variant, line, lineNo)
196 fnProcessLine = lambda line, lineNo: __processLine(line, lineNo, prefix, fileName, targetArch
    [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/swiftshader/src/OpenGL/compiler/preprocessor/
Input.cpp 60 size_t Input::read(char *buf, size_t maxSize, int *lineNo)
76 if (*lineNo == INT_MAX)
80 ++(*lineNo);
91 if (*lineNo == INT_MAX)
95 ++(*lineNo);
Input.h 37 size_t read(char *buf, size_t maxSize, int *lineNo);
  /external/boringssl/src/crypto/err/
err_data_generate.go 183 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/skia/tests/
Test.cpp 37 this->reportFailed(skiatest::Failure(f.fileName, f.lineNo, f.condition, fullMessage));
41 SkString result = SkStringPrintf("%s:%d\t", this->fileName, this->lineNo);
  /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));
242 + ") on line " + lineNo);
256 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 199 int lineNo = 0;
207 lineNo++;
214 logln("Skipping line " + lineNo + " because of a known bug");
231 lineNo, cmpres, cmpres2));
239 + ") on line " + lineNo);
253 errln("Line " + lineNo + " is not greater or equal than previous line");
  /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/boringssl/src/ssl/test/runner/ed25519/
ed25519_test.go 107 lineNo := 0
110 lineNo++
115 t.Fatalf("bad number of parts on line %d", lineNo)
127 t.Fatalf("bad public key length on line %d: got %d bytes", lineNo, l)
136 t.Errorf("different signature result on line %d: %x vs %x", lineNo, sig, sig2)
140 t.Errorf("signature failed to verify on line %d", lineNo)
145 t.Errorf("recreating key pair gave different private key on line %d: %x vs %x", lineNo, priv[:], priv2)
149 t.Errorf("recreating key pair gave different public key on line %d: %x vs %x", lineNo, pubKey, pubKey2)
153 t.Errorf("recreating key pair gave different seed on line %d: %x vs %x", lineNo, priv[:32], seed)
  /external/boringssl/src/util/
doc.go 98 func extractComment(lines []string, lineNo int) (comment []string, rest []string, restLineNo int, err error) {
100 return nil, lines, lineNo, nil
103 restLineNo = lineNo
172 func extractDecl(lines []string, lineNo int) (decl string, rest []string, restLineNo int, err error) {
174 return "", lines, lineNo, nil
178 restLineNo = lineNo
312 lineNo := 1
317 lineNo += i + 1
330 lineNo += 2
341 lineNo +=
    [all...]
  /external/skqp/tests/
Test.cpp 25 SkString result = SkStringPrintf("%s:%d\t", this->fileName, this->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];

Completed in 771 milliseconds

1 2