Home
last modified time | relevance | path

Searched refs:_clean (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/
Dsetup.py22 from distutils.command.clean import clean as _clean unknown
103 class clean(_clean):
114 _clean.run(self)
/external/antlr/antlr-3.4/runtime/Python/
Dsetup.py9 from distutils.command.clean import clean as _clean unknown
17 class clean(_clean):
21 _clean.run(self)
/external/libcxx/test/libcxx/test/
Dformat.py93 def _clean(self, exec_path): # pylint: disable=no-self-use member in LibcxxTestFormat
135 self._clean(exec_path)
/external/libcxx/test/libcxx/android/test/
Dformat.py81 def _clean(self, exec_path): member in TestFormat