HomeSort by relevance Sort by last modified time
    Searched full:lineno (Results 201 - 225 of 658) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 227 self.counter = self.counts.copy() # map (filename, lineno) to count
296 # turn the counts data ("(filename, lineno) = count") into something
299 for filename, lineno in self.counts.keys():
301 lines_hit[lineno] = self.counts[(filename, lineno)]
370 lineno = i + 1
373 if lineno in lines_hit:
374 outfile.write("%5d: " % lines_hit[lineno])
383 if lineno in lnotab and not PRAGMA_NOCOVER in lines[i]:
397 for _, lineno in dis.findlinestarts(code)
    [all...]
xmllib.py 147 self.lineno = 1
252 self.lineno = self.lineno + data.count('\n')
270 self.lineno = self.lineno + data.count('\n')
278 self.lineno = self.lineno + data.count('\n')
284 self.lineno = self.lineno + rawdata[i:k].count('\n')
290 self.lineno = self.lineno + rawdata[i:k].count('\n'
    [all...]
doctest.py 109 # info about where the docstring came from (name, filename, lineno).
422 - lineno: The line number within the DocTest string containing
436 def __init__(self, source, want, exc_msg=None, lineno=0, indent=0,
448 self.lineno = lineno
460 self.lineno == other.lineno and \
469 return hash((self.source, self.want, self.lineno, self.indent,
489 - lineno: The line number within filename where this DocTest
497 def __init__(self, examples, globs, name, filename, lineno, docstring)
    [all...]
fileinput.py 15 Functions filename(), lineno() return the filename and cumulative line
49 lineno(), fileline(), isfirstline(), isstdin(), nextfile() and close()
84 __all__ = ["input","close","nextfile","filename","lineno","filelineno",
137 def lineno(): function
145 return _state.lineno()
188 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(),
356 def lineno(self): member in class:FileInput
408 print "%d: %s[%d]%s %s" % (lineno(), filename(), filelineno(),
410 print "%d: %s[%d]" % (lineno(), filename(), filelineno())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 147 self.lineno = 1
252 self.lineno = self.lineno + data.count('\n')
270 self.lineno = self.lineno + data.count('\n')
278 self.lineno = self.lineno + data.count('\n')
284 self.lineno = self.lineno + rawdata[i:k].count('\n')
290 self.lineno = self.lineno + rawdata[i:k].count('\n'
    [all...]
doctest.py 109 # info about where the docstring came from (name, filename, lineno).
422 - lineno: The line number within the DocTest string containing
436 def __init__(self, source, want, exc_msg=None, lineno=0, indent=0,
448 self.lineno = lineno
460 self.lineno == other.lineno and \
469 return hash((self.source, self.want, self.lineno, self.indent,
489 - lineno: The line number within filename where this DocTest
497 def __init__(self, examples, globs, name, filename, lineno, docstring)
    [all...]
fileinput.py 15 Functions filename(), lineno() return the filename and cumulative line
49 lineno(), fileline(), isfirstline(), isstdin(), nextfile() and close()
84 __all__ = ["input","close","nextfile","filename","lineno","filelineno",
137 def lineno(): function
145 return _state.lineno()
188 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(),
356 def lineno(self): member in class:FileInput
408 print "%d: %s[%d]%s %s" % (lineno(), filename(), filelineno(),
410 print "%d: %s[%d]" % (lineno(), filename(), filelineno())
  /external/linux-tools-perf/src/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 820 static int probe_point_line_walker(const char *fname, int lineno,
827 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
887 static int probe_point_lazy_walker(const char *fname, int lineno,
894 if (!line_list__has_line(&pf->lcache, lineno) ||
899 lineno, (unsigned long long)addr);
901 pf->lno = lineno;
1317 int baseline = 0, lineno = 0, ret = 0; local
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 168 /// @param LineNo Line number.
171 unsigned LineNo, MDScope *Context);
190 /// @param LineNo Line number.
197 MDFile *File, unsigned LineNo,
207 /// @param LineNo Line number.
212 MDFile *File, unsigned LineNo,
220 /// @param LineNo Line number.
227 MDDerivedType *createObjCIVar(StringRef Name, MDFile *File, unsigned LineNo,
434 /// @param LineNo Line number.
442 unsigned LineNo, MDType *Ty
    [all...]
  /external/clang/include/clang/Basic/
SourceManagerInternals.h 34 unsigned LineNo;
54 E.LineNo = Line;
105 unsigned LineNo, int FilenameID);
107 unsigned LineNo, int FilenameID,
  /external/elfutils/src/libdw/
dwarf_getsrc_file.c 43 dwarf_getsrc_file (Dwarf *dbg, const char *fname, int lineno, int column,
109 if (lineno != 0
110 && (lineno > line->line
123 || match[inner]->line != lineno
  /external/elfutils/src/libdwfl/
dwfl_module_getsrc_file.c 35 const char *fname, int lineno, int column,
103 if (lineno != 0
104 && (lineno > line->line
117 || dwfl_line (match[inner])->line != lineno
  /external/elfutils/src/tests/
addrscopes.c 36 int lineno, linecol; local
38 && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
43 prefix, addr, src, lineno, linecol);
46 prefix, addr, src, lineno);
dwfllines.c 66 int lineno; local
70 const char *src = dwfl_lineinfo (line, &addr, &lineno, &colno,
92 assert (lineno == dw_lineno);
148 i, addr, src, lineno, colno, mtime, length,
funcscopes.c 37 int lineno, linecol; local
39 && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol,
44 prefix, addr, src, lineno, linecol);
47 prefix, addr, src, lineno);
dwflmodtest.c 56 int lineno = 0, colno = 0; local
59 lineno = val;
63 if (lineno == 0)
69 printf (" at %s:%u", file, lineno);
71 printf (" at %s:%u:%u", file, lineno, colno);
  /external/libdrm/
.gitignore 41 configure.lineno
  /ndk/build/tools/toolchain-patches-host/mingw-w64/
mingw-w64-widl.patch 66 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
69 Usually this means the macro was only invoked conditionally." "$LINENO" 5
73 +Usually this means the macro was only invoked conditionally." "$LINENO" 5
77 Usually this means the macro was only invoked conditionally." "$LINENO" 5
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
negative 7 # reported using the best filename/lineno info
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 101 filename, lineno = result
103 edit.gotoline(lineno)
109 filename, lineno = match.group(1, 2)
119 return filename, int(lineno)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 101 filename, lineno = result
103 edit.gotoline(lineno)
109 filename, lineno = match.group(1, 2)
119 return filename, int(lineno)
  /external/srtp/
config.status 81 # PATH needs CR, and LINENO needs CR and PATH.
103 as_lineno_1=$LINENO
104 as_lineno_2=$LINENO
128 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
143 as_lineno_1=$LINENO
144 as_lineno_2=$LINENO
160 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
165 # substitution so that $LINENO is not a special case at line end.
173 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3
    [all...]
  /external/libselinux/src/
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 568 lineno = 0
570 lineno += 1
575 block_lineno = lineno
595 def refactor_doctest(self, block, lineno, indent, filename):
604 tree = self.parse_block(block, lineno, indent)
610 filename, lineno, err.__class__.__name__, err)
615 clipped, new = new[:lineno-1], new[lineno-1:]
616 assert clipped == [u"\n"] * (lineno-1), clipped
647 def parse_block(self, block, lineno, indent)
    [all...]

Completed in 264 milliseconds

1 2 3 4 5 6 7 891011>>