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

1 2

  /external/syslinux/gpxe/src/util/
get-pci-ids 126 my $lastline = "";
130 print if($_ ne $lastline);
131 $lastline = $_;
  /libcore/ojluni/src/main/java/java/util/jar/
Manifest.java 208 byte[] lastline = null;
229 lastline = new byte[len - 6];
230 System.arraycopy(lbuf, 6, lastline, 0, len - 6);
235 byte[] buf = new byte[lastline.length + len - 1];
236 System.arraycopy(lastline, 0, buf, 0, lastline.length);
237 System.arraycopy(lbuf, 1, buf, lastline.length, len - 1);
240 lastline = buf;
244 lastline = null;
Attributes.java 374 byte[] lastline = null;
395 byte[] buf = new byte[lastline.length + len - 1];
396 System.arraycopy(lastline, 0, buf, 0, lastline.length);
397 System.arraycopy(lbuf, 1, buf, lastline.length, len - 1);
399 lastline = buf;
403 lastline = null;
415 lastline = new byte[len - i];
416 System.arraycopy(lbuf, i, lastline, 0, len - i);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llex.h 54 int lastline; /* line of last token `consumed' */ member in struct:LexState
  /external/python/cpython2/Lib/idlelib/
CallTipWindow.py 22 self.lastline = None
29 if curline == self.lastline:
31 self.lastline = curline
130 self.parenline = self.parencol = self.lastline = None
  /external/python/cpython2/Lib/idlelib/idle_test/
mock_tk.py 138 lastline = len(self.data) - 1 # same as number of text lines
140 return lastline, len(self.data[lastline]) - 1
150 elif line > lastline:
  /external/skia/third_party/lua/src/
llex.h 54 int lastline; /* line of last token `consumed' */ member in struct:LexState
  /external/syslinux/com32/lua/src/
llex.h 54 int lastline; /* line of last token `consumed' */ member in struct:LexState
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTipWindow.py 23 self.lastline = None
30 if curline == self.lastline:
32 self.lastline = curline
136 self.parenline = self.parencol = self.lastline = None
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTipWindow.py 23 self.lastline = None
30 if curline == self.lastline:
32 self.lastline = curline
136 self.parenline = self.parencol = self.lastline = None
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 23 self.lastline = None
30 if curline == self.lastline:
32 self.lastline = curline
136 self.parenline = self.parencol = self.lastline = None
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTipWindow.py 23 self.lastline = None
30 if curline == self.lastline:
32 self.lastline = curline
136 self.parenline = self.parencol = self.lastline = None
  /external/clang/tools/scan-build-py/libscanbuild/
clang.py 32 def lastline(stream): function in function:get_arguments
48 line = lastline(child.stdout)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texcheck.py 188 lastline = lineno
193 print 'Done checking %d lines.' % (lastline,)
  /external/python/cpython2/Tools/scripts/
texcheck.py 188 lastline = lineno
193 print 'Done checking %d lines.' % (lastline,)
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab_test.go 147 lastline := make(map[string]int)
162 lastline[path] = 1
166 ll, ok := lastline[path]
172 lastline[path] = line
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab_test.go 147 lastline := make(map[string]int)
162 lastline[path] = 1
166 ll, ok := lastline[path]
172 lastline[path] = line
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
feedparser.py 330 lastline = preamble[-1]
331 eolmo = NLCRE_eol.search(lastline)
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
  /external/python/cpython2/Lib/email/
feedparser.py 351 lastline = preamble[-1]
352 eolmo = NLCRE_eol.search(lastline)
354 preamble[-1] = lastline[:-len(eolmo.group(0))]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
feedparser.py 330 lastline = preamble[-1]
331 eolmo = NLCRE_eol.search(lastline)
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
feedparser.py 330 lastline = preamble[-1]
331 eolmo = NLCRE_eol.search(lastline)
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
feedparser.py 330 lastline = preamble[-1]
331 eolmo = NLCRE_eol.search(lastline)
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
feedparser.py 330 lastline = preamble[-1]
331 eolmo = NLCRE_eol.search(lastline)
333 preamble[-1] = lastline[:-len(eolmo.group(0))]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
pyassem.py 606 self.lastline = 0
618 self.lastline = lineno
622 line = lineno - self.lastline
644 self.lastline = lineno
  /external/python/cpython2/Lib/compiler/
pyassem.py 606 self.lastline = 0
618 self.lastline = lineno
622 line = lineno - self.lastline
644 self.lastline = lineno

Completed in 2126 milliseconds

1 2