Searched refs:extra_compile_args (Results 1 - 13 of 13) sorted by relevance

/external/autotest/client/deps/lansim/src/
H A Dsetup.py22 extra_compile_args=CFLAGS, variable
/external/python/cpython2/Lib/distutils/
H A Dextension.py62 extra_compile_args : [string]
72 interpretation as for 'extra_compile_args'.
98 extra_compile_args=None,
120 self.extra_compile_args = extra_compile_args or []
208 ext.extra_compile_args.append(word)
220 append_next_word = ext.extra_compile_args
226 append_next_word = ext.extra_compile_args
/external/python/cpython3/Lib/distutils/
H A Dextension.py55 extra_compile_args : [string]
65 interpretation as for 'extra_compile_args'.
94 extra_compile_args=None,
118 self.extra_compile_args = extra_compile_args or []
210 ext.extra_compile_args.append(word)
222 append_next_word = ext.extra_compile_args
/external/protobuf/python/
H A Dsetup.py175 extra_compile_args = ['-Wno-write-strings',
187 extra_compile_args.append('-Wno-shorten-64-to-32')
190 extra_compile_args.append('-Werror')
202 extra_compile_args=extra_compile_args,
207 extra_compile_args=['-DPYTHON_PROTO2_CPP_IMPL_V2'],
/external/capstone/bindings/python/
H A Dsetup_cython.py44 extra_compile_args=compile_args, variable
48 extra_compile_args=compile_args, variable
/external/dtc/pylibfdt/
H A Dsetup.py109 extra_compile_args = cflags, variable
/external/python/cpython3/
H A Dsetup.py1451 extra_compile_args = ['-DUSE_ZLIB_CRC32'] variable in class:PyBuildExt.detect_modules.db_found
1455 extra_compile_args = [] variable in class:PyBuildExt.detect_modules.db_found
1459 extra_compile_args = extra_compile_args, variable in class:PyBuildExt.detect_modules.db_found
1667 extra_compile_args = tcltk_includes.split()
1671 extra_compile_args = extra_compile_args,
1760 extra_compile_args = frameworks[2:],
1961 extra_compile_args = fficonfig['ffi_cflags'].split()
1966 ext.extra_compile_args
[all...]
/external/python/cpython2/
H A Dsetup.py1450 extra_compile_args = ['-DUSE_ZLIB_CRC32'] variable in class:PyBuildExt.detect_modules.db_found
1454 extra_compile_args = [] variable in class:PyBuildExt.detect_modules.db_found
1458 extra_compile_args = extra_compile_args, variable in class:PyBuildExt.detect_modules.db_found
1696 core_kwds = {'extra_compile_args': carbon_extra_compile_args,
1705 carbon_kwds = {'extra_compile_args': carbon_extra_compile_args,
1725 win_kwds = {'extra_compile_args': carbon_extra_compile_args + ['-arch', 'i386', '-arch', 'ppc'],
1734 app_kwds = {'extra_compile_args': carbon_extra_compile_args,
1741 extra_compile_args=carbon_extra_compile_args,
1785 extra_compile_args
[all...]
/external/brotli/
H A Dsetup.py80 extra_args = ext.extra_compile_args or []
/external/python/cpython2/Lib/distutils/command/
H A Dbuild_ext.py390 'extra_objects', 'extra_compile_args',
480 # - 'extra_compile_args' in Extension object
487 extra_args = ext.extra_compile_args or []
/external/python/cpython2/Lib/distutils/tests/
H A Dtest_build_ext.py238 # 'extra_objects', 'extra_compile_args', 'extra_link_args')
502 extra_compile_args=['-DTARGET=%s'%(target,)],
/external/python/cpython3/Lib/distutils/command/
H A Dbuild_ext.py389 'extra_objects', 'extra_compile_args',
514 # - 'extra_compile_args' in Extension object
521 extra_args = ext.extra_compile_args or []
/external/python/cpython3/Lib/distutils/tests/
H A Dtest_build_ext.py268 # 'extra_objects', 'extra_compile_args', 'extra_link_args')
473 extra_compile_args=['-DTARGET=%s'%(target,)],

Completed in 1365 milliseconds