Home
last modified time | relevance | path

Searched refs:compile_args (Results 1 – 21 of 21) sorted by relevance

/external/capstone/bindings/python/
Dsetup_cython.py37 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/
Dfix_execfile.py45 compile_args = open_expr + [Comma(), filename_arg, Comma(), exec_str]
46 compile_call = Call(Name("compile"), compile_args, "")
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_execfile.py44 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/
Dmultissltests.py139 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/
Dmeson.build31 compile_args : '-DGALLIUM_IMX',
/external/mesa3d/src/gallium/winsys/pl111/drm/
Dmeson.build34 compile_args : '-DGALLIUM_PL111',
/external/mesa3d/src/gallium/drivers/virgl/
Dmeson.build42 compile_args : '-DGALLIUM_VIRGL',
/external/mesa3d/src/gallium/drivers/i915/
Dmeson.build73 compile_args : '-DGALLIUM_I915',
/external/mesa3d/src/gallium/drivers/softpipe/
Dmeson.build87 compile_args : '-DGALLIUM_SOFTPIPE',
/external/mesa3d/src/gallium/drivers/svga/
Dmeson.build91 compile_args : '-DGALLIUM_VMWGFX',
/external/mesa3d/src/gallium/drivers/radeonsi/
Dmeson.build84 compile_args : '-DGALLIUM_RADEONSI',
/external/mesa3d/src/gallium/drivers/vc5/
Dmeson.build92 compile_args : '-DGALLIUM_VC5',
/external/mesa3d/src/gallium/drivers/vc4/
Dmeson.build117 compile_args : '-DGALLIUM_VC4',
/external/mesa3d/src/gallium/drivers/etnaviv/
Dmeson.build105 compile_args : '-DGALLIUM_ETNAVIV',
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dmeson.build106 compile_args : '-DGALLIUM_LLVMPIPE',
/external/mesa3d/src/gallium/drivers/r600/
Dmeson.build134 compile_args : '-DGALLIUM_R600',
/external/mesa3d/src/gallium/drivers/r300/
Dmeson.build133 compile_args : '-DGALLIUM_R300',
/external/mesa3d/src/gallium/drivers/nouveau/
Dmeson.build226 compile_args : '-DGALLIUM_NOUVEAU',
/external/mesa3d/src/gallium/drivers/freedreno/
Dmeson.build232 compile_args : '-DGALLIUM_FREEDRENO',
/external/mesa3d/src/gallium/drivers/swr/
Dmeson.build303 compile_args : '-DGALLIUM_SWR',
/external/mesa3d/
Dmeson.build410 compile_args : run_command(prog_pkgconfig, ['vdpau', '--cflags']).stdout().split()
535 compile_args : run_command(prog_pkgconfig, ['libva', '--cflags']).stdout().split()