Home
last modified time | relevance | path

Searched refs:EXECUTABLE (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/
Dcommon.mk34 …$(eval LOCAL_MODULE_CLASS := $(patsubst HOST_%,%,$(patsubst %EXECUTABLE,%EXECUTABLES,$(patsubst %L…
161 $(if $(filter EXECUTABLE SHARED_LIBRARY,$(_emugl.$(_emugl_MODULE).type)),\
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Demxccompiler.py117 (target_desc != self.EXECUTABLE)):
Dcygwinccompiler.py194 (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")):
Dunixccompiler.py235 if target_desc == CCompiler.EXECUTABLE:
Dmsvc9compiler.py611 if target_desc == CCompiler.EXECUTABLE:
669 if target_desc == CCompiler.EXECUTABLE:
Dccompiler.py665 EXECUTABLE = "executable" variable in CCompiler
747 self.link(CCompiler.EXECUTABLE, objects,
Dbcppcompiler.py203 if target_desc == CCompiler.EXECUTABLE:
Dmsvccompiler.py496 if target_desc == CCompiler.EXECUTABLE: