Searched defs:finalizer (Results 1 - 11 of 11) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DFinalizableReferenceQueue.java84 Class<?> finalizer = loadFinalizer(
86 startFinalizer = getStartFinalizer(finalizer);
104 // We could start the finalizer lazily, but I'd rather it blow up early.
114 logger.log(Level.INFO, "Failed to start reference finalizer thread."
155 Class<?> finalizer = loader.loadFinalizer();
156 if (finalizer != null) {
157 return finalizer;
279 static Method getStartFinalizer(Class<?> finalizer) { argument
281 return finalizer.getMethod("startFinalizer", Class.class, Object.class);
/external/chromium_org/third_party/freetype/include/freetype/
H A Dfttypes.h442 /* 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_
/external/freetype/include/
H A Dfttypes.h442 /* 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_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dfttypes.h442 /* 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_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dfttypes.h442 /* 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_
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 172 milliseconds