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

1 2 3 4

  /external/google-styleguide/
google_python_style.vim 3 setlocal indentexpr=GetGooglePythonIndent(v:lnum)
7 function GetGooglePythonIndent(lnum)
18 call cursor(a:lnum, 1)
20 \ "line('.') < " . (a:lnum - s:maxoff) . " ? dummy :"
31 return GetPythonIndent(a:lnum)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 361 lnum = parenlev = continued = 0
372 lnum = lnum + 1
382 strstart, (lnum, end), contline + line)
387 strstart, (lnum, len(line)), contline)
412 (lnum, pos), (lnum, pos + len(comment_token)), line)
414 (lnum, nl_pos), (lnum, len(line)), line)
417 (lnum, pos), (lnum, len(line)), line)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 361 lnum = parenlev = continued = 0
372 lnum = lnum + 1
382 strstart, (lnum, end), contline + line)
387 strstart, (lnum, len(line)), contline)
412 (lnum, pos), (lnum, pos + len(comment_token)), line)
414 (lnum, nl_pos), (lnum, len(line)), line)
417 (lnum, pos), (lnum, len(line)), line
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 361 lnum = parenlev = continued = 0
372 lnum = lnum + 1
382 strstart, (lnum, end), contline + line)
387 strstart, (lnum, len(line)), contline)
412 (lnum, pos), (lnum, pos + len(comment_token)), line)
414 (lnum, nl_pos), (lnum, len(line)), line)
417 (lnum, pos), (lnum, len(line)), line
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 361 lnum = parenlev = continued = 0
372 lnum = lnum + 1
382 strstart, (lnum, end), contline + line)
387 strstart, (lnum, len(line)), contline)
412 (lnum, pos), (lnum, pos + len(comment_token)), line)
414 (lnum, nl_pos), (lnum, len(line)), line)
417 (lnum, pos), (lnum, len(line)), line
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 361 lnum = parenlev = continued = 0
372 lnum = lnum + 1
382 strstart, (lnum, end), contline + line)
387 strstart, (lnum, len(line)), contline)
412 (lnum, pos), (lnum, pos + len(comment_token)), line)
414 (lnum, nl_pos), (lnum, len(line)), line)
417 (lnum, pos), (lnum, len(line)), line
    [all...]
  /frameworks/base/core/java/android/text/style/
LineBackgroundSpan.java 29 int lnum);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 286 lnum = parenlev = continued = 0
297 lnum += 1
307 strstart, (lnum, end), contline + line)
312 strstart, (lnum, len(line)), contline)
342 (lnum, pos), (lnum, pos + len(comment_token)), line)
344 (lnum, nl_pos), (lnum, len(line)), line)
347 (lnum, pos), (lnum, len(line)), line)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 280 lnum = parenlev = continued = 0
291 lnum += 1
301 strstart, (lnum, end), contline + line)
306 strstart, (lnum, len(line)), contline)
336 (lnum, pos), (lnum, pos + len(comment_token)), line)
338 (lnum, nl_pos), (lnum, len(line)), line)
341 (lnum, pos), (lnum, len(line)), line)
    [all...]
cgitb.py 119 for frame, file, lnum, func, lines, index in records:
133 def reader(lnum=[lnum]):
134 highlight[lnum[0]] = 1
135 try: return linecache.getline(file, lnum[0])
136 finally: lnum[0] += 1
142 i = lnum - index
207 for frame, file, lnum, func, lines, index in records:
217 def reader(lnum=[lnum]):
    [all...]
  /external/python/cpython2/Lib/
tokenize.py 303 lnum = parenlev = continued = 0
314 lnum += 1
324 strstart, (lnum, end), contline + line)
329 strstart, (lnum, len(line)), contline)
359 (lnum, pos), (lnum, pos + len(comment_token)), line)
361 (lnum, nl_pos), (lnum, len(line)), line)
364 (lnum, pos), (lnum, len(line)), line
    [all...]
cgitb.py 119 for frame, file, lnum, func, lines, index in records:
133 def reader(lnum=[lnum]):
134 highlight[lnum[0]] = 1
135 try: return linecache.getline(file, lnum[0])
136 finally: lnum[0] += 1
142 i = lnum - index
207 for frame, file, lnum, func, lines, index in records:
217 def reader(lnum=[lnum])
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 280 lnum = parenlev = continued = 0
291 lnum += 1
301 strstart, (lnum, end), contline + line)
306 strstart, (lnum, len(line)), contline)
336 (lnum, pos), (lnum, pos + len(comment_token)), line)
338 (lnum, nl_pos), (lnum, len(line)), line)
341 (lnum, pos), (lnum, len(line)), line
    [all...]
