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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
config.py 156 def _clean(self, *filenames): member in class:config
193 self._clean()
222 self._clean()
238 self._clean()
257 self._clean()
277 self._clean()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
config.py 156 def _clean(self, *filenames): member in class:config
193 self._clean()
222 self._clean()
238 self._clean()
257 self._clean()
277 self._clean()
  /external/chromium_org/third_party/protobuf/python/
setup.py 22 from distutils.command.clean import clean as _clean namespace
119 class clean(_clean):
129 # _clean is an old-style class, so super() doesn't work.
130 _clean.run(self)
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 9 from distutils.command.clean import clean as _clean namespace
17 class clean(_clean):
21 _clean.run(self)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 69 # _clean removes files
82 cmd._clean(f1, f2)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 69 # _clean removes files
82 cmd._clean(f1, f2)
  /external/chromium_org/tools/gyp/test/lib/
TestCmd.py 283 def _clean(): function
301 sys.exitfunc = _clean
303 atexit.register(_clean)
    [all...]

Completed in 575 milliseconds