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

1 2

  /external/oprofile/libopagent/
opagent.h 39 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/
ErrorEvent.h 46 unsigned lineno; member in struct:blink::ErrorEventInit
74 unsigned lineno() const { return m_lineNumber; } function in class:blink::FINAL
  /build/tools/
java-layers.py 38 def __init__(self, filename, lineno, lower, top, lowlevel, legacy):
40 self.lineno = lineno
60 % (dep.filename, dep.lineno))
63 % (v.filename, v.lineno, v.lower))
123 def lineno(s, i): function in function:parse_dependency_file
127 lines = [lineno(x,n) for x in lines]
147 + " line %d.\n") % (filename, n, lower, deps[lower].lineno))
  /external/libsepol/src/
genusers.c 31 buffer, path, lineno); \
41 unsigned lineno = 0, islist = 0, bit; local
62 lineno++;
167 q, path, lineno);
231 path, lineno);
277 path, lineno);
  /external/chromium-trace/
update.py 85 lineno = e['lineno'] variable
88 print '%s:%d:%d: %s' % (filename, lineno, charno, err)
  /external/chromium_org/net/base/
filename_util_unittest.cc 25 int lineno; member in struct:net::__anon13630::GenerateFilenameCase
58 << "test case at line number: " << test_case->lineno;
    [all...]
  /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));
  /external/libselinux/src/
label_android_property.c 85 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) {
label_file.c 283 char *line_buf, int pass, unsigned lineno)
305 lineno);
327 path, lineno, regex);
334 path, lineno, regex,
347 path, lineno, type);
375 path, lineno, type);
386 path, lineno, spec_arr[nspec].lr.ctx_raw);
411 unsigned int lineno, pass, i, j, maxnspec; local
460 lineno = 0;
466 pass, ++lineno) != 0
    [all...]
android.c 285 unsigned lineno; local
317 lineno = 1;
448 seapp_contexts_file[policy_index], cur->name.str, lineno);
455 lineno++;
484 seapp_contexts_file[policy_index], lineno);
923 unsigned long lineno = 1; local
970 lineno++;
1004 PACKAGES_LIST_FILE, lineno);
    [all...]
  /external/doclava/src/com/google/doclava/
DocFile.java 81 int lineno = 1; local
100 lineno++;
103 System.err.println(docfile + ":" + lineno + ": error parsing docfile");
105 System.err.println(docfile + ":" + lineno + ":" + line);
126 int lineno = 1; local
145 lineno++;
148 System.err.println(docfile + ":" + lineno + ": error parsing docfile");
150 System.err.println(docfile + ":" + lineno + ":" + line);
165 Comment comment = new Comment(commentText, null, new SourcePositionInfo(docfile, lineno, 1));
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
tracer.c 199 showlog(int depth, int lineno, PyObject * filename, const char * msg)
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 > 0)
    [all...]
  /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/elfutils/0.153/src/
addr2line.c 285 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);
nm.c 577 Dwarf_Word lineno; member in struct:local_name
694 Dwarf_Word lineno; local
696 if (dwarf_formudata (attr, &lineno) != 0 || lineno == 0)
718 newp->lineno = lineno;
1299 int lineno; local
    [all...]
  /external/expat/tests/
runtests.c 73 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 != 3)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dwarf-aux.c 77 * @lineno: a pointer which returns the line number
82 const char **fname, int *lineno)
89 addr == (unsigned long)laddr && dwarf_lineno(line, lineno) == 0) {
93 *lineno = 0;
96 return *lineno ?: -ENOENT;
585 int lineno; local
589 lineno = die_get_call_lineno(in_die);
590 if (fname && lineno > 0 && dwarf_entrypc(in_die, &addr) == 0) {
591 lw->retval = lw->callback(fname, lineno, addr, lw->data);
602 if (fname && dwarf_decl_line(in_die, &lineno) == 0)
626 int lineno; local
670 int lineno, ret = 0; local
    [all...]
probe-finder.c 841 static int probe_point_line_walker(const char *fname, int lineno,
848 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
908 static int probe_point_lazy_walker(const char *fname, int lineno,
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
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Debugger/
libcython.py 157 def __init__(self, name, cname, qualified_name, type, lineno):
162 self.lineno = int(lineno)
171 lineno,
178 lineno)
233 filename = lineno = lexer = None
236 lineno = self.get_cython_lineno(frame)
247 lineno = pyframeobject.current_line_num()
255 lineno = 0
258 lineno = symbol_and_line_obj.lin
870 def lineno(self, frame): member in class:CythonInfo
    [all...]
libpython.py 654 # Initialize lineno to co_firstlineno as per PyCode_Addr2Line
656 lineno = int_from_int(self.field('co_firstlineno'))
662 return lineno
663 lineno += ord(line_incr)
664 return lineno
2195 def lineno(self, frame): member in class:PythonInfo
    [all...]
  /external/chromium_org/third_party/ply/
yacc.py 173 # .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/
fsck.c 337 int lineno = 0; local
347 lineno++;
353 "on line %d of %s\n"), lineno, filename);
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 424 int lineno; /* The line number if attr is not available */ member in struct:_xmlID
441 int lineno; /* The line number if attr is not available */ member in struct:_xmlRef
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
shell.c 1668 int lineno = 0; \/* Line number of input file *\/ local
2404 int lineno = 0; local
    [all...]

Completed in 893 milliseconds

1 2