OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freeFunction
(Results
1 - 5
of
5
) 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
));
/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
...]
/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
{
/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 286 milliseconds