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

1 2

  /external/chromium_org/third_party/icu/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;
  /external/icu4c/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;
  /external/chromium_org/third_party/libxml/src/
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/Core/
Rewriter.cpp 248 unsigned lineNo = SourceMgr->getLineNumber(FID, StartOffs) - 1;
251 unsigned lineOffs = Content->SourceLineCache[lineNo];
408 for (unsigned lineNo = startLineNo; lineNo <= endLineNo; ++lineNo) {
409 unsigned offs = Content->SourceLineCache[lineNo];
  /frameworks/base/media/jni/mediaeditor/
VideoEditorJava.cpp 36 int lineNo)
47 pMessage, pFile, lineNo);
65 int lineNo
82 pMessage, pFile, lineNo);
100 int lineNo
112 pMessage, pFile, lineNo);
VideoEditorJava.h 373 int lineNo
383 int lineNo
393 int lineNo
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
matchbrackets.js 20 function scan(line, lineNo, start) {
27 if (re.test(ch) && cm.getTokenTypeAt(Pos(lineNo, pos + 1)) == style) {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/io/
PatternScanner.java 105 public int lineNo() {
TextGraphReader.java 419 "Unexpected end of assignments on line " + scanner.lineNo() + "!");
  /external/chromium_org/third_party/mesa/src/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...]
nvfragparse.c 164 record_error(struct parse_state *parseState, const char *msg, int lineNo)
173 lineNo, line, column, (char *) lineStr, msg);
176 (void) lineNo;
    [all...]
  /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...]
nvfragparse.c 164 record_error(struct parse_state *parseState, const char *msg, int lineNo)
173 lineNo, line, column, (char *) lineStr, msg);
176 (void) lineNo;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 108 UInt lineno:LINENO_BITS; /* source line number, or zero */ member in struct:__anon30423
400 Int lineNo; /* where declared; may be zero. */
825 Addr this, Addr next, Int lineno, Int entry);
843 Int lineNo, /* where decl'd - may be zero */
    [all...]
debuginfo.c 1874 UInt lineno; local
    [all...]
storage.c 344 Int lineno,
358 filename, lineno, this, next );
407 vg_assert(lineno >= 0);
408 if (lineno > MAX_LINENO) {
414 "huge line number (%d)\n", lineno);
426 loc.lineno = lineno;
432 this,size,lineno,filename);
880 Int lineNo, /* where decl'd - may be zero */
    [all...]
  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 289 size_t lineNo;
343 lineNo = 0;
368 if (wordmap_add_word(semgraph->scripts, oword) != lineNo)
373 lineNo++;
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 461 int32_t lineNo = 0;
488 if (lineNo == 0 && line == "#EXTM3U") {
580 ++lineNo;
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 82 static __u8 *yaffs_GetTempBuffer(yaffs_Device * dev, int lineNo);
84 int lineNo);
185 static __u8 *yaffs_GetTempBuffer(yaffs_Device * dev, int lineNo)
190 dev->tempBuffer[i].line = lineNo;
204 lineNo));
221 int lineNo)
235 lineNo));
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
citertst.c     [all...]
  /external/icu4c/test/cintltst/
citertst.c     [all...]

Completed in 4818 milliseconds

1 2