Home
last modified time | relevance | path

Searched refs:service2 (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/security/libsecret/libsecret-0.20.4/libsecret/
H A Dtest-service.c82 SecretService *service2; in test_get_sync() local
93 g_object_add_weak_pointer (G_OBJECT (service2), (gpointer *)&service2); in test_get_sync()
101 g_object_unref (service2); in test_get_sync()
103 g_assert_null (service2); in test_get_sync()
125 SecretService *service2; in test_get_async() local
145 g_object_add_weak_pointer (G_OBJECT (service2), (gpointer *)&service2); in test_get_async()
155 g_assert_null (service2); in test_get_async()
176 SecretService *service2; in test_get_more_sync() local
277 SecretService *service2; in test_open_sync() local
290 g_object_add_weak_pointer (G_OBJECT (service2), (gpointer *)&service2); in test_open_sync()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/test/IceBox/configuration/
H A DAllTests.cpp17 …TestIntfPrxPtr service2 = ICE_UNCHECKED_CAST(TestIntfPrx, com->stringToProxy("test:" + helper->get… in allTests() local
36 test(service2->getProperty("Ice.ProgramName") == "Test"); in allTests()
37 test(service2->getProperty("Service") == "2"); in allTests()
38 test(service2->getProperty("Service1.ArgProp") == ""); in allTests()
39 test(service2->getProperty("IceBox.InheritProperties") == "1"); in allTests()
43 test(service2->getArgs() == args2); in allTests()
78 test(service2->getProperty("Ice.ProgramName") == "IceBox2-SharedCommunicator"); in allTests()
79 test(service2->getProperty("ServerProp") == "1"); in allTests()
80 test(service2->getProperty("OverrideMe") == "3"); in allTests()
81 test(service2->getProperty("UnsetMe") == ""); in allTests()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/test/IceBox/configuration/
H A DAllTests.cpp17 …TestIntfPrxPtr service2 = ICE_UNCHECKED_CAST(TestIntfPrx, com->stringToProxy("test:" + helper->get… in allTests() local
36 test(service2->getProperty("Ice.ProgramName") == "Test"); in allTests()
37 test(service2->getProperty("Service") == "2"); in allTests()
38 test(service2->getProperty("Service1.ArgProp") == ""); in allTests()
39 test(service2->getProperty("IceBox.InheritProperties") == "1"); in allTests()
43 test(service2->getArgs() == args2); in allTests()
78 test(service2->getProperty("Ice.ProgramName") == "IceBox2-SharedCommunicator"); in allTests()
79 test(service2->getProperty("ServerProp") == "1"); in allTests()
80 test(service2->getProperty("OverrideMe") == "3"); in allTests()
81 test(service2->getProperty("UnsetMe") == ""); in allTests()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/IceBox/configuration/
H A DAllTests.cpp17 …TestIntfPrxPtr service2 = ICE_UNCHECKED_CAST(TestIntfPrx, com->stringToProxy("test:" + helper->get… in allTests() local
36 test(service2->getProperty("Ice.ProgramName") == "Test"); in allTests()
37 test(service2->getProperty("Service") == "2"); in allTests()
38 test(service2->getProperty("Service1.ArgProp") == ""); in allTests()
39 test(service2->getProperty("IceBox.InheritProperties") == "1"); in allTests()
43 test(service2->getArgs() == args2); in allTests()
78 test(service2->getProperty("Ice.ProgramName") == "IceBox2-SharedCommunicator"); in allTests()
79 test(service2->getProperty("ServerProp") == "1"); in allTests()
80 test(service2->getProperty("OverrideMe") == "3"); in allTests()
81 test(service2->getProperty("UnsetMe") == ""); in allTests()
[all …]
/dports/devel/p5-IOC/IOC-0.29/t/
H A D031_IOC_Service_ConstructorInjection_test.t39 my $service2 = IOC::Service::ConstructorInjection->new('file' => ('File', 'new', []));
40 isa_ok($service2, 'IOC::Service::ConstructorInjection');
41 isa_ok($service2, 'IOC::Service');
47 $container->register($service2);
71 my $service2 = IOC::Service::ConstructorInjection->new('file' => ('File', 'new', []));
72 isa_ok($service2, 'IOC::Service::ConstructorInjection');
73 isa_ok($service2, 'IOC::Service');
78 $files_container->register($service2);
105 isa_ok($service2, 'IOC::Service::ConstructorInjection');
106 isa_ok($service2, 'IOC::Service');
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/test/IceBox/configuration/
H A DAllTests.cs15 TestIntfPrx service2 = TestIntfPrxHelper.uncheckedCast(communicator.stringToProxy("test:" + in allTests()
36 test(service2.getProperty("Ice.ProgramName").Equals("Test")); in allTests()
37 test(service2.getProperty("Service").Equals("2")); in allTests()
38 test(service2.getProperty("Service1.ArgProp").Equals("")); in allTests()
39 test(service2.getProperty("IceBox.InheritProperties").Equals("1")); in allTests()
42 test(IceUtilInternal.Arrays.Equals(service2.getArgs(), args2)); in allTests()
78 test(service2.getProperty("Ice.ProgramName").Equals("IceBox2-SharedCommunicator")); in allTests()
79 test(service2.getProperty("ServerProp").Equals("1")); in allTests()
80 test(service2.getProperty("OverrideMe").Equals("3")); in allTests()
81 test(service2.getProperty("UnsetMe").Equals("")); in allTests()
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/test/IceBox/configuration/
H A DAllTests.cs15 TestIntfPrx service2 = TestIntfPrxHelper.uncheckedCast(communicator.stringToProxy("test:" + in allTests()
36 test(service2.getProperty("Ice.ProgramName").Equals("Test")); in allTests()
37 test(service2.getProperty("Service").Equals("2")); in allTests()
38 test(service2.getProperty("Service1.ArgProp").Equals("")); in allTests()
39 test(service2.getProperty("IceBox.InheritProperties").Equals("1")); in allTests()
42 test(IceUtilInternal.Arrays.Equals(service2.getArgs(), args2)); in allTests()
78 test(service2.getProperty("Ice.ProgramName").Equals("IceBox2-SharedCommunicator")); in allTests()
79 test(service2.getProperty("ServerProp").Equals("1")); in allTests()
80 test(service2.getProperty("OverrideMe").Equals("3")); in allTests()
81 test(service2.getProperty("UnsetMe").Equals("")); in allTests()
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/test/IceBox/configuration/
H A DAllTests.cs15 TestIntfPrx service2 = TestIntfPrxHelper.uncheckedCast(communicator.stringToProxy("test:" + in allTests()
36 test(service2.getProperty("Ice.ProgramName").Equals("Test")); in allTests()
37 test(service2.getProperty("Service").Equals("2")); in allTests()
38 test(service2.getProperty("Service1.ArgProp").Equals("")); in allTests()
39 test(service2.getProperty("IceBox.InheritProperties").Equals("1")); in allTests()
42 test(IceUtilInternal.Arrays.Equals(service2.getArgs(), args2)); in allTests()
78 test(service2.getProperty("Ice.ProgramName").Equals("IceBox2-SharedCommunicator")); in allTests()
79 test(service2.getProperty("ServerProp").Equals("1")); in allTests()
80 test(service2.getProperty("OverrideMe").Equals("3")); in allTests()
81 test(service2.getProperty("UnsetMe").Equals("")); in allTests()
[all …]
/dports/sysutils/munin-master/munin-2.0.67/master/t/
H A Dmunin_master_config_concat.t66 'Group;Host.example.com:service.service2.graph_title', $tc.'12');
69 'Group;Host.example.com:service.service2.graph_title', $tc.'13');
72 'Group;Host.example.com:service.service2.graph_title', $tc.'14');
131 'Group;Host.example.com:service.service2.port', $tc.'1' );
134 'Group;Host.example.com:service.service2.port', $tc.'2' );
137 'Group;Host.example.com:service.service2.port', $tc.'3' );
140 'Group;Host.example.com:service.service2.port', $tc.'4' );
148 'Group;Group2;Host.example.com:service.service2.port', $tc.'1' );
151 'Group;Group2;Host.example.com:service.service2.port', $tc.'2' );
154 'Group;Group2;Host.example.com:service.service2.port', $tc.'3' );
[all …]
/dports/sysutils/munin-common/munin-2.0.67/master/t/
H A Dmunin_master_config_concat.t66 'Group;Host.example.com:service.service2.graph_title', $tc.'12');
69 'Group;Host.example.com:service.service2.graph_title', $tc.'13');
72 'Group;Host.example.com:service.service2.graph_title', $tc.'14');
131 'Group;Host.example.com:service.service2.port', $tc.'1' );
134 'Group;Host.example.com:service.service2.port', $tc.'2' );
137 'Group;Host.example.com:service.service2.port', $tc.'3' );
140 'Group;Host.example.com:service.service2.port', $tc.'4' );
148 'Group;Group2;Host.example.com:service.service2.port', $tc.'1' );
151 'Group;Group2;Host.example.com:service.service2.port', $tc.'2' );
154 'Group;Group2;Host.example.com:service.service2.port', $tc.'3' );
[all …]
/dports/sysutils/munin-node/munin-2.0.67/master/t/
H A Dmunin_master_config_concat.t66 'Group;Host.example.com:service.service2.graph_title', $tc.'12');
69 'Group;Host.example.com:service.service2.graph_title', $tc.'13');
72 'Group;Host.example.com:service.service2.graph_title', $tc.'14');
131 'Group;Host.example.com:service.service2.port', $tc.'1' );
134 'Group;Host.example.com:service.service2.port', $tc.'2' );
137 'Group;Host.example.com:service.service2.port', $tc.'3' );
140 'Group;Host.example.com:service.service2.port', $tc.'4' );
148 'Group;Group2;Host.example.com:service.service2.port', $tc.'1' );
151 'Group;Group2;Host.example.com:service.service2.port', $tc.'2' );
154 'Group;Group2;Host.example.com:service.service2.port', $tc.'3' );
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/test/src/main/java/test/IceBox/configuration/
H A DAllTests.java27 TestIntfPrx service2 = in allTests() local
48 test(service2.getProperty("Ice.ProgramName").equals("Test")); in allTests()
49 test(service2.getProperty("Service").equals("2")); in allTests()
50 test(service2.getProperty("Service1.ArgProp").equals("")); in allTests()
51 test(service2.getProperty("IceBox.InheritProperties").equals("1")); in allTests()
54 test(java.util.Arrays.equals(service2.getArgs(), args2)); in allTests()
90 test(service2.getProperty("Ice.ProgramName").equals("IceBox2-SharedCommunicator")); in allTests()
91 test(service2.getProperty("ServerProp").equals("1")); in allTests()
92 test(service2.getProperty("OverrideMe").equals("3")); in allTests()
93 test(service2.getProperty("UnsetMe").equals("")); in allTests()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/test/src/main/java/test/IceBox/configuration/
H A DAllTests.java30 TestIntfPrx service2 = in allTests() local
51 test(service2.getProperty("Ice.ProgramName").equals("Test")); in allTests()
52 test(service2.getProperty("Service").equals("2")); in allTests()
53 test(service2.getProperty("Service1.ArgProp").equals("")); in allTests()
54 test(service2.getProperty("IceBox.InheritProperties").equals("1")); in allTests()
57 test(java.util.Arrays.equals(service2.getArgs(), args2)); in allTests()
93 test(service2.getProperty("Ice.ProgramName").equals("IceBox2-SharedCommunicator")); in allTests()
94 test(service2.getProperty("ServerProp").equals("1")); in allTests()
95 test(service2.getProperty("OverrideMe").equals("3")); in allTests()
96 test(service2.getProperty("UnsetMe").equals("")); in allTests()
[all …]
/dports/devel/ice37/ice-3.7.2/java/test/src/main/java/test/IceBox/configuration/
H A DAllTests.java27 TestIntfPrx service2 = in allTests() local
48 test(service2.getProperty("Ice.ProgramName").equals("Test")); in allTests()
49 test(service2.getProperty("Service").equals("2")); in allTests()
50 test(service2.getProperty("Service1.ArgProp").equals("")); in allTests()
51 test(service2.getProperty("IceBox.InheritProperties").equals("1")); in allTests()
54 test(java.util.Arrays.equals(service2.getArgs(), args2)); in allTests()
90 test(service2.getProperty("Ice.ProgramName").equals("IceBox2-SharedCommunicator")); in allTests()
91 test(service2.getProperty("ServerProp").equals("1")); in allTests()
92 test(service2.getProperty("OverrideMe").equals("3")); in allTests()
93 test(service2.getProperty("UnsetMe").equals("")); in allTests()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/test/src/main/java/test/IceBox/configuration/
H A DAllTests.java30 TestIntfPrx service2 = in allTests() local
51 test(service2.getProperty("Ice.ProgramName").equals("Test")); in allTests()
52 test(service2.getProperty("Service").equals("2")); in allTests()
53 test(service2.getProperty("Service1.ArgProp").equals("")); in allTests()
54 test(service2.getProperty("IceBox.InheritProperties").equals("1")); in allTests()
57 test(java.util.Arrays.equals(service2.getArgs(), args2)); in allTests()
93 test(service2.getProperty("Ice.ProgramName").equals("IceBox2-SharedCommunicator")); in allTests()
94 test(service2.getProperty("ServerProp").equals("1")); in allTests()
95 test(service2.getProperty("OverrideMe").equals("3")); in allTests()
96 test(service2.getProperty("UnsetMe").equals("")); in allTests()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/test/src/main/java/test/IceBox/configuration/
H A DAllTests.java27 TestIntfPrx service2 = in allTests() local
48 test(service2.getProperty("Ice.ProgramName").equals("Test")); in allTests()
49 test(service2.getProperty("Service").equals("2")); in allTests()
50 test(service2.getProperty("Service1.ArgProp").equals("")); in allTests()
51 test(service2.getProperty("IceBox.InheritProperties").equals("1")); in allTests()
54 test(java.util.Arrays.equals(service2.getArgs(), args2)); in allTests()
90 test(service2.getProperty("Ice.ProgramName").equals("IceBox2-SharedCommunicator")); in allTests()
91 test(service2.getProperty("ServerProp").equals("1")); in allTests()
92 test(service2.getProperty("OverrideMe").equals("3")); in allTests()
93 test(service2.getProperty("UnsetMe").equals("")); in allTests()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/test/src/main/java/test/IceBox/configuration/
H A DAllTests.java30 TestIntfPrx service2 = in allTests() local
51 test(service2.getProperty("Ice.ProgramName").equals("Test")); in allTests()
52 test(service2.getProperty("Service").equals("2")); in allTests()
53 test(service2.getProperty("Service1.ArgProp").equals("")); in allTests()
54 test(service2.getProperty("IceBox.InheritProperties").equals("1")); in allTests()
57 test(java.util.Arrays.equals(service2.getArgs(), args2)); in allTests()
93 test(service2.getProperty("Ice.ProgramName").equals("IceBox2-SharedCommunicator")); in allTests()
94 test(service2.getProperty("ServerProp").equals("1")); in allTests()
95 test(service2.getProperty("OverrideMe").equals("3")); in allTests()
96 test(service2.getProperty("UnsetMe").equals("")); in allTests()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/fs/
H A DTestFileSystemTokens.java81 Text service2 = new Text("singleTokenFs2"); in testFsWithChildTokens() local
97 assertNotNull(credentials.getToken(service2)); in testFsWithChildTokens()
140 Text service2 = new Text("singleTokenFs2"); in testFsWithChildTokensOneExists() local
142 credentials.addToken(service2, token); in testFsWithChildTokensOneExists()
164 Text service2 = new Text("singleTokenFs2"); in testFsWithMyOwnAndChildTokens() local
167 credentials.addToken(service2, token); in testFsWithMyOwnAndChildTokens()
181 assertNotNull(credentials.getToken(service2)); in testFsWithMyOwnAndChildTokens()
189 Text service2 = new Text("singleTokenFs2"); in testFsWithMyOwnExistsAndChildTokens() local
206 assertNotNull(credentials.getToken(service2)); in testFsWithMyOwnExistsAndChildTokens()
213 Text service2 = new Text("singleTokenFs2"); in testFsWithNestedDuplicatesChildren() local
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/experimental/net/execution_context/
H A Duse_service.cc39 struct service2 : key2 struct
42 service2(execution_context& c) : key2(c) { } in service2() function
51 struct service4 : service2 argument
53 using service2::service2;
64 key2& svc2 = use_service<service2>(ctx); in test01()
65 key2& svc2a = use_service<service2>(ctx); in test01()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/experimental/net/execution_context/
H A Duse_service.cc39 struct service2 : key2 struct
42 service2(execution_context& c) : key2(c) { } in service2() function
51 struct service4 : service2 argument
53 using service2::service2;
64 key2& svc2 = use_service<service2>(ctx); in test01()
65 key2& svc2a = use_service<service2>(ctx); in test01()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/experimental/net/execution_context/
H A Duse_service.cc42 struct service2 : key2 struct
45 service2(execution_context& c) : key2(c) { } in service2() function
54 struct service4 : service2 argument
56 using service2::service2;
67 key2& svc2 = use_service<service2>(ctx); in test01()
68 key2& svc2a = use_service<service2>(ctx); in test01()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/experimental/net/execution_context/
H A Duse_service.cc39 struct service2 : key2 struct
42 service2(execution_context& c) : key2(c) { } in service2() function
51 struct service4 : service2 argument
53 using service2::service2;
64 key2& svc2 = use_service<service2>(ctx); in test01()
65 key2& svc2a = use_service<service2>(ctx); in test01()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/experimental/net/execution_context/
H A Duse_service.cc42 struct service2 : key2 struct
45 service2(execution_context& c) : key2(c) { } in service2() argument
54 struct service4 : service2 argument
56 using service2::service2;
67 key2& svc2 = use_service<service2>(ctx); in test01()
68 key2& svc2a = use_service<service2>(ctx); in test01()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/experimental/net/execution_context/
H A Duse_service.cc42 struct service2 : key2 struct
45 service2(execution_context& c) : key2(c) { } in service2() function
54 struct service4 : service2 argument
56 using service2::service2;
67 key2& svc2 = use_service<service2>(ctx); in test01()
68 key2& svc2a = use_service<service2>(ctx); in test01()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/experimental/net/execution_context/
H A Duse_service.cc42 struct service2 : key2 struct
45 service2(execution_context& c) : key2(c) { } in service2() argument
54 struct service4 : service2 argument
56 using service2::service2;
67 key2& svc2 = use_service<service2>(ctx); in test01()
68 key2& svc2a = use_service<service2>(ctx); in test01()

12345678910>>...15