HomeSort by relevance Sort by last modified time
    Searched defs:CleanUp (Results 1 - 25 of 37) sorted by null

1 2

  /test/vts/utils/python/mirror/
mirror_object.py 74 def CleanUp(self):
mirror_tracker.py 60 self.CleanUp()
62 def CleanUp(self):
66 mirror.CleanUp()
73 self._registered_mirrors[mirror_name].CleanUp()
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
ElfConvert.h 59 VOID (*CleanUp) ();
  /external/v8/tools/release/
auto_tag.py 161 class CleanUp(Step):
196 CleanUp,
auto_roll.py 170 class CleanUp(Step):
226 CleanUp,
merge_to_branch.py 189 class CleanUp(Step):
190 MESSAGE = "Cleanup."
267 CleanUp,
roll_merge.py 211 class CleanUp(Step):
212 MESSAGE = "Cleanup."
285 CleanUp,
create_release.py 256 class CleanUp(Step):
310 CleanUp,
push_to_candidates.py 335 class CleanUp(Step):
410 CleanUp,
  /system/update_engine/common/
file_fetcher.cc 53 CleanUp();
64 CleanUp();
80 CleanUp();
95 CleanUp();
127 CleanUp();
136 CleanUp();
149 CleanUp();
171 void FileFetcher::CleanUp() {
  /system/bt/vendor_libs/test_vendor_lib/src/
test_channel_transport.cc 64 void TestChannelTransport::CleanUp() {
  /art/libartbase/base/unix_file/
random_access_file_test.h 80 CleanUp(file.get());
137 CleanUp(file.get());
171 CleanUp(file.get());
174 virtual void CleanUp(RandomAccessFile* file ATTRIBUTE_UNUSED) {
  /external/tensorflow/tensorflow/python/platform/
googletest.py 151 stubs.CleanUp()
154 the ... part of the code finishes, the CleanUp() looks up the old
168 self.CleanUp()
175 self.CleanUp()
177 def CleanUp(self):
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.cc 232 if(!CleanUp())
267 bool UdpSocketPosix::CleanUp()
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMass.h 173 USB_MASS_CLEAN_UP CleanUp; ///< Clean up the resources.
  /external/libchrome/base/threading/
thread.h 41 // (1) Thread::CleanUp()
106 // also ensures that the CleanUp() virtual method is called on the subclass
256 virtual void CleanUp() {}
319 // cleanup logic as required.
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 40 void GrTextureStripAtlas::CleanUp(const GrContext*, void* info) {
65 desc.fContext->addCleanUp(CleanUp, entry);
  /external/skqp/src/gpu/effects/
GrTextureStripAtlas.cpp 40 void GrTextureStripAtlas::CleanUp(const GrContext*, void* info) {
65 desc.fContext->addCleanUp(CleanUp, entry);
  /external/tensorflow/tensorflow/core/kernels/
conditional_accumulator_base.h 115 struct CleanUp {
116 CleanUp(DoneCallback&& f, CancellationToken ct, CancellationManager* cm)
150 bool TryAttemptLocked(std::vector<CleanUp>* clean_up)
queue_base.h 97 struct CleanUp {
98 CleanUp(DoneCallback&& f, CancellationToken ct, CancellationManager* cm)
128 bool TryAttemptLocked(Action action, std::vector<CleanUp>* clean_up)
  /external/v8/tools/
stats-viewer.py 94 self.CleanUp()
129 def CleanUp(self):
  /system/bt/bta/hearing_aid/
hearing_aid_audio_source.cc 284 void HearingAidAudioSource::CleanUp() {
  /system/bt/service/hal/
bluetooth_interface.cc 217 if (hal_iface_) hal_iface_->cleanup();
357 void BluetoothInterface::CleanUp() {
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 337 void CleanUp() {
435 CleanUp();
  /external/libchrome/dbus/
object_manager.cc 150 void ObjectManager::CleanUp() {

Completed in 867 milliseconds

1 2