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

123

/external/qemu/android/utils/
H A Deintr_wrapper.c18 long lineno,
24 lineno,
17 android_eintr_wrapper_fatal(const char* file, long lineno, const char* function, const char* call) argument
H A Dassert.c18 long lineno; member in struct:__anon29205
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/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/chromium_org/third_party/WebKit/Source/core/events/
H A DErrorEvent.h46 unsigned lineno; member in struct:blink::ErrorEventInit
74 unsigned lineno() const { return m_lineNumber; } function in class:blink::FINAL
/external/elfutils/0.153/libdw/
H A Ddwarf_getsrc_file.c64 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column, argument
130 if (lineno != 0
131 && (lineno > line->line
144 || match[inner]->line != lineno
/external/elfutils/0.153/libdwfl/
H A Ddwfl_module_getsrc_file.c56 const char *fname, int lineno, int column,
124 if (lineno != 0
125 && (lineno > line->line
138 || dwfl_line (match[inner])->line != lineno
55 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/chromium_org/net/base/
H A Dfilename_util_unittest.cc25 int lineno; member in struct:net::__anon9005::GenerateFilenameCase
58 << "test case at line number: " << test_case->lineno;
/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.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/chromium_org/third_party/cython/src/Cython/Utility/
H A DExceptions.c420 int lineno, const char *filename,
427 CYTHON_UNUSED int lineno, CYTHON_UNUSED const char *filename,
426 __Pyx_WriteUnraisable(const char *name, CYTHON_UNUSED int clineno, CYTHON_UNUSED int lineno, CYTHON_UNUSED const char *filename, int full_traceback) argument
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cc96 const char *filename, int lineno,
107 info->line = lineno;
95 SymbolizeCodePCInfoCallback(void *vdata, uintptr_t addr, const char *filename, int lineno, const char *function) argument
/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
/external/qemu/android/base/
H A DLog.cpp49 params.lineno,
117 LogStream::LogStream(const char* file, int lineno, LogSeverity severity) : argument
118 mParams(file, lineno, severity),
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);
/external/qemu/distrib/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
/external/elfutils/0.153/src/
H A Daddr2line.c285 unsigned int lineno = 0; local
290 lineno = val;
315 if (lineno == 0)
320 comp_dir, comp_dir_sep, file, lineno);
323 comp_dir, comp_dir_sep, file, lineno, colno);
515 int lineno, linecol; local
516 if (line != NULL && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
533 comp_dir, comp_dir_sep, src, lineno, linecol);
536 comp_dir, comp_dir_sep, src, 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/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/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);

Completed in 4721 milliseconds

123