Searched refs:lastline (Results 1 – 20 of 20) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | CallTipWindow.py | 22 self.lastline = None 29 if curline == self.lastline: 31 self.lastline = curline 131 self.parenline = self.parencol = self.lastline = None
|
/external/python/cpython3/Lib/idlelib/ |
D | calltip_w.py | 31 self.parenline = self.parencol = self.lastline = None 53 if curline == self.lastline: 55 self.lastline = curline 134 self.parenline = self.parencol = self.lastline = None
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | 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/python/cpython2/Lib/idlelib/idle_test/ |
D | 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/clang/tools/scan-build-py/libscanbuild/ |
D | clang.py | 32 def lastline(stream): function 48 line = lastline(child.stdout)
|
/external/python/cpython2/Tools/scripts/ |
D | texcheck.py | 188 lastline = lineno 193 print 'Done checking %d lines.' % (lastline,)
|
/external/python/cpython2/Lib/email/ |
D | feedparser.py | 349 lastline = preamble[-1] 350 eolmo = NLCRE_eol.search(lastline) 352 preamble[-1] = lastline[:-len(eolmo.group(0))]
|
/external/jemalloc/bin/ |
D | jeprof.in | 1649 my $lastline = 0; 1653 if (($f eq $filename) && ($l > $lastline)) { 1654 $lastline = $l; 1670 my $oldlastline = $lastline; 1688 if ($l >= $lastline && $indent >= 0) { 1690 $lastline = $l+1; 1713 for (my $l = $firstline; $l <= $lastline; $l++) { 1768 ($line <= $lastline)) { 1786 AddEntry($samples1, $lastline, $running1); 1787 AddEntry($samples2, $lastline, $running2); [all …]
|
/external/jemalloc_new/bin/ |
D | jeprof.in | 1650 my $lastline = 0; 1654 if (($f eq $filename) && ($l > $lastline)) { 1655 $lastline = $l; 1671 my $oldlastline = $lastline; 1689 if ($l >= $lastline && $indent >= 0) { 1691 $lastline = $l+1; 1714 for (my $l = $firstline; $l <= $lastline; $l++) { 1769 ($line <= $lastline)) { 1787 AddEntry($samples1, $lastline, $running1); 1788 AddEntry($samples2, $lastline, $running2); [all …]
|
/external/python/cpython3/Lib/email/ |
D | feedparser.py | 361 lastline = preamble[-1] 362 eolmo = NLCRE_eol.search(lastline) 364 preamble[-1] = lastline[:-len(eolmo.group(0))]
|
/external/python/cpython2/Lib/compiler/ |
D | pyassem.py | 606 self.lastline = 0 618 self.lastline = lineno 622 line = lineno - self.lastline 644 self.lastline = lineno
|
/external/lua/src/ |
D | llex.h | 61 int lastline; /* line of last token 'consumed' */ member
|
D | llex.c | 171 ls->lastline = 1; in luaX_setinput() 550 ls->lastline = ls->linenumber; in luaX_next()
|
D | lcode.c | 303 f->lineinfo[fs->pc] = fs->ls->lastline; in luaK_code()
|
/external/yapf/plugins/vim/autoload/ |
D | yapf.vim | 25 let l:line_ranges = a:firstline . '-' . a:lastline
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 225 lastline = None 234 lastline = line 235 if self._append_newline and lastline and not lastline.endswith(os.linesep):
|
/external/python/cpython3/Lib/ |
D | mailbox.py | 242 lastline = None 256 lastline = line 257 if self._append_newline and lastline and not lastline.endswith(linesep):
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp_unittest.cc | 2352 const std::string lastline = "a=ssrc:6 label:video_track_id_3"; in TEST_F() local 2353 EXPECT_EQ(lastline, error.line); in TEST_F()
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.min.css | 1 … no-repeat 0 -2981px;padding-left:20px;text-indent:.3em}.treeview li li.lastline{background-positi…
|
D | wikipedia.css | 3652 .treeview li li.lastline {
|