Searched refs:registry (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/test/java/libcore/libcore/util/ |
D | NativeAllocationRegistryTest.java | 68 NativeAllocationRegistry registry = null; in testNativeAllocation() local 75 if (!config.shareRegistry || registry == null) { in testNativeAllocation() 77 registry = NativeAllocationRegistry.createMalloced( in testNativeAllocation() 80 registry = NativeAllocationRegistry.createNonmalloced( in testNativeAllocation() 88 registry.registerNativeAllocation(alloc, alloc.nativeAllocation); in testNativeAllocation() 124 NativeAllocationRegistry registry = new NativeAllocationRegistry( in testBadSize() 137 NativeAllocationRegistry registry in testEarlyFree() local 141 Runnable cleaner = registry.registerNativeAllocation(referent, nativePtr); in testEarlyFree() 159 final NativeAllocationRegistry registry in testNullArguments() local 167 registry.registerNativeAllocation(null, dummyNativePtr); in testNullArguments() [all …]
|
/libcore/support/src/test/java/tests/resources/manifest/ |
D | hyts_MANIFEST.MF | 6 com.ibm.ive.eccomm.client.services.registry, 7 com.ibm.ive.eccomm.service.registry; specification-version=1.0.0, 18 com.ibm.ive.eccomm.service.registry.RegistryService 22 com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0
|
/libcore/luni/src/main/java/libcore/icu/ |
D | NativeConverter.java | 20 private static final NativeAllocationRegistry registry = new NativeAllocationRegistry( field in NativeConverter 33 registry.registerNativeAllocation(referrent, converterHandle); in registerConverter()
|
/libcore/luni/src/main/java/java/math/ |
D | BigInt.java | 29 private static NativeAllocationRegistry registry = NativeAllocationRegistry.createMalloced( field in BigInt 48 registry.registerNativeAllocation(this, this.bignum); in makeValid() 55 registry.registerNativeAllocation(bi, bi.bignum); in newBigInt()
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | DatagramChannelImpl.java | 105 private MembershipRegistry registry; field in DatagramChannelImpl 867 if (registry == null) { in innerJoin() 868 registry = new MembershipRegistry(); in innerJoin() 871 MembershipKey key = registry.checkMembership(group, interf, source); in innerJoin() 916 registry.add(key); in innerJoin() 964 registry.remove(key); in drop() 1046 if (registry != null) in implCloseSelectableChannel() 1047 registry.invalidateAll(); in implCloseSelectableChannel()
|
/libcore/ojluni/annotations/hiddenapi/java/util/regex/ |
D | Matcher.java | 250 private static final libcore.util.NativeAllocationRegistry registry; field in Matcher 253 registry = null;
|
/libcore/ojluni/src/main/java/java/util/regex/ |
D | Pattern.java | 951 private static final NativeAllocationRegistry registry = field in Pattern 1434 registry.registerNativeAllocation(this, address); in compile()
|
D | Matcher.java | 152 private static final NativeAllocationRegistry registry = field in Matcher 239 nativeFinalizer = registry.registerNativeAllocation(this, address); in usePattern()
|