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

1 2 3

  /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() {
file_fetcher.h 79 void CleanUp();
  /art/compiler/optimizing/
load_store_analysis.cc 143 heap_location_collector_.CleanUp();
148 heap_location_collector_.CleanUp();
155 heap_location_collector_.CleanUp();
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenFw/
ElfConvert.h 58 VOID (*CleanUp) ();
ElfConvert.c 231 ElfFunctions.CleanUp ();
  /system/bt/vendor_libs/test_vendor_lib/include/
test_channel_transport.h 41 void CleanUp();
  /test/vts/utils/python/mirror/
shell_mirror_object.py 54 def CleanUp(self):
hal_mirror.py 98 self.CleanUp()
100 def CleanUp(self):
104 hal_mirror_name.CleanUp()
207 self._hal_level_mirrors[handler_name].CleanUp()
shell_mirror.py 55 shell_mirror.CleanUp()
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
Main.c 51 void (*CleanUp)(void); // Pointer to Cleanup Function
56 CleanUp = gMD->cleanup; // Preserve the pointer to the Cleanup Function
66 if (CleanUp != NULL) {
67 CleanUp();
  /system/bt/service/
daemon.cc 80 hal::BluetoothGattInterface::CleanUp();
82 hal::BluetoothInterface::CleanUp();
  /art/runtime/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/webrtc/webrtc/test/channel_transport/
udp_socket_posix.h 68 bool CleanUp();
  /system/bt/service/hal/
bluetooth_interface.h 82 // Shuts down and cleans up the interface. CleanUp must be called on the same
84 static void CleanUp();
  /external/v8/tools/release/
auto_tag.py 161 class CleanUp(Step):
196 CleanUp,
  /external/libchrome/base/threading/
thread.h 38 // (1) Thread::CleanUp()
83 // also ensures that the CleanUp() virtual method is called on the subclass
197 virtual void CleanUp() {}
  /external/skia/src/gpu/
GrTextureStripAtlas.h 142 static void CleanUp(const GrContext* context, void* info);
  /external/webrtc/webrtc/base/
dbus.cc 157 CleanUp();
165 CleanUp();
260 void CleanUp() {
  /external/libchrome/base/memory/
shared_memory_unittest.cc 52 static void CleanUp() {
240 MultipleThreadMain::CleanUp();
271 MultipleThreadMain::CleanUp();
625 static void CleanUp() {
659 SharedMemoryProcessTest::CleanUp();
689 SharedMemoryProcessTest::CleanUp();
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMass.h 173 USB_MASS_CLEAN_UP CleanUp; ///< Clean up the resources.
  /external/libchrome/dbus/
object_manager.h 233 void CleanUp();
  /system/bt/stack/btm/
ble_advertiser_hci_interface.h 38 static void CleanUp();
  /system/bt/stack/include/
ble_advertiser.h 73 static void CleanUp();
  /system/bt/test/suite/adapter/
bluetooth_test.cc 65 bt_hal_interface->CleanUp();
  /system/bt/test/suite/gatt/
gatt_test.cc 73 bluetooth::hal::BluetoothGattInterface::CleanUp();

Completed in 1130 milliseconds

1 2 3