Home
last modified time | relevance | path

Searched defs:_clean (Results 1 – 7 of 7) 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.py171 def _clean(self, exec_path): # pylint: disable=no-self-use member in LibcxxTestFormat
/external/python/cpython3/Lib/distutils/command/
Dconfig.py151 def _clean(self, *filenames): member in config
/external/python/cpython2/Lib/distutils/command/
Dconfig.py156 def _clean(self, *filenames): member in config
/external/python/cpython3/Lib/test/test_import/
D__init__.py658 def _clean(self): member in PycacheTests