Home
last modified time | relevance | path

Searched defs:_clean (Results 1 – 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/
Dsetup.py9 from distutils.command.clean import clean as _clean unknown
/external/protobuf/python/
Dsetup.py13 from distutils.command.clean import clean as _clean unknown
/external/libcxx/utils/libcxx/android/test/
Dformat.py81 def _clean(self, exec_path): member in TestFormat
/external/libcxx/utils/libcxx/test/
Dformat.py155 def _clean(self, exec_path): # pylint: disable=no-self-use member in LibcxxTestFormat
/external/python/cpython2/Lib/distutils/command/
Dconfig.py156 def _clean(self, *filenames): member in config