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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/gdb/darwin-x86/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/gdb/linux-x86/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/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/protobuf/python/
setup.py 13 from distutils.command.clean import clean as _clean
109 class clean(_clean):
120 # _clean is an old-style class, so super() doesn't work.
121 _clean.run(self)
  /external/antlr/antlr-3.4/runtime/Python/
setup.py 9 from distutils.command.clean import clean as _clean
17 class clean(_clean):
21 _clean.run(self)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_config_cmd.py 68 # _clean removes files
81 cmd._clean(f1, f2)
  /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)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py 98 def _clean(self, exec_path): # pylint: disable=no-self-use member in class:LibcxxTestFormat
137 # Note that cleanup of exec_file happens in `_clean()`. If you
140 self._clean(exec_path)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
format.py 111 def _clean(self, exec_path): # pylint: disable=no-self-use member in class:LibcxxTestFormat
151 # Note that cleanup of exec_file happens in `_clean()`. If you
154 self._clean(exec_path)
  /external/libcxx/utils/libcxx/android/test/
format.py 81 def _clean(self, exec_path): member in class:TestFormat
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/test/
format.py 83 def _clean(self, exec_path): member in class:TestFormat
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/android/test/
format.py 83 def _clean(self, exec_path): member in class:TestFormat
  /external/libcxx/utils/libcxx/test/
format.py 155 def _clean(self, exec_path): # pylint: disable=no-self-use member in class:LibcxxTestFormat
204 # Note that cleanup of exec_file happens in `_clean()`. If you
207 self._clean(exec_path)
  /external/toolchain-utils/
test_toolchains.py 172 self._clean = clean
297 if self._clean:

Completed in 450 milliseconds