HomeSort by relevance Sort by last modified time
    Searched refs:lno (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
lexer.py 81 while self.lno < len(self.lines):
82 line = self.lines[self.lno]
90 self.lno+=1
97 while self.lno < len(self.lines):
98 s = self.lines[self.lno]
116 self.lno+=1
121 self.set_state(tok,kind,self.lno,self.col)
128 while self.lno < len(self.lines):
129 s = self.lines[self.lno]
200 sys.stderr.write( "lexer ignoring '%s' lno=%d\n"%(s[i],self.lno+1)
    [all...]
parse_core.py 80 sys.stderr.write( "at line %s: %s\n"%(lexer.lno+1,reason) )
95 self.start_lno=lexer.lno
100 self.lines = lexer.lines[self.start_lno:max(lexer.lno,self.start_lno+1)]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 231 level = lno = 0 # level is nesting level; lno is line number
244 lno = lno + 1
246 push_good(lno)
265 firstlno = lno
280 lno = lno + 1
284 push_good(lno)
291 lno = lno +
    [all...]
HyperParser.py 29 lno = index2line(text.index(index))
33 startat = max(lno - context, 1)
35 stopatindex = "%d.end" % lno
51 stopatindex = "%d.end" % lno
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
PyParse.py 231 level = lno = 0 # level is nesting level; lno is line number
244 lno = lno + 1
246 push_good(lno)
265 firstlno = lno
280 lno = lno + 1
284 push_good(lno)
291 lno = lno +
    [all...]
HyperParser.py 29 lno = index2line(text.index(index))
33 startat = max(lno - context, 1)
35 stopatindex = "%d.end" % lno
51 stopatindex = "%d.end" % lno
  /external/qemu/include/qemu/
error-report.h 35 void loc_set_file(const char *fname, int lno);
  /external/checkpolicy/
policy_scan.l 37 static unsigned int lno = 0;
59 \n.* { strncpy(linebuf[lno], yytext+1, 255);
60 linebuf[lno][254] = 0;
61 lno = 1 - lno;
  /external/mksh/src/
histrap.c 614 int lno = hist_source->line; local
620 if (lno != hist_source->line)
833 int lno = 0, lines = 0; local
847 lno = ((base[0] & 0xFF) << 24) | ((base[1] & 0xFF) << 16) |
851 if (histptr >= history && lno - 1 != s->line) {
855 if (lno >= s->line - (histptr - history) && lno <= s->line) {
856 hp = &histptr[lno - s->line];
862 s->line = lno--;
863 histsave(&lno, (char *)(base + 4), false, false)
    [all...]
syn.c 262 int c, iopn = 0, syniocf, lno; local
387 lno = source->line;
398 t->lineno = lno;
  /external/qemu/util/
qemu-error.c 137 * Change the current location to file FNAME, line LNO.
139 void loc_set_file(const char *fname, int lno)
143 cur_loc->num = lno;
qemu-config.c 602 int res = -1, lno = 0; local
606 loc_set_file(fname, ++lno);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-finder.h 63 int lno; /* Line number */ member in struct:probe_finder
probe-finder.c 796 int lno; local
813 dwarf_decl_line(fn_die, &lno);
814 if (lno < fsp->line && fsp->diff > fsp->line - lno) {
816 fsp->diff = fsp->line - lno;
830 .line = pf->lno,
848 if (lineno != pf->lno || strtailcmp(fname, pf->fname) != 0)
922 pf->lno = lineno;
1005 dwarf_decl_line(sp_die, &pf->lno);
1006 pf->lno += pp->line
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 1593 UInt lno, i; local
    [all...]
  /external/bzip2/
decompress.c 425 Int32 ii, jj, kk, pp, lno, off; local
447 lno = nn / MTFL_SIZE;
449 pp = s->mtfbase[lno] + off;
451 while (pp > s->mtfbase[lno]) {
454 s->mtfbase[lno]++;
455 while (lno > 0) {
456 s->mtfbase[lno]--;
457 s->mtfa[s->mtfbase[lno]]
458 = s->mtfa[s->mtfbase[lno-1] + MTFL_SIZE - 1];
459 lno--
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 368 f,lno,n,line = extract_tb(tb, 1)[0]
371 f,lno,n,line = extract_stack(tb.tb_frame, 1)[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py 368 f,lno,n,line = extract_tb(tb, 1)[0]
371 f,lno,n,line = extract_stack(tb.tb_frame, 1)[0]
  /external/valgrind/main/cachegrind/
cg_merge.c 121 UInt lno; member in struct:__anon36083
128 fprintf(stderr, "%s: near %s line %u\n", argv0, s->filename, s->lno-1);
173 s->lno++;
805 // for (lno, counts) in soVal (source inner map)
808 // is lno in the corresponding dst inner map?
891 src.lno = 1;
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 1768 Int32 ii, jj, kk, pp, lno, off; local
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 1792 Int32 ii, jj, kk, pp, lno, off; local
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 1783 Int32 ii, jj, kk, pp, lno, off; local
    [all...]
varinfo6.c 1822 Int32 ii, jj, kk, pp, lno, off; local
    [all...]

Completed in 744 milliseconds

1 2