/external/python/cpython2/Lib/test/ |
regrtest.py | 439 print "==", platform.python_implementation(), \ [all...] |
test_support.py | [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
platform.py | 1474 def python_implementation(): function [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
regrtest.py | 426 print "==", platform.python_implementation(), \ [all...] |
test_support.py | [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
platform.py | 1474 def python_implementation(): function [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
regrtest.py | 426 print "==", platform.python_implementation(), \ [all...] |
test_support.py | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
platform.py | 1474 def python_implementation(): function [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 426 print "==", platform.python_implementation(), \ [all...] |
test_support.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
platform.py | 1474 def python_implementation(): function [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
regrtest.py | 426 print "==", platform.python_implementation(), \ [all...] |
test_support.py | [all...] |
/external/python/cpython3/Lib/test/support/ |
__init__.py | [all...] |
/external/protobuf/gtest/ |
aclocal.m4 | [all...] |
/external/scapy/test/ |
regression.uts | 206 BYPASS_TMP = platform.python_implementation().lower() == "pypy" or DARWIN [all...] |