Home
last modified time | relevance | path

Searched refs:registry (Results 1 – 25 of 10733) sorted by relevance

12345678910>>...430

/dports/comms/xastir/Xastir-Release-2.1.8/scripts/
H A Dads-b.pl356 $registry = "Registry?";
406 elsif ($binary_plane_id =~ m/^111001/) { $registry = "Brazil";
431 elsif ($binary_plane_id =~ m/^110000/) { $registry = "Canada";
435 elsif ($binary_plane_id =~ m/^011110/) { $registry = "China";
445 elsif ($binary_plane_id =~ m/^001110/) { $registry = "France";
457 elsif ($binary_plane_id =~ m/^001111/) { $registry = "Germany";
463 elsif ($binary_plane_id =~ m/^100000/) { $registry = "India";
472 elsif ($binary_plane_id =~ m/^001100/) { $registry = "Italy";
476 elsif ($binary_plane_id =~ m/^100001/) { $registry = "Japan";
486 elsif ($binary_plane_id =~ m/^001101/) { $registry = "Spain";
[all …]
/dports/www/p5-ApacheBench/ApacheBench-0.73/src/apachebench/
H A Dexecute.c34registry->need_to_be_done += registry->repeats[i] * (registry->position[i+1] - registry->position[… in initialize()
39 … if ((registry->priority == EQUAL_OPPORTUNITY) || (registry->tail < registry->concurrency)) { in initialize()
40 registry->arranged[registry->position[i]] = 1; in initialize()
42 registry->ready_to_run_queue[registry->tail].url = registry->position[i]; in initialize()
46 … if ((registry->priority == EQUAL_OPPORTUNITY) || (registry->tail < registry->concurrency)) { in initialize()
50 registry->ready_to_run_queue[registry->tail++].url = registry->position[i]; in initialize()
137 registry->head = registry->concurrency; in test()
139 start_connect(registry, &registry->con[i]); in test()
145 while (registry->done < registry->need_to_be_done) { in test()
191 if (registry->started[registry->con[i].url] in test()
[all …]
H A Dsocket_io.c88 registry->server.sin_port = htons(registry->port[c->url]); in start_connect()
137 r = ab_read(c->fd, registry->buffer, sizeof(registry->buffer)); in read_connection()
248 if (++registry->done >= registry->need_to_be_done) in read_connection()
265 && registry->port[c->url] == registry->port[prev]) { in read_connection()
306 if (++registry->done >= registry->need_to_be_done) in close_connection()
541 if (registry->started[registry->position[c->run + 1] - 1] >= registry->repeats[c->run]) in schedule_next_request()
587 && registry->arranged[registry->position[c->run]] < registry->repeats[c->run]) { in schedule_next_request()
590 registry->ready_to_run_queue[registry->tail].url = registry->position[c->run]; in schedule_next_request()
591registry->ready_to_run_queue[registry->tail].thread = registry->arranged[registry->position[c->run… in schedule_next_request()
595 if (registry->head >= registry->tail) { in schedule_next_request()
[all …]
/dports/devel/entt/entt-3.8.1/test/entt/entity/
H A Dregistry.cpp61 entt::registry registry; in TEST() local
116 entt::registry registry; in TEST() local
138 entt::registry registry; in TEST() local
154 entt::registry registry; in TEST() local
317 entt::registry registry; in TEST() local
344 entt::registry registry; in TEST() local
354 entt::registry registry; in TEST() local
362 entt::registry registry; in TEST() local
378 entt::registry registry; in TEST() local
394 entt::registry registry; in TEST() local
[all …]
H A Dgroup.cpp17 entt::registry registry; in TEST() local
81 entt::registry registry{}; in TEST() local
107 entt::registry registry; in TEST() local
126 entt::registry registry; in TEST() local
144 entt::registry registry; in TEST() local
160 entt::registry registry; in TEST() local
207 entt::registry registry; in TEST() local
274 entt::registry registry; in TEST() local
315 entt::registry registry; in TEST() local
349 entt::registry registry; in TEST() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/prefs/
H A Dbrowser_prefs.cc515 registry->RegisterInt64Pref( in RegisterProfilePrefsForMigration()
695 registry); in RegisterLocalState()
715 registry); in RegisterLocalState()
833 registry); in RegisterProfilePrefs()
835 registry); in RegisterProfilePrefs()
893 registry); in RegisterProfilePrefs()
930 registry); in RegisterProfilePrefs()
961 registry); in RegisterProfilePrefs()
979 registry); in RegisterProfilePrefs()
997 registry); in RegisterProfilePrefs()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/prefs/
H A Dbrowser_prefs.cc636 registry->RegisterInt64Pref( in RegisterProfilePrefsForMigration()
641 registry->RegisterBooleanPref( in RegisterProfilePrefsForMigration()
710 gcm::RegisterPrefs(registry); in RegisterLocalState()
713 RegisterBrowserPrefs(registry); in RegisterLocalState()
766 registry); in RegisterLocalState()
769 ::onc::RegisterPrefs(registry); in RegisterLocalState()
801 registry->RegisterBooleanPref( in RegisterLocalState()
974 registry); in RegisterProfilePrefs()
1011 registry); in RegisterProfilePrefs()
1036 registry); in RegisterProfilePrefs()
[all …]
/dports/cad/uranium/Uranium-3ed9c4de/tests/PluginRegistry/
H A DTestPluginRegistry.py48 def registry(application): function
51 registry.addType("test", registry.registerTestPlugin)
52 return registry
57 def test_init(self, registry): argument
64 registry._savePluginData()
77 registry.loadPlugins()
144 registry.loadPlugins()
199 registry.loadPlugins()
229 def test_load(self, registry): argument
234 assert registry.getPluginObject("TestPlugin") == registry.getTestPlugin()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/io/registry/tests/
H A Dtest_registries.py460 fmtcls1[1].read(registry=registry)
500 cls.read(registry=registry)
521 cls.read(registry=registry)
551 cls.read(filename, registry=registry)
559 cls.read(filename, registry=registry)
825 fmtcls1[1]().write(registry=registry)
861 fmtcls1[1]().write(registry=registry)
882 cls1().write(registry=registry)
905 cls().write("abc", registry=registry)
1024 cls.read(registry=registry)
[all …]
/dports/devel/entt/entt-3.8.1/test/benchmark/
H A Dbenchmark.cpp40 entt::registry registry; in pathological() local
71 entt::registry registry; in TEST() local
85 entt::registry registry; in TEST() local
96 entt::registry registry; in TEST() local
114 entt::registry registry; in TEST() local
127 entt::registry registry; in TEST() local
145 entt::registry registry; in TEST() local
160 entt::registry registry; in TEST() local
178 entt::registry registry; in TEST() local
193 entt::registry registry; in TEST() local
[all …]
/dports/graphics/digikam/digikam-7.4.0/project/bundles/mxe/installer/plugins/
H A DRegistry.nsh1 !define registry::Open `!insertmacro registry::Open` definition
9 !define registry::Find `!insertmacro registry::Find` definition
20 !define registry::Close `!insertmacro registry::Close` definition
27 !define registry::KeyExists `!insertmacro registry::KeyExists` definition
35 !define registry::Read `!insertmacro registry::Read` definition
44 !define registry::Write `!insertmacro registry::Write` definition
52 !define registry::ReadExtra `!insertmacro registry::ReadExtra` definition
117 !define registry::CopyKey `!insertmacro registry::CopyKey` definition
125 !define registry::MoveKey `!insertmacro registry::MoveKey` definition
133 !define registry::SaveKey `!insertmacro registry::SaveKey` definition
[all …]
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dregistry.test1 # registry.test --
34 test registry-1.1 {argument parsing for registry command} {win reg} {
37 test registry-1.2 {argument parsing for registry command} {win reg} {
41 test registry-1.3 {argument parsing for registry command} {win reg} {
44 test registry-1.4 {argument parsing for registry command} {win reg} {
47 test registry-1.5 {argument parsing for registry command} {win reg} {
51 test registry-1.6 {argument parsing for registry command} {win reg} {
54 test registry-1.7 {argument parsing for registry command} {win reg} {
57 test registry-1.8 {argument parsing for registry command} {win reg} {
60 test registry-1.9 {argument parsing for registry command} {win reg} {
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dregistry.test1 # registry.test --
37 test registry-1.1 {argument parsing for registry command} {win reg} {
40 test registry-1.1a {argument parsing for registry command} {win reg} {
43 test registry-1.1b {argument parsing for registry command} {win reg} {
46 test registry-1.2 {argument parsing for registry command} {win reg} {
49 test registry-1.2a {argument parsing for registry command} {win reg} {
53 test registry-1.3 {argument parsing for registry command} {win reg} {
56 test registry-1.3a {argument parsing for registry command} {win reg} {
62 test registry-1.4 {argument parsing for registry command} {win reg} {
65 test registry-1.5 {argument parsing for registry command} {win reg} {
[all …]
/dports/lang/tcl87/tcl8.7a5/tests/
H A Dregistry.test1 # registry.test --
38 test registry-1.1 {argument parsing for registry command} {win reg} {
41 test registry-1.1a {argument parsing for registry command} {win reg} {
44 test registry-1.1b {argument parsing for registry command} {win reg} {
47 test registry-1.2 {argument parsing for registry command} {win reg} {
50 test registry-1.2a {argument parsing for registry command} {win reg} {
54 test registry-1.3 {argument parsing for registry command} {win reg} {
57 test registry-1.3a {argument parsing for registry command} {win reg} {
63 test registry-1.4 {argument parsing for registry command} {win reg} {
66 test registry-1.5 {argument parsing for registry command} {win reg} {
[all …]
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/lib/App/Sqitch/Engine/
H A Doracle.sql1 CREATE TABLE &registry..releases (
14 CREATE TABLE &registry..projects (
29 CREATE TABLE &registry..changes (
57 CREATE TABLE &registry..tags (
85 CREATE TABLE &registry..dependencies (
106 CREATE TABLE &registry..events (
115 requires &registry..SQITCH_ARRAY DEFAULT &registry..SQITCH_ARRAY() NOT NULL,
116 conflicts &registry..SQITCH_ARRAY DEFAULT &registry..SQITCH_ARRAY() NOT NULL,
117 tags &registry..SQITCH_ARRAY DEFAULT &registry..SQITCH_ARRAY() NOT NULL,
126 CREATE UNIQUE INDEX &registry..events_pkey ON &registry..events(change_id, committed_at);
[all …]
/dports/games/spring/spring_98.0/installer/include/
H A DRegistry.nsh1 !define registry::Open `!insertmacro registry::Open` definition
9 !define registry::Find `!insertmacro registry::Find` definition
20 !define registry::Close `!insertmacro registry::Close` definition
27 !define registry::KeyExists `!insertmacro registry::KeyExists` definition
35 !define registry::Read `!insertmacro registry::Read` definition
44 !define registry::Write `!insertmacro registry::Write` definition
52 !define registry::ReadExtra `!insertmacro registry::ReadExtra` definition
117 !define registry::CopyKey `!insertmacro registry::CopyKey` definition
125 !define registry::MoveKey `!insertmacro registry::MoveKey` definition
133 !define registry::SaveKey `!insertmacro registry::SaveKey` definition
[all …]
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/lib/upgradable_registries/
H A Doracle.sql1 CREATE TABLE &registry..releases (
14 CREATE TABLE &registry..projects (
29 CREATE TABLE &registry..changes (
54 CREATE TABLE &registry..tags (
82 CREATE TABLE &registry..dependencies (
103 CREATE TABLE &registry..events (
109 requires &registry..SQITCH_ARRAY DEFAULT &registry..SQITCH_ARRAY() NOT NULL,
110 conflicts &registry..SQITCH_ARRAY DEFAULT &registry..SQITCH_ARRAY() NOT NULL,
111 tags &registry..SQITCH_ARRAY DEFAULT &registry..SQITCH_ARRAY() NOT NULL,
120 CREATE UNIQUE INDEX &registry..events_pkey ON &registry..events(change_id, committed_at);
[all …]
/dports/net-mgmt/py-prometheus-client/client_python-0.12.0/tests/
H A Dtest_core.py129 self.gauge = Gauge('g', 'help', registry=self.registry)
774 Counter('c_total', 'help', registry=registry)
779 Gauge('g_created', 'help', registry=registry)
783 Summary('s', 'help', registry=registry)
792 Histogram('h', 'help', registry=registry)
803 Info('i', 'help', registry=registry)
808 s = Summary('s', 'help', registry=registry)
811 Gauge('s_count', 'help', registry=registry)
831 Counter('c_total', 'help', registry=registry)
840 Counter('c_total', 'help', registry=registry)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc134 : local_registry_(registry) { in QueryProtocolHandlerOnChange()
274 registry()->Disable(); in TEST_F()
276 registry()->Enable(); in TEST_F()
393 registry()->Disable(); in TEST_F()
395 registry()->Enable(); in TEST_F()
471 registry()->Disable(); in TEST_F()
476 registry()->Enable(); in TEST_F()
489 registry()->RemoveHandler(ph1); in TEST_F()
604 registry()->Disable(); in TEST_F()
608 registry()->Enable(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/
H A Dash_prefs.cc73 PaletteTray::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
76 ShelfController::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
79 MediaTray::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
85 registry->RegisterBooleanPref( in RegisterProfilePrefs()
88 registry->RegisterBooleanPref( in RegisterProfilePrefs()
97 PaletteTray::RegisterLocalStatePrefs(registry); in RegisterLocalStatePrefs()
100 DetachableBaseHandler::RegisterPrefs(registry); in RegisterLocalStatePrefs()
101 PowerPrefs::RegisterLocalStatePrefs(registry); in RegisterLocalStatePrefs()
108 RegisterProfilePrefs(registry, for_test); in RegisterSigninProfilePrefs()
113 RegisterProfilePrefs(registry, for_test); in RegisterUserProfilePrefs()
[all …]
/dports/lang/elixir/elixir-1.12.3/lib/elixir/test/elixir/
H A Dregistry_test.exs24 test "counts 0 keys in an empty registry", %{registry: registry} do
28 test "counts the number of keys in a registry", %{registry: registry} do
35 test "has unique registrations", %{registry: registry} do
160 test "compares using ===", %{registry: registry} do
254 test "via callbacks", %{registry: registry} do
279 test "empty list for empty registry", %{registry: registry} do
283 test "select all", %{registry: registry} do
427 test "counts 0 keys in an empty registry", %{registry: registry} do
431 test "counts the number of keys in a registry", %{registry: registry} do
730 test "empty list for empty registry", %{registry: registry} do
[all …]
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/test/elixir/
H A Dregistry_test.exs24 test "counts 0 keys in an empty registry", %{registry: registry} do
28 test "counts the number of keys in a registry", %{registry: registry} do
35 test "has unique registrations", %{registry: registry} do
160 test "compares using ===", %{registry: registry} do
254 test "via callbacks", %{registry: registry} do
279 test "empty list for empty registry", %{registry: registry} do
283 test "select all", %{registry: registry} do
427 test "counts 0 keys in an empty registry", %{registry: registry} do
431 test "counts the number of keys in a registry", %{registry: registry} do
730 test "empty list for empty registry", %{registry: registry} do
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc134 : local_registry_(registry) { in QueryProtocolHandlerOnChange()
274 registry()->Disable(); in TEST_F()
276 registry()->Enable(); in TEST_F()
393 registry()->Disable(); in TEST_F()
395 registry()->Enable(); in TEST_F()
471 registry()->Disable(); in TEST_F()
476 registry()->Enable(); in TEST_F()
489 registry()->RemoveHandler(ph1); in TEST_F()
604 registry()->Disable(); in TEST_F()
608 registry()->Enable(); in TEST_F()
[all …]
/dports/devel/py-apptools/apptools-4.5.0/apptools/type_registry/tests/
H A Dtest_type_registry.py11 self.registry = TypeRegistry()
22 self.registry.push(A, 'A')
23 self.registry.push(C, 'C')
35 self.registry.push(A, 'A')
41 self.registry.pop(A)
45 self.registry.push(A, 'A')
46 self.registry.pop(A)
55 self.registry.push(A, 'A')
81 self.registry.pop(A)
83 self.registry.pop(A)
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Dlive_node_list_registry_test.cc30 LiveNodeListRegistry registry; in TEST_F() local
31 EXPECT_TRUE(registry.IsEmpty()); in TEST_F()
37 LiveNodeListRegistry registry; in TEST_F() local
43 EXPECT_FALSE(registry.IsEmpty()); in TEST_F()
51 EXPECT_FALSE(registry.IsEmpty()); in TEST_F()
67 LiveNodeListRegistry registry; in TEST_F() local
74 EXPECT_FALSE(registry.IsEmpty()); in TEST_F()
80 EXPECT_FALSE(registry.IsEmpty()); in TEST_F()
93 EXPECT_TRUE(registry.IsEmpty()); in TEST_F()
105 LiveNodeListRegistry registry; member
[all …]

12345678910>>...430