OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:undef_macros
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
extension.py
49
undef_macros
: [string]
93
undef_macros
=None,
115
self.
undef_macros
=
undef_macros
or []
206
ext.
undef_macros
.append(value)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
extension.py
49
undef_macros
: [string]
93
undef_macros
=None,
115
self.
undef_macros
=
undef_macros
or []
206
ext.
undef_macros
.append(value)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py
405
# and '
undef_macros
'.
409
ext.
undef_macros
= []
416
ext.
undef_macros
.append(macro[0])
477
# XXX not honouring 'define_macros' or '
undef_macros
' -- the
492
for undef in ext.
undef_macros
:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py
405
# and '
undef_macros
'.
409
ext.
undef_macros
= []
416
ext.
undef_macros
.append(macro[0])
477
# XXX not honouring 'define_macros' or '
undef_macros
' -- the
492
for undef in ext.
undef_macros
:
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py
249
self.assertEqual(exts[0].
undef_macros
, ['3'])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py
249
self.assertEqual(exts[0].
undef_macros
, ['3'])
Completed in 50 milliseconds