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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
unixccompiler.py 269 def _is_gcc(self, compiler_name): member in class:UnixCCompiler
290 if self._is_gcc(compiler):
295 elif self._is_gcc(compiler):
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
unixccompiler.py 221 def _is_gcc(self, compiler_name): member in class:UnixCCompiler
242 if self._is_gcc(compiler):
249 elif self._is_gcc(compiler):
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
unixccompiler.py 221 def _is_gcc(self, compiler_name): member in class:UnixCCompiler
242 if self._is_gcc(compiler):
249 elif self._is_gcc(compiler):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 211 def _is_gcc(self, compiler_name): member in class:UnixCCompiler
232 if self._is_gcc(compiler):
239 elif self._is_gcc(compiler):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 211 def _is_gcc(self, compiler_name): member in class:UnixCCompiler
232 if self._is_gcc(compiler):
239 elif self._is_gcc(compiler):

Completed in 94 milliseconds