OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_INSTALL_SCHEMES
(Results
1 - 13
of
13
) sorted by null
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/
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]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sysconfig.py
8
_INSTALL_SCHEMES
= {
133
_INSTALL_SCHEMES
[scheme]['include'] = '{projectbase}/Include'
134
_INSTALL_SCHEMES
[scheme]['platinclude'] = '{srcdir}'
158
for key, value in
_INSTALL_SCHEMES
[scheme].items():
417
schemes =
_INSTALL_SCHEMES
.keys()
434
return
_INSTALL_SCHEMES
[scheme]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sysconfig.py
8
_INSTALL_SCHEMES
= {
129
_INSTALL_SCHEMES
[scheme]['include'] = '{projectbase}/Include'
130
_INSTALL_SCHEMES
[scheme]['platinclude'] = '{srcdir}'
154
for key, value in
_INSTALL_SCHEMES
[scheme].items():
364
schemes =
_INSTALL_SCHEMES
.keys()
381
return
_INSTALL_SCHEMES
[scheme]
/external/python/cpython2/Lib/
sysconfig.py
8
_INSTALL_SCHEMES
= {
133
_INSTALL_SCHEMES
[scheme]['include'] = '{projectbase}/Include'
134
_INSTALL_SCHEMES
[scheme]['platinclude'] = '{srcdir}'
158
for key, value in
_INSTALL_SCHEMES
[scheme].items():
417
schemes =
_INSTALL_SCHEMES
.keys()
434
return
_INSTALL_SCHEMES
[scheme]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sysconfig.py
18
get_path, get_path_names,
_INSTALL_SCHEMES
,
104
for scheme in
_INSTALL_SCHEMES
:
105
for name in
_INSTALL_SCHEMES
[scheme]:
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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]:
/external/python/cpython2/Lib/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 583 milliseconds