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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/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:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/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:

Completed in 935 milliseconds