HomeSort by relevance Sort by last modified time
    Searched refs:finalize (Results 301 - 325 of 612) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/bluetooth/
BluetoothAvrcpController.java 156 public void finalize() { method in class:BluetoothAvrcpController
BluetoothPan.java 180 protected void finalize() { method in class:BluetoothPan
  /frameworks/base/core/java/android/database/
AbstractCursor.java 465 protected void finalize() { method in class:AbstractCursor
  /frameworks/base/core/java/android/net/
LocalSocketImpl.java 539 protected void finalize() throws IOException { method in class:LocalSocketImpl
  /frameworks/base/core/java/android/os/
MemoryFile.java 128 protected void finalize() { method in class:MemoryFile
130 Log.e(TAG, "MemoryFile.finalize() called while ashmem still open");
  /frameworks/base/media/java/android/media/
JetPlayer.java 134 // Constructor, finalize
181 protected void finalize() { method in class:JetPlayer
MediaExtractor.java 212 protected void finalize() { method in class:MediaExtractor
MediaSync.java 217 protected void finalize() { method in class:MediaSync
SoundPool.java 203 protected void finalize() { release(); } method in class:SoundPool
  /frameworks/base/media/java/android/media/audiofx/
Visualizer.java 191 // Constructor, Finalize
243 protected void finalize() { method in class:Visualizer
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
ShaderProgram.java 79 protected void finalize() throws Throwable { method in class:ShaderProgram
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
HeadsetProfile.java 215 protected void finalize() { method in class:HeadsetProfile
216 if (V) Log.d(TAG, "finalize()");
MapProfile.java 201 protected void finalize() { method in class:MapProfile
202 if (V) Log.d(TAG, "finalize()");
SapProfile.java 204 protected void finalize() { method in class:SapProfile
205 if (V) Log.d(TAG, "finalize()");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
SystemTest.java 402 protected void finalize() { method in class:SystemTest
  /libcore/libart/src/main/java/java/lang/
Daemons.java 30 * Calls Object.finalize() on objects in the finalizer reference queue. The VM
31 * will abort if any finalize() call takes more than the maximum finalize time
202 object.finalize();
235 // At this point we probably timed out, look at the object in case the finalize
294 String message = object.getClass().getName() + ".finalize() timed out after "
297 // We use the stack from where finalize() was running to show where it was stuck.
  /libcore/luni/src/main/java/java/nio/
MemoryBlock.java 55 @Override protected void finalize() throws Throwable { method in class:MemoryBlock.MemoryMappedBlock
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 91 protected void finalize() { method in class:ProfileService
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 257 public void finalize() { method in class:BluetoothPbapCallLogComposer
  /external/conscrypt/src/main/java/org/conscrypt/
OpenSSLEngineImpl.java 717 protected void finalize() throws Throwable { method in class:OpenSSLEngineImpl
721 super.finalize();
OpenSSLSocketImpl.java 1169 protected void finalize() throws Throwable { method in class:OpenSSLSocketImpl
    [all...]
  /external/eigen/Eigen/src/SparseQR/
SparseQR.h 551 // Finalize the column pointers of the sparse matrices R and Q
552 m_Q.finalize();
554 m_R.finalize();
  /external/elfutils/src/src/
ld.h 364 /* Finalize the output file. */
365 int (*finalize) (struct ld_state *); member in struct:callbacks
366 #define FINALIZE(state) \
367 DL_CALL_FCT ((state)->callbacks.finalize, (state))
394 /* Finalize the .plt section the what belongs to them. */
    [all...]
  /external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
PhysicsSpace.java 914 protected void finalize() throws Throwable { method in class:PhysicsSpace
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 191 DotShStrtab.finalize(StringTableBuilder::ELF);
272 DotStrtab.finalize(StringTableBuilder::ELF);

Completed in 2713 milliseconds

<<11121314151617181920>>