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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 474 def detect_language(self, sources): member in class:CCompiler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 522 language = ext.language or self.compiler.detect_language(sources)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
ccompiler.py 474 def detect_language(self, sources): member in class:CCompiler
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_ext.py 522 language = ext.language or self.compiler.detect_language(sources)
    [all...]

Completed in 63 milliseconds