Searched refs:lineno (Results 51 - 75 of 202) sorted by relevance

123456789

/external/chromium-trace/
H A Dupdate.py85 lineno = e['lineno'] variable
88 print '%s:%d:%d: %s' % (filename, lineno, charno, err)
/external/chromium_org/build/android/pylib/utils/
H A Dreraiser_thread.py31 for filename, lineno, name, line in traceback.extract_stack(stack):
32 logging.critical('File: "%s", line %d, in %s', filename, lineno, name)
/external/oprofile/opjitconv/
H A Ddebug_line.c284 temp = (line->lineno - last_lineno) -
292 * sufficient to ensure when summing with the delta lineno we will
331 emit_advance_lineno(b, line[0].lineno - last_lineno);
332 last_lineno = line[0].lineno;
351 last_lineno = line[i].lineno;
355 if (last_lineno != line[i].lineno) {
357 line[i].lineno - last_lineno);
358 last_lineno = line[i].lineno;
462 dbg_line[i].lineno = *(unsigned int *)data;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dtest_expectations.py65 def _handle_error_message(self, lineno, message, confidence):
H A Dtest_expectations_unittest.py47 def __call__(self, lineno, category, confidence, message):
/external/e2fsprogs/lib/blkid/
H A Dread.c384 int fd, lineno = 0; local
416 lineno++;
424 lineno++;
429 printf("blkid: bad format on line %d\n", lineno));
/external/expat/tests/
H A Dminicheck.h68 char const *filename, int lineno);
H A Dminicheck.c92 _check_set_test_info(char const *function, char const *filename, int lineno) argument
95 _check_current_lineno = lineno;
/external/qemu/android/base/
H A DLog.h233 LogParams() : file(NULL), lineno(-1), severity(-1) {}
236 : file(a_file), lineno(a_lineno), severity(a_severity) {}
239 int lineno; member in struct:android::base::LogParams
252 LogStream(const char* file, int lineno, LogSeverity severity);
H A DLog_unittest.cpp42 mExpectedParams.lineno = line;
115 mExpectedParams.lineno = line;
145 EXPECT_EQ(mExpectedParams.lineno, mParams.lineno); \
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.h56 SizeT* nBufp, Int* lineno, Supp* su );
/external/valgrind/main/include/
H A Dpub_tool_errormgr.h98 lineno with the number of lines read if lineno is non-NULL. Returns
100 extern Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno );
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Dcoverage_html.js302 // Select line number lineno, or if it is in a colored chunk, select the
304 coverage.select_line_or_chunk = function (lineno) {
306 var probe_line = c.line_elt(lineno);
314 var probe = lineno;
327 probe = lineno;
338 coverage.set_sel(lineno);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c841 static int probe_point_line_walker(const char *fname, int lineno, argument
848 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
908 static int probe_point_lazy_walker(const char *fname, int lineno, argument
915 if (!line_list__has_line(&pf->lcache, lineno) ||
920 lineno, (unsigned long long)addr);
922 pf->lno = lineno;
1338 int baseline = 0, lineno = 0, ret = 0; local
1351 /* Find a corresponding line (filename and lineno) */
1352 cu_find_lineinfo(&cudie, addr, &fname, &lineno);
1362 lineno
1443 line_range_add_line(const char *src, unsigned int lineno, struct line_range *lr) argument
1455 line_range_walk_cb(const char *fname, int lineno, Dwarf_Addr addr __maybe_unused, void *data) argument
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_parser.py227 Filedoc = IDLNode('Comment', self.lexobj.filename, p.lineno(2)-1,
610 p.set_lineno(0, p.lineno(1))
880 lineno = t.lineno
889 lineno = self.last.lineno
899 ErrOut.LogLine(filename, lineno, pos, msg)
902 WarnOut.LogLine(node.filename, node.lineno, node.pos, msg)
943 lineno = p.lineno(inde
[all...]
H A Didl_node.py54 def __init__(self, cls, filename, lineno, pos, children=None):
59 self.lineno = lineno
96 return '%s(%d)' % (self._filename, self.lineno)
101 ErrOut.LogLine(self._filename, self.lineno, 0, ' %s %s' %
112 WarnOut.LogLine(self._filename, self.lineno, 0, ' %s %s' %
H A Didl_lexer.py162 line = self.lexobj.lineno
186 self.lexobj.lineno += count
207 self.lexobj.lineno = 1
/external/valgrind/main/coregrind/
H A Dm_errormgr.c230 // was read, and the lineno in this file where sname was read.
1087 static Bool get_nbnc_line ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno )
1094 vg_assert(lineno); // lineno needed to correctly track line numbers.
1102 if (n == 1 && ch == '\n' && lineno)
1103 (*lineno)++;
1113 if (ch == '\n' && lineno)
1114 (*lineno)++;
1130 // VG_(printf)("The line *%p %d is '%s'\n", lineno, *lineno, bu
1230 Int fd, i, j, lineno = 0; local
[all...]
/external/chromium_org/third_party/ply/
H A Dyacc.py173 # .lineno = Starting line number
185 # The lineno() method returns the line number of a given
210 def lineno(self,n): member in class:YaccProduction
211 return getattr(self.slice[n],"lineno",0)
213 def set_lineno(self,n,lineno):
214 self.slice[n].lineno = lineno
217 startline = getattr(self.slice[n],"lineno",0)
402 sym.lineno = t1.lineno
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Ddecode_dump.py100 A list of dicts containing: function, filename, lineno.
108 'lineno': -1,
123 afilename, lineno = lines[index * 2 + 1].split(':', 1)
127 'lineno': int(lineno),
157 A list of dicts with filename, lineno, function (deepest first).
169 trace: A list of [filename, lineno, function] (deepest first).
176 scope['lineno']))
/external/tcpdump/
H A Dprint-esp.c314 const char *file, int lineno)
334 file, lineno);
348 file, lineno);
378 const char *file, int lineno)
404 int lineno=0; local
415 lineno++;
423 esp_print_decode_onesecret(ndo, fileline, filename, lineno);
431 esp_print_decode_ikeline(ndo, line, file, lineno);
313 esp_print_decode_ikeline(netdissect_options *ndo, char *line, const char *file, int lineno) argument
377 esp_print_decode_onesecret(netdissect_options *ndo, char *line, const char *file, int lineno) argument
/external/valgrind/main/helgrind/
H A Dhg_errors.h44 Int* lineno, Supp* su );
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcollector.py251 (frame, event, arg), lineno = args
252 fn(frame, event, arg, lineno=lineno)
293 Data is { filename: { lineno: None, ...}, ...}
/external/chromium_org/tools/idl_parser/
H A Didl_lexer.py170 line = self.Lexer().lineno
193 self.Lexer().lineno += count
240 lexer.lineno = 1
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp89 Result.lineno = Loc.getLine();
93 << Result.filename << ":" << Result.lineno << "\n");
113 // format in Details to the address/filename/lineno format that OProfile
132 line_info.lineno = FunctionDI.getLineNumber();

Completed in 660 milliseconds

123456789