OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_INSTALL_SCHEMES
(Results
1 - 8
of
8
) 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]
/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]:
Completed in 56 milliseconds