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

  /libcore/luni/src/main/native/
libcore_util_NativeAllocationRegistry.cpp 19 typedef void (*FreeFunction)(void*);
23 jlong freeFunction,
26 FreeFunction nativeFreeFunction
27 = reinterpret_cast<FreeFunction>(static_cast<uintptr_t>(freeFunction));
  /frameworks/base/tools/layoutlib/bridge/src/libcore/util/
NativeAllocationRegistry_Delegate.java 40 private final FreeFunction mFinalizer;
42 private NativeAllocationRegistry_Delegate(FreeFunction finalizer) {
49 public static long createFinalizer(FreeFunction finalizer) {
54 /*package*/ static void applyFreeFunction(long freeFunction, long nativePtr) {
55 NativeAllocationRegistry_Delegate delegate = sManager.getDelegate(freeFunction);
61 public interface FreeFunction {
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
function_types.h 52 int FreeFunction() { return 42; }
53 int FreeFunction(int i) {return i;}
54 int FreeFunction(int i, int) { return i; }
55 int FreeFunction(int i, int, int) { return i; }
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 222 milliseconds