Searched refs:registry (Results 1 – 4 of 4) sorted by relevance
71 NativeAllocationRegistry registry = null; in testNativeAllocation() local78 if (!config.shareRegistry || registry == null) { in testNativeAllocation()80 registry = NativeAllocationRegistry.createMalloced( in testNativeAllocation()83 registry = NativeAllocationRegistry.createNonmalloced( in testNativeAllocation()91 registry.registerNativeAllocation(alloc, alloc.nativeAllocation); in testNativeAllocation()150 NativeAllocationRegistry registry = new NativeAllocationRegistry( in testBadSize()163 NativeAllocationRegistry registry in testEarlyFree() local167 Runnable cleaner = registry.registerNativeAllocation(referent, nativePtr); in testEarlyFree()201 final NativeAllocationRegistry registry in testNullArguments() local209 registry.registerNativeAllocation(null, fakeNativePtr); in testNullArguments()[all …]
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.RegistryService22 com.ibm.ive.eccomm.client.services.registry.store; specification-version=1.0.0
105 private MembershipRegistry registry; field in DatagramChannelImpl879 if (registry == null) { in innerJoin()880 registry = new MembershipRegistry(); in innerJoin()883 MembershipKey key = registry.checkMembership(group, interf, source); in innerJoin()928 registry.add(key); in innerJoin()976 registry.remove(key); in drop()1058 if (registry != null) in implCloseSelectableChannel()1059 registry.invalidateAll(); in implCloseSelectableChannel()
250 private static final libcore.util.NativeAllocationRegistry registry; field in Matcher253 registry = null;