/external/llvm/utils/lit/utils/ |
check-coverage | 23 # sitecustomize. 25 'import sitecustomize, sys; sys.exit("coverage" not in dir(sitecustomize))' \ 27 printf 1>&2 "error: active python does not appear to enable coverage in its 'sitecustomize.py'\n"
|
/external/llvm/utils/lit/tests/ |
lit.cfg | 33 # and sitecustomize.py in the virtualenv has been modified appropriately.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
icopen.py | 30 Put this file in your Python path, and create a file named {Python}:sitecustomize.py
|
bundlebuilder.py | 277 'win32api', 'ce', '_winreg', 'nturl2path', 'sitecustomize', [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_site.py | 381 # If sitecustomize is available, it should have been imported. 382 if "sitecustomize" not in sys.modules: 384 import sitecustomize namespace 388 self.fail("sitecustomize not imported automatically")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_site.py | 381 # If sitecustomize is available, it should have been imported. 382 if "sitecustomize" not in sys.modules: 384 import sitecustomize namespace 388 self.fail("sitecustomize not imported automatically")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
site.py | 55 named sitecustomize, which can perform arbitrary additional 498 import sitecustomize namespace 506 "'import sitecustomize' failed; use -v for traceback" namespace
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
site.py | 55 named sitecustomize, which can perform arbitrary additional 498 import sitecustomize namespace 506 "'import sitecustomize' failed; use -v for traceback" namespace
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
control.py | 672 #. Create or append to sitecustomize.py to add these lines::
|