Searched defs:lineno (Results 26 - 50 of 75) sorted by relevance

123

/external/libselinux/src/
H A Dlabel_file.c283 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) !
281 process_line(struct selabel_handle *rec, const char *path, const char *prefix, char *line_buf, int pass, unsigned lineno) argument
[all...]
H A Dandroid.c285 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);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Ddwarf-aux.c77 * @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)
81 cu_find_lineinfo(Dwarf_Die *cu_die, unsigned long addr, const char **fname, int *lineno) argument
626 int lineno; local
670 int lineno, ret = 0; local
[all...]
H A Dprobe-finder.c841 static int probe_point_line_walker(const char *fname, int lineno, argument
848 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
908 static int probe_point_lazy_walker(const char *fname, int lineno, argument
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
1351 /* Find a corresponding line (filename and lineno) */
1352 cu_find_lineinfo(&cudie, addr, &fname, &lineno);
1362 lineno
1443 line_range_add_line(const char *src, unsigned int lineno, struct line_range *lr) argument
1455 line_range_walk_cb(const char *fname, int lineno, Dwarf_Addr addr __maybe_unused, void *data) argument
[all...]
/external/qemu/distrib/libselinux/src/
H A Dlabel_file.c282 char *line_buf, int pass, unsigned lineno)
304 lineno);
326 path, lineno, regex);
333 path, lineno, regex,
346 path, lineno, type);
374 path, lineno, type);
385 path, lineno, spec_arr[nspec].lr.ctx_raw);
410 unsigned int lineno, pass, i, j, maxnspec; local
459 lineno = 0;
465 pass, ++lineno) !
280 process_line(struct selabel_handle *rec, const char *path, const char *prefix, char *line_buf, int pass, unsigned lineno) argument
[all...]
H A Dandroid.c278 unsigned lineno; local
310 lineno = 1;
441 seapp_contexts_file[policy_index], cur->name.str, lineno);
448 lineno++;
477 seapp_contexts_file[policy_index], lineno);
897 unsigned long lineno = 1; local
944 lineno++;
978 PACKAGES_LIST_FILE, lineno);
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c739 SizeT* nBufp, Int* lineno, Supp* su )
743 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
738 pc_read_extra_suppression_info( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno, Supp* su ) argument
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibcython.py157 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
870 def lineno(self, frame): member in class:CythonInfo
[all...]
H A Dlibpython.py654 # 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
1577 lineno = pyop.current_line_num()
1580 start = lineno - 5
1581 end = lineno + 5
1594 if i + start == lineno:
2078 # immediately. So don't call self.lang_info.lineno() a
2195 def lineno(self, frame): member in class:PythonInfo
[all...]
/external/chromium_org/third_party/ply/
H A Dyacc.py173 # .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/dnsmasq/src/
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.c337 int lineno = 0; local
347 lineno++;
353 "on line %d of %s\n"), lineno, filename);
/external/sepolicy/tools/
H A Dcheck_seapp.c105 int lineno; /** Line number rule was encounter on */ member in struct:rule_map
238 * @param lineno
243 static int key_map_validate(key_map *m, int lineno) { argument
261 key, value, lineno, out_file_name);
270 value, lineno, out_file_name);
304 value, lineno, out_file_name);
315 lineno, out_file_name);
325 lineno, out_file_name);
497 name, rm->lineno);
511 * @param lineno
516 rule_map_new(kvp keys[], size_t num_of_keys, int lineno) argument
919 unsigned lineno = 0; local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c373 Int lineno,
387 filename, lineno, this, next );
436 vg_assert(lineno >= 0);
437 if (lineno > MAX_LINENO) {
443 "huge line number (%d)\n", lineno);
455 loc.lineno = lineno;
461 this,size,lineno,filename);
368 addLineInfo( struct _DebugInfo* di, const HChar* filename, const HChar* dirname, Addr this, Addr next, Int lineno, Int entry ) argument
H A Dpriv_storage.h113 UInt lineno:LINENO_BITS; /* source line number, or zero */ member in struct:__anon32418
878 Addr this, Addr next, Int lineno, Int entry);
/external/valgrind/main/helgrind/
H A Dhg_errors.c1279 Int* lineno, Supp* su )
1278 read_extra_suppression_info( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno, Supp* su ) argument
/external/valgrind/main/memcheck/
H A Dmc_errors.c1238 SizeT* nBufp, Int* lineno, Supp *su )
1244 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
1256 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno );
1237 read_extra_suppression_info( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno, Supp *su ) argument
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h424 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
/external/chromium_org/third_party/sqlite/src/src/
H A Dmain.c2236 int sqlite3CorruptError(int lineno){ argument
2240 lineno, 20+sqlite3_sourceid());
2243 int sqlite3MisuseError(int lineno){ argument
2247 lineno, 20+sqlite3_sourceid());
2250 int sqlite3CantopenError(int lineno){ argument
2254 lineno, 20+sqlite3_sourceid());
H A Dshell.c1668 int lineno = 0; /* Line number of input file */ local
1731 lineno++;
1747 zFile, lineno, nCol, i+1);
2404 int lineno = 0; local
2418 lineno++;
2445 startline = lineno;
/external/elfutils/0.153/src/
H A Dnm.c577 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
1300 (void) dwarf_lineno (line, &lineno);
1306 lineno, '\0');
1335 (*found)->lineno,
[all...]
/external/libxml2/include/libxml/
H A Dtree.h461 int lineno; /* The line number if attr is not available */ member in struct:_xmlID
478 int lineno; /* The line number if attr is not available */ member in struct:_xmlRef
/external/valgrind/main/coregrind/
H A Dm_errormgr.c230 // was read, and the lineno in this file where sname was read.
1087 static Bool get_nbnc_line ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno )
1094 vg_assert(lineno); // lineno needed to correctly track line numbers.
1102 if (n == 1 && ch == '\n' && lineno)
1103 (*lineno)++;
1113 if (ch == '\n' && lineno)
1114 (*lineno)++;
1130 // VG_(printf)("The line *%p %d is '%s'\n", lineno, *lineno, bu
1230 Int fd, i, j, lineno = 0; local
[all...]
/external/bison/src/
H A Dscan-gram.c3029 * In that case, we don't want to reset the lineno or column.
3656 unsigned long int lineno = strtoul (args, &file, 10); local
3657 if (INT_MAX <= lineno)
3660 lineno = INT_MAX;
3669 boundary_set (&scanner_cursor, current_file, lineno, 1);

Completed in 406 milliseconds

123