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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
config.py 24 DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi'
32 DEFAULT_REPOSITORY),
61 repository = self.repository or self.DEFAULT_REPOSITORY
85 self.DEFAULT_REPOSITORY),
101 repository = self.DEFAULT_REPOSITORY
119 self.repository = self.DEFAULT_REPOSITORY
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
config.py 24 DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi'
32 DEFAULT_REPOSITORY),
56 repository = self.repository or self.DEFAULT_REPOSITORY
80 self.DEFAULT_REPOSITORY),
96 repository = self.DEFAULT_REPOSITORY
114 self.repository = self.DEFAULT_REPOSITORY
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
config.py 24 DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi'
32 DEFAULT_REPOSITORY),
56 repository = self.repository or self.DEFAULT_REPOSITORY
80 self.DEFAULT_REPOSITORY),
96 repository = self.DEFAULT_REPOSITORY
114 self.repository = self.DEFAULT_REPOSITORY
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 24 DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi'
32 DEFAULT_REPOSITORY),
56 repository = self.repository or self.DEFAULT_REPOSITORY
80 self.DEFAULT_REPOSITORY),
96 repository = self.DEFAULT_REPOSITORY
114 self.repository = self.DEFAULT_REPOSITORY
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 24 DEFAULT_REPOSITORY = 'http://pypi.python.org/pypi'
32 DEFAULT_REPOSITORY),
56 repository = self.repository or self.DEFAULT_REPOSITORY
80 self.DEFAULT_REPOSITORY),
96 repository = self.DEFAULT_REPOSITORY
114 self.repository = self.DEFAULT_REPOSITORY
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
register.py 81 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
84 self.repository = self.DEFAULT_REPOSITORY
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
register.py 80 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
83 self.repository = self.DEFAULT_REPOSITORY
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
register.py 80 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
83 self.repository = self.DEFAULT_REPOSITORY
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 80 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
83 self.repository = self.DEFAULT_REPOSITORY
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 80 if self.repository not in ('pypi', self.DEFAULT_REPOSITORY):
83 self.repository = self.DEFAULT_REPOSITORY

Completed in 963 milliseconds