/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
|
D | help.py | 86 lastline = self.text.get('end-1c linestart', 'end-1c') 87 s = '\n\n' if lastline and not lastline.isspace() else '\n'
|
/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/python/cpython3/Lib/idlelib/idle_test/ |
D | mock_tk.py | 142 lastline = len(self.data) - 1 # same as number of text lines 144 return lastline, len(self.data[lastline]) - 1 154 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_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/openthread/third_party/tcplp/bsdtcp/sys/ |
D | queue.h | 115 unsigned long lastline; member 127 (head)->trace.prevline = (head)->trace.lastline; \ 129 (head)->trace.lastline = __LINE__; \ 134 (elem)->trace.prevline = (elem)->trace.lastline; \ 136 (elem)->trace.lastline = __LINE__; \
|
/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/mesa3d/src/freedreno/decode/ |
D | crashdec.c | 120 static char *lastline; variable 133 free(lastline); in popline() 143 lastline = r; in popline() 151 pushedline = lastline; in pushline()
|
/external/lua/src/ |
D | llex.h | 67 int lastline; /* line of last token 'consumed' */ member
|
D | llex.c | 173 ls->lastline = 1; in luaX_setinput() 562 ls->lastline = ls->linenumber; in luaX_next()
|
D | lcode.c | 396 savelineinfo(fs, f, fs->ls->lastline); in luaK_code()
|
/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/python/cpython3/Lib/ |
D | dis.py | 458 lastline = None 460 if line is not None and line != lastline: 461 lastline = line
|
D | mailbox.py | 243 lastline = None 257 lastline = line 258 if self._append_newline and lastline and not lastline.endswith(linesep):
|
/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/test/ |
D | test_compile.py | 844 for func, lastline in zip(funcs, lastlines, strict=True): 847 self.assertEqual(frame.f_lineno-frame.f_code.co_firstlineno, lastline)
|
/external/libcups/tools/ |
D | ipptool.c | 3791 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/ |
D | webrtc_sdp_unittest.cc | 3066 const std::string lastline = "a=ssrc:3 msid:local_stream_1 video_track_id_1"; in TEST_F() local 3067 EXPECT_EQ(lastline, error.line); in TEST_F()
|
/external/python/cpython3/Python/ |
D | ceval.c | 5504 int lastline = _PyCode_CheckLineNumber(instr_prev*sizeof(_Py_CODEUNIT), &trace_info->bounds); in maybe_call_line_trace() local 5508 if (frame->f_lasti < instr_prev || line != lastline) { in maybe_call_line_trace()
|
/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…
|