Searched defs:lineno (Results 1 - 25 of 59) sorted by relevance

123

/external/oprofile/libopagent/
H A Dopagent.h39 unsigned int lineno; member in struct:debug_line_info
96 * necessary to provide one lineno information entry per machine instruction;
/external/qemu/android/utils/
H A Dassert.c18 long lineno; member in struct:__anon25106
38 loc->lineno = fileLineno;
59 android_panic("ASSERTION FAILURE (%s:%d) in %s\n", loc->file, loc->lineno, loc->function);
H A Dini.c184 int lineno = 0; local
197 lineno += 1;
213 lineno);
226 lineno);
247 D("%4d: KEY='%.*s' VALUE='%.*s'", lineno,
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DErrorEvent.h46 unsigned lineno; member in struct:WebCore::ErrorEventInit
73 unsigned lineno() const { return m_lineNumber; } function in class:WebCore::ErrorEvent
/external/elfutils/libdw/
H A Ddwarf_getsrc_file.c63 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column, argument
122 if (lineno != 0
123 && (lineno > line->line
136 || match[inner]->line != lineno
/external/elfutils/libdwfl/
H A Ddwfl_module_getsrc_file.c55 const char *fname, int lineno, int column,
123 if (lineno != 0
124 && (lineno > line->line
137 || dwfl_line (match[inner])->line != lineno
54 dwfl_module_getsrc_file(Dwfl_Module *mod, const char *fname, int lineno, int column, Dwfl_Line ***srcsp, size_t *nsrcs) argument
/external/chromium-trace/
H A Dupdate.py85 lineno = e['lineno'] variable
88 print '%s:%d:%d: %s' % (filename, lineno, charno, err)
/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/elfutils/tests/
H A Daddrscopes.c44 int lineno, linecol; local
46 && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
51 prefix, addr, src, lineno, linecol);
54 prefix, addr, src, lineno);
H A Dfuncscopes.c45 int lineno, linecol; local
47 && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
52 prefix, addr, src, lineno, linecol);
55 prefix, addr, src, lineno);
H A Ddwflmodtest.c64 int lineno = 0, colno = 0; local
67 lineno = val;
71 if (lineno == 0)
77 printf (" at %s:%u", file, lineno);
79 printf (" at %s:%u:%u", file, lineno, colno);
/external/expat/tests/
H A Dminicheck.c92 _check_set_test_info(char const *function, char const *filename, int lineno) argument
95 _check_current_lineno = lineno;
H A Druntests.c73 char *file, int lineno)
78 _fail_unless(0, file, lineno, errorMessage);
80 _xml_failure(parser, file, lineno);
413 XML_Size lineno; local
417 lineno = XML_GetCurrentLineNumber(parser);
418 if (lineno != 4) {
421 "expected 4 lines, saw %" XML_FMT_INT_MOD "u", lineno);
517 XML_Size lineno; local
521 lineno = XML_GetCurrentLineNumber(parser);
522 if (lineno !
72 _expect_failure(char *text, enum XML_Error errorCode, char *errorMessage, char *file, int lineno) argument
[all...]
/external/libsepol/src/
H A Dgenusers.c31 buffer, path, lineno); \
41 unsigned lineno = 0, islist = 0, bit; local
62 lineno++;
167 q, path, lineno);
231 path, lineno);
277 path, lineno);
/external/stlport/test/eh/
H A Dmain.cpp76 void __assertion_failed(char *condition, char *testfilename, int lineno);
77 void __assertion_failed(char *condition, char *testfilename, int lineno) argument
85 std::sprintf( line, "%d", lineno );
/external/libppp/src/
H A Dauth.c165 int n, lineno; local
172 lineno = 0;
174 lineno++;
180 log_Printf(LogWARN, "%s: %d: Invalid line\n", SECRETFILE, lineno);
210 int n, lineno; local
233 lineno = 0;
235 lineno++;
241 log_Printf(LogWARN, "%s: %d: Invalid line\n", SECRETFILE, lineno);
293 int n, lineno; local
299 lineno
344 int n, lineno; local
[all...]
/external/libselinux/src/
H A Dlabel_android_property.c85 int pass, unsigned lineno)
107 lineno);
117 path, lineno, prop);
126 path, lineno, context);
134 path, lineno, spec_arr[nspec].lr.ctx_raw);
150 unsigned int lineno = 0, maxnspec, pass; local
185 if (process_line(rec, path, line_buf, pass, ++lineno) != 0) {
83 process_line(struct selabel_handle *rec, const char *path, char *line_buf, int pass, unsigned lineno) argument
H A Dandroid.c135 unsigned lineno; local
179 lineno = 1;
274 lineno++;
303 __FUNCTION__, seapp_contexts_file[i - 1], lineno, name, value);
H A Dlabel_file.c279 char *line_buf, int pass, unsigned lineno)
301 lineno);
323 path, lineno, regex);
330 path, lineno, regex,
343 path, lineno, type);
371 path, lineno, type);
382 path, lineno, spec_arr[nspec].lr.ctx_raw);
407 unsigned int lineno, pass, i, j, maxnspec; local
456 lineno = 0;
462 pass, ++lineno) !
277 process_line(struct selabel_handle *rec, const char *path, const char *prefix, char *line_buf, int pass, unsigned lineno) argument
[all...]
/external/elfutils/src/
H A Daddr2line.c267 unsigned int lineno = 0; local
272 lineno = val;
277 if (lineno == 0)
283 printf (" at %s:%u", file, lineno);
285 printf (" at %s:%u:%u", file, lineno, colno);
460 int lineno, linecol; local
461 if (line != NULL && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
478 comp_dir, comp_dir_sep, src, lineno, linecol);
481 comp_dir, comp_dir_sep, src, lineno);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtracer.c199 showlog(int depth, int lineno, PyObject * filename, const char * msg) argument
203 if (lineno) {
204 printf("%4d", lineno);
475 * def CTracer_call(frame, event, arg, lineno=0)
477 * If provided, the lineno argument is used as the line number, and the
486 int lineno = 0; local
501 static char *kwlist[] = {"frame", "event", "arg", "lineno", NULL};
504 &PyFrame_Type, &frame, &MyText_Type, &what_str, &arg, &lineno)) {
516 /* Save off the frame's lineno, and use the forced one, if provided. */
518 if (lineno >
[all...]
/external/dnsmasq/src/
H A Ddhcp.c728 int count = 0, lineno = 0; local
759 lineno++;
772 my_syslog(MS_DHCP | LOG_ERR, _("bad line at %s line %d"), ETHERSFILE, lineno);
785 my_syslog(MS_DHCP | LOG_ERR, _("bad address at %s line %d"), ETHERSFILE, lineno);
801 my_syslog(MS_DHCP | LOG_ERR, _("bad name at %s line %d"), ETHERSFILE, lineno);
815 my_syslog(MS_DHCP | LOG_ERR, _("ignoring %s line %d, duplicate name or IP address"), ETHERSFILE, lineno);
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/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/e2fsprogs/misc/
H A Dfsck.c338 int lineno = 0; local
348 lineno++;
354 "on line %d of %s\n"), lineno, filename);

Completed in 1395 milliseconds

123