Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/
Dextension.py90 undef_macros=None, argument
114 self.undef_macros = undef_macros or []
209 ext.undef_macros.append(value)
/third_party/python/Lib/distutils/command/
Dbuild_ext.py407 ext.undef_macros = []
414 ext.undef_macros.append(macro[0])
526 for undef in ext.undef_macros:
/third_party/skia/third_party/externals/brotli/
Dsetup.py96 for undef in ext.undef_macros:
/third_party/python/
Dsetup.py2322 undef_macros = []
2422 undef_macros.append('_FORTIFY_SOURCE')
2430 undef_macros=undef_macros,
/third_party/python/Doc/distutils/
Dsetupscript.rst241 define/undefine: ``include_dirs``, ``define_macros``, and ``undef_macros``.
286 ``undef_macros`` options. ``define_macros`` takes a list of ``(name, value)``
290 most compilers, this sets ``FOO`` to the string ``1``.) ``undef_macros`` is
298 undef_macros=['HAVE_FOO', 'HAVE_BAR'])
Dapiref.rst223 | *undef_macros* | list of macros to undefine | a list of strings |
/third_party/python/Lib/distutils/tests/
Dtest_build_ext.py301 self.assertEqual(exts[0].undef_macros, ['3'])