Home
last modified time | relevance | path

Searched refs:define_macros (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Lib/distutils/
Dextension.py89 define_macros=None, argument
113 self.define_macros = define_macros or []
204 ext.define_macros.append((value, None))
206 ext.define_macros.append((value[0:equals],
/third_party/python/
Dsetup.py1189 define_macros=curses_defines,
1203 define_macros=curses_defines,
1216 define_macros=curses_defines,
1482 define_macros=[
1498 define_macros=[
1507 define_macros=[
1519 define_macros=[
1643 define_macros=sqlite_defines,
1768 define_macros = []
1775 define_macros = [
[all …]
/third_party/libxml2/python/
Dsetup.py.in226 libraries=libs, define_macros=macros)]
230 libraries=libs, define_macros=macros))
/third_party/python/Lib/distutils/command/
Dbuild_ext.py406 ext.define_macros = []
416 ext.define_macros.append(macro)
525 macros = ext.define_macros[:]
/third_party/skia/third_party/externals/brotli/
Dsetup.py88 macros = ext.define_macros[:]
/third_party/grpc/tools/distrib/python/grpcio_tools/
Dsetup.py197 define_macros=list(DEFINE_MACROS),
/third_party/grpc/
Dsetup.py330 define_macros=list(DEFINE_MACROS),
/third_party/python/Doc/distutils/
Dsetupscript.rst241 define/undefine: ``include_dirs``, ``define_macros``, and ``undef_macros``.
285 You can define and undefine pre-processor macros with the ``define_macros`` and
286 ``undef_macros`` options. ``define_macros`` takes a list of ``(name, value)``
296 define_macros=[('NDEBUG', '1'),
Dapiref.rst211 | *define_macros* | list of macros to define; each | a list of tuples |
/third_party/python/Doc/extending/
Dbuilding.rst108 define_macros = [('MAJOR_VERSION', '1'),
/third_party/python/Lib/distutils/tests/
Dtest_build_ext.py302 self.assertEqual(exts[0].define_macros, [('1', '2')])
/third_party/python/Doc/whatsnew/
D2.0.rst854 define_macros = [('XML_NS', None)],