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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_site.py 197 user_base = site.getuserbase()
209 self.assertTrue(site.getuserbase().startswith('xoxo'),
210 site.getuserbase())
  /external/python/cpython2/Lib/test/
test_site.py 204 user_base = site.getuserbase()
216 self.assertTrue(site.getuserbase().startswith('xoxo'),
217 site.getuserbase())
  /external/python/cpython3/Lib/
site.py 84 # These values are initialized by the getuserbase() and getusersitepackages()
237 def getuserbase(): function
258 user_base = getuserbase() # this will also set USER_BASE
563 user_base = getuserbase()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_site.py 199 user_base = site.getuserbase()
211 self.assertTrue(site.getuserbase().startswith('xoxo'),
212 site.getuserbase())
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_site.py 199 user_base = site.getuserbase()
211 self.assertTrue(site.getuserbase().startswith('xoxo'),
212 site.getuserbase())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 199 user_base = site.getuserbase()
211 self.assertTrue(site.getuserbase().startswith('xoxo'),
212 site.getuserbase())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 199 user_base = site.getuserbase()
211 self.assertTrue(site.getuserbase().startswith('xoxo'),
212 site.getuserbase())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py 80 # These values are initialized by the getuserbase() and getusersitepackages()
227 def getuserbase(): function
248 user_base = getuserbase() # this will also set USER_BASE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
site.py 82 # These values are initialized by the getuserbase() and getusersitepackages()
229 def getuserbase(): function
250 user_base = getuserbase() # this will also set USER_BASE
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
site.py 73 # These values are initialized by the getuserbase() and getusersitepackages()
232 def getuserbase(): function
253 user_base = getuserbase() # this will also set USER_BASE
  /external/python/cpython2/Lib/
site.py 73 # These values are initialized by the getuserbase() and getusersitepackages()
224 def getuserbase(): function
245 user_base = getuserbase() # this will also set USER_BASE
  /prebuilts/gdb/darwin-x86/lib/python2.7/
site.py 73 # These values are initialized by the getuserbase() and getusersitepackages()
220 def getuserbase(): function
241 user_base = getuserbase() # this will also set USER_BASE
  /prebuilts/gdb/linux-x86/lib/python2.7/
site.py 73 # These values are initialized by the getuserbase() and getusersitepackages()
220 def getuserbase(): function
241 user_base = getuserbase() # this will also set USER_BASE
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
site.py 73 # These values are initialized by the getuserbase() and getusersitepackages()
220 def getuserbase(): function
241 user_base = getuserbase() # this will also set USER_BASE
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
site.py 73 # These values are initialized by the getuserbase() and getusersitepackages()
220 def getuserbase(): function
241 user_base = getuserbase() # this will also set USER_BASE
  /external/python/cpython3/Lib/test/
test_site.py 209 user_base = site.getuserbase()
221 self.assertTrue(site.getuserbase().startswith('xoxo'),
222 site.getuserbase())

Completed in 620 milliseconds