OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:posix_build
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sysconfig.py
472
posix_build
= None
474
posix_build
= True
478
posix_build
= True
480
posix_build
= False
481
if
posix_build
== False:
483
if
posix_build
== True:
498
if _PYTHON_BUILD and
posix_build
== True:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sysconfig.py
472
posix_build
= None
474
posix_build
= True
478
posix_build
= True
480
posix_build
= False
481
if
posix_build
== False:
483
if
posix_build
== True:
498
if _PYTHON_BUILD and
posix_build
== True:
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py
163
posix_build
= None
165
posix_build
= True
168
posix_build
= True
169
if
posix_build
== True:
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
sysconfig.py
163
posix_build
= None
165
posix_build
= True
168
posix_build
= True
169
if
posix_build
== True:
Completed in 313 milliseconds