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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py 54 named sitecustomize, which can perform arbitrary additional
478 import sitecustomize
486 "'import sitecustomize' failed; use -v for traceback"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
site.py 55 named sitecustomize, which can perform arbitrary additional
467 import sitecustomize
475 "'import sitecustomize' failed; use -v for traceback"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 55 named sitecustomize, which can perform arbitrary additional
510 import sitecustomize
518 "'import sitecustomize' failed; use -v for traceback"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_site.py 379 # If sitecustomize is available, it should have been imported.
380 if "sitecustomize" not in sys.modules:
382 import sitecustomize
386 self.fail("sitecustomize not imported automatically")
  /external/python/cpython2/Lib/
site.py 55 named sitecustomize, which can perform arbitrary additional
493 import sitecustomize
501 "'import sitecustomize' failed; use -v for traceback"
  /external/python/cpython2/Lib/test/
test_site.py 376 # If sitecustomize is available, it should have been imported.
377 if "sitecustomize" not in sys.modules:
379 import sitecustomize
383 self.fail("sitecustomize not imported automatically")
  /external/python/cpython3/Lib/
site.py 63 sitecustomize, usercustomize or PYTHONSTARTUP. Starting Python in
67 named sitecustomize, which can perform arbitrary additional
381 This can be overridden in the sitecustomize or usercustomize module,
481 import sitecustomize
483 if exc.name == 'sitecustomize':
492 "Error in sitecustomize; set PYTHONVERBOSE for traceback:\n"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 55 named sitecustomize, which can perform arbitrary additional
498 import sitecustomize
506 "'import sitecustomize' failed; use -v for traceback"
  /prebuilts/gdb/darwin-x86/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
388 self.fail("sitecustomize not imported automatically")
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 55 named sitecustomize, which can perform arbitrary additional
498 import sitecustomize
506 "'import sitecustomize' failed; use -v for traceback"
  /prebuilts/gdb/linux-x86/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
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
506 "'import sitecustomize' failed; use -v for traceback"
  /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
388 self.fail("sitecustomize not imported automatically")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 55 named sitecustomize, which can perform arbitrary additional
498 import sitecustomize
506 "'import sitecustomize' failed; use -v for traceback"
  /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
388 self.fail("sitecustomize not imported automatically")
  /external/python/cpython3/Lib/test/
test_site.py 412 # If sitecustomize is available, it should have been imported.
413 if "sitecustomize" not in sys.modules:
415 import sitecustomize
419 self.fail("sitecustomize not imported automatically")

Completed in 1359 milliseconds