Home
last modified time | relevance | path

Searched refs:root_id (Results 1 – 25 of 944) sorted by relevance

12345678910>>...38

/dports/science/cgnslib/CGNS-4.1.2/src/tests/
H A Dcgioc.c67 cgio_get_root_id(cgio_num,&root_id); in main()
68 root_id_file2 = root_id; in main()
69 cgio_create_node(cgio_num,root_id,"f1",&tmp_id); in main()
70 cgio_create_node(cgio_num,root_id,"f2",&tmp_id); in main()
71 cgio_create_node(cgio_num,root_id,"f3",&parent_id); in main()
85 cgio_get_root_id(cgio_num,&root_id); in main()
86 cgio_create_node(cgio_num,root_id,"n1",&tmp_id); in main()
87 cgio_create_node(cgio_num,root_id,"n2",&tmp_id); in main()
88 cgio_create_node(cgio_num,root_id,"n3",&tmp_id); in main()
201 print_child_list(cgio_num,root_id); in main()
[all …]
H A Dcgioc_hdf.c61 double root_id, tmp_id; in main() local
128 if( cgio_get_root_id(cgio_num,&root_id)) in main()
131 if( cgio_create_node(cgio_num,root_id,"C1",&tmp_id)) in main()
140 if( cgio_create_node(cgio_num,root_id,"MT",&tmp_id)) in main()
145 if( cgio_create_node(cgio_num,root_id,"I4",&tmp_id)) in main()
154 if( cgio_create_node(cgio_num,root_id,"I8",&tmp_id)) in main()
163 if( cgio_create_node(cgio_num,root_id,"U4",&tmp_id)) in main()
172 if( cgio_create_node(cgio_num,root_id,"U8",&tmp_id)) in main()
181 if( cgio_create_node(cgio_num,root_id,"R4",&tmp_id)) in main()
190 if( cgio_create_node(cgio_num,root_id,"R8",&tmp_id)) in main()
[all …]
/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_timer_stats.c464 int root_id = -1; in cs_timer_stats_create() local
474 root_id = _n_roots; in cs_timer_stats_create()
530 if (root_id < 0) in cs_timer_stats_create()
531 s->root_id = (_stats + parent_id)->root_id; in cs_timer_stats_create()
533 s->root_id = root_id; in cs_timer_stats_create()
632 const int root_id = s->root_id; in cs_timer_stats_start() local
655 _active_id[root_id] = id; in cs_timer_stats_start()
679 const int root_id = s->root_id; in cs_timer_stats_stop() local
717 const int root_id = s->root_id; in cs_timer_stats_switch() local
719 retval = _active_id[root_id]; in cs_timer_stats_switch()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/
H A DRbTree.cs478 return root_id; in LeftRotate()
729 root_id = LeftRotate (root_id, x_id, mainTreeNodeID); in RBInsert()
752 root_id = RightRotate (root_id, x_id, mainTreeNodeID); in RBInsert()
1072 root_id = LeftRotate (root_id, px_id, mainTreeNodeID); in RBDeleteFixup()
1088 root_id = RightRotate (root_id, w_id, mainTreeNodeID); in RBDeleteFixup()
1095 root_id = LeftRotate (root_id, px_id, mainTreeNodeID); in RBDeleteFixup()
1097 x_id = (root_id == NIL) ? root : root_id; in RBDeleteFixup()
1135 root_id = LeftRotate (root_id, w_id, mainTreeNodeID); in RBDeleteFixup()
1146 x_id = (root_id == NIL) ? root : root_id; in RBDeleteFixup()
1156 x_id = (root_id == NIL) ? root : root_id; in RBDeleteFixup()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DRbTree.cs489 return root_id; in LeftRotate()
760 root_id = LeftRotate(root_id, x_id, mainTreeNodeID); in RBInsert()
783 root_id = RightRotate(root_id, x_id, mainTreeNodeID); in RBInsert()
1121 root_id = LeftRotate(root_id, px_id, mainTreeNodeID); in RBDeleteFixup()
1137 root_id = RightRotate(root_id, w_id, mainTreeNodeID); in RBDeleteFixup()
1144 root_id = LeftRotate(root_id, px_id, mainTreeNodeID); in RBDeleteFixup()
1146 x_id = (root_id == NIL) ? root : root_id; in RBDeleteFixup()
1189 root_id = LeftRotate(root_id, w_id, mainTreeNodeID); in RBDeleteFixup()
1200 x_id = (root_id == NIL) ? root : root_id; in RBDeleteFixup()
1210 x_id = (root_id == NIL) ? root : root_id; in RBDeleteFixup()
[all …]
/dports/biology/avida/avida-2.12.4-src/avida-core/source/tools/
H A DcWeightedIndex.cc101 int cWeightedIndex::FindPosition(double position, int root_id) in FindPosition() argument
106 assert(position < subtree_weight[root_id]); in FindPosition()
109 if (position < item_weight[root_id]) { in FindPosition()
110 return root_id; in FindPosition()
114 position -= item_weight[root_id]; in FindPosition()
115 const int left_id = GetLeftChild(root_id); in FindPosition()
123 const int right_id = GetRightChild(root_id); in FindPosition()
/dports/devel/brz/breezy-3.2.0/breezy/tests/per_workingtree/
H A Dtest_inv.py56 root_id = wt.path2id('')
77 root_id = wt.path2id('')
83 inventory.InventoryDirectory(b'foo-id', 'baz', root_id))])
91 root_id = wt.path2id('')
97 inventory.InventoryDirectory(b'foo-id', 'quux', root_id))])
121 root_id = wt.path2id('')
127 inventory.InventoryDirectory(b'foo-id', 'baz', root_id)),
129 inventory.InventoryDirectory(b'baz-id', 'foo', root_id))])
140 root_id = wt.path2id('')
158 root_id = wt.path2id('')
[all …]
H A Dtest_parents.py539 new_shape = Inventory(root_id=None)
558 new_shape = Inventory(root_id=None)
572 new_shape = Inventory(root_id=None)
622 new_shape = Inventory(root_id=None)
640 new_shape = Inventory(root_id=None)
657 new_shape = Inventory(root_id=None)
674 new_shape = Inventory(root_id=None)
693 new_shape = Inventory(root_id=None)
710 new_shape = Inventory(root_id=None)
733 new_shape = Inventory(root_id=None)
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/timpi/src/parallel/include/timpi/
H A Dparallel_implementation.h1537 timpi_assert (!root_id); in broadcast()
1568 timpi_assert (!root_id); in broadcast()
1589 if (this->rank() == root_id) in broadcast()
1598 if (this->rank() == root_id) in broadcast()
1612 timpi_assert (!root_id); in broadcast()
1636 if (root_id == this->rank()) in broadcast()
1656 if (root_id != this->rank()) in broadcast()
1679 timpi_assert (!root_id); in broadcast()
3578 (pair_first, root_id, in map_broadcast()
3581 (pair_second, root_id, in map_broadcast()
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/tests/
H A Dtest_merge.py1433 ((root_id, [root_id, root_id]), root_id, root_id),
1854 ((root_id, [root_id, root_id]), root_id, root_id),
1893 ((root_id, [root_id, root_id]), root_id, root_id),
1956 ((root_id, [root_id, root_id]), root_id, root_id),
1983 ((root_id, [root_id, root_id]), root_id, root_id),
2030 ((root_id, [root_id, root_id]), root_id, root_id),
2059 ((root_id, [root_id, root_id]), root_id, root_id),
2090 ((root_id, [root_id, root_id]), root_id, root_id),
2119 ((root_id, [root_id, root_id]), root_id, root_id),
2145 ((root_id, [root_id, root_id]), root_id, root_id),
[all …]
H A Dtest_multiwalker.py59 root_id = tree.path2id('')
60 self.assertStepOne(True, '', root_id, iterator)
111 root_id = tree.path2id('')
112 return basis_tree, root_id
121 basis_tree, root_id = self.lock_and_get_basis_and_root_id(tree)
125 self.assertWalkerNext(u'', root_id, True, [u''], iterator)
143 self.assertWalkerNext(u'', root_id, True, [u''], iterator)
162 self.assertWalkerNext(u'', root_id, True, [u''], iterator)
179 self.assertWalkerNext(u'', root_id, True, [u''], iterator)
195 self.assertWalkerNext(u'', root_id, True, [u''], iterator)
[all …]
/dports/science/wannier90/wannier90-3.1.0/src/
H A Dcomms.F9041 integer, public, parameter :: root_id = 0
155 if (my_node_id == root_id) on_root = .true.
247 call MPI_bcast(array, size, MPI_integer, root_id, mpi_comm_world, error)
289 call MPI_bcast(array, size, MPI_logical, root_id, mpi_comm_world, error)
310 call MPI_bcast(array, size, MPI_character, root_id, mpi_comm_world, error)
973 displs, MPI_double_complex, root_id, mpi_comm_world, error)
1001 displs, MPI_double_complex, root_id, mpi_comm_world, error)
1033 displs, MPI_double_complex, root_id, mpi_comm_world, error)
1061 displs, MPI_double_complex, root_id, mpi_comm_world, error)
1089 displs, MPI_double_complex, root_id, mpi_comm_world, error)
[all …]
/dports/devel/py-moto/moto-2.2.16/tests/test_organizations/
H A Dtest_organizations_boto3.py97 root_id = client.list_roots()["Roots"][0]["Id"]
108 root_id = client.list_roots()["Roots"][0]["Id"]
136 root_id = client.list_roots()["Roots"][0]["Id"]
236 root_id = client.list_roots()["Roots"][0]["Id"]
248 root_id = client.list_roots()["Roots"][0]["Id"]
265 root_id = client.list_roots()["Roots"][0]["Id"]
284 root_id = client.list_roots()["Roots"][0]["Id"]
310 root_id = client.list_roots()["Roots"][0]["Id"]
738 root_id = "r-dj873"
1766 root["Id"].should.equal(root_id)
[all …]
/dports/devel/py-moto/moto-2.2.16/tests/test_apigateway/
H A Dtest_apigateway.py396 resourceId=root_id,
510 resourceId=root_id,
562 resourceId=root_id,
575 resourceId=root_id,
615 resourceId=root_id,
624 resourceId=root_id,
690 resourceId=root_id,
699 resourceId=root_id,
1351 resourceId=root_id,
1360 resourceId=root_id,
[all …]
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/examples/interengine/
H A Dbintree_script.py29 root_id = ids[0] variable
30 root = rc[root_id]
45 view['root_id'] = root_id
57 def connect(com, peers, tree, pub_url, root_id): argument
59 com.connect(peers, tree, pub_url, root_id)
61 view.apply_sync(connect, ipp.Reference('com'), peers, btree, pub_url, root_id)
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/common/
H A Dfs-mgr.h257 const char *root_id,
264 const char *root_id,
282 const char *root_id,
297 const char *root_id,
324 const char *root_id);
347 const char *root_id);
353 const char *root_id,
360 const char *root_id,
368 const char *root_id,
377 const char *root_id,
[all …]
/dports/games/flightgear/flightgear-2020.3.11/utils/xmlgrep/
H A Dgeneric-protocol-analyse.c24 void *root_id, *protocol_id = 0; in main() local
34 root_id = xmlOpen(filename); in main()
35 if (root_id) protocol_id = xmlNodeGet(root_id, ROOTNODE); in main()
66 if (root_id) in main()
68 xmlClose(root_id); in main()
/dports/net-mgmt/seafile-client/seafile-7.0.9/common/
H A Dfs-mgr.h253 const char *root_id,
260 const char *root_id,
278 const char *root_id,
293 const char *root_id,
320 const char *root_id);
343 const char *root_id);
349 const char *root_id,
356 const char *root_id,
364 const char *root_id,
373 const char *root_id,
[all …]
/dports/net-mgmt/seafile-server/seafile-server-8.0.7-server/server/
H A Drepo-op.c698 if (!root_id) { in seaf_repo_manager_post_file()
1146 if (!root_id) { in post_files_and_gen_commit()
1459 root_id = do_post_file_replace (repo, head_commit->root_id, in seaf_repo_manager_commit_file_blocks()
1461 if (!root_id) { in seaf_repo_manager_commit_file_blocks()
1683 if (!root_id) { in seaf_repo_manager_del_file()
1742 if (!root_id) { in get_dirent_by_path()
1752 root_id = head_commit->root_id; in get_dirent_by_path()
1805 root_id = head_commit->root_id; in put_dirent_and_commit()
1819 if (!root_id) { in put_dirent_and_commit()
1849 if (root_id) in put_dirent_and_commit()
[all …]
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/mhdf/src/
H A Dnodes.c31 hid_t root_id, node_id; in mhdf_haveNodes() local
39 root_id = H5Gopen2( file_ptr->hdf_handle, ROOT_GROUP, H5P_DEFAULT ); in mhdf_haveNodes()
41 root_id = H5Gopen( file_ptr->hdf_handle, ROOT_GROUP ); in mhdf_haveNodes()
43 if (root_id < 0) in mhdf_haveNodes()
49 result = mhdf_is_in_group( root_id, NODE_GROUP_NAME, status ); in mhdf_haveNodes()
52 H5Gclose(root_id); in mhdf_haveNodes()
57 node_id = H5Gopen2( root_id, NODE_GROUP_NAME, H5P_DEFAULT ); in mhdf_haveNodes()
59 node_id = H5Gopen( root_id, NODE_GROUP_NAME ); in mhdf_haveNodes()
61 H5Gclose( root_id ); in mhdf_haveNodes()
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dxml5.py39 root_id = inventory.ROOT_ID variable in Serializer_v5
45 root_id = elt.get('file_id') or inventory.ROOT_ID
46 root_id = get_utf8_or_ascii(root_id)
56 inv = inventory.Inventory(root_id, revision_id=revision_id)
69 ie.parent_id = parent_id = root_id
/dports/devel/py-celery/celery-4.4.7/celery/
H A Dcanvas.py296 if root_id:
749 task_id=prev_res.task_id, root_id=root_id, app=app,
758 root_id=root_id, app=app,
769 root_id=root_id, group_id=group_id, chord=chord_body,
773 res = task.freeze(root_id=root_id)
1162 yield task, task.freeze(group_id=group_id, root_id=root_id)
1211 root_id = opts.setdefault('root_id', root_id)
1239 chord=chord, root_id=root_id,
1327 parent_id=parent_id, root_id=root_id, chord=self.body)
1329 _id, root_id=root_id, chord=chord, group_id=group_id,
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/WorkspaceFolder/classes/
H A Dclass.ilWorkspaceFolderExplorer.php54 public $root_id; variable in ilWorkspaceFolderExplorer
78 $this->root_id = $this->tree->readRootId();
127 if ($object["child"] != $this->root_id) {
146 … if ($object["child"] != $this->root_id and (!in_array($object["parent"], $this->expanded)
152 if ($object["child"] != $this->root_id) {
190 $tpl->setVariable("LINK_TARGET", $this->buildLinkTarget($this->root_id, "wsrt"));
194 $style_class = $this->getNodeStyleClass($this->root_id, "wsrt");
211 $a_node_id = $this->root_id;
/dports/www/ilias6/ILIAS-6.14/Modules/WorkspaceFolder/classes/
H A Dclass.ilWorkspaceFolderExplorer.php29 public $root_id; variable in ilWorkspaceFolderExplorer
53 $this->root_id = $this->tree->readRootId();
102 if ($object["child"] != $this->root_id) {
121 … if ($object["child"] != $this->root_id and (!in_array($object["parent"], $this->expanded)
127 if ($object["child"] != $this->root_id) {
165 $tpl->setVariable("LINK_TARGET", $this->buildLinkTarget($this->root_id, "wsrt"));
169 $style_class = $this->getNodeStyleClass($this->root_id, "wsrt");
186 $a_node_id = $this->root_id;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/accessibility/
H A Dax_tree_serializer_unittest.cc77 treedata0_.root_id = 1; in TEST_F()
86 treedata1_.root_id = 1; in TEST_F()
112 treedata0_.root_id = 1; in TEST_F()
123 treedata1_.root_id = 5; in TEST_F()
152 treedata0_.root_id = 1; in TEST_F()
167 treedata1_.root_id = 1; in TEST_F()
202 treedata0_.root_id = 1; in TEST_F()
217 treedata1_.root_id = 1; in TEST_F()
292 treedata.root_id = 1; in TEST()
315 treedata0_.root_id = 1; in TEST_F()
[all …]

12345678910>>...38