HomeSort by relevance Sort by last modified time
    Searched defs:lineno (Results 1 - 25 of 43) sorted by null

1 2

  /external/bluetooth/bluez/tools/
kword.c 38 int lineno; variable
  /external/webkit/WebCore/dom/
ErrorEvent.h 57 unsigned lineno() const { return m_lineNumber; } function in class:WebCore::ErrorEvent
  /external/clearsilver/util/
neo_err.h 58 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,
neo_hdf.c 1559 const char *path, int *lineno, int include_handle)
1574 (*lineno)++;
1767 int lineno = 0; local
1778 int lineno = 0; local
1824 int lineno = 0; local
    [all...]
  /external/iproute2/ip/
ip.c 99 int lineno = 0; local
123 fprintf(stderr, "Command failed %s:%d\n", name, lineno);
  /external/webkit/WebCore/bridge/
testqtbindings.cpp 116 int lineno = -1; local
120 lineno = int(lineVal->toNumber(exec));
122 if (lineno != -1)
123 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg);
testbindings.cpp 395 int lineno = -1; local
399 lineno = int(lineVal.toNumber(exec));
401 if (lineno != -1)
402 fprintf(stderr,"Exception, line %d: %s\n",lineno,msg);
  /build/tools/droiddoc/src/
DocFile.java 73 int lineno = 1; local
92 lineno++;
95 System.err.println(docfile + ":" + lineno + ": error parsing docfile");
97 System.err.println(docfile + ":" + lineno + ":" + line);
113 new SourcePositionInfo(docfile, lineno, 1));
  /external/clearsilver/scripts/
cs_lint.py 18 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/
read.c 384 int fd, lineno = 0; local
416 lineno++;
424 lineno++;
429 printf("blkid: bad format on line %d\n", lineno));
  /build/tools/kcm/
kcm.cpp 31 int lineno; member in struct:KeyRecord
37 PropValue() { lineno = -1; }
38 PropValue(const PropValue& that) { lineno=that.lineno; value=that.value; }
39 PropValue(int l, const string& v) { lineno = l; value = v; }
41 int lineno; member in struct:PropValue
49 static int parse_key_line(const char* filename, int lineno, char* line,
85 int lineno = 1; local
121 filename, lineno, thisline);
132 filename, lineno, thisline)
    [all...]
  /build/tools/soslim/
main.c 315 int lineno; local
347 &lineno);
348 lineno -= till_lineno;
351 while (lineno++ < 15) PRINT(" ");
  /external/qemu/android/utils/
ini.c 173 int lineno = 0; local
186 lineno += 1;
202 lineno);
215 lineno);
236 D("%4d: KEY='%.*s' VALUE='%.*s'", lineno,
  /external/webkit/JavaScriptCore/bytecode/
SamplingTool.cpp 358 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/
FlexLexer.h 82 int lineno() const { return yylineno; } function in class:FlexLexer
  /frameworks/base/tools/aidl/
aidl_language.h 14 unsigned lineno; member in struct:extra_text_type
22 unsigned lineno; member in struct:buffer_type
151 void init_buffer_type(buffer_type* buf, int lineno);
aidl.cpp 105 import->statement.lineno = statement->lineno;
229 filename, name->lineno, name->data, expected.c_str());
296 p->name.data, false, filename, p->name.lineno);
302 filename, c->name.lineno);
323 filename, c->name.lineno);
330 filename, c->name.lineno);
392 m->type.type.lineno, m->type.type.data);
399 m->type.type.lineno, m->type.type.data);
405 m->type.array_token.lineno, m->type.type.data
546 int lineno = -1; local
681 int lineno = 1; local
    [all...]
  /libcore/luni/src/main/java/java/io/
StreamTokenizer.java 229 public int lineno() { method in class:StreamTokenizer
  /device/samsung/crespo/alsa-lib/src/alisp/
alisp_local.h 137 int lineno; member in struct:alisp_instance
  /external/dnsmasq/src/
dhcp.c 728 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);
cache.c 757 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);
    [all...]
  /external/expat/tests/
runtests.c 72 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 != 3)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/io/
StreamTokenizerTest.java 159 * @tests java.io.StreamTokenizer#lineno()
164 method = "lineno",
169 assertEquals("the lineno should be 1", 1, st.lineno());
172 assertEquals("the lineno should be 2", 2, st.lineno());
174 assertEquals("the next line no should be 3", 3, st.lineno());
601 method = "lineno",
657 Assert.assertTrue(a.lineno() == 1);
  /external/e2fsprogs/misc/
fsck.c 338 int lineno = 0; local
348 lineno++;
354 "on line %d of %s\n"), lineno, filename);
  /external/elfutils/src/
nm.c 565 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...]

Completed in 663 milliseconds

1 2