HomeSort by relevance Sort by last modified time
    Searched refs:finalize (Results 101 - 125 of 874) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/chre/platform/shared/
host_protocol_chre.cc 97 finalize(builder, fbs::ChreMessage::HubInfoResponse, response.Union(),
119 finalize(builder, fbs::ChreMessage::NanoappListResponse, response.Union(),
128 finalize(builder, fbs::ChreMessage::LoadNanoappResponse, response.Union(),
  /cts/tests/app/app/src/android/app/stubs/
AppStubActivity.java 52 public void finalize() { method in class:AppStubActivity
54 super.finalize();
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 37 * <li>invoking the {@code finalize} methods of unreachable objects
52 * <p>Here's an example that tests a {@code finalize} method:
58 * protected void finalize() { latch.countDown(); ... }
194 new Object() { @Override protected void finalize() { latch.countDown(); }}; method
203 * <li>invoking the {@code finalize} methods of unreachable objects
264 * and invocation of finalize methods) and waits for it to complete. Ensures that at least one
265 * weak reference has been cleared and one {@code finalize} method has been run before this
288 @Override protected void finalize() { finalizerRan.countDown(); }
  /external/skia/src/gpu/vk/
GrVkPipelineStateCache.cpp 100 desc.finalize();
107 desc.finalize();
  /external/skia/src/pdf/
SkDeflate.cpp 33 // called by both write() and finalize()
84 SkDeflateWStream::~SkDeflateWStream() { this->finalize(); }
86 void SkDeflateWStream::finalize() { function in class:SkDeflateWStream
  /external/swiftshader/third_party/LLVM/lib/DebugInfo/
DWARFDebugLine.h 154 virtual void finalize(uint32_t offset) { row = DoneParsingLineTable; } function in struct:llvm::DWARFDebugLine::State
165 virtual void finalize(uint32_t offset);
  /frameworks/base/core/java/android/content/
ContentQueryMap.java 178 protected void finalize() throws Throwable { method in class:ContentQueryMap
180 super.finalize();
  /frameworks/base/core/java/android/os/
TokenWatcher.java 196 protected void finalize() throws Throwable method in class:TokenWatcher.Death
205 super.finalize();
  /frameworks/base/core/java/android/view/
InputEventReceiver.java 77 protected void finalize() throws Throwable { method in class:InputEventReceiver
81 super.finalize();
InputQueue.java 57 protected void finalize() throws Throwable { method in class:InputQueue
61 super.finalize();
VelocityTracker.java 95 protected void finalize() throws Throwable { method in class:VelocityTracker
102 super.finalize();
  /frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java 255 protected void finalize() throws Throwable { method in class:BitmapRegionDecoder
259 super.finalize();
NinePatch.java 132 protected void finalize() throws Throwable { method in class:NinePatch
140 super.finalize();
SurfaceTexture.java 365 protected void finalize() throws Throwable { method in class:SurfaceTexture
369 super.finalize();
  /frameworks/base/media/java/android/media/midi/
MidiInputPort.java 160 protected void finalize() throws Throwable { method in class:MidiInputPort
163 // not safe to make binder calls from finalize()
167 super.finalize();
MidiOutputPort.java 146 protected void finalize() throws Throwable { method in class:MidiOutputPort
149 // not safe to make binder calls from finalize()
153 super.finalize();
  /frameworks/base/services/core/java/com/android/server/fingerprint/
ClientMonitor.java 172 protected void finalize() throws Throwable { method in class:ClientMonitor
179 super.finalize();
  /frameworks/base/services/core/java/com/android/server/tv/
UinputBridge.java 64 protected void finalize() throws Throwable { method in class:UinputBridge
72 super.finalize();
  /frameworks/ex/framesequence/src/android/support/rastermill/
FrameSequence.java 106 protected void finalize() throws Throwable { method in class:FrameSequence
110 super.finalize();
  /libcore/dalvik/src/test/java/dalvik/system/
CloseGuardTest.java 164 * Make finalize public so that it can be tested directly without relying on garbage
168 public void finalize() throws Throwable {
170 super.finalize();
  /packages/apps/Email/provider_src/com/android/email/service/
ImapTempFileLiteral.java 67 protected void finalize() throws Throwable { method in class:ImapTempFileLiteral
71 super.finalize();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JPEGInputStream.java 155 protected void finalize() throws Throwable { method in class:JPEGInputStream
159 super.finalize();
  /art/test/004-NativeAllocations/src/
Main.java 56 protected void finalize() throws Exception { method in class:Main.NativeAllocation
  /art/test/030-bad-finalizer/src/
Main.java 89 protected void finalize() { method in class:Main.BadFinalizer
  /external/autotest/client/site_tests/graphics_Drm/
graphics_Drm.py 27 self.GSC.finalize()

Completed in 894 milliseconds

1 2 3 45 6 7 8 91011>>