HomeSort by relevance Sort by last modified time
    Searched refs:extra_compile_args (Results 1 - 21 of 21) sorted by null

  /external/autotest/client/deps/lansim/src/
setup.py 22 extra_compile_args=CFLAGS, variable
  /external/python/cpython3/Lib/distutils/
extension.py 55 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
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
extension.py 62 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/protobuf/python/
setup.py 175 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/python/cpython2/Lib/distutils/
extension.py 62 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/capstone/bindings/python/
setup_cython.py 44 extra_compile_args=compile_args, variable
48 extra_compile_args=compile_args, variable
  /external/dtc/pylibfdt/
setup.py 109 extra_compile_args = cflags, variable
  /external/python/cpython2/
setup.py 1442 extra_compile_args = ['-DUSE_ZLIB_CRC32'] variable in class:PyBuildExt.detect_modules.db_found
1446 extra_compile_args = [] variable in class:PyBuildExt.detect_modules.db_found
1450 extra_compile_args = extra_compile_args, variable in class:PyBuildExt.detect_modules.db_found
    [all...]
  /external/u-boot/scripts/dtc/pylibfdt/
setup.py 111 extra_compile_args = cflags, variable
  /external/python/cpython3/
setup.py 1449 extra_compile_args = ['-DUSE_ZLIB_CRC32'] variable in class:PyBuildExt.detect_modules.db_found
1453 extra_compile_args = [] variable in class:PyBuildExt.detect_modules.db_found
1457 extra_compile_args = extra_compile_args, variable in class:PyBuildExt.detect_modules.db_found
1494 extra_compile_args = [] variable in class:PyBuildExt.detect_modules.db_found
1506 extra_compile_args = [] variable in class:PyBuildExt.detect_modules.db_found
1532 extra_compile_args = extra_compile_args, variable in class:PyBuildExt.detect_modules.db_found
    [all...]
  /external/tensorflow/tensorflow/lite/tools/pip_package/
setup.py 131 extra_compile_args=['-std=c++11'],
  /external/brotli/
setup.py 80 extra_args = ext.extra_compile_args or []
  /external/grpc-grpc/tools/distrib/python/grpcio_tools/
setup.py 98 EXTRA_COMPILE_ARGS = shlex.split(EXTRA_ENV_COMPILE_ARGS)
176 extra_compile_args=list(EXTRA_COMPILE_ARGS),
  /external/grpc-grpc/
setup.py 157 EXTRA_COMPILE_ARGS = shlex.split(EXTRA_ENV_COMPILE_ARGS)
220 CFLAGS = tuple(EXTRA_COMPILE_ARGS)
263 extra_compile_args=list(CFLAGS),
  /external/grpc-grpc/src/python/grpcio/
commands.py 292 extension.extra_compile_args += list(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_ext.py 390 'extra_objects', 'extra_compile_args',
480 # - 'extra_compile_args' in Extension object
487 extra_args = ext.extra_compile_args or []
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 234 # 'extra_objects', 'extra_compile_args', 'extra_link_args')
468 extra_compile_args=['-DTARGET=%s'%(target,)],
  /external/python/cpython2/Lib/distutils/command/
build_ext.py 390 '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/
test_build_ext.py 239 # 'extra_objects', 'extra_compile_args', 'extra_link_args')
503 extra_compile_args=['-DTARGET=%s'%(target,)],
  /external/python/cpython3/Lib/distutils/command/
build_ext.py 390 'extra_objects', 'extra_compile_args',
515 # - 'extra_compile_args' in Extension object
522 extra_args = ext.extra_compile_args or []
  /external/python/cpython3/Lib/distutils/tests/
test_build_ext.py 277 # 'extra_objects', 'extra_compile_args', 'extra_link_args')
482 extra_compile_args=['-DTARGET=%s'%(target,)],

Completed in 1228 milliseconds