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

12

/external/bluetooth/bluez/rfcomm/
H A Dkword.c38 int lineno; variable
/external/webkit/WebCore/dom/
H A DErrorEvent.h57 unsigned lineno() const { return m_lineNumber; } function in class:WebCore::ErrorEvent
/external/clearsilver/util/
H A Dneo_err.h58 int lineno; member in struct:_neo_err
78 * arguments: using the macro, the function name, file, and lineno are
94 NEOERR *nerr_raisef (const char *func, const char *file, int lineno,
108 NEOERR *nerr_raise_errnof (const char *func, const char *file, int lineno,
117 * arguments: with the macro, the function name, file and lineno are
124 NEOERR *nerr_passf (const char *func, const char *file, int lineno,
134 * arguments: with the macro, the function name, file and lineno are
148 NEOERR *nerr_pass_ctxf (const char *func, const char *file, int lineno,
H A Dneo_err.c97 NEOERR *nerr_raisef (const char *func, const char *file, int lineno, int error, argument
114 err->lineno = lineno;
119 NEOERR *nerr_raise_errnof (const char *func, const char *file, int lineno, argument
141 err->lineno = lineno;
146 NEOERR *nerr_passf (const char *func, const char *file, int lineno, NEOERR *err) argument
160 nerr->lineno = lineno;
166 NEOERR *nerr_pass_ctxf (const char *func, const char *file, int lineno, argument
[all...]
H A Dneo_hdf.c1559 const char *path, int *lineno, int include_handle)
1574 (*lineno)++;
1583 *lineno);
1599 return nerr_pass_ctx(err, "In file %s:%d", path, *lineno);
1613 "[%s:%d] Trailing garbage on line following }: %s", path, *lineno,
1634 return nerr_pass_ctx(err, "In file %s:%d", path, *lineno);
1647 return nerr_pass_ctx(err, "In file %s:%d", path, *lineno);
1660 return nerr_pass_ctx(err, "In file %s:%d", path, *lineno);
1672 return nerr_pass_ctx(err, "In file %s:%d", path, *lineno);
1690 return nerr_pass_ctx(err, "In file %s:%d", path, *lineno);
1558 _hdf_read_string(HDF *hdf, const char **str, STRING *line, const char *path, int *lineno, int include_handle) argument
1767 int lineno = 0; local
1778 int lineno = 0; local
1824 int lineno = 0; local
[all...]
/external/webkit/WebCore/bridge/
H A Dtestqtbindings.cpp116 int lineno = -1; local
120 lineno = int(lineVal->toNumber(exec));
122 if (lineno != -1)
123 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg);
H A Dtestbindings.cpp395 int lineno = -1; local
399 lineno = int(lineVal.toNumber(exec));
401 if (lineno != -1)
402 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg);
/external/clearsilver/scripts/
H A Dcs_lint.py18 lineno = self.lineno(self.data, self.at)
19 print "-E- [%s:%d] %s" % (self.context, lineno, s)
26 lineno = self.lineno(self.data, self.at)
27 print "-W- [%s:%d] %s" % (self.context, lineno, s)
54 def lineno(self, data, i): member in class:ClearSilverChecker
/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.c72 char *file, int lineno)
77 _fail_unless(0, file, lineno, errorMessage);
79 _xml_failure(parser, file, lineno);
412 XML_Size lineno; local
416 lineno = XML_GetCurrentLineNumber(parser);
417 if (lineno != 4) {
420 "expected 4 lines, saw %" XML_FMT_INT_MOD "u", lineno);
516 XML_Size lineno; local
520 lineno = XML_GetCurrentLineNumber(parser);
521 if (lineno !
71 _expect_failure(char *text, enum XML_Error errorCode, char *errorMessage, char *file, int lineno) argument
[all...]
/external/iproute2/ip/
H A Dip.c99 int lineno = 0; local
123 fprintf(stderr, "Command failed %s:%d\n", name, 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/webkit/WebCore/bindings/js/
H A DScriptController.h106 void setEventHandlerLineNumber(int lineno) { m_handlerLineNumber = lineno; } argument
/external/qemu/android/utils/
H A Dini.c173 int lineno = 0; local
186 lineno += 1;
202 lineno);
215 lineno);
236 D("%4d: KEY='%.*s' VALUE='%.*s'", lineno,
/external/webkit/JavaScriptCore/bytecode/
H A DSamplingTool.cpp358 int lineno = 0; local
359 for (HashMap<unsigned,unsigned>::iterator iter = lineCounts.begin(); iter != lineCounts.end(); ++iter, ++lineno) {
360 lineCountInfo[lineno].line = iter->first;
361 lineCountInfo[lineno].count = iter->second;
366 for (lineno = 0; lineno < linesCount; ++lineno) {
367 printf(" Line #%d has sample count %d.\n", lineCountInfo[lineno].line, lineCountInfo[lineno].count);
/external/webkit/WebKitTools/android/flex-2.5.4a/
H A DFlexLexer.h82 int lineno() const { return yylineno; } function in class:FlexLexer
/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);
H A Doption.c2533 volatile int lineno = 0; local
2594 lineno++;
2695 sprintf(buff, _("%s at line %d of %%s"), errmess, lineno);
/external/e2fsprogs/misc/
H A Dfsck.c338 int lineno = 0; local
348 lineno++;
354 "on line %d of %s\n"), lineno, filename);
/external/elfutils/src/
H A Dnm.c565 Dwarf_Word lineno; member in struct:local_name
682 Dwarf_Word lineno; local
684 if (dwarf_formudata (attr, &lineno) != 0 || lineno == 0)
706 newp->lineno = lineno;
1104 int lineno; local
1105 (void) dwarf_lineno (line, &lineno);
1111 lineno, '\0');
1140 (*found)->lineno,
[all...]
/external/bison/src/
H A Dscan-skel.c846 int lineno IF_LINT (= 0); variable
988 lineno = 1;
1009 fprintf (skel_out, "%d", lineno + 1);
1041 lineno++; ECHO; variable
1653 * In that case, we don't want to reset the lineno or column.
/external/elfcopy/
H A Ddwarf.c2214 unsigned int lineno; local
2226 lineno = read_leb128 (curr, & bytes_read, 0);
2231 printf (_(" DW_MACINFO_start_file - lineno: %d filenum: %d\n"),
2232 lineno, filenum);
2241 lineno = read_leb128 (curr, & bytes_read, 0);
2245 printf (_(" DW_MACINFO_define - lineno : %d macro : %s\n"),
2246 lineno, string);
2250 lineno = read_leb128 (curr, & bytes_read, 0);
2254 printf (_(" DW_MACINFO_undef - lineno : %d macro : %s\n"),
2255 lineno, strin
[all...]
/external/libxml2/include/libxml/
H A Dtree.h423 int lineno; /* The line number if attr is not available */ member in struct:_xmlID
440 int lineno; /* The line number if attr is not available */ member in struct:_xmlRef

Completed in 278 milliseconds

12