cgitb.py 119 for frame, file, lnum, func, lines, index in records:
133 def reader(lnum=[lnum]):
134 highlight[lnum[0]] = 1
135 try: return linecache.getline(file, lnum[0])
136 finally: lnum[0] += 1
142 i = lnum - index
207 for frame, file, lnum, func, lines, index in records:
217 def reader(lnum=[lnum])
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 280 lnum = parenlev = continued = 0
291 lnum += 1
301 strstart, (lnum, end), contline + line)
306 strstart, (lnum, len(line)), contline)
336 (lnum, pos), (lnum, pos + len(comment_token)), line)
338 (lnum, nl_pos), (lnum, len(line)), line)
341 (lnum, pos), (lnum, len(line)), line
    [all...]
cgitb.py 119 for frame, file, lnum, func, lines, index in records:
133 def reader(lnum=[lnum]):
134 highlight[lnum[0]] = 1
135 try: return linecache.getline(file, lnum[0])
136 finally: lnum[0] += 1
142 i = lnum - index
207 for frame, file, lnum, func, lines, index in records:
217 def reader(lnum=[lnum])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 280 lnum = parenlev = continued = 0
291 lnum += 1
301 strstart, (lnum, end), contline + line)
306 strstart, (lnum, len(line)), contline)
336 (lnum, pos), (lnum, pos + len(comment_token)), line)
338 (lnum, nl_pos), (lnum, len(line)), line)
341 (lnum, pos), (lnum, len(line)), line
    [all...]
cgitb.py 119 for frame, file, lnum, func, lines, index in records:
133 def reader(lnum=[lnum]):
134 highlight[lnum[0]] = 1
135 try: return linecache.getline(file, lnum[0])
136 finally: lnum[0] += 1
142 i = lnum - index
207 for frame, file, lnum, func, lines, index in records:
217 def reader(lnum=[lnum])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 280 lnum = parenlev = continued = 0
291 lnum += 1
301 strstart, (lnum, end), contline + line)
306 strstart, (lnum, len(line)), contline)
336 (lnum, pos), (lnum, pos + len(comment_token)), line)
338 (lnum, nl_pos), (lnum, len(line)), line)
341 (lnum, pos), (lnum, len(line)), line
    [all...]
cgitb.py 119 for frame, file, lnum, func, lines, index in records:
133 def reader(lnum=[lnum]):
134 highlight[lnum[0]] = 1
135 try: return linecache.getline(file, lnum[0])
136 finally: lnum[0] += 1
142 i = lnum - index
207 for frame, file, lnum, func, lines, index in records:
217 def reader(lnum=[lnum])
    [all...]
  /external/llvm/utils/vim/indent/
llvm.vim 28 function! FindOpenBrace(lnum)
29 call cursor(a:lnum, 1)
35 let thisline = getline(v:lnum)
37 call cursor(v:lnum, 1)
40 if opening_lnum != v:lnum
47 let blockbegin = FindOpenBrace(v:lnum)
54 let prev_lnum = prevnonblank(v:lnum - 1)
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 363 lnum = parenlev = continued = 0
374 lnum = lnum + 1
384 strstart, (lnum, end), contline + line)
389 strstart, (lnum, len(line)), contline)
414 (lnum, pos), (lnum, pos + len(comment_token)), line)
416 (lnum, nl_pos), (lnum, len(line)), line)
419 (lnum, pos), (lnum, len(line)), line
    [all...]
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 363 lnum = parenlev = continued = 0
380 lnum = lnum + 1
390 strstart, (lnum, end), contline + line)
395 strstart, (lnum, len(line)), contline)
424 (lnum, pos), (lnum, pos + len(comment_token)), line)
426 (lnum, nl_pos), (lnum, len(line)), line)
429 (lnum, pos), (lnum, len(line)), line
    [all...]
  /libcore/support/src/test/java/libcore/java/io/
NullPrintStream.java 45 public void print(long lnum) {}
55 public void println(long lnum) {}
  /external/python/cpython3/Lib/
cgitb.py 118 for frame, file, lnum, func, lines, index in records:
132 def reader(lnum=[lnum]):
133 highlight[lnum[0]] = 1
134 try: return linecache.getline(file, lnum[0])
135 finally: lnum[0] += 1
141 i = lnum - index
205 for frame, file, lnum, func, lines, index in records:
215 def reader(lnum=[lnum])
    [all...]

Completed in 871 milliseconds

1 2 3 4