HomeSort by relevance Sort by last modified time
    Searched refs:lineno (Results 26 - 50 of 178) sorted by null

12 3 4 5 6 7 8

  /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...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py 145 for lineno, line in enumerate(source_token_lines(source)):
146 lineno += 1 # 1-based line numbers.
151 if lineno in analysis.statements:
153 if lineno in analysis.excluded:
155 elif lineno in analysis.missing:
157 elif self.arcs and lineno in missing_branch_arcs:
161 for b in missing_branch_arcs[lineno]:
171 elif lineno in analysis.statements:
187 'number': lineno,
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_osinterface.h 65 * @param lineno Line number of the C file OI_SLOG_ERROR called
68 void OI_LogError(OI_MODULE module, OI_INT lineno, OI_STATUS status);
  /external/chromium_org/base/third_party/dynamic_annotations/
dynamic_annotations.c 64 volatile short lineno = (__LINE__ << 8) + __COUNTER__; (void)lineno;
67 volatile short lineno = (__LINE__ << 8); (void)lineno;
71 Otherwise, lineno (see above) numbers for different Annotate* functions may
  /external/chromium_org/tools/idl_parser/
idl_parser_test.py 46 lineno = node.GetProperty('LINENO')
47 msg = 'Mismatched tree at line %d:\n%sVS\n%s' % (lineno, value, quick)
89 lineno = node.GetProperty('LINENO')
91 filename, lineno, value, quick)
idl_lexer_test.py 59 tokens2[i].value, tokens1[i].value, tokens1[i].lineno, filename)
84 actual_type, expect_type, tokens[index].lineno, filename)
  /external/elfutils/0.153/libdwfl/
dwfl_module_getsrc_file.c 56 const char *fname, int lineno, int column,
124 if (lineno != 0
125 && (lineno > line->line
138 || dwfl_line (match[inner])->line != lineno
  /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...]
dwarf-aux.h 35 const char **fname, int *lineno);
95 typedef int (* line_walk_callback_t) (const char *fname, int lineno,
  /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/deqp/framework/delibs/scripts/
pre_commit.py 70 lineno = 1 + contents[:m.start()].count('\n')
71 croak(infile.name, lineno, "External include guard")
  /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_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...]
  /external/chromium_org/third_party/simplejson/
decoder.py 39 lineno: The line corresponding to pos
51 self.lineno, self.colno = linecol(doc, pos)
59 lineno = doc.count('\n', 0, pos) + 1
60 if lineno == 1:
64 return lineno, colno
69 lineno, colno = linecol(doc, pos)
72 #return fmt.format(msg, lineno, colno, pos)
74 return fmt % (msg, lineno, colno, pos)
77 #return fmt.format(msg, lineno, colno, endlineno, endcolno, pos, end)
79 return fmt % (msg, lineno, colno, endlineno, endcolno, pos, end
    [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);
  /development/tools/findunused/
find_unused_resources.rb 97 @@globalJavaIdUses[id] = FilePosition.new(filename, file.lineno)
116 strings[id] = FilePosition.new(filename, file.lineno)
119 layouts[id] = FilePosition.new(filename, file.lineno)
123 xmlIdUses[id] = FilePosition.new(filename, file.lineno)
136 xmlIdUses[id] = FilePosition.new(filename, file.lineno)
  /external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/
lexer_unittest.py 38 self.lineno == other.lineno and self.lexpos == other.lexpos
42 def _MakeLexToken(token_type, value, lineno=1, lexpos=0):
43 """Makes a LexToken with the given parameters. (Note that lineno is 1-based,
46 rv.type, rv.value, rv.lineno, rv.lexpos = token_type, value, lineno, lexpos
  /bionic/libc/kernel/tools/
cpp.py 75 self.lineno = 0
89 self.lineno = src.lineno
172 tok.lineno = self.line + 1
175 tok.lineno = self.line
409 def __init__(self,line,lineno=1):
411 self.line = lineno
418 def __init__(self,lines=[],lineno=1):
421 self.line = lineno
450 def __init__(self,file,lineno=1)
    [all...]
  /bionic/libc/tools/
bionic_utils.py 43 self.lineno = 0
46 print "%d: %s" % (self.lineno, msg)
147 self.lineno += 1
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Profile.c 92 #define __Pyx_TraceLine(lineno) \
95 $frame_cname->f_lineno = lineno; \
101 #define __Pyx_TraceLine(lineno)
  /external/chromium_org/third_party/re2/re2/
unicode.py 160 lineno = 0 # current line number
162 lineno += 1
211 print "%s:%d: %s" % (filename, lineno, e)
  /external/chromium-trace/
update.py 85 lineno = e['lineno'] variable
88 print '%s:%d:%d: %s' % (filename, lineno, charno, err)
  /external/oprofile/opjitconv/
debug_line.c 284 temp = (line->lineno - last_lineno) -
292 * sufficient to ensure when summing with the delta lineno we will
331 emit_advance_lineno(b, line[0].lineno - last_lineno);
332 last_lineno = line[0].lineno;
351 last_lineno = line[i].lineno;
355 if (last_lineno != line[i].lineno) {
357 line[i].lineno - last_lineno);
358 last_lineno = line[i].lineno;
462 dbg_line[i].lineno = *(unsigned int *)data;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py 114 log_fmt = ('%(asctime)s %(filename)s:%(lineno)-4d %(levelname)s '

Completed in 868 milliseconds

12 3 4 5 6 7 8