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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 71 def set_executables(self, **kw): member in class:CCompilerTestCase.test_customize_compiler.compiler
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_ccompiler.py 71 def set_executables(self, **kw): member in class:CCompilerTestCase.test_customize_compiler.compiler
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 156 self.set_executables(compiler='gcc -mcygwin -O -Wall',
354 self.set_executables(compiler='gcc -mno-cygwin -O -Wall',
emxccompiler.py 66 self.set_executables(compiler='gcc -Zomf -Zmt -O3 -fomit-frame-pointer -mprobe -Wall',
sysconfig.py 218 compiler.set_executables(
ccompiler.py 129 def set_executables(self, **args): member in class:CCompiler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 156 self.set_executables(compiler='gcc -mcygwin -O -Wall',
354 self.set_executables(compiler='gcc -mno-cygwin -O -Wall',
emxccompiler.py 66 self.set_executables(compiler='gcc -Zomf -Zmt -O3 -fomit-frame-pointer -mprobe -Wall',
sysconfig.py 218 compiler.set_executables(
ccompiler.py 129 def set_executables(self, **args): member in class:CCompiler
    [all...]

Completed in 86 milliseconds