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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 125 def _preprocess(self, body, headers, include_dirs, lang): member in class:config
189 self._preprocess(body, headers, include_dirs, lang)
206 src, out = self._preprocess(body, headers, include_dirs, lang)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 125 def _preprocess(self, body, headers, include_dirs, lang): member in class:config
189 self._preprocess(body, headers, include_dirs, lang)
206 src, out = self._preprocess(body, headers, include_dirs, lang)

Completed in 2215 milliseconds