Home
last modified time | relevance | path

Searched refs:getRegistry (Results 1 – 25 of 1286) sorted by relevance

12345678910>>...52

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.common.tests/src/org/eclipse/equinox/common/tests/registry/
H A DExtensionRegistryStaticTest.java87 assertEquals(RegistryFactory.getRegistry().getExtensions("testB1").length, 1); in testBFromCache()
90 assertNotNull(RegistryFactory.getRegistry().getExtension("testB1.ext1")); in testBFromCache()
101 assertNull(RegistryFactory.getRegistry().getExtension("testB1.ext1")); in testBFromCache()
102 assertEquals(RegistryFactory.getRegistry().getExtensions("testB1").length, 0); in testBFromCache()
104 assertNull(RegistryFactory.getRegistry().getExtensionPoint("testB2.xptB2")); in testBFromCache()
109 assertNull(RegistryFactory.getRegistry().getExtension("testB1.ext1")); in testBRemoved()
112 assertNull(RegistryFactory.getRegistry().getExtensionPoint("testB2.xptB2")); in testBRemoved()
131 assertNotNull(RegistryFactory.getRegistry().getExtension("testC2.ext1")); in testC()
155 assertNotNull(RegistryFactory.getRegistry().getExtension("testD2.ext1")); in testD()
289 IExtension ext = RegistryFactory.getRegistry().getExtension("testI.ext1"); in testJ()
[all …]
H A DNamespaceTest.java46 IExtensionPoint extpt = RegistryFactory.getRegistry().getExtensionPoint("org.abc.xptNS1"); in testNamespaceBasic()
53 IExtension ext = RegistryFactory.getRegistry().getExtension("org.abc.extNS1"); in testNamespaceBasic()
67 …IExtensionPoint[] namespaceExtensionPoints = RegistryFactory.getRegistry().getExtensionPoints("org… in testNamespaceBasic()
70 IExtension[] namespaceExtensions = RegistryFactory.getRegistry().getExtensions("org.abc"); in testNamespaceBasic()
77 IExtension[] defaultExtensions = RegistryFactory.getRegistry().getExtensions("testNamespace1"); in testNamespaceBasic()
94 IExtensionPoint extpt_removed = RegistryFactory.getRegistry().getExtensionPoint("org.abc.xptNS1"); in testNamespaceDynamic()
96 IExtension ext_removed = RegistryFactory.getRegistry().getExtension("org.abc.extNS1"); in testNamespaceDynamic()
100 IExtensionPoint extpt2 = RegistryFactory.getRegistry().getExtensionPoint("org.abc.xptNS2"); in testNamespaceDynamic()
102 IExtension ext2 = RegistryFactory.getRegistry().getExtension("org.abc.extNS2"); in testNamespaceDynamic()
106 …IExtensionPoint[] namespaceExtensionPoints2 = RegistryFactory.getRegistry().getExtensionPoints("or… in testNamespaceDynamic()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Drrparamregistry_unittest.cc48 RRParamRegistry::getRegistry().removeType(test_type_code); in ~RRParamRegistryTest()
49 RRParamRegistry::getRegistry().removeClass(test_class_code); in ~RRParamRegistryTest()
50 RRParamRegistry::getRegistry().removeRdataFactory( in ~RRParamRegistryTest()
52 RRParamRegistry::getRegistry().removeRdataFactory( in ~RRParamRegistryTest()
71 RRParamRegistry::getRegistry().addType(test_type_str, test_type_code); in TEST_F()
123 RRParamRegistry::getRegistry().add(test_type_str, test_type_code, in TEST_F()
137 RRParamRegistry::getRegistry().add(test_type_str, test_type_code, in TEST_F()
146 EXPECT_TRUE(RRParamRegistry::getRegistry().removeRdataFactory( in TEST_F()
148 EXPECT_FALSE(RRParamRegistry::getRegistry().removeRdataFactory( in TEST_F()
150 EXPECT_TRUE(RRParamRegistry::getRegistry().removeRdataFactory( in TEST_F()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/rmi/
H A DNaming.java70 return (getRegistry(u).lookup(filename.substring(1))); in lookup()
72 return (getRegistry(u).lookup(filename)); in lookup()
89 getRegistry(u).bind(filename.substring(1), obj); in bind()
91 getRegistry(u).bind(filename, obj); in bind()
107 getRegistry(u).unbind(filename.substring(1)); in unbind()
109 getRegistry(u).unbind(filename); in unbind()
126 getRegistry(u).rebind(filename.substring(1), obj); in rebind()
128 getRegistry(u).rebind(filename, obj); in rebind()
139 return (getRegistry(new URL("http:" + name)).list()); in list()
144 return (LocateRegistry.getRegistry(u.getHost())); in getRegistry()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/rmi/
H A DNaming.java70 return (getRegistry(u).lookup(filename.substring(1))); in addTransform()
72 return (getRegistry(u).lookup(filename)); in addTransform()
89 getRegistry(u).bind(filename.substring(1), obj); in item()
91 getRegistry(u).bind(filename, obj); in item()
107 getRegistry(u).unbind(filename.substring(1));
109 getRegistry(u).unbind(filename);
126 getRegistry(u).rebind(filename.substring(1), obj);
128 getRegistry(u).rebind(filename, obj);
139 return (getRegistry(new URL("http:" + name)).list());
144 return (LocateRegistry.getRegistry(u.getHost()));
[all …]
/dports/devel/cdash/CDash-2-2-3/tests/kwtest/simpletest/
H A Dsimpletest.php40 $registry = &SimpleTest::getRegistry();
58 $registry = &SimpleTest::getRegistry();
77 $registry = &SimpleTest::getRegistry();
93 $registry = &SimpleTest::getRegistry();
114 $registry = &SimpleTest::getRegistry();
128 $registry = &SimpleTest::getRegistry();
139 $registry = &SimpleTest::getRegistry();
148 $registry = &SimpleTest::getRegistry();
157 $registry = &SimpleTest::getRegistry();
168 $registry = &SimpleTest::getRegistry();
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/rmi/registry/
H A DLocateRegistry.java58 public static Registry getRegistry() throws RemoteException { in getRegistry() method in LocateRegistry
59 return (getRegistry("localhost", Registry.REGISTRY_PORT)); in getRegistry()
62 public static Registry getRegistry(int port) throws RemoteException { in getRegistry() method in LocateRegistry
63 return (getRegistry("localhost", port)); in getRegistry()
66 public static Registry getRegistry(String host) throws RemoteException { in getRegistry() method in LocateRegistry
67 return (getRegistry(host, Registry.REGISTRY_PORT)); in getRegistry()
70 public static Registry getRegistry(String host, int port) throws RemoteException { in getRegistry() method in LocateRegistry
71 return (getRegistry(host, port, RMISocketFactory.getSocketFactory())); in getRegistry()
74 public static Registry getRegistry(String host, int port, RMIClientSocketFactory csf) throws Remote… in getRegistry() method in LocateRegistry
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/rmi/registry/
H A DLocateRegistry.java58 public static Registry getRegistry() throws RemoteException { in getRegistry() method in LocateRegistry
59 return (getRegistry("localhost", Registry.REGISTRY_PORT)); in getRegistry()
62 public static Registry getRegistry(int port) throws RemoteException { in getRegistry() method in LocateRegistry
63 return (getRegistry("localhost", port)); in getRegistry()
66 public static Registry getRegistry(String host) throws RemoteException { in getRegistry() method in LocateRegistry
67 return (getRegistry(host, Registry.REGISTRY_PORT)); in getRegistry()
70 public static Registry getRegistry(String host, int port) throws RemoteException { in getRegistry() method in LocateRegistry
71 return (getRegistry(host, port, RMISocketFactory.getSocketFactory())); in getRegistry()
74 public static Registry getRegistry(String host, int port, RMIClientSocketFactory csf) throws Remote… in getRegistry() method in LocateRegistry
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/rmi/registry/
H A DLocateRegistry.java58 public static Registry getRegistry() throws RemoteException { in getRegistry() method in LocateRegistry
59 return (getRegistry("localhost", Registry.REGISTRY_PORT)); in getRegistry()
62 public static Registry getRegistry(int port) throws RemoteException { in getRegistry() method in LocateRegistry
63 return (getRegistry("localhost", port)); in getRegistry()
66 public static Registry getRegistry(String host) throws RemoteException { in getRegistry() method in LocateRegistry
67 return (getRegistry(host, Registry.REGISTRY_PORT)); in getRegistry()
70 public static Registry getRegistry(String host, int port) throws RemoteException { in getRegistry() method in LocateRegistry
71 return (getRegistry(host, port, RMISocketFactory.getSocketFactory())); in getRegistry()
74 public static Registry getRegistry(String host, int port, RMIClientSocketFactory csf) throws Remote… in getRegistry() method in LocateRegistry
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/rmi/registry/
H A DLocateRegistry.java58 public static Registry getRegistry() throws RemoteException { in getRegistry() method in LocateRegistry
59 return (getRegistry("localhost", Registry.REGISTRY_PORT)); in getRegistry()
62 public static Registry getRegistry(int port) throws RemoteException { in getRegistry() method in LocateRegistry
63 return (getRegistry("localhost", port)); in getRegistry()
66 public static Registry getRegistry(String host) throws RemoteException { in getRegistry() method in LocateRegistry
67 return (getRegistry(host, Registry.REGISTRY_PORT)); in getRegistry()
70 public static Registry getRegistry(String host, int port) throws RemoteException { in getRegistry() method in LocateRegistry
71 return (getRegistry(host, port, RMISocketFactory.getSocketFactory())); in getRegistry()
74 public static Registry getRegistry(String host, int port, RMIClientSocketFactory csf) throws Remote… in getRegistry() method in LocateRegistry
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/rmi/registry/
H A DLocateRegistry.java58 public static Registry getRegistry() throws RemoteException { in getRegistry() method in LocateRegistry
59 return (getRegistry("localhost", Registry.REGISTRY_PORT)); in getRegistry()
62 public static Registry getRegistry(int port) throws RemoteException { in getRegistry() method in LocateRegistry
63 return (getRegistry("localhost", port)); in getRegistry()
66 public static Registry getRegistry(String host) throws RemoteException { in getRegistry() method in LocateRegistry
67 return (getRegistry(host, Registry.REGISTRY_PORT)); in getRegistry()
70 public static Registry getRegistry(String host, int port) throws RemoteException { in getRegistry() method in LocateRegistry
71 return (getRegistry(host, port, RMISocketFactory.getSocketFactory())); in getRegistry()
74 public static Registry getRegistry(String host, int port, RMIClientSocketFactory csf) throws Remote… in getRegistry() method in LocateRegistry
/dports/java/sablevm-classpath/sablevm-classpath-1.13/java/rmi/registry/
H A DLocateRegistry.java58 public static Registry getRegistry() throws RemoteException { in getRegistry() method in LocateRegistry
59 return (getRegistry("localhost", Registry.REGISTRY_PORT)); in getRegistry()
62 public static Registry getRegistry(int port) throws RemoteException { in getRegistry() method in LocateRegistry
63 return (getRegistry("localhost", port)); in getRegistry()
66 public static Registry getRegistry(String host) throws RemoteException { in getRegistry() method in LocateRegistry
67 return (getRegistry(host, Registry.REGISTRY_PORT)); in getRegistry()
70 public static Registry getRegistry(String host, int port) throws RemoteException { in getRegistry() method in LocateRegistry
71 return (getRegistry(host, port, RMISocketFactory.getSocketFactory())); in getRegistry()
74 public static Registry getRegistry(String host, int port, RMIClientSocketFactory csf) throws Remote… in getRegistry() method in LocateRegistry
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libjava/java/rmi/registry/
H A DLocateRegistry.java56 public static Registry getRegistry() throws RemoteException { in getRegistry() method in LocateRegistry
57 return (getRegistry("localhost", Registry.REGISTRY_PORT)); in getRegistry()
60 public static Registry getRegistry(int port) throws RemoteException { in getRegistry() method in LocateRegistry
61 return (getRegistry("localhost", port)); in getRegistry()
64 public static Registry getRegistry(String host) throws RemoteException { in getRegistry() method in LocateRegistry
65 return (getRegistry(host, Registry.REGISTRY_PORT)); in getRegistry()
68 public static Registry getRegistry(String host, int port) throws RemoteException { in getRegistry() method in LocateRegistry
69 return (getRegistry(host, port, RMISocketFactory.getSocketFactory())); in getRegistry()
72 public static Registry getRegistry(String host, int port, RMIClientSocketFactory csf) throws Remote… in getRegistry() method in LocateRegistry
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libjava/java/rmi/registry/
H A DLocateRegistry.java56 public static Registry getRegistry() throws RemoteException { in getRegistry() method in LocateRegistry
57 return (getRegistry("localhost", Registry.REGISTRY_PORT)); in getRegistry()
60 public static Registry getRegistry(int port) throws RemoteException { in getRegistry() method in LocateRegistry
61 return (getRegistry("localhost", port)); in getRegistry()
64 public static Registry getRegistry(String host) throws RemoteException { in getRegistry() method in LocateRegistry
65 return (getRegistry(host, Registry.REGISTRY_PORT)); in getRegistry()
68 public static Registry getRegistry(String host, int port) throws RemoteException { in getRegistry() method in LocateRegistry
69 return (getRegistry(host, port, RMISocketFactory.getSocketFactory())); in getRegistry()
72 public static Registry getRegistry(String host, int port, RMIClientSocketFactory csf) throws Remote… in getRegistry() method in LocateRegistry
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.rmi/share/classes/java/rmi/registry/
H A DLocateRegistry.java72 public static Registry getRegistry() in getRegistry() method in LocateRegistry
75 return getRegistry(null, Registry.REGISTRY_PORT); in getRegistry()
87 public static Registry getRegistry(int port) in getRegistry() method in LocateRegistry
90 return getRegistry(null, port); in getRegistry()
103 public static Registry getRegistry(String host) in getRegistry() method in LocateRegistry
106 return getRegistry(host, Registry.REGISTRY_PORT); in getRegistry()
120 public static Registry getRegistry(String host, int port) in getRegistry() method in LocateRegistry
123 return getRegistry(host, port, null); in getRegistry()
144 public static Registry getRegistry(String host, int port, in getRegistry() method in LocateRegistry
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.rmi/share/classes/java/rmi/registry/
H A DLocateRegistry.java72 public static Registry getRegistry() in getRegistry() method in LocateRegistry
75 return getRegistry(null, Registry.REGISTRY_PORT); in getRegistry()
87 public static Registry getRegistry(int port) in getRegistry() method in LocateRegistry
90 return getRegistry(null, port); in getRegistry()
103 public static Registry getRegistry(String host) in getRegistry() method in LocateRegistry
106 return getRegistry(host, Registry.REGISTRY_PORT); in getRegistry()
120 public static Registry getRegistry(String host, int port) in getRegistry() method in LocateRegistry
123 return getRegistry(host, port, null); in getRegistry()
144 public static Registry getRegistry(String host, int port, in getRegistry() method in LocateRegistry
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/rmi/registry/
H A DLocateRegistry.java72 public static Registry getRegistry() in getRegistry() method in LocateRegistry
75 return getRegistry(null, Registry.REGISTRY_PORT); in getRegistry()
87 public static Registry getRegistry(int port) in getRegistry() method in LocateRegistry
90 return getRegistry(null, port); in getRegistry()
103 public static Registry getRegistry(String host) in getRegistry() method in LocateRegistry
106 return getRegistry(host, Registry.REGISTRY_PORT); in getRegistry()
120 public static Registry getRegistry(String host, int port) in getRegistry() method in LocateRegistry
123 return getRegistry(host, port, null); in getRegistry()
144 public static Registry getRegistry(String host, int port, in getRegistry() method in LocateRegistry
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.rmi/share/classes/java/rmi/registry/
H A DLocateRegistry.java72 public static Registry getRegistry() in getRegistry() method in LocateRegistry
75 return getRegistry(null, Registry.REGISTRY_PORT); in getRegistry()
87 public static Registry getRegistry(int port) in getRegistry() method in LocateRegistry
90 return getRegistry(null, port); in getRegistry()
103 public static Registry getRegistry(String host) in getRegistry() method in LocateRegistry
106 return getRegistry(host, Registry.REGISTRY_PORT); in getRegistry()
120 public static Registry getRegistry(String host, int port) in getRegistry() method in LocateRegistry
123 return getRegistry(host, port, null); in getRegistry()
144 public static Registry getRegistry(String host, int port, in getRegistry() method in LocateRegistry
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.rmi/share/classes/java/rmi/registry/
H A DLocateRegistry.java72 public static Registry getRegistry() in getRegistry() method in LocateRegistry
75 return getRegistry(null, Registry.REGISTRY_PORT); in getRegistry()
87 public static Registry getRegistry(int port) in getRegistry() method in LocateRegistry
90 return getRegistry(null, port); in getRegistry()
103 public static Registry getRegistry(String host) in getRegistry() method in LocateRegistry
106 return getRegistry(host, Registry.REGISTRY_PORT); in getRegistry()
120 public static Registry getRegistry(String host, int port) in getRegistry() method in LocateRegistry
123 return getRegistry(host, port, null); in getRegistry()
144 public static Registry getRegistry(String host, int port, in getRegistry() method in LocateRegistry
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.rmi/share/classes/java/rmi/registry/
H A DLocateRegistry.java72 public static Registry getRegistry() in getRegistry() method in LocateRegistry
75 return getRegistry(null, Registry.REGISTRY_PORT); in getRegistry()
87 public static Registry getRegistry(int port) in getRegistry() method in LocateRegistry
90 return getRegistry(null, port); in getRegistry()
103 public static Registry getRegistry(String host) in getRegistry() method in LocateRegistry
106 return getRegistry(host, Registry.REGISTRY_PORT); in getRegistry()
120 public static Registry getRegistry(String host, int port) in getRegistry() method in LocateRegistry
123 return getRegistry(host, port, null); in getRegistry()
144 public static Registry getRegistry(String host, int port, in getRegistry() method in LocateRegistry
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.rmi/share/classes/java/rmi/registry/
H A DLocateRegistry.java72 public static Registry getRegistry() in getRegistry() method in LocateRegistry
75 return getRegistry(null, Registry.REGISTRY_PORT); in getRegistry()
87 public static Registry getRegistry(int port) in getRegistry() method in LocateRegistry
90 return getRegistry(null, port); in getRegistry()
103 public static Registry getRegistry(String host) in getRegistry() method in LocateRegistry
106 return getRegistry(host, Registry.REGISTRY_PORT); in getRegistry()
120 public static Registry getRegistry(String host, int port) in getRegistry() method in LocateRegistry
123 return getRegistry(host, port, null); in getRegistry()
144 public static Registry getRegistry(String host, int port, in getRegistry() method in LocateRegistry
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.rmi/share/classes/java/rmi/registry/
H A DLocateRegistry.java72 public static Registry getRegistry() in getRegistry() method in LocateRegistry
75 return getRegistry(null, Registry.REGISTRY_PORT); in getRegistry()
87 public static Registry getRegistry(int port) in getRegistry() method in LocateRegistry
90 return getRegistry(null, port); in getRegistry()
103 public static Registry getRegistry(String host) in getRegistry() method in LocateRegistry
106 return getRegistry(host, Registry.REGISTRY_PORT); in getRegistry()
120 public static Registry getRegistry(String host, int port) in getRegistry() method in LocateRegistry
123 return getRegistry(host, port, null); in getRegistry()
144 public static Registry getRegistry(String host, int port, in getRegistry() method in LocateRegistry
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.rmi/share/classes/java/rmi/registry/
H A DLocateRegistry.java72 public static Registry getRegistry() in getRegistry() method in LocateRegistry
75 return getRegistry(null, Registry.REGISTRY_PORT); in getRegistry()
87 public static Registry getRegistry(int port) in getRegistry() method in LocateRegistry
90 return getRegistry(null, port); in getRegistry()
103 public static Registry getRegistry(String host) in getRegistry() method in LocateRegistry
106 return getRegistry(host, Registry.REGISTRY_PORT); in getRegistry()
120 public static Registry getRegistry(String host, int port) in getRegistry() method in LocateRegistry
123 return getRegistry(host, port, null); in getRegistry()
144 public static Registry getRegistry(String host, int port, in getRegistry() method in LocateRegistry
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/rmi/registry/
H A DLocateRegistry.java72 public static Registry getRegistry() in getRegistry() method in LocateRegistry
75 return getRegistry(null, Registry.REGISTRY_PORT); in getRegistry()
87 public static Registry getRegistry(int port) in getRegistry() method in LocateRegistry
90 return getRegistry(null, port); in getRegistry()
103 public static Registry getRegistry(String host) in getRegistry() method in LocateRegistry
106 return getRegistry(host, Registry.REGISTRY_PORT); in getRegistry()
120 public static Registry getRegistry(String host, int port) in getRegistry() method in LocateRegistry
123 return getRegistry(host, port, null); in getRegistry()
144 public static Registry getRegistry(String host, int port, in getRegistry() method in LocateRegistry
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/rmi/
H A DNaming.java110 return (getRegistry(u).lookup(serviceName)); in lookup()
127 getRegistry(u).bind(serviceName, obj); in bind()
143 getRegistry(u).unbind(serviceName); in unbind()
160 getRegistry(u).rebind(serviceName, obj); in rebind()
174 return (getRegistry(parseURL(name)).list()); in list()
177 private static Registry getRegistry(URL u) throws RemoteException in getRegistry() method in Naming
181 return (LocateRegistry.getRegistry(u.getHost())); in getRegistry()
185 return (LocateRegistry.getRegistry(u.getHost(), u.getPort())); in getRegistry()

12345678910>>...52