Home
last modified time | relevance | path

Searched refs:extra_compile_args (Results 1 – 25 of 35) sorted by relevance

12

/external/protobuf/python/
Dsetup.py181 extra_compile_args = [] variable
184 extra_compile_args.append('-Wno-write-strings')
185 extra_compile_args.append('-Wno-invalid-offsetof')
186 extra_compile_args.append('-Wno-sign-compare')
187 extra_compile_args.append('-Wno-unused-variable')
188 extra_compile_args.append('-std=c++11')
191 extra_compile_args.append("-Wno-shorten-64-to-32");
192 extra_compile_args.append("-Wno-deprecated-register");
208 extra_compile_args.append('-D_hypot=hypot')
212 extra_compile_args.append('-DMS_WIN64')
[all …]
/external/python/cryptography/src/_cffi_src/
Dutils.py15 extra_compile_args=[], extra_link_args=[]): argument
48 extra_compile_args=extra_compile_args,
56 extra_compile_args=[], extra_link_args=[]): argument
63 extra_compile_args=extra_compile_args,
Dbuild_openssl.py105 extra_compile_args=_extra_compile_args(sys.platform),
/external/python/cpython2/Lib/distutils/
Dextension.py98 extra_compile_args=None, argument
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/cffi/
Dsetup_base.py5 from setup import library_dirs, extra_compile_args, extra_link_args
20 extra_compile_args=extra_compile_args,
Dsetup.py16 extra_compile_args = [] variable
112 _ask_pkg_config(extra_compile_args, '--cflags-only-other')
222 extra_compile_args=extra_compile_args,
/external/python/cpython3/Lib/distutils/
Dextension.py94 extra_compile_args=None, argument
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/python/cpython3/
Dsetup.py817 extra_compile_args=['-DPy_BUILD_CORE_MODULE'],
824 extra_compile_args=['-DPy_BUILD_CORE_MODULE'],
846 extra_compile_args=['-DPy_BUILD_CORE_MODULE']))
853 extra_compile_args=['-DPy_BUILD_CORE_MODULE']))
858 extra_compile_args=['-DPy_BUILD_CORE_MODULE']))
869 extra_compile_args=['-DPy_BUILD_CORE_MODULE']))
948 extra_compile_args=['-DPy_BUILD_CORE_MODULE']))
1625 extra_compile_args = ['-DUSE_ZLIB_CRC32']
1629 extra_compile_args = []
1633 extra_compile_args=extra_compile_args,
[all …]
/external/python/cpython3/Tools/peg_generator/pegen/
Dbuild.py58 extra_compile_args = get_extra_flags("CFLAGS", "PY_CFLAGS_NODIST")
61 extra_compile_args.append("-UNDEBUG")
79 extra_compile_args=extra_compile_args,
/external/python/cpython2/
Dsetup.py1442 extra_compile_args = ['-DUSE_ZLIB_CRC32']
1446 extra_compile_args = []
1450 extra_compile_args = extra_compile_args,
1736 extra_compile_args=carbon_extra_compile_args,
1780 extra_compile_args = tcltk_includes.split()
1784 extra_compile_args = extra_compile_args,
1866 extra_compile_args = frameworks[2:],
2064 extra_compile_args = fficonfig['ffi_cflags'].split()
2069 ext.extra_compile_args.extend(extra_compile_args)
2075 extra_compile_args = []
[all …]
/external/capstone/bindings/python/
Dsetup_cython.py48 extra_compile_args=compile_args,
52 extra_compile_args=compile_args,
/external/protobuf/kokoro/release/python/windows/
Dbuild_single_artifact.bat61 REM sed -i 's/\ extra_compile_args\ =\ \[\]/\ extra_compile_args\ =\ \[\'\/MT\'\]/g' setup.py
/external/autotest/client/deps/lansim/src/
Dsetup.py22 extra_compile_args=CFLAGS,
/external/python/cffi/testing/cffi0/
Dcallback_in_thread.py25 """, extra_compile_args=['-pthread'])
Dtest_verify.py18 extra_compile_args = ['-Werror', '-Wall', '-Wextra', '-Wconversion'] variable
20 extra_compile_args.append('-Qunused-arguments')
23 extra_compile_args = ['-Werror', '-Wall', '-Wextra', '-Wconversion'] variable
28 *args, extra_compile_args=extra_compile_args, **kwds)
99 extra_compile_args_orig = extra_compile_args[:]
100 extra_compile_args.remove('-Wconversion')
104 extra_compile_args[:] = extra_compile_args_orig
/external/python/cffi/testing/cffi1/
Dtest_verify1.py15 extra_compile_args = [] # no obvious -Werror equivalent on MSVC variable
20 extra_compile_args = ['-Werror', '-Wall', '-Wextra', '-Wconversion'] variable
22 extra_compile_args.append('-Qunused-arguments')
25 extra_compile_args = ['-Werror', '-Wall', '-Wextra', '-Wconversion'] variable
29 _extra_compile_args = extra_compile_args
42 extra_compile_args=self._extra_compile_args, **kwds)
80 extra_compile_args_orig = extra_compile_args[:]
81 extra_compile_args.remove('-Wconversion')
85 extra_compile_args[:] = extra_compile_args_orig
/external/grpc-grpc/tools/distrib/python/grpcio_tools/
Dsetup.py176 extra_compile_args=list(EXTRA_COMPILE_ARGS),
/external/brotli/
Dsetup.py80 extra_args = ext.extra_compile_args or []
/external/tensorflow/tensorflow/lite/tools/pip_package/
Dsetup.py177 extra_compile_args=['--std=c++11'],
/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/
Dsetup.py237 extra_compile_args=list(EXTRA_COMPILE_ARGS),
/external/python/pybind11/pybind11/
Dsetup_helpers.py106 self.extra_compile_args[:0] = flags
/external/grpc-grpc/src/python/grpcio/
Dcommands.py292 extension.extra_compile_args += list(
/external/grpc-grpc/
Dsetup.py263 extra_compile_args=list(CFLAGS),
/external/rust/crates/grpcio-sys/grpc/
Dsetup.py393 extra_compile_args=list(CFLAGS),
/external/python/cpython3/Lib/distutils/command/
Dbuild_ext.py523 extra_args = ext.extra_compile_args or []

12