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

1 2

  /system/bt/vendor_libs/test_vendor_lib/include/
vendor_manager.h 42 // the global manager and must be called before Get() and CleanUp().
43 // CleanUp() should be called when a call to TestVendorCleanUp() is made
46 static void CleanUp();
  /external/skia/platform_tools/android/apps/canvasproof/src/main/java/org/skia/canvasproof/
GaneshPictureRenderer.java 67 GaneshPictureRenderer.CleanUp(this.contextPtr);
69 Log.e(TAG, "CleanUp failed", e);
118 private static native void CleanUp(long p);
  /system/bt/service/
daemon.cpp 77 hal::BluetoothGattInterface::CleanUp();
79 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();
udp_socket_posix.cc 232 if(!CleanUp())
267 bool UdpSocketPosix::CleanUp()
  /system/bt/service/hal/
bluetooth_interface.h 84 // Shuts down and cleans up the interface. CleanUp must be called on the same
86 static void CleanUp();
  /system/bt/vendor_libs/test_vendor_lib/src/
bt_vendor.cc 96 VendorManager::CleanUp();
vendor_manager.cc 33 void VendorManager::CleanUp() {
  /external/v8/tools/release/
auto_tag.py 161 class CleanUp(Step):
196 CleanUp,
auto_roll.py 168 class CleanUp(Step):
224 CleanUp,
create_release.py 242 class CleanUp(Step):
294 CleanUp,
merge_to_branch.py 211 class CleanUp(Step):
212 MESSAGE = "Cleanup."
285 CleanUp,
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
page_action.py 34 def CleanUp(self, tab):
  /external/libchrome/base/threading/
thread.h 38 // (1) Thread::CleanUp()
82 // also ensures that the CleanUp() virtual method is called on the subclass
196 virtual void CleanUp() {}
thread_unittest.cc 52 // Thread::CleanUp() was called.
75 void CleanUp() override { event_list_->push_back(THREAD_EVENT_CLEANUP); }
257 // (1) Thread::CleanUp()
260 TEST_F(ThreadTest, CleanUp) {
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 138 static void CleanUp(const GrContext* context, void* info);
  /system/bt/test/suite/adapter/
bluetooth_test.cpp 65 bt_hal_interface->CleanUp();
  /external/webrtc/webrtc/base/
dbus.cc 157 CleanUp();
165 CleanUp();
260 void CleanUp() {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/results/
page_test_results.py 143 def CleanUp(self):
148 v.CleanUp()
155 self.CleanUp()
  /external/libchrome/dbus/
object_manager.h 233 void CleanUp();
  /system/update_engine/common/
libcurl_http_fetcher.h 159 void CleanUp();
  /external/chromium-trace/catapult/telemetry/telemetry/value/
trace.py 61 def CleanUp(self):
64 A cleaned up TraceValue cannot be used for further operations. CleanUp()
76 self.CleanUp()
  /system/bt/service/test/
adapter_unittest.cpp 47 hal::BluetoothGattInterface::CleanUp();
48 hal::BluetoothInterface::CleanUp();
ipc_linux_unittest.cpp 72 bluetooth::hal::BluetoothGattInterface::CleanUp();
73 bluetooth::hal::BluetoothInterface::CleanUp();

Completed in 1473 milliseconds

1 2