Searched refs:registry (Results 1 – 6 of 6) sorted by relevance
/libcore/luni/src/test/java/libcore/util/ |
D | NativeAllocationRegistryTest.java | 57 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/ |
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 | 28 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/ |
D | Pattern.java | 932 private static final NativeAllocationRegistry registry = new NativeAllocationRegistry( field in Pattern 1341 registry.registerNativeAllocation(this, address); in compile()
|
D | Matcher.java | 123 private static final NativeAllocationRegistry registry = new NativeAllocationRegistry( field in Matcher 229 nativeFinalizer = registry.registerNativeAllocation(this, address); in usePattern()
|