Searched refs:_clean (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/protobuf/python/
H A Dsetup.py22 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/
H A Dsetup.py9 from distutils.command.clean import clean as _clean namespace
17 class clean(_clean):
21 _clean.run(self)
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py283 def _clean(): function
301 sys.exitfunc = _clean
303 atexit.register(_clean)

Completed in 245 milliseconds