Home
last modified time | relevance | path

Searched refs:undef_macros (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/distutils/
Dextension.py93 undef_macros=None, argument
115 self.undef_macros = undef_macros or []
206 ext.undef_macros.append(value)
/external/python/cpython2/Lib/distutils/command/
Dbuild_ext.py407 ext.undef_macros = []
414 ext.undef_macros.append(macro[0])
490 for undef in ext.undef_macros:
/external/brotli/
Dsetup.py79 for undef in ext.undef_macros:
/external/python/cpython2/Doc/distutils/
Dsetupscript.rst239 define/undefine: ``include_dirs``, ``define_macros``, and ``undef_macros``.
284 ``undef_macros`` options. ``define_macros`` takes a list of ``(name, value)``
288 most compilers, this sets ``FOO`` to the string ``1``.) ``undef_macros`` is
296 undef_macros=['HAVE_FOO', 'HAVE_BAR'])
Dapiref.rst212 | *undef_macros* | list of macros to undefine | a list of strings |
/external/python/cpython2/Lib/distutils/tests/
Dtest_build_ext.py249 self.assertEqual(exts[0].undef_macros, ['3'])