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

  /frameworks/base/core/java/android/os/
HwRemoteBinder.java 53 long freeFunction = native_init();
57 freeFunction,
HwBinder.java 59 // Returns address of the "freeFunction".
65 long freeFunction = native_init();
69 freeFunction,
HwBlob.java 122 // Returns address of the "freeFunction".
128 long freeFunction = native_init();
132 freeFunction,
HwParcel.java 227 // Returns address of the "freeFunction".
233 long freeFunction = native_init();
237 freeFunction,
  /libcore/luni/src/main/java/libcore/util/
NativeAllocationRegistry.java 44 private final long freeFunction;
52 * <code>freeFunction</code> argument. The native function should have the
59 * to load the native library that freeFunction belongs to. This is needed
60 * to ensure the native library doesn't get unloaded before freeFunction
67 * <code>freeFunction</code>.
69 * library freeFunction belongs to.
70 * @param freeFunction address of a native function used to free this
76 public NativeAllocationRegistry(ClassLoader classLoader, long freeFunction, long size) {
82 this.freeFunction = freeFunction;
    [all...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 118 milliseconds