Home
last modified time | relevance | path

Searched refs:cluster_id (Results 1 – 25 of 1519) sorted by relevance

12345678910>>...61

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/integration/redshift/
H A Dtest_layer1.py45 def cluster_id(self): member in TestRedshiftLayer1Management
50 cluster_id = self.cluster_id()
52 cluster_id, self.node_type,
61 return cluster_id
71 cluster_id = self.cluster_id()
73 cluster_id, self.node_type,
93 cluster_id = self.create_cluster()
97 self.api.describe_resize(cluster_id)
104 self.assertIn(cluster_id, cluster_ids)
112 snapshot_id = "snap-%s" % cluster_id
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/integration/redshift/
H A Dtest_layer1.py45 def cluster_id(self): member in TestRedshiftLayer1Management
50 cluster_id = self.cluster_id()
52 cluster_id, self.node_type,
61 return cluster_id
71 cluster_id = self.cluster_id()
73 cluster_id, self.node_type,
93 cluster_id = self.create_cluster()
97 self.api.describe_resize(cluster_id)
104 self.assertIn(cluster_id, cluster_ids)
112 snapshot_id = "snap-%s" % cluster_id
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/integration/redshift/
H A Dtest_layer1.py45 def cluster_id(self): member in TestRedshiftLayer1Management
50 cluster_id = self.cluster_id()
52 cluster_id, self.node_type,
61 return cluster_id
71 cluster_id = self.cluster_id()
73 cluster_id, self.node_type,
93 cluster_id = self.create_cluster()
97 self.api.describe_resize(cluster_id)
104 self.assertIn(cluster_id, cluster_ids)
112 snapshot_id = "snap-%s" % cluster_id
[all …]
/dports/devel/py-boto/boto-2.49.0/tests/integration/redshift/
H A Dtest_layer1.py45 def cluster_id(self): member in TestRedshiftLayer1Management
50 cluster_id = self.cluster_id()
52 cluster_id, self.node_type,
61 return cluster_id
71 cluster_id = self.cluster_id()
73 cluster_id, self.node_type,
93 cluster_id = self.create_cluster()
97 self.api.describe_resize(cluster_id)
104 self.assertIn(cluster_id, cluster_ids)
112 snapshot_id = "snap-%s" % cluster_id
[all …]
/dports/devel/py-moto/moto-2.2.16/tests/test_emr/
H A Dtest_emr_boto3.py207 expected[cluster_id] = {
208 "Id": cluster_id,
224 expected[cluster_id] = {
225 "Id": cluster_id,
233 for cluster_id in expected:
328 expected[cluster_id] = {
329 "Id": cluster_id,
346 expected[cluster_id] = {
347 "Id": cluster_id,
567 ClusterId=cluster_id,
[all …]
H A Dtest_emr.py86 cluster.id.should.equal(cluster_id)
121 expected[cluster_id] = {
122 "id": cluster_id,
138 expected[cluster_id] = {
139 "id": cluster_id,
146 for cluster_id in expected:
257 expected[cluster_id] = {
258 "id": cluster_id,
275 expected[cluster_id] = {
276 "id": cluster_id,
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/marvell/armada/a8k/common/aarch64/
H A Dplat_arch_config.c18 #define MVEBU_DFX_REG(cluster_id) (MVEBU_REGS_BASE + 0x6F82A0 + \ argument
19 (cluster_id) * 0x4)
42 int cluster_id = plat_my_core_pos(); in plat_config_dfx_clock() local
46 if ((cluster_id % PLAT_MAX_CPUS_PER_CLUSTER) != 0) { in plat_config_dfx_clock()
50 val = mmio_read_32(MVEBU_DFX_REG(cluster_id / PLAT_MAX_CPUS_PER_CLUSTER)); in plat_config_dfx_clock()
51 if (cluster_id == 0) { in plat_config_dfx_clock()
58 mmio_write_32(MVEBU_DFX_REG(cluster_id / PLAT_MAX_CPUS_PER_CLUSTER), val); in plat_config_dfx_clock()
64 int cluster_id; in plat_enable_affinity() local
68 cluster_id = plat_my_core_pos() / PLAT_MARVELL_CLUSTER_CORE_COUNT; in plat_enable_affinity()
69 affinity = (MVEBU_IO_AFFINITY | (1 << cluster_id)); in plat_enable_affinity()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/marvell/armada/a8k/common/aarch64/
H A Dplat_arch_config.c18 #define MVEBU_DFX_REG(cluster_id) (MVEBU_REGS_BASE + 0x6F82A0 + \ argument
19 (cluster_id) * 0x4)
42 int cluster_id = plat_my_core_pos(); in plat_config_dfx_clock() local
46 if ((cluster_id % PLAT_MAX_CPUS_PER_CLUSTER) != 0) { in plat_config_dfx_clock()
50 val = mmio_read_32(MVEBU_DFX_REG(cluster_id / PLAT_MAX_CPUS_PER_CLUSTER)); in plat_config_dfx_clock()
51 if (cluster_id == 0) { in plat_config_dfx_clock()
58 mmio_write_32(MVEBU_DFX_REG(cluster_id / PLAT_MAX_CPUS_PER_CLUSTER), val); in plat_config_dfx_clock()
64 int cluster_id; in plat_enable_affinity() local
68 cluster_id = plat_my_core_pos() / PLAT_MARVELL_CLUSTER_CORE_COUNT; in plat_enable_affinity()
69 affinity = (MVEBU_IO_AFFINITY | (1 << cluster_id)); in plat_enable_affinity()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/marvell/armada/a8k/common/aarch64/
H A Dplat_arch_config.c18 #define MVEBU_DFX_REG(cluster_id) (MVEBU_REGS_BASE + 0x6F82A0 + \ argument
19 (cluster_id) * 0x4)
42 int cluster_id = plat_my_core_pos(); in plat_config_dfx_clock() local
46 if ((cluster_id % PLAT_MAX_CPUS_PER_CLUSTER) != 0) { in plat_config_dfx_clock()
50 val = mmio_read_32(MVEBU_DFX_REG(cluster_id / PLAT_MAX_CPUS_PER_CLUSTER)); in plat_config_dfx_clock()
51 if (cluster_id == 0) { in plat_config_dfx_clock()
58 mmio_write_32(MVEBU_DFX_REG(cluster_id / PLAT_MAX_CPUS_PER_CLUSTER), val); in plat_config_dfx_clock()
64 int cluster_id; in plat_enable_affinity() local
68 cluster_id = plat_my_core_pos() / PLAT_MARVELL_CLUSTER_CORE_COUNT; in plat_enable_affinity()
69 affinity = (MVEBU_IO_AFFINITY | (1 << cluster_id)); in plat_enable_affinity()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/marvell/armada/a8k/common/aarch64/
H A Dplat_arch_config.c18 #define MVEBU_DFX_REG(cluster_id) (MVEBU_REGS_BASE + 0x6F82A0 + \ argument
19 (cluster_id) * 0x4)
42 int cluster_id = plat_my_core_pos(); in plat_config_dfx_clock() local
46 if ((cluster_id % PLAT_MAX_CPUS_PER_CLUSTER) != 0) { in plat_config_dfx_clock()
50 val = mmio_read_32(MVEBU_DFX_REG(cluster_id / PLAT_MAX_CPUS_PER_CLUSTER)); in plat_config_dfx_clock()
51 if (cluster_id == 0) { in plat_config_dfx_clock()
58 mmio_write_32(MVEBU_DFX_REG(cluster_id / PLAT_MAX_CPUS_PER_CLUSTER), val); in plat_config_dfx_clock()
64 int cluster_id; in plat_enable_affinity() local
68 cluster_id = plat_my_core_pos() / PLAT_MARVELL_CLUSTER_CORE_COUNT; in plat_enable_affinity()
69 affinity = (MVEBU_IO_AFFINITY | (1 << cluster_id)); in plat_enable_affinity()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/marvell/armada/a8k/common/aarch64/
H A Dplat_arch_config.c18 #define MVEBU_DFX_REG(cluster_id) (MVEBU_REGS_BASE + 0x6F82A0 + \ argument
19 (cluster_id) * 0x4)
42 int cluster_id = plat_my_core_pos(); in plat_config_dfx_clock() local
46 if ((cluster_id % PLAT_MAX_CPUS_PER_CLUSTER) != 0) { in plat_config_dfx_clock()
50 val = mmio_read_32(MVEBU_DFX_REG(cluster_id / PLAT_MAX_CPUS_PER_CLUSTER)); in plat_config_dfx_clock()
51 if (cluster_id == 0) { in plat_config_dfx_clock()
58 mmio_write_32(MVEBU_DFX_REG(cluster_id / PLAT_MAX_CPUS_PER_CLUSTER), val); in plat_config_dfx_clock()
64 int cluster_id; in plat_enable_affinity() local
68 cluster_id = plat_my_core_pos() / PLAT_MARVELL_CLUSTER_CORE_COUNT; in plat_enable_affinity()
69 affinity = (MVEBU_IO_AFFINITY | (1 << cluster_id)); in plat_enable_affinity()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/imx/imx8qm/
H A Dimx8qm_psci.c77 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_on() local
80 sc_pm_set_resource_power_mode(ipc_handle, cluster_id == 0 ? in imx_pwr_domain_on()
83 if (cluster_id == 1) in imx_pwr_domain_on()
117 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_off() local
126 cci_disable_snoop_dvm_reqs(cluster_id); in imx_pwr_domain_off()
127 if (cluster_id == 1) in imx_pwr_domain_off()
130 printf("turn off cluster:%d core:%d\n", cluster_id, cpu_id); in imx_pwr_domain_off()
136 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend() local
155 if (cluster_id == 1) in imx_domain_suspend()
212 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend_finish() local
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/imx/imx8qm/
H A Dimx8qm_psci.c77 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_on() local
80 sc_pm_set_resource_power_mode(ipc_handle, cluster_id == 0 ? in imx_pwr_domain_on()
83 if (cluster_id == 1) in imx_pwr_domain_on()
117 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_off() local
126 cci_disable_snoop_dvm_reqs(cluster_id); in imx_pwr_domain_off()
127 if (cluster_id == 1) in imx_pwr_domain_off()
130 printf("turn off cluster:%d core:%d\n", cluster_id, cpu_id); in imx_pwr_domain_off()
136 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend() local
155 if (cluster_id == 1) in imx_domain_suspend()
212 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend_finish() local
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/imx/imx8qm/
H A Dimx8qm_psci.c77 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_on() local
80 sc_pm_set_resource_power_mode(ipc_handle, cluster_id == 0 ? in imx_pwr_domain_on()
83 if (cluster_id == 1) in imx_pwr_domain_on()
117 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_off() local
126 cci_disable_snoop_dvm_reqs(cluster_id); in imx_pwr_domain_off()
127 if (cluster_id == 1) in imx_pwr_domain_off()
130 printf("turn off cluster:%d core:%d\n", cluster_id, cpu_id); in imx_pwr_domain_off()
136 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend() local
155 if (cluster_id == 1) in imx_domain_suspend()
212 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend_finish() local
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/imx/imx8qm/
H A Dimx8qm_psci.c77 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_on() local
80 sc_pm_set_resource_power_mode(ipc_handle, cluster_id == 0 ? in imx_pwr_domain_on()
83 if (cluster_id == 1) in imx_pwr_domain_on()
117 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_off() local
126 cci_disable_snoop_dvm_reqs(cluster_id); in imx_pwr_domain_off()
127 if (cluster_id == 1) in imx_pwr_domain_off()
130 printf("turn off cluster:%d core:%d\n", cluster_id, cpu_id); in imx_pwr_domain_off()
136 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend() local
155 if (cluster_id == 1) in imx_domain_suspend()
212 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend_finish() local
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/imx/imx8qm/
H A Dimx8qm_psci.c77 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_on() local
80 sc_pm_set_resource_power_mode(ipc_handle, cluster_id == 0 ? in imx_pwr_domain_on()
83 if (cluster_id == 1) in imx_pwr_domain_on()
117 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_pwr_domain_off() local
126 cci_disable_snoop_dvm_reqs(cluster_id); in imx_pwr_domain_off()
127 if (cluster_id == 1) in imx_pwr_domain_off()
130 printf("turn off cluster:%d core:%d\n", cluster_id, cpu_id); in imx_pwr_domain_off()
136 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend() local
155 if (cluster_id == 1) in imx_domain_suspend()
212 unsigned int cluster_id = MPIDR_AFFLVL1_VAL(mpidr); in imx_domain_suspend_finish() local
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/integration/elasticache/
H A Dtest_layer1.py33 def wait_until_cluster_available(self, cluster_id): argument
36 response = self.elasticache.describe_cache_clusters(cluster_id)
45 'to become available.' % cluster_id)
48 cluster_id = 'cluster-id2'
50 cluster_id, 1, 'cache.t1.micro', 'memcached')
51 self.wait_until_cluster_available(cluster_id)
53 self.elasticache.delete_cache_cluster(cluster_id)
57 self.elasticache.describe_cache_clusters(cluster_id)
63 'to be deleted.' % cluster_id)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/integration/elasticache/
H A Dtest_layer1.py33 def wait_until_cluster_available(self, cluster_id): argument
36 response = self.elasticache.describe_cache_clusters(cluster_id)
45 'to become available.' % cluster_id)
48 cluster_id = 'cluster-id2'
50 cluster_id, 1, 'cache.t1.micro', 'memcached')
51 self.wait_until_cluster_available(cluster_id)
53 self.elasticache.delete_cache_cluster(cluster_id)
57 self.elasticache.describe_cache_clusters(cluster_id)
63 'to be deleted.' % cluster_id)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/integration/elasticache/
H A Dtest_layer1.py33 def wait_until_cluster_available(self, cluster_id): argument
36 response = self.elasticache.describe_cache_clusters(cluster_id)
45 'to become available.' % cluster_id)
48 cluster_id = 'cluster-id2'
50 cluster_id, 1, 'cache.t1.micro', 'memcached')
51 self.wait_until_cluster_available(cluster_id)
53 self.elasticache.delete_cache_cluster(cluster_id)
57 self.elasticache.describe_cache_clusters(cluster_id)
63 'to be deleted.' % cluster_id)
/dports/devel/py-boto/boto-2.49.0/tests/integration/elasticache/
H A Dtest_layer1.py33 def wait_until_cluster_available(self, cluster_id): argument
36 response = self.elasticache.describe_cache_clusters(cluster_id)
45 'to become available.' % cluster_id)
48 cluster_id = 'cluster-id2'
50 cluster_id, 1, 'cache.t1.micro', 'memcached')
51 self.wait_until_cluster_available(cluster_id)
53 self.elasticache.delete_cache_cluster(cluster_id)
57 self.elasticache.describe_cache_clusters(cluster_id)
63 'to be deleted.' % cluster_id)
/dports/cad/openroad/OpenROAD-2.0/src/par/src/
H A Dautocluster.h68 unsigned int getInputConnection(int cluster_id) const in getInputConnection() argument
70 auto map_iter = input_connection_map_.find(cluster_id); in getInputConnection()
77 unsigned int getOutputConnection(int cluster_id) const in getOutputConnection() argument
79 auto map_iter = output_connection_map_.find(cluster_id); in getOutputConnection()
114 auto map_iter = input_connection_map_.find(cluster_id);
116 input_connection_map_[cluster_id] = weight;
125 output_connection_map_[cluster_id] = weight;
134 std::cout << "cluster_id: " << cluster_id << " "; in printInputConnections()
244 void createCluster(int& cluster_id);
260 void MLPart(Cluster* cluster, int& cluster_id);
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/tests/component/
H A Dtest_async_replicaset.cc179 static const std::string cluster_id; member in AsyncReplicasetTest
191 const std::string AsyncReplicasetTest::cluster_id = member in AsyncReplicasetTest
290 set_mock_metadata(cluster_http_ports[i], cluster_id, in TEST_F()
299 cluster_id, {cluster_nodes_ports[0], cluster_nodes_ports[1]}, in TEST_F()
328 check_state_file(state_file, cluster_id, in TEST_F()
446 set_mock_metadata(cluster_http_ports[1], cluster_id, in TEST_F()
456 check_state_file(state_file, cluster_id, in TEST_F()
861 set_mock_metadata(cluster_http_ports[i], cluster_id, in TEST_F()
1039 set_mock_metadata(cluster_http_ports[i], cluster_id, in TEST_F()
1379 check_state_file(state_file, cluster_id, {cluster_nodes_ports[1]}, in TEST_F()
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/brcm/board/common/
H A Dtimer_sync.c25 void ihost_enable_satellite_timer(unsigned int cluster_id) in ihost_enable_satellite_timer() argument
31 VERBOSE("Program iHost%u satellite timer\n", cluster_id); in ihost_enable_satellite_timer()
32 ihost_base = IHOST0_BASE + cluster_id * IHOST_ADDR_SPACE; in ihost_enable_satellite_timer()
35 ihost_enable = CENTRAL_TIMER_GET_IHOST_ENA_BASE + cluster_id * 4; in ihost_enable_satellite_timer()
59 unsigned int cluster_id; in brcm_timer_sync_init() local
69 cluster_id = MPIDR_AFFLVL1_VAL(read_mpidr()); in brcm_timer_sync_init()
70 ihost_enable_satellite_timer(cluster_id); in brcm_timer_sync_init()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/brcm/board/common/
H A Dtimer_sync.c25 void ihost_enable_satellite_timer(unsigned int cluster_id) in ihost_enable_satellite_timer() argument
31 VERBOSE("Program iHost%u satellite timer\n", cluster_id); in ihost_enable_satellite_timer()
32 ihost_base = IHOST0_BASE + cluster_id * IHOST_ADDR_SPACE; in ihost_enable_satellite_timer()
35 ihost_enable = CENTRAL_TIMER_GET_IHOST_ENA_BASE + cluster_id * 4; in ihost_enable_satellite_timer()
59 unsigned int cluster_id; in brcm_timer_sync_init() local
69 cluster_id = MPIDR_AFFLVL1_VAL(read_mpidr()); in brcm_timer_sync_init()
70 ihost_enable_satellite_timer(cluster_id); in brcm_timer_sync_init()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/brcm/board/common/
H A Dtimer_sync.c25 void ihost_enable_satellite_timer(unsigned int cluster_id) in ihost_enable_satellite_timer() argument
31 VERBOSE("Program iHost%u satellite timer\n", cluster_id); in ihost_enable_satellite_timer()
32 ihost_base = IHOST0_BASE + cluster_id * IHOST_ADDR_SPACE; in ihost_enable_satellite_timer()
35 ihost_enable = CENTRAL_TIMER_GET_IHOST_ENA_BASE + cluster_id * 4; in ihost_enable_satellite_timer()
59 unsigned int cluster_id; in brcm_timer_sync_init() local
69 cluster_id = MPIDR_AFFLVL1_VAL(read_mpidr()); in brcm_timer_sync_init()
70 ihost_enable_satellite_timer(cluster_id); in brcm_timer_sync_init()

12345678910>>...61