Home
last modified time | relevance | path

Searched refs:registry_ (Results 1 – 25 of 501) sorted by relevance

12345678910>>...21

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/discovery/dial/
H A Ddial_registry_unittest.cc132 registry_->OnListenerAdded(); in TEST_F()
134 registry_->OnListenerAdded(); in TEST_F()
147 registry_->OnListenerAdded(); in TEST_F()
163 registry_->OnListenerAdded(); in TEST_F()
168 registry_->DoDiscovery(); in TEST_F()
193 registry_->DoDiscovery(); in TEST_F()
225 registry_->DoDiscovery(); in TEST_F()
236 registry_->DoDiscovery(); in TEST_F()
246 registry_->DoDiscovery(); in TEST_F()
275 registry_->DoDiscovery(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/components/
H A Dapp_shim_registry_mac_unittest.cc21 registry_ = AppShimRegistry::Get(); in SetUp()
22 registry_->RegisterLocalPrefs(local_state_->registry()); in SetUp()
27 registry_->SetPrefServiceAndUserDataDirForTesting(nullptr, in TearDown()
32 AppShimRegistry* registry_ = nullptr; member in __anon05a71d190111::AppShimRegistryTest
54 registry_->OnAppQuit(app_id_a, profiles); in TEST_F()
60 profiles = registry_->GetInstalledProfilesForApp(app_id_a); in TEST_F()
67 profiles = registry_->GetInstalledProfilesForApp(app_id_a); in TEST_F()
76 registry_->OnAppQuit(app_id_a, profiles); in TEST_F()
84 registry_->OnAppQuit(app_id_a, profiles); in TEST_F()
93 registry_->OnAppQuit(app_id_a, profiles); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/execution_context/
H A Dexecution_context_registry_impl_unittest.cc63 ASSERT_TRUE(registry_); in SetUp()
67 ExecutionContextRegistryImpl* registry_ = nullptr; member in performance_manager::execution_context::__anondbd076d00111::ExecutionContextRegistryImplTest
83 EXPECT_EQ(2u, registry_->GetExecutionContextCountForTesting()); in TEST_F()
88 EXPECT_EQ(3u, registry_->GetExecutionContextCountForTesting()); in TEST_F()
147 EXPECT_FALSE(registry_->HasObserver(&obs)); in TEST_F()
148 registry_->AddObserver(&obs); in TEST_F()
149 EXPECT_TRUE(registry_->HasObserver(&obs)); in TEST_F()
186 registry_->RemoveObserver(&obs); in TEST_F()
192 registry_->AddObserver(&obs); in TEST_F()
195 EXPECT_DCHECK_DEATH(graph()->TakeFromGraph(registry_)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/keep_alive_registry/
H A Dkeep_alive_registry_unittest.cc23 registry_->AddObserver(this); in KeepAliveRegistryTest()
25 EXPECT_FALSE(registry_->IsKeepingAlive()); in KeepAliveRegistryTest()
29 registry_->RemoveObserver(this); in ~KeepAliveRegistryTest()
31 EXPECT_FALSE(registry_->IsKeepingAlive()); in ~KeepAliveRegistryTest()
53 KeepAliveRegistry* registry_; member in KeepAliveRegistryTest
74 EXPECT_FALSE(registry_->IsKeepingAlive()); in TEST_F()
90 EXPECT_TRUE(registry_->IsKeepingAlive()); in TEST_F()
96 EXPECT_TRUE(registry_->IsKeepingAlive()); in TEST_F()
101 EXPECT_TRUE(registry_->IsKeepingAlive()); in TEST_F()
149 EXPECT_EQ(registry_->IsRestartAllowed(), in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/keep_alive_registry/
H A Dkeep_alive_registry_unittest.cc23 registry_->AddObserver(this); in KeepAliveRegistryTest()
25 EXPECT_FALSE(registry_->IsKeepingAlive()); in KeepAliveRegistryTest()
29 registry_->RemoveObserver(this); in ~KeepAliveRegistryTest()
31 EXPECT_FALSE(registry_->IsKeepingAlive()); in ~KeepAliveRegistryTest()
53 KeepAliveRegistry* registry_; member in KeepAliveRegistryTest
74 EXPECT_FALSE(registry_->IsKeepingAlive()); in TEST_F()
90 EXPECT_TRUE(registry_->IsKeepingAlive()); in TEST_F()
96 EXPECT_TRUE(registry_->IsKeepingAlive()); in TEST_F()
101 EXPECT_TRUE(registry_->IsKeepingAlive()); in TEST_F()
149 EXPECT_EQ(registry_->IsRestartAllowed(), in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/discovery/mdns/
H A Ddns_sd_registry_unittest.cc78 registry_.reset(new TestDnsSdRegistry()); in SetUp()
79 registry_->AddObserver(&observer_); in SetUp()
83 std::unique_ptr<TestDnsSdRegistry> registry_; member in media_router::DnsSdRegistryTest
96 registry_->RegisterDnsSdListener(service_type); in TEST_F()
97 registry_->RegisterDnsSdListener(service_type); in TEST_F()
116 registry_->RegisterDnsSdListener(service_type1); in TEST_F()
117 registry_->RegisterDnsSdListener(service_type2); in TEST_F()
123 registry_->ResetAndDiscover(); in TEST_F()
150 registry_->RegisterDnsSdListener(service_type); in TEST_F()
167 registry_->RegisterDnsSdListener(service_type); in TEST_F()
[all …]
/dports/games/widelands/widelands-build21/src/ui_basic/
H A Dunique_window.cc90 if (registry_) { in UniqueWindow()
91 delete registry_->window; in UniqueWindow()
93 registry_->window = this; in UniqueWindow()
94 if (registry_->valid_pos) { in UniqueWindow()
95 set_pos(Vector2i(registry_->x, registry_->y)); in UniqueWindow()
98 registry_->opened(); in UniqueWindow()
106 if (registry_) { in ~UniqueWindow()
109 registry_->window = nullptr; in ~UniqueWindow()
110 registry_->x = get_x(); in ~UniqueWindow()
111 registry_->y = get_y(); in ~UniqueWindow()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dregistry_test.cc36 void SetUp() { registry_ = FunctionRegistry::Make(); } in SetUp()
39 std::unique_ptr<FunctionRegistry> registry_; member in arrow::compute::TestRegistry
50 ASSERT_EQ(0, registry_->num_functions()); in TEST_F()
54 ASSERT_OK(registry_->AddFunction(func)); in TEST_F()
55 ASSERT_EQ(1, registry_->num_functions()); in TEST_F()
58 ASSERT_OK(registry_->AddFunction(func)); in TEST_F()
59 ASSERT_EQ(2, registry_->num_functions()); in TEST_F()
65 ASSERT_RAISES(KeyError, registry_->GetFunction("f2")); in TEST_F()
69 ASSERT_RAISES(KeyError, registry_->AddFunction(func)); in TEST_F()
73 ASSERT_OK_AND_ASSIGN(f1, registry_->GetFunction("f1")); in TEST_F()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/
H A Dregistry_test.cc36 void SetUp() { registry_ = FunctionRegistry::Make(); } in SetUp()
39 std::unique_ptr<FunctionRegistry> registry_; member in arrow::compute::TestRegistry
50 ASSERT_EQ(0, registry_->num_functions()); in TEST_F()
54 ASSERT_OK(registry_->AddFunction(func)); in TEST_F()
55 ASSERT_EQ(1, registry_->num_functions()); in TEST_F()
58 ASSERT_OK(registry_->AddFunction(func)); in TEST_F()
59 ASSERT_EQ(2, registry_->num_functions()); in TEST_F()
65 ASSERT_RAISES(KeyError, registry_->GetFunction("f2")); in TEST_F()
69 ASSERT_RAISES(KeyError, registry_->AddFunction(func)); in TEST_F()
73 ASSERT_OK_AND_ASSIGN(f1, registry_->GetFunction("f1")); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/
H A Dextension_registrar.cc123 registry_->AddBlocklisted(extension); in AddNewExtension()
126 registry_->AddBlocked(extension); in AddNewExtension()
128 registry_->AddDisabled(extension); in AddNewExtension()
144 registry_->AddEnabled(extension); in AddNewExtension()
183 registry_->RemoveEnabled(extension_id); in RemoveExtension()
221 registry_->AddEnabled(extension); in EnableExtension()
278 registry_->AddDisabled(extension); in DisableExtension()
383 registry_->AddTerminated(extension); in TerminateExtension()
384 registry_->RemoveEnabled(extension_id); in TerminateExtension()
476 registry_->TriggerOnLoaded(extension); in ActivateExtension()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/
H A Dextension_registrar.cc121 registry_->AddBlacklisted(extension); in AddNewExtension()
124 registry_->AddBlocked(extension); in AddNewExtension()
126 registry_->AddDisabled(extension); in AddNewExtension()
142 registry_->AddEnabled(extension); in AddNewExtension()
181 registry_->RemoveEnabled(extension_id); in RemoveExtension()
219 registry_->AddEnabled(extension); in EnableExtension()
275 registry_->AddDisabled(extension); in DisableExtension()
363 registry_->AddTerminated(extension); in TerminateExtension()
364 registry_->RemoveEnabled(extension_id); in TerminateExtension()
456 registry_->TriggerOnLoaded(extension); in ActivateExtension()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/
H A Dregistry_test.cc40 void SetUp() { registry_ = FunctionRegistry::Make(); } in SetUp()
43 std::unique_ptr<FunctionRegistry> registry_; member in arrow::compute::TestRegistry
54 ASSERT_EQ(0, registry_->num_functions()); in TEST_F()
57 ASSERT_OK(registry_->AddFunction(func)); in TEST_F()
58 ASSERT_EQ(1, registry_->num_functions()); in TEST_F()
61 ASSERT_OK(registry_->AddFunction(func)); in TEST_F()
62 ASSERT_EQ(2, registry_->num_functions()); in TEST_F()
68 ASSERT_RAISES(KeyError, registry_->GetFunction("f2")); in TEST_F()
72 ASSERT_RAISES(KeyError, registry_->AddFunction(func)); in TEST_F()
76 ASSERT_OK_AND_ASSIGN(f1, registry_->GetFunction("f1")); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/blob/
H A Dblob_url_store_impl.cc23 : registry_(std::move(registry)), in BlobURLTokenImpl()
29 if (registry_) { in BlobURLTokenImpl()
35 if (registry_) in ~BlobURLTokenImpl()
66 if (registry_) { in ~BlobURLStoreImpl()
68 registry_->RemoveUrlMapping(url); in ~BlobURLStoreImpl()
93 if (registry_) in Register()
114 if (registry_) in Revoke()
115 registry_->RemoveUrlMapping(url); in Revoke()
120 if (!registry_) { in Resolve()
132 registry_ ? registry_->GetBlobFromUrl(url) : mojo::NullRemote(), url, in ResolveAsURLLoaderFactory()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/blob/
H A Dblob_url_store_impl.cc23 : registry_(std::move(registry)), in BlobURLTokenImpl()
29 if (registry_) { in BlobURLTokenImpl()
35 if (registry_) in ~BlobURLTokenImpl()
66 if (registry_) { in ~BlobURLStoreImpl()
68 registry_->RemoveUrlMapping(url); in ~BlobURLStoreImpl()
93 if (registry_) in Register()
114 if (registry_) in Revoke()
115 registry_->RemoveUrlMapping(url); in Revoke()
120 if (!registry_) { in Resolve()
132 registry_ ? registry_->GetBlobFromUrl(url) : mojo::NullRemote(), url, in ResolveAsURLLoaderFactory()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Did_target_observer_registry.cc33 visitor->Trace(registry_); in Trace()
42 IdToObserverSetMap::AddResult result = registry_.insert(id.Impl(), nullptr); in AddObserver()
51 if (id.IsEmpty() || registry_.IsEmpty()) in RemoveObserver()
54 IdToObserverSetMap::iterator iter = registry_.find(id.Impl()); in RemoveObserver()
59 registry_.erase(iter); in RemoveObserver()
64 DCHECK(!registry_.IsEmpty()); in NotifyObserversInternal()
66 notifying_observers_in_set_ = registry_.at(id.Impl()); in NotifyObserversInternal()
78 registry_.erase(id.Impl()); in NotifyObserversInternal()
84 if (id.IsEmpty() || registry_.IsEmpty()) in HasObservers()
86 ObserverSet* set = registry_.at(id.Impl()); in HasObservers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Did_target_observer_registry.cc33 visitor->Trace(registry_); in Trace()
42 IdToObserverSetMap::AddResult result = registry_.insert(id.Impl(), nullptr); in AddObserver()
51 if (id.IsEmpty() || registry_.IsEmpty()) in RemoveObserver()
54 IdToObserverSetMap::iterator iter = registry_.find(id.Impl()); in RemoveObserver()
59 registry_.erase(iter); in RemoveObserver()
64 DCHECK(!registry_.IsEmpty()); in NotifyObserversInternal()
66 notifying_observers_in_set_ = registry_.at(id.Impl()); in NotifyObserversInternal()
78 registry_.erase(id.Impl()); in NotifyObserversInternal()
84 if (id.IsEmpty() || registry_.IsEmpty()) in HasObservers()
86 ObserverSet* set = registry_.at(id.Impl()); in HasObservers()
/dports/devel/cpputest/cpputest-4.0/src/CppUTest/
H A DCommandLineTestRunner.cpp63 output_(NULLPTR), arguments_(NULLPTR), registry_(registry) in CommandLineTestRunner()
79 registry_->installPlugin(&pPlugin); in runAllTestsMain()
81 if (parseArguments(registry_->getFirstPlugin())) in runAllTestsMain()
84 registry_->removePluginByName(DEF_PLUGIN_SET_POINTER); in runAllTestsMain()
90 registry_->setGroupFilters(arguments_->getGroupFilters()); in initializeTestRun()
91 registry_->setNameFilters(arguments_->getNameFilters()); in initializeTestRun()
97 if (arguments_->isRunIgnored()) registry_->setRunIgnored(); in initializeTestRun()
111 registry_->listTestGroupNames(tr); in runAllTests()
118 registry_->listTestGroupAndCaseNames(tr); in runAllTests()
123 registry_->reverseTests(); in runAllTests()
[all …]
H A DTestTestingFixture.cpp38 registry_ = new TestRegistry(); in TestTestingFixture()
41 registry_->setCurrentRegistry(registry_); in TestTestingFixture()
42 registry_->addTest(genTest_); in TestTestingFixture()
56 registry_->setCurrentRegistry(NULLPTR); in ~TestTestingFixture()
58 delete registry_; in ~TestTestingFixture()
72 registry_->addTest(test); in addTest()
104 registry_->installPlugin(plugin); in installPlugin()
109 registry_->setRunTestsInSeperateProcess(); in setRunTestsInSeperateProcess()
125 registry_->runAllTests(*result_); in runAllTests()
150 return registry_; in getRegistry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/cld_3/src/src/
H A Dregistry.h202 registry_ = new Registry(); in CreateRegistry()
203 registry_->name = name; in CreateRegistry()
204 registry_->class_name = class_name; in CreateRegistry()
205 registry_->file = file; in CreateRegistry()
206 registry_->line = line; in CreateRegistry()
207 registry_->components = nullptr; in CreateRegistry()
213 delete registry_; in DeleteRegistry() local
214 registry_ = nullptr; in DeleteRegistry()
221 static Registry *registry() { return registry_; } in registry()
225 static Registry *registry_;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/cld_3/src/src/
H A Dregistry.h202 registry_ = new Registry(); in CreateRegistry()
203 registry_->name = name; in CreateRegistry()
204 registry_->class_name = class_name; in CreateRegistry()
205 registry_->file = file; in CreateRegistry()
206 registry_->line = line; in CreateRegistry()
207 registry_->components = nullptr; in CreateRegistry()
213 delete registry_; in DeleteRegistry() local
214 registry_ = nullptr; in DeleteRegistry()
221 static Registry *registry() { return registry_; } in registry()
225 static Registry *registry_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_system_provider/
H A Dservice_unittest.cc110 registry_ = new FakeRegistry; in SetUp()
399 EXPECT_FALSE(registry_->watchers()); in TEST_F()
418 EXPECT_FALSE(registry_->watchers()); in TEST_F()
425 ASSERT_TRUE(registry_->file_system_info()); in TEST_F()
433 ASSERT_TRUE(registry_->watchers()); in TEST_F()
445 EXPECT_FALSE(registry_->watchers()); in TEST_F()
452 EXPECT_TRUE(registry_->watchers()); in TEST_F()
462 EXPECT_TRUE(registry_->watchers()); in TEST_F()
475 EXPECT_FALSE(registry_->watchers()); in TEST_F()
482 EXPECT_TRUE(registry_->watchers()); in TEST_F()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/common/
H A Dmemory_tracking.hpp424 : registry_(parent.registry_) in registrar_t()
445 size_t size() const { return registry_.size(); } in size()
448 registry_t &registry_; member
456 : registry_(registry) in grantor_t()
461 : registry_(parent.registry_) in grantor_t()
469 assert(registry_.size() == 0); in get()
472 auto e = registry_.get(make_key(prefix_, key)); in get()
483 assert(registry_.size() == 0); in get_memory_storage()
486 auto e = registry_.get(make_key(prefix_, key)); in get_memory_storage()
501 assert(aligned_offset + e.size <= registry_.size()); in get_memory_storage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/peerconnection/
H A Dmedia_stream_video_webrtc_sink_test.cc20 registry_.Init(); in SetVideoTrack()
21 registry_.AddVideoTrack("test video track"); in SetVideoTrack()
22 auto video_components = registry_.test_stream()->VideoComponents(); in SetVideoTrack()
29 registry_.Init(); in SetVideoTrack()
30 registry_.AddVideoTrack("test video track", in SetVideoTrack()
33 auto video_components = registry_.test_stream()->VideoComponents(); in SetVideoTrack()
46 blink::MockMediaStreamRegistry registry_; member in blink::MediaStreamVideoWebRtcSinkTest
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/peerconnection/
H A Dmedia_stream_video_webrtc_sink_test.cc19 registry_.Init(); in SetVideoTrack()
20 registry_.AddVideoTrack("test video track"); in SetVideoTrack()
22 registry_.test_stream().VideoTracks(); in SetVideoTrack()
29 registry_.Init(); in SetVideoTrack()
30 registry_.AddVideoTrack("test video track", in SetVideoTrack()
34 registry_.test_stream().VideoTracks(); in SetVideoTrack()
47 blink::MockMediaStreamRegistry registry_; member in blink::MediaStreamVideoWebRtcSinkTest
/dports/math/onednn/oneDNN-2.5.1/src/common/
H A Dmemory_tracking.hpp425 : registry_(parent.registry_) in registrar_t()
446 size_t size() const { return registry_.size(); } in size()
449 registry_t &registry_; member
457 : registry_(registry) in grantor_t()
462 : registry_(parent.registry_) in grantor_t()
470 assert(registry_.size() == 0); in get()
473 auto e = registry_.get(make_key(prefix_, key)); in get()
484 assert(registry_.size() == 0); in get_memory_storage()
487 auto e = registry_.get(make_key(prefix_, key)); in get_memory_storage()
502 assert(aligned_offset + e.size <= registry_.size()); in get_memory_storage()
[all …]

12345678910>>...21