Searched refs:lineno (Results 126 - 150 of 202) sorted by relevance

123456789

/external/libxml2/include/libxml/
H A Dtree.h461 int lineno; /* The line number if attr is not available */ member in struct:_xmlID
478 int lineno; /* The line number if attr is not available */ member in struct:_xmlRef
/external/mksh/src/
H A Dtree.c572 r->lineno = t->lineno;
H A Dexec.c130 current_lineno = t->lineno;
H A Dsh.h1269 int lineno; /* TCOM/TFUNC: LINENO for this */ member in struct:op
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c739 SizeT* nBufp, Int* lineno, Supp* su )
743 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
738 pc_read_extra_suppression_info( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno, Supp* su ) argument
/external/doclava/src/com/google/doclava/
H A DDoclava.java442 int lineno = 0;
445 lineno++;
459 System.err.println(fn + ":" + lineno
/external/valgrind/main/memcheck/
H A Dmc_errors.c1238 SizeT* nBufp, Int* lineno, Supp *su )
1244 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
1256 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
1237 read_extra_suppression_info( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno, Supp *su ) argument
H A Dmc_include.h405 SizeT* nBuf, Int* lineno, Supp *su );
H A Dmc_main.c2374 static void moveLineForwards ( OCacheSet* set, UWord lineno )
2378 tl_assert(lineno > 0 && lineno < OC_LINES_PER_SET);
2379 tmp = set->line[lineno-1];
2380 set->line[lineno-1] = set->line[lineno];
2381 set->line[lineno] = tmp;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dparser.py336 (filename, synerr.msg, synerr.lineno)
403 # Get all of the lineno information from this code.
/external/valgrind/main/drd/
H A Ddrd_error.c559 SizeT* nBufp, Int* lineno, Supp* supp)
558 drd_read_extra_suppression_info(Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno, Supp* supp) argument
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py410 lineno = 0
422 lineno += 1
428 return None, lineno, 'text outside section'
440 return None, lineno, 'malformed section header'
517 cl, lineno, err = ParseCL(text, name)
/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c1967 int lineno = 0; /* Line number of input file */ local
2063 lineno++;
2082 zFile, lineno, nCol, i+1);
2116 Tcl_SetIntObj(pResult, lineno);
2119 /* failure, append lineno where failed */
2120 sqlite3_snprintf(sizeof(zLineNum), zLineNum,"%d",lineno); local
/external/regex-re2/lib/codereview/
H A Dcodereview.py410 lineno = 0
422 lineno += 1
428 return None, lineno, 'text outside section'
440 return None, lineno, 'malformed section header'
517 cl, lineno, err = ParseCL(text, name)
/external/dnsmasq/src/
H A Doption.c2533 volatile int lineno = 0; local
2594 lineno++;
2695 sprintf(buff, _("%s at line %d of %%s"), errmess, lineno);
/external/sqlite/dist/orig/
H A Dshell.c3553 int lineno = 0; /* Current line number */ local
3568 lineno++;
3601 startline = lineno;
/external/sqlite/dist/
H A Dshell.c3573 int lineno = 0; /* Current line number */ local
3588 lineno++;
3621 startline = lineno;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c166 int lineno; // line counter for error reporting member in struct:__anon27790
468 snprintf(ErrMsg, 1023, "%s: Line %d, %s", it8->FileStack[it8 ->IncludeSP]->FileName, it8->lineno, Buffer);
851 it8->lineno++;
857 it8->lineno++;
1311 it8 -> lineno = 1;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_structs.h69 uint32_t lineno; member in struct:sctp_foo_stuff
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/srtp/
H A Dconfigure156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
173 ' >$as_me.lineno &&
174 chmod +x $as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
181 . ./$as_me.lineno
7434 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
7451 ' >$as_me.lineno &&
7452 chmod +x $as_me.lineno ||
7453 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
7454 echo "$as_me: error: cannot create $as_me.lineno; reru
[all...]
/external/valgrind/main/helgrind/
H A Dhg_errors.c1279 Int* lineno, Supp* su )
1278 read_extra_suppression_info( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno, Supp* su ) argument
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp140 int lineno; member in struct:CvFileStorage
241 sprintf( buf, "%s(%d): %s", fs->filename, fs->lineno, err_msg );
876 fs->lineno++;
1767 fs->lineno++;
/external/chromium_org/third_party/libxml/src/
H A Dvalid.c2629 ret->lineno = xmlGetLineNo(attr->parent);
2948 ret->lineno = xmlGetLineNo(attr->parent);
6460 ref->name, ref->lineno, str);
/external/libxml2/
H A Dvalid.c2629 ret->lineno = xmlGetLineNo(attr->parent);
2948 ret->lineno = xmlGetLineNo(attr->parent);
6462 ref->name, ref->lineno, str);

Completed in 7259 milliseconds

123456789