Searched refs:compile_args (Results 1 – 21 of 21) sorted by relevance
/external/capstone/bindings/python/ |
D | setup_cython.py | 37 compile_args = ['-O3', '-fomit-frame-pointer', '-I' + HEADERS_DIR] variable 44 extra_compile_args=compile_args, 48 extra_compile_args=compile_args,
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_execfile.py | 45 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str] 46 compile_call = Call(Name("compile"), compile_args, "")
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_execfile.py | 44 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str] 45 compile_call = Call(Name(u"compile"), compile_args, u"")
|
/external/python/cpython2/Tools/ssl/ |
D | multissltests.py | 139 def __init__(self, version, compile_args=(), argument 142 self.compile_args = compile_args 257 cmd.extend(self.compile_args)
|
/external/mesa3d/src/gallium/winsys/imx/drm/ |
D | meson.build | 31 compile_args : '-DGALLIUM_IMX',
|
/external/mesa3d/src/gallium/winsys/pl111/drm/ |
D | meson.build | 34 compile_args : '-DGALLIUM_PL111',
|
/external/mesa3d/src/gallium/drivers/virgl/ |
D | meson.build | 42 compile_args : '-DGALLIUM_VIRGL',
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | meson.build | 73 compile_args : '-DGALLIUM_I915',
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | meson.build | 87 compile_args : '-DGALLIUM_SOFTPIPE',
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | meson.build | 91 compile_args : '-DGALLIUM_VMWGFX',
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | meson.build | 84 compile_args : '-DGALLIUM_RADEONSI',
|
/external/mesa3d/src/gallium/drivers/vc5/ |
D | meson.build | 92 compile_args : '-DGALLIUM_VC5',
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | meson.build | 117 compile_args : '-DGALLIUM_VC4',
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | meson.build | 105 compile_args : '-DGALLIUM_ETNAVIV',
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | meson.build | 106 compile_args : '-DGALLIUM_LLVMPIPE',
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | meson.build | 134 compile_args : '-DGALLIUM_R600',
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | meson.build | 133 compile_args : '-DGALLIUM_R300',
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | meson.build | 226 compile_args : '-DGALLIUM_NOUVEAU',
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | meson.build | 232 compile_args : '-DGALLIUM_FREEDRENO',
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | meson.build | 303 compile_args : '-DGALLIUM_SWR',
|
/external/mesa3d/ |
D | meson.build | 410 compile_args : run_command(prog_pkgconfig, ['vdpau', '--cflags']).stdout().split() 535 compile_args : run_command(prog_pkgconfig, ['libva', '--cflags']).stdout().split()
|