Home
last modified time | relevance | path

Searched refs:lastline (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DCallTipWindow.py22 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/
Dcalltip_w.py31 self.parenline = self.parencol = self.lastline = None
53 if curline == self.lastline:
55 self.lastline = curline
134 self.parenline = self.parencol = self.lastline = None
Dhelp.py86 lastline = self.text.get('end-1c linestart', 'end-1c')
87 s = '\n\n' if lastline and not lastline.isspace() else '\n'
/external/python/cpython3/Lib/idlelib/idle_test/
Dmock_tk.py143 lastline = len(self.data) - 1 # same as number of text lines
145 return lastline, len(self.data[lastline]) - 1
155 elif line > lastline:
/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_tk.py138 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/
Dclang.py32 def lastline(stream): function
48 line = lastline(child.stdout)
/external/python/cpython2/Tools/scripts/
Dtexcheck.py188 lastline = lineno
193 print 'Done checking %d lines.' % (lastline,)
/external/usrsctp/usrsctplib/
Duser_queue.h105 int lastline; member
115 (head)->trace.prevline = (head)->trace.lastline; \
117 (head)->trace.lastline = __LINE__; \
122 (elem)->trace.prevline = (elem)->trace.lastline; \
124 (elem)->trace.lastline = __LINE__; \
/external/python/cpython2/Lib/email/
Dfeedparser.py349 lastline = preamble[-1]
350 eolmo = NLCRE_eol.search(lastline)
352 preamble[-1] = lastline[:-len(eolmo.group(0))]
/external/jemalloc_new/bin/
Djeprof.in1650 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/
Dfeedparser.py361 lastline = preamble[-1]
362 eolmo = NLCRE_eol.search(lastline)
364 preamble[-1] = lastline[:-len(eolmo.group(0))]
/external/mesa3d/src/freedreno/decode/
Dcrashdec.c120 static char *lastline; variable
133 free(lastline); in popline()
143 lastline = r; in popline()
151 pushedline = lastline; in pushline()
/external/lua/src/
Dllex.h67 int lastline; /* line of last token 'consumed' */ member
Dllex.c173 ls->lastline = 1; in luaX_setinput()
562 ls->lastline = ls->linenumber; in luaX_next()
Dlcode.c396 savelineinfo(fs, f, fs->ls->lastline); in luaK_code()
/external/python/cpython2/Lib/compiler/
Dpyassem.py606 self.lastline = 0
618 self.lastline = lineno
622 line = lineno - self.lastline
644 self.lastline = lineno
/external/yapf/plugins/vim/autoload/
Dyapf.vim25 let l:line_ranges = a:firstline . '-' . a:lastline
/external/python/cpython2/Lib/
Dmailbox.py225 lastline = None
234 lastline = line
235 if self._append_newline and lastline and not lastline.endswith(os.linesep):
/external/python/cpython3/Lib/
Dmailbox.py243 lastline = None
257 lastline = line
258 if self._append_newline and lastline and not lastline.endswith(linesep):
/external/libcups/tools/
Dipptool.c3791 int lastline; /* Last line number */ in token_cb() local
3822 lastline = f->linenum; in token_cb()
3846 f->linenum = lastline; in token_cb()
/external/webrtc/pc/
Dwebrtc_sdp_unittest.cc3177 const std::string lastline = "a=ssrc:3 label:video_track_id_1"; in TEST_F() local
3178 EXPECT_EQ(lastline, error.line); in TEST_F()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
Dwikipedia.min.css1 … no-repeat 0 -2981px;padding-left:20px;text-indent:.3em}.treeview li li.lastline{background-positi…
Dwikipedia.css3652 .treeview li li.lastline {