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

123456789

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c110 int lineno; /* Current line number on expansion */ member in struct:MMacro
197 int lineno, lineinc; member in struct:Include
1041 * number indications as they emerge from GNU cpp (`# lineno "file"
1043 * lineno file').
1048 int lineno; local
1058 lineno = atoi(fname);
1064 sprintf(line, "%%line %d %.*s", lineno, (int)fnlen, fname);
2733 inc->lineno = nasm_src_set_linnum(0);
4738 m->lineno = 0;
4825 istk->mstk->lineno, buf
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1706 Bool VG_(get_linenum)( Addr a, UInt* lineno )
1713 *lineno = si->loctab[locno].lineno;
1725 /*OUT*/UInt* lineno )
1744 *lineno = si->loctab[locno].lineno;
1887 UInt lineno; local
1906 &lineno
1954 VG_(sprintf)(ibuf,"%d",lineno);
2011 VG_(sprintf)(ibuf,"%d",lineno);
[all...]
H A Dreadpdb.c1683 DWORD lineno; /* the line number (OR:ed with member in struct:codeview_linetab2_block::__anon32518
1758 pfx, lbh->l[i].offset, lbh->l[i].lineno ^ 0x80000000);
1769 pfx, lbh->l[i].lineno ^ 0x80000000, svma_s, svma_e);
1773 lbh->l[i].lineno ^ 0x80000000, 0 );
1782 pfx, lbh->l[ lbh->nlines-1 ].lineno ^ 0x80000000,
1787 lbh->l[lbh->nlines-1].lineno ^ 0x80000000, 0 );
/external/genext2fs/
H A Dgenext2fs.c1515 int nbargs, lineno = 0; local
1524 lineno++;
1541 error_msg("device table line %d skipped: bad format for entry '%s'", lineno, path);
1550 error_msg("device table line %d skipped", lineno);
1557 error_msg("device table line %d skipped: can't find directory '%s' to create '%s''", lineno, dir, name);
1584 error_msg("device table line %d skipped: bad type '%c' for entry '%s'", lineno, type, name);
/external/icu/icu4c/source/
H A Dconfig.status160 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
177 ' >$as_me.lineno &&
178 chmod +x $as_me.lineno ||
179 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
180 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
186 . ./$as_me.lineno
/external/srtp/
H A Dconfig.status160 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
177 ' >$as_me.lineno &&
178 chmod +x $as_me.lineno ||
179 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
180 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
186 . ./$as_me.lineno
/external/chromium_org/third_party/cython/src/Cython/Tempita/
H A D_tempita.py125 lineno = caller.f_lineno
134 if lineno:
135 name += ':%s' % lineno
/external/fdlibm/
H A Dconfigure158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
175 ' >$as_me.lineno &&
176 chmod +x $as_me.lineno ||
177 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
183 . ./$as_me.lineno
2690 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2707 ' >$as_me.lineno &&
2708 chmod +x $as_me.lineno ||
2709 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
2710 echo "$as_me: error: cannot create $as_me.lineno; reru
[all...]
/external/owasp/sanitizer/
H A DMakefile155 java -cp ${TEST_CLASSPATH}:out/classes -agentlib:hprof=cpu=times,format=a,file=out/java.hprof.txt,lineno=y,doe=y org.owasp.html.Benchmark benchmark-data/Yahoo\!.html s
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h322 // fd, bufpp, nBufp and lineno are the same as for VG_(get_line).
324 Int* lineno, Supp* su),
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h424 int lineno; /* The line number if attr is not available */ member in struct:_xmlID
441 int lineno; /* The line number if attr is not available */ member in struct:_xmlRef
/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;
/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py2555 """Return list of (lineno, indentlevel) pairs.
3368 for lineno, current_line in enumerate(lines):
3416 lineno += 1
3417 while lineno < len(lines):
3418 total_len += len(lines[lineno])
3420 if lines[lineno].lstrip().startswith('#'):
3424 if not lines[lineno].endswith('\\'):
3427 lineno += 1
H A Dpep8.py1359 for lineno, offset, text, check in checker.run():
1360 if not self.lines or not noqa(self.lines[lineno - 1]):
1361 self.report_error(lineno, offset, text, check)
/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/cython/src/Cython/Compiler/
H A DParseTreeTransforms.py2877 lineno=str(node.pos[1]))
2933 # `cy break modulename:lineno` for module-level breakpoints.
2935 lineno='1',
2992 # set the lineno to 0 for those.
2993 lineno = '0'
2995 lineno = str(entry.pos[1])
3002 lineno=lineno)
/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

Completed in 1088 milliseconds

123456789