HomeSort by relevance Sort by last modified time
    Searched refs:thisguy (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tabnanny.py 292 thisguy = Whitespace(token)
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
321 thisguy = Whitespace(line)
322 if not indents[-1].equal(thisguy):
323 witness = indents[-1].not_equal_witness(thisguy)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tabnanny.py 292 thisguy = Whitespace(token)
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
321 thisguy = Whitespace(line)
322 if not indents[-1].equal(thisguy):
323 witness = indents[-1].not_equal_witness(thisguy)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tabnanny.py 292 thisguy = Whitespace(token)
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
321 thisguy = Whitespace(line)
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/
tabnanny.py 292 thisguy = Whitespace(token)
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
321 thisguy = Whitespace(line)
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/
tabnanny.py 292 thisguy = Whitespace(token)
293 if not indents[-1].less(thisguy):
294 witness = indents[-1].not_less_witness(thisguy)
297 indents.append(thisguy)
321 thisguy = Whitespace(line)
322 if not indents[-1].equal(thisguy):
323 witness = indents[-1].not_equal_witness(thisguy)
  /external/libedit/src/
filecomplete.c 360 size_t line, lines, col, cols, thisguy; local
386 thisguy = line + col * lines;
387 if (thisguy >= num)
390 col == 0 ? "" : " ", (int)width, matches[thisguy]);

Completed in 215 milliseconds