Searched refs:lineno (Results 101 - 125 of 202) sorted by relevance

123456789

/external/chromium_org/third_party/jinja2/
H A Denvironment.py463 tokens as tuples in the form ``(lineno, token_type, value)``.
590 parser.stream.current.lineno,
597 body = [nodes.Assign(nodes.Name('result', 'store'), expr, lineno=1)]
598 template = self.from_string(nodes.Template(body, lineno=1))
1032 def get_corresponding_lineno(self, lineno):
1037 if code_line <= lineno:
/external/chromium_org/net/base/
H A Dfilename_util_unittest.cc25 int lineno; member in struct:net::__anon8413::GenerateFilenameCase
43 << "test case at line number: " << test_case->lineno;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dpriv_storage.h113 UInt lineno:LINENO_BITS; /* source line number, or zero */ member in struct:__anon31536
878 Addr this, Addr next, Int lineno, Int entry);
H A Dstorage.c373 Int lineno,
387 filename, lineno, this, next );
436 vg_assert(lineno >= 0);
437 if (lineno > MAX_LINENO) {
443 "huge line number (%d)\n", lineno);
455 loc.lineno = lineno;
461 this,size,lineno,filename);
368 addLineInfo( struct _DebugInfo* di, const HChar* filename, const HChar* dirname, Addr this, Addr next, Int lineno, Int entry ) argument
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::__anon31636
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/chromium_org/chrome/common/extensions/docs/server2/
H A Dsubversion_file_system.py28 if e.lineno != i + 1))
/external/chromium_org/tools/perf/page_sets/endure/
H A Dindexeddb_app.js120 error("Error in: " + event.filename + "(" + event.lineno + "): " +
/external/elfutils/0.153/libdwfl/
H A Dlibdwfl.h515 const char *fname, int lineno, int column,
/external/elfutils/elfutils/
H A Dlibdwfl.h515 const char *fname, int lineno, int column,
/external/lldb/test/unittest2/test/
H A Dsupport.py167 _WARNING_DETAILS = ("message", "category", "filename", "lineno", "file",
169 def __init__(self, message, category, filename, lineno, file=None,
/external/mksh/src/
H A Dsyn.c288 t->lineno = source->line;
398 t->lineno = lno;
701 t->lineno = source->line;
721 t->left->lineno = 1;
H A Dcheck.pl227 ':long-name', 1, # dir/file:lineno:name
831 local($lineno, $char) = (1, 1);
852 $lineno++;
856 return "first difference: line $lineno, char $char (wanted '"
/external/ipsec-tools/src/racoon/
H A Dcftoken.l100 int lineno;
658 {nl} { incstack[incstackp].lineno++; }
677 incstack[incstackp].path, incstack[incstackp].lineno,
697 incstack[incstackp].path, incstack[incstackp].lineno,
765 incstack[incstackp].lineno = 1;
/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c2236 int sqlite3CorruptError(int lineno){ argument
2240 lineno, 20+sqlite3_sourceid());
2243 int sqlite3MisuseError(int lineno){ argument
2247 lineno, 20+sqlite3_sourceid());
2250 int sqlite3CantopenError(int lineno){ argument
2254 lineno, 20+sqlite3_sourceid());
/external/dnsmasq/src/
H A Dcache.c757 int addr_count = 0, name_count = cache_size, lineno = 0; local
773 lineno++;
798 my_syslog(LOG_ERR, _("bad address at %s line %d"), filename, lineno);
856 my_syslog(LOG_ERR, _("bad name at %s line %d"), filename, lineno);
/external/e2fsprogs/misc/
H A Dfsck.c337 int lineno = 0; local
347 lineno++;
353 "on line %d of %s\n"), lineno, filename);
/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/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/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

Completed in 8870 milliseconds

123456789