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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py2_test_grammar.py 466 big_hippo = 2
467 while big_hippo:
470 if extra_burning_oil and big_hippo == 1:
473 big_hippo -= 1
477 if count > 2 or big_hippo <> 1:
py3_test_grammar.py 436 big_hippo = 2
437 while big_hippo:
440 if extra_burning_oil and big_hippo == 1:
443 big_hippo -= 1
447 if count > 2 or big_hippo != 1:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_grammar.py 464 big_hippo = 2
465 while big_hippo:
468 if extra_burning_oil and big_hippo == 1:
471 big_hippo -= 1
475 if count > 2 or big_hippo != 1:
    [all...]
  /external/python/cpython2/Lib/lib2to3/tests/data/
py2_test_grammar.py 466 big_hippo = 2
467 while big_hippo:
470 if extra_burning_oil and big_hippo == 1:
473 big_hippo -= 1
477 if count > 2 or big_hippo <> 1:
py3_test_grammar.py 436 big_hippo = 2
437 while big_hippo:
440 if extra_burning_oil and big_hippo == 1:
443 big_hippo -= 1
447 if count > 2 or big_hippo != 1:
  /external/python/cpython3/Lib/lib2to3/tests/data/
py2_test_grammar.py 466 big_hippo = 2
467 while big_hippo:
470 if extra_burning_oil and big_hippo == 1:
473 big_hippo -= 1
477 if count > 2 or big_hippo <> 1:
py3_test_grammar.py 460 big_hippo = 2
461 while big_hippo:
464 if extra_burning_oil and big_hippo == 1:
467 big_hippo -= 1
471 if count > 2 or big_hippo != 1:
  /external/python/cpython2/Lib/test/
test_grammar.py 504 big_hippo = 2
505 while big_hippo:
508 if extra_burning_oil and big_hippo == 1:
511 big_hippo -= 1
515 if count > 2 or big_hippo != 1:
    [all...]
  /external/python/cpython3/Lib/test/
test_grammar.py 785 big_hippo = 2
786 while big_hippo:
789 if extra_burning_oil and big_hippo == 1:
792 big_hippo -= 1
796 if count > 2 or big_hippo != 1:
    [all...]

Completed in 1198 milliseconds