HomeSort by relevance Sort by last modified time
    Searched defs:finalizer (Results 1 - 8 of 8) sorted by null

  /external/guava/guava/src/com/google/common/base/internal/
Finalizer.java 49 public class Finalizer extends Thread {
52 = Logger.getLogger(Finalizer.class.getName());
59 * Starts the Finalizer thread. FinalizableReferenceQueue calls this method
65 * @return ReferenceQueue which Finalizer will poll
75 * collected, at which point, Finalizer can stop running
82 Finalizer finalizer = new Finalizer(finalizableReferenceClass, frq); local
83 finalizer.start();
84 return finalizer.queue
    [all...]
  /external/guava/guava/src/com/google/common/base/
FinalizableReferenceQueue.java 42 * The Finalizer thread keeps a phantom reference to this object. When the client (for example, a
45 * Finalizer to stop.
48 * Finalizer directly with no problems.
50 * If this library is loaded in an application class loader, it's important that Finalizer not
53 * Finalizer Thread runs instance of -> Finalizer.class loaded by -> Application class loader
56 * Even if no other references to classes from the application class loader remain, the Finalizer
58 * Finalizer running, and as a result, the application class loader can never be reclaimed.
63 * Finalizer in its own independent class loader:
66 * -> etc. -> Decoupled class loader -> Finalizer
84 Class<?> finalizer = loadFinalizer( typedefs
155 Class<?> finalizer = loader.loadFinalizer(); local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
fttypes.h 442 /* as the address of a `finalizer' function, which will be called by */
445 /* in the `finalizer' field). */
451 /* finalizer :: A pointer to a `generic finalizer' function, which */
458 FT_Generic_Finalizer finalizer; member in struct:FT_Generic_
    [all...]
  /external/freetype/include/
fttypes.h 442 /* as the address of a `finalizer' function, which will be called by */
445 /* in the `finalizer' field). */
451 /* finalizer :: A pointer to a `generic finalizer' function, which */
458 FT_Generic_Finalizer finalizer; member in struct:FT_Generic_
    [all...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 704 milliseconds