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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
build_clib.py 111 self.compiler.define_macro(name, value)
build_ext.py 326 self.compiler.define_macro(name, value)
    [all...]
  /external/python/cpython2/Lib/distutils/command/
build_clib.py 111 self.compiler.define_macro(name, value)
build_ext.py 326 self.compiler.define_macro(name, value)
  /external/python/cpython3/Lib/distutils/command/
build_clib.py 110 self.compiler.define_macro(name, value)
build_ext.py 326 self.compiler.define_macro(name, value)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
setuptools_build_ext.py 149 compiler.define_macro(name, value)
  /external/python/cpython2/Lib/distutils/tests/
setuptools_build_ext.py 149 compiler.define_macro(name, value)
  /external/python/setuptools/setuptools/command/
build_ext.py 172 compiler.define_macro(name, value)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
ccompiler.py 245 def define_macro(self, name, value=None): member in class:CCompiler
264 'define_macro()' and undefined by 'undefine_macro()' the last call
553 with 'define_macro()' and 'undefine_macro()'. 'include_dirs' is a
    [all...]
  /external/python/cpython2/Lib/distutils/
ccompiler.py 195 def define_macro(self, name, value=None): member in class:CCompiler
214 'define_macro()' and undefined by 'undefine_macro()' the last call
503 with 'define_macro()' and 'undefine_macro()'. 'include_dirs' is a
    [all...]
  /external/python/cpython3/Lib/distutils/
ccompiler.py 184 def define_macro(self, name, value=None): member in class:CCompiler
202 'define_macro()' and undefined by 'undefine_macro()' the last call
504 with 'define_macro()' and 'undefine_macro()'. 'include_dirs' is a
    [all...]

Completed in 253 milliseconds