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

1 2 3

  /external/python/cpython2/Lib/
tokenize.py 201 indents = []
211 indents.append(token)
214 indents.pop()
219 elif startline and indents:
220 indent = indents[-1]
234 indents = []
254 indents.append(tokval)
257 indents.pop()
261 elif startline and indents:
262 toks_append(indents[-1]
    [all...]
tabnanny.py 278 indents = [Whitespace("")]
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
303 # equal to what's left at the top of the indents stack
311 del indents[-1]
319 # "indents" stack was seeded
322 if not indents[-1].equal(thisguy):
323 witness = indents[-1].not_equal_witness(thisguy)
textwrap.py 391 indents = _leading_whitespace_re.findall(text)
392 for indent in indents:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 217 indents = []
237 indents.append(tokval)
240 indents.pop()
244 elif startline and indents:
245 toks_append(indents[-1])
290 indents = [0]
350 if column > indents[-1]: # count indents or dedents
351 indents.append(column)
353 while column < indents[-1]:
    [all...]
textwrap.py 391 indents = _leading_whitespace_re.findall(text)
392 for indent in indents:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 213 indents = []
227 indents.append(tokval)
230 indents.pop()
234 elif startline and indents:
235 toks_append(indents[-1])
365 indents = [0]
420 if column > indents[-1]: # count indents or dedents
421 indents.append(column)
423 while column < indents[-1]:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 208 indents = []
231 indents.append(tokval)
234 indents.pop()
238 elif startline and indents:
239 toks_append(indents[-1])
284 indents = [0]
344 if column > indents[-1]: # count indents or dedents
345 indents.append(column)
347 while column < indents[-1]:
    [all...]
tabnanny.py 278 indents = [Whitespace("")]
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
303 # equal to what's left at the top of the indents stack
311 del indents[-1]
319 # "indents" stack was seeded
322 if not indents[-1].equal(thisguy):
323 witness = indents[-1].not_equal_witness(thisguy)
textwrap.py 383 indents = _leading_whitespace_re.findall(text)
384 for indent in indents:
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 213 indents = []
227 indents.append(tokval)
230 indents.pop()
234 elif startline and indents:
235 toks_append(indents[-1])
365 indents = [0]
420 if column > indents[-1]: # count indents or dedents
421 indents.append(column)
423 while column < indents[-1]
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 208 indents = []
231 indents.append(tokval)
234 indents.pop()
238 elif startline and indents:
239 toks_append(indents[-1])
284 indents = [0]
344 if column > indents[-1]: # count indents or dedents
345 indents.append(column)
347 while column < indents[-1]
    [all...]
tabnanny.py 278 indents = [Whitespace("")]
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
303 # equal to what's left at the top of the indents stack
311 del indents[-1]
319 # "indents" stack was seeded
322 if not indents[-1].equal(thisguy):
323 witness = indents[-1].not_equal_witness(thisguy)
textwrap.py 391 indents = _leading_whitespace_re.findall(text)
392 for indent in indents:
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 213 indents = []
227 indents.append(tokval)
230 indents.pop()
234 elif startline and indents:
235 toks_append(indents[-1])
365 indents = [0]
420 if column > indents[-1]: # count indents or dedents
421 indents.append(column)
423 while column < indents[-1]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 208 indents = []
231 indents.append(tokval)
234 indents.pop()
238 elif startline and indents:
239 toks_append(indents[-1])
284 indents = [0]
344 if column > indents[-1]: # count indents or dedents
345 indents.append(column)
347 while column < indents[-1]
    [all...]
tabnanny.py 278 indents = [Whitespace("")]
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
303 # equal to what's left at the top of the indents stack
311 del indents[-1]
319 # "indents" stack was seeded
322 if not indents[-1].equal(thisguy):
323 witness = indents[-1].not_equal_witness(thisguy)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 213 indents = []
227 indents.append(tokval)
230 indents.pop()
234 elif startline and indents:
235 toks_append(indents[-1])
365 indents = [0]
420 if column > indents[-1]: # count indents or dedents
421 indents.append(column)
423 while column < indents[-1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 208 indents = []
231 indents.append(tokval)
234 indents.pop()
238 elif startline and indents:
239 toks_append(indents[-1])
284 indents = [0]
344 if column > indents[-1]: # count indents or dedents
345 indents.append(column)
347 while column < indents[-1]
    [all...]
tabnanny.py 278 indents = [Whitespace("")]
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
303 # equal to what's left at the top of the indents stack
311 del indents[-1]
319 # "indents" stack was seeded
322 if not indents[-1].equal(thisguy):
323 witness = indents[-1].not_equal_witness(thisguy)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 213 indents = []
227 indents.append(tokval)
230 indents.pop()
234 elif startline and indents:
235 toks_append(indents[-1])
365 indents = [0]
420 if column > indents[-1]: # count indents or dedents
421 indents.append(column)
423 while column < indents[-1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 208 indents = []
231 indents.append(tokval)
234 indents.pop()
238 elif startline and indents:
239 toks_append(indents[-1])
284 indents = [0]
344 if column > indents[-1]: # count indents or dedents
345 indents.append(column)
347 while column < indents[-1]
    [all...]
tabnanny.py 278 indents = [Whitespace("")]
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
303 # equal to what's left at the top of the indents stack
311 del indents[-1]
319 # "indents" stack was seeded
322 if not indents[-1].equal(thisguy):
323 witness = indents[-1].not_equal_witness(thisguy)
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 213 indents = []
227 indents.append(tokval)
230 indents.pop()
234 elif startline and indents:
235 toks_append(indents[-1])
367 indents = [0]
422 if column > indents[-1]: # count indents or dedents
423 indents.append(column)
425 while column < indents[-1]
    [all...]
  /frameworks/minikin/include/minikin/
LineBreaker.h 57 void setIndents(const std::vector<float>& indents) {
58 mIndents = indents;
143 void setIndents(const std::vector<float>& indents);
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/
Emitter.java 107 // The current indentation level and the stack of previous indents.
108 private final ArrayStack<Integer> indents; field in class:Emitter
164 // The current indentation level and the stack of previous indents.
165 this.indents = new ArrayStack<Integer>(10);
262 indents.push(indent);
425 indent = indents.pop();
444 indent = indents.pop();
461 indent = indents.pop();
498 indent = indents.pop();
521 indent = indents.pop()
    [all...]

Completed in 2998 milliseconds

1 2 3