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

  /libcore/luni/src/main/java/libcore/util/
NativeAllocationRegistry.java 23 * A NativeAllocationRegistry is used to associate native allocations with
34 * A separate NativeAllocationRegistry should be instantiated for each kind
37 * allocation. Once a NativeAllocationRegistry is instantiated, it can be
41 public class NativeAllocationRegistry {
48 * Constructs a NativeAllocationRegistry for a particular kind of native
76 public NativeAllocationRegistry(ClassLoader classLoader, long freeFunction, long size) {
89 * This NativeAllocationRegistry's <code>freeFunction</code> will
237 * NativeAllocationRegistry.
  /frameworks/base/core/java/android/os/
Binder.java 33 import libcore.util.NativeAllocationRegistry;
111 public static final NativeAllocationRegistry sRegistry = new NativeAllocationRegistry(
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 57 milliseconds