HomeSort by relevance Sort by last modified time
    Searched full:checkit (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_long.py 630 def checkit(*args): function in function:LongTest.test_auto_overflow
640 checkit('-', x)
647 checkit(x, '+', y)
651 checkit(x, '-', y)
655 checkit(x, '*', y)
661 checkit(x, '/', y)
665 checkit(x, '//', y)
669 checkit(x, 'divmod', y)
674 checkit(x, '**', y)
681 checkit('pow', x, y, '%', z
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_long.py 630 def checkit(*args): function in function:LongTest.test_auto_overflow
640 checkit('-', x)
647 checkit(x, '+', y)
651 checkit(x, '-', y)
655 checkit(x, '*', y)
661 checkit(x, '/', y)
665 checkit(x, '//', y)
669 checkit(x, 'divmod', y)
674 checkit(x, '**', y)
681 checkit('pow', x, y, '%', z
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest5.java 260 fail("Unexpected IOException in checkIt() : " + e.getMessage());

Completed in 599 milliseconds