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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py 8 _INSTALL_SCHEMES = {
133 _INSTALL_SCHEMES[scheme]['include'] = '{srcdir}/Include'
134 _INSTALL_SCHEMES[scheme]['platinclude'] = '{projectbase}'
138 _INSTALL_SCHEMES['nt']['include'] = '{srcdir}/Include'
139 _INSTALL_SCHEMES['nt']['platinclude'] = '{projectbase}'
163 for key, value in _INSTALL_SCHEMES[scheme].items():
419 schemes = _INSTALL_SCHEMES.keys()
436 return _INSTALL_SCHEMES[scheme]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py 8 _INSTALL_SCHEMES = {
133 _INSTALL_SCHEMES[scheme]['include'] = '{srcdir}/Include'
134 _INSTALL_SCHEMES[scheme]['platinclude'] = '{projectbase}'
138 _INSTALL_SCHEMES['nt']['include'] = '{srcdir}/Include'
139 _INSTALL_SCHEMES['nt']['platinclude'] = '{projectbase}'
163 for key, value in _INSTALL_SCHEMES[scheme].items():
419 schemes = _INSTALL_SCHEMES.keys()
436 return _INSTALL_SCHEMES[scheme]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 14 get_path, get_path_names, _INSTALL_SCHEMES,
101 for scheme in _INSTALL_SCHEMES:
102 for name in _INSTALL_SCHEMES[scheme]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 14 get_path, get_path_names, _INSTALL_SCHEMES,
101 for scheme in _INSTALL_SCHEMES:
102 for name in _INSTALL_SCHEMES[scheme]:

Completed in 2125 milliseconds