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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 221 _mc_extensions = ['.mc'] variable in class:MSVCCompiler
226 _rc_extensions + _mc_extensions)
338 elif ext in self._mc_extensions:
390 elif ext in self._mc_extensions:
msvc9compiler.py 326 _mc_extensions = ['.mc'] variable in class:MSVCCompiler
331 _rc_extensions + _mc_extensions)
459 elif ext in self._mc_extensions:
510 elif ext in self._mc_extensions:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 221 _mc_extensions = ['.mc'] variable in class:MSVCCompiler
226 _rc_extensions + _mc_extensions)
338 elif ext in self._mc_extensions:
390 elif ext in self._mc_extensions:
msvc9compiler.py 326 _mc_extensions = ['.mc'] variable in class:MSVCCompiler
331 _rc_extensions + _mc_extensions)
459 elif ext in self._mc_extensions:
510 elif ext in self._mc_extensions:

Completed in 518 milliseconds