Home
last modified time | relevance | path

Searched refs:compute_id (Results 1 – 25 of 46) sorted by relevance

12

/dports/databases/freetds-devel/freetds-dev.1.3.7/src/ctlib/unittests/
H A Dt0009.c26 CS_INT num_cols, compute_id; in main() local
197 ret = ct_compute_info(cmd, CS_COMP_ID, CS_UNUSED, &compute_id, CS_UNUSED, NULL); in main()
203 if (compute_id != 1 && compute_id != 2) { in main()
208 if (compute_id == 1) { in main()
215 fprintf(stderr, "compute_id %d num_cols %d != 1", compute_id, num_cols); in main()
235 if (compute_id == 2) { in main()
242 fprintf(stderr, "compute_id %d num_cols %d != 1", compute_id, num_cols); in main()
272 if (compute_id == 1) { in main()
279 if (compute_id == 2) { in main()
288 ++rows[compute_id]; in main()
/dports/databases/freetds/freetds-1.3.4/src/ctlib/unittests/
H A Dt0009.c26 CS_INT num_cols, compute_id; in main() local
197 ret = ct_compute_info(cmd, CS_COMP_ID, CS_UNUSED, &compute_id, CS_UNUSED, NULL); in main()
203 if (compute_id != 1 && compute_id != 2) { in main()
208 if (compute_id == 1) { in main()
215 fprintf(stderr, "compute_id %d num_cols %d != 1", compute_id, num_cols); in main()
235 if (compute_id == 2) { in main()
242 fprintf(stderr, "compute_id %d num_cols %d != 1", compute_id, num_cols); in main()
272 if (compute_id == 1) { in main()
279 if (compute_id == 2) { in main()
288 ++rows[compute_id]; in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/ctlib/unittests/
H A Dt0009.c28 CS_INT num_cols, compute_id; in main() local
199 ret = ct_compute_info(cmd, CS_COMP_ID, CS_UNUSED, &compute_id, CS_UNUSED, NULL); in main()
205 if (compute_id != 1 && compute_id != 2) { in main()
210 if (compute_id == 1) { in main()
217 fprintf(stderr, "compute_id %d num_cols %d != 1", compute_id, num_cols); in main()
237 if (compute_id == 2) { in main()
244 fprintf(stderr, "compute_id %d num_cols %d != 1", compute_id, num_cols); in main()
274 if (compute_id == 1) { in main()
281 if (compute_id == 2) { in main()
290 ++rows[compute_id]; in main()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/ctlib/unittests/
H A Dt0009.c30 CS_INT num_cols, compute_id; in main() local
200 ret = ct_compute_info(cmd, CS_COMP_ID, CS_UNUSED, &compute_id, CS_UNUSED, NULL); in main()
206 if (compute_id != 1 && compute_id != 2) { in main()
211 if (compute_id == 1) { in main()
218 fprintf(stderr, "compute_id %d num_cols %d != 1", compute_id, num_cols); in main()
238 if (compute_id == 2) { in main()
245 fprintf(stderr, "compute_id %d num_cols %d != 1", compute_id, num_cols); in main()
275 if (compute_id == 1) { in main()
282 if (compute_id == 2) { in main()
/dports/devel/py-oci/oci-2.53.1/src/oci/database_migration/models/
H A Dcreate_golden_gate_hub.py240 def compute_id(self): member in CreateGoldenGateHub
251 @compute_id.setter
252 def compute_id(self, compute_id): member in CreateGoldenGateHub
261 self._compute_id = compute_id
H A Dgolden_gate_hub.py240 def compute_id(self): member in GoldenGateHub
251 @compute_id.setter
252 def compute_id(self, compute_id): member in GoldenGateHub
261 self._compute_id = compute_id
H A Dupdate_golden_gate_hub.py240 def compute_id(self): member in UpdateGoldenGateHub
251 @compute_id.setter
252 def compute_id(self, compute_id): argument
261 self._compute_id = compute_id
/dports/net/py-softlayer/SoftLayer-5.9.7/SoftLayer/CLI/hardware/
H A Dready.py21 compute_id = helpers.resolve_id(compute.resolve_ids, identifier,
23 ready = compute.wait_for_ready(compute_id, wait)
27 raise exceptions.CLIAbort("Server %s not ready" % compute_id)
/dports/devel/dispy/dispy-4.10.6/py3.7/dispy/
H A Ddispynode.py172 self.compute_id = compute.id
1304 compute_id = deserialize(msg)
1305 client = self.clients[compute_id]
1479 compute_id = req['compute_id']
1580 compute_id = info['compute_id']
1600 if job_info.compute_id == compute_id]
1627 compute_id = info['compute_id']
1666 compute_id = info['compute_id']
1678 if job_info.compute_id == compute_id]
1689 compute_id = info['compute_id']
[all …]
H A Ddispyscheduler.py695 xf.compute_id = compute.id
857 cluster = self._clusters[_job.compute_id]
964 compute_id = info['compute_id']
992 compute_id = info['compute_id']
1354 if _job.compute_id == cid]
1630 cluster = self._clusters[_job.compute_id]
1688 cluster = self._clusters[_job.compute_id]
1716 cluster = self._clusters[_job.compute_id]
1746 cluster = self._clusters[_job.compute_id]
1867 compute_id = req['compute_id']
[all …]
H A D__init__.py532 self.compute_id = compute_id
688 self.compute_id = compute_id
1552 xf.compute_id = compute.id
1580 compute.id = self.compute_id
1581 self.compute_id += 1
1584 xf.compute_id = compute.id
1898 cluster = self._clusters[_job.compute_id]
2001 if _job.compute_id == cid:
2101 cluster = self._clusters[_job.compute_id]
3063 xf.compute_id = self._compute.id
[all …]
/dports/devel/dispy/dispy-4.10.6/py3/dispy/
H A Ddispynode.py172 self.compute_id = compute.id
1304 compute_id = deserialize(msg)
1305 client = self.clients[compute_id]
1479 compute_id = req['compute_id']
1580 compute_id = info['compute_id']
1600 if job_info.compute_id == compute_id]
1627 compute_id = info['compute_id']
1666 compute_id = info['compute_id']
1678 if job_info.compute_id == compute_id]
1689 compute_id = info['compute_id']
[all …]
H A Ddispyscheduler.py695 xf.compute_id = compute.id
857 cluster = self._clusters[_job.compute_id]
964 compute_id = info['compute_id']
992 compute_id = info['compute_id']
1354 if _job.compute_id == cid]
1630 cluster = self._clusters[_job.compute_id]
1688 cluster = self._clusters[_job.compute_id]
1716 cluster = self._clusters[_job.compute_id]
1746 cluster = self._clusters[_job.compute_id]
1867 compute_id = req['compute_id']
[all …]
H A D__init__.py532 self.compute_id = compute_id
688 self.compute_id = compute_id
1552 xf.compute_id = compute.id
1580 compute.id = self.compute_id
1581 self.compute_id += 1
1584 xf.compute_id = compute.id
1898 cluster = self._clusters[_job.compute_id]
2001 if _job.compute_id == cid:
2101 cluster = self._clusters[_job.compute_id]
3063 xf.compute_id = self._compute.id
[all …]
/dports/devel/dispy/dispy-4.10.6/py2/dispy/
H A Ddispynode.py168 self.compute_id = compute.id
1298 compute_id = deserialize(msg)
1299 client = self.clients[compute_id]
1473 compute_id = req['compute_id']
1574 compute_id = info['compute_id']
1594 if job_info.compute_id == compute_id]
1621 compute_id = info['compute_id']
1660 compute_id = info['compute_id']
1672 if job_info.compute_id == compute_id]
1683 compute_id = info['compute_id']
[all …]
H A Ddispyscheduler.py691 xf.compute_id = compute.id
853 cluster = self._clusters[_job.compute_id]
960 compute_id = info['compute_id']
988 compute_id = info['compute_id']
1350 if _job.compute_id == cid]
1626 cluster = self._clusters[_job.compute_id]
1684 cluster = self._clusters[_job.compute_id]
1712 cluster = self._clusters[_job.compute_id]
1742 cluster = self._clusters[_job.compute_id]
1863 compute_id = req['compute_id']
[all …]
H A D__init__.py528 self.compute_id = compute_id
682 self.compute_id = compute_id
1545 xf.compute_id = compute.id
1573 compute.id = self.compute_id
1574 self.compute_id += 1
1577 xf.compute_id = compute.id
1994 if _job.compute_id == cid:
2094 cluster = self._clusters[_job.compute_id]
3056 xf.compute_id = self._compute.id
3568 for compute_id, compute in computes.items():
[all …]
/dports/devel/dispy/dispy-4.10.6/py3/
H A Ddispy.py532 self.compute_id = compute_id
688 self.compute_id = compute_id
1552 xf.compute_id = compute.id
1580 compute.id = self.compute_id
1581 self.compute_id += 1
1584 xf.compute_id = compute.id
1898 cluster = self._clusters[_job.compute_id]
2001 if _job.compute_id == cid:
2101 cluster = self._clusters[_job.compute_id]
3063 xf.compute_id = self._compute.id
[all …]
/dports/devel/dispy/dispy-4.10.6/py3.7/
H A Ddispy.py532 self.compute_id = compute_id
688 self.compute_id = compute_id
1552 xf.compute_id = compute.id
1580 compute.id = self.compute_id
1581 self.compute_id += 1
1584 xf.compute_id = compute.id
1898 cluster = self._clusters[_job.compute_id]
2001 if _job.compute_id == cid:
2101 cluster = self._clusters[_job.compute_id]
3063 xf.compute_id = self._compute.id
[all …]
/dports/devel/dispy/dispy-4.10.6/py2/
H A Ddispy.py528 self.compute_id = compute_id
682 self.compute_id = compute_id
1545 xf.compute_id = compute.id
1573 compute.id = self.compute_id
1574 self.compute_id += 1
1577 xf.compute_id = compute.id
1994 if _job.compute_id == cid:
2094 cluster = self._clusters[_job.compute_id]
3056 xf.compute_id = self._compute.id
3568 for compute_id, compute in computes.items():
[all …]
/dports/net/py-libcloud/apache-libcloud-3.4.1/libcloud/compute/drivers/
H A Dopennebula.py446 compute_id = ET.SubElement(compute, 'ID')
447 compute_id.text = compute_node_id
553 compute_id = element.attrib['href'].partition('/compute/')[2]
555 ('/compute/%s' % (compute_id))).object
980 compute_id = ET.SubElement(compute, 'ID')
981 compute_id.text = compute_node_id
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/tds/
H A Dtoken.c1402 TDS_SMALLINT compute_id = 0; in tds_process_compute_result() local
1416 compute_id = tds_get_smallint(tds); in tds_process_compute_result()
1419 …S_DBG_INFO1, "tds_process_compute_result(): compute_id %d for %d columns\n", compute_id, num_cols); in tds_process_compute_result()
1422 if (tds->comp_info[i]->computeid == compute_id) { in tds_process_compute_result()
2774 TDS_USMALLINT compute_id = 0; in tds_process_compute_names() local
2790 compute_id = tds_get_usmallint(tds); in tds_process_compute_names()
2805 info->computeid = compute_id; in tds_process_compute_names()
2835 TDS_USMALLINT compute_id; in tds7_process_compute_result() local
2862 compute_id = tds_get_usmallint(tds); in tds7_process_compute_result()
2864 tdsdump_log(TDS_DBG_INFO1, "processing tds7 compute result. compute_id = %u\n", compute_id); in tds7_process_compute_result()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds95/freetds/tds/
H A Dtoken.c1416 TDS_SMALLINT compute_id = 0; in tds_process_compute_result() local
1430 compute_id = tds_get_smallint(tds); in tds_process_compute_result()
1433 …S_DBG_INFO1, "tds_process_compute_result(): compute_id %d for %d columns\n", compute_id, num_cols); in tds_process_compute_result()
1436 if (tds->comp_info[i]->computeid == compute_id) { in tds_process_compute_result()
2718 TDS_USMALLINT compute_id = 0; in tds_process_compute_names() local
2734 compute_id = tds_get_usmallint(tds); in tds_process_compute_names()
2749 info->computeid = compute_id; in tds_process_compute_names()
2779 TDS_USMALLINT compute_id; in tds7_process_compute_result() local
2801 compute_id = tds_get_usmallint(tds); in tds7_process_compute_result()
2803 tdsdump_log(TDS_DBG_INFO1, "processing tds7 compute result. compute_id = %u\n", compute_id); in tds7_process_compute_result()
[all …]
/dports/devel/py-openstacksdk/openstacksdk-0.60.0/openstack/load_balancer/v2/
H A Damphora.py43 compute_id = resource.Body('compute_id') variable in Amphora
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/tds/
H A Dtoken.c1419 TDS_SMALLINT compute_id = 0; in tds_process_compute_result() local
1433 compute_id = tds_get_smallint(tds); in tds_process_compute_result()
1436 …S_DBG_INFO1, "tds_process_compute_result(): compute_id %d for %d columns\n", compute_id, num_cols); in tds_process_compute_result()
1439 if (tds->comp_info[i]->computeid == compute_id) { in tds_process_compute_result()
2781 TDS_USMALLINT compute_id = 0; in tds_process_compute_names() local
2797 compute_id = tds_get_usmallint(tds); in tds_process_compute_names()
2812 info->computeid = compute_id; in tds_process_compute_names()
2842 TDS_USMALLINT compute_id; in tds7_process_compute_result() local
2868 compute_id = tds_get_usmallint(tds); in tds7_process_compute_result()
2870 tdsdump_log(TDS_DBG_INFO1, "processing tds7 compute result. compute_id = %u\n", compute_id); in tds7_process_compute_result()
[all …]

12