Home
last modified time | relevance | path

Searched refs:registry (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/util/
DNativeAllocationRegistryTest.java57 NativeAllocationRegistry registry = new NativeAllocationRegistry( in testNativeAllocation() local
65 registry = new NativeAllocationRegistry( in testNativeAllocation()
79 registry.registerNativeAllocation(alloc, allocator); in testNativeAllocation()
82 registry.registerNativeAllocation(alloc, alloc.nativeAllocation); in testNativeAllocation()
114 NativeAllocationRegistry registry = new NativeAllocationRegistry( in testBadSize()
122 NativeAllocationRegistry registry in testEarlyFree() local
126 Runnable cleaner = registry.registerNativeAllocation(referent, nativePtr); in testEarlyFree()
144 final NativeAllocationRegistry registry in testNullArguments() local
152 registry.registerNativeAllocation(null, dummyNativePtr); in testNullArguments()
159 registry.registerNativeAllocation(referent, 0); in testNullArguments()
[all …]
/libcore/support/src/test/java/tests/resources/manifest/
Dhyts_MANIFEST.MF6 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/
DNativeConverter.java20 private static final NativeAllocationRegistry registry = new NativeAllocationRegistry( field in NativeConverter
33 registry.registerNativeAllocation(referrent, converterHandle); in registerConverter()
/libcore/luni/src/main/java/java/math/
DBigInt.java28 private static NativeAllocationRegistry registry = new NativeAllocationRegistry( field in BigInt
46 registry.registerNativeAllocation(this, this.bignum); in makeValid()
53 registry.registerNativeAllocation(bi, bi.bignum); in newBigInt()
/libcore/ojluni/src/main/java/java/util/regex/
DPattern.java932 private static final NativeAllocationRegistry registry = new NativeAllocationRegistry( field in Pattern
1341 registry.registerNativeAllocation(this, address); in compile()
DMatcher.java123 private static final NativeAllocationRegistry registry = new NativeAllocationRegistry( field in Matcher
229 nativeFinalizer = registry.registerNativeAllocation(this, address); in usePattern()