Home
last modified time | relevance | path

Searched refs:node_handle (Results 101 – 125 of 443) sorted by relevance

12345678910>>...18

/dports/devel/py-os-win/os-win-5.5.0/os_win/utils/compute/
H A D_clusapi_utils.py159 def close_cluster_node(self, node_handle): argument
160 clusapi.CloseClusterNode(node_handle)
392 node_handle=None, argument
400 node_handle,
/dports/net/megatools/megatools-1.10.3/lib/
H A Dmega.h79 gchar *node_handle; member
118 gchar *node_handle; member
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DReadCCMIO.cpp1073 EntityHandle node_handle = 0; local
1075 readMeshIface->get_node_coords(3, GETINT32(nverts), MB_START_ID, node_handle, arrays);
1109 Range new_verts(node_handle, node_handle + nverts - 1);
1116 vert_map.push_back(NULL, &gids[i], &node_handle, NULL);
1119 (vert_map[gids[i]]).push_back(node_handle);
1121 node_handle += 1;
H A DWriteAns.cpp161 EntityHandle node_handle = *it; in write_file() local
163 result = mbImpl->get_coords(&node_handle,1, coord); in write_file()
167 node_file << mbImpl->id_from_handle(node_handle); in write_file()
H A DReadNCDF.cpp469 EntityHandle node_handle = 0; in read_nodes() local
472 MB_START_ID, node_handle, arrays); in read_nodes()
474 vertexOffset = ID_FROM_HANDLE(node_handle) - MB_START_ID; in read_nodes()
516 nodes.insert(node_handle, node_handle + numberNodes_loading - 1); in read_nodes()
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming/Server/
H A DVDPMServerSession.hh173 void force_vsplit(VHierarchyNodeHandle node_handle);
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/
H A DVDPMServerSession.hh175 void force_vsplit(VHierarchyNodeHandle node_handle);
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/VDPM/
H A DVHierarchy.hh172 VHierarchyNodeHandle node_handle(VHierarchyNodeIndex _node_index);
H A DVHierarchyWindow.hh179 VHierarchyNodeHandle node_handle() in node_handle() function in OpenMesh::VDPM::VHierarchyWindow
/dports/science/smoldyn/smoldyn-2.67/source/NextSubVolume/boost_include/boost/heap/detail/
H A Dstable_heap.hpp389 struct node_handle struct
391 explicit node_handle(node_pointer n = 0): in node_handle() argument
/dports/security/opencryptoki/opencryptoki-3.11.0/usr/lib/api/
H A Dapiutil.c121 unsigned long node_handle, void *arg) in CloseMe() argument
140 bt_node_free(&(Anchor->sess_btree), node_handle, free); in CloseMe()
/dports/devel/zls/zls-0.9.0/src/
H A Danalysis.zig297 const handle = node_handle.handle;
303 if (node_tags[node_handle.node] == .identifier) {
304 const token = main_tokens[node_handle.node];
314 if (node_tags[node_handle.node] == .field_access) {
315 const lhs = datas[node_handle.node].lhs;
635 if (std.meta.eql(i, node_handle))
638 try resolve_trail.append(node_handle);
641 const node = node_handle.node;
642 const handle = node_handle.handle;
869 => return TypeWithHandle.typeVal(node_handle),
[all …]
H A Dreferences.zig58 fn symbolReferencesInternal(arena: *std.heap.ArenaAllocator, store: *DocumentStore, node_handle: an…
59 const node = node_handle.node;
60 const handle = node_handle.handle;
/dports/devel/py-os-win/os-win-5.5.0/os_win/tests/unit/utils/compute/
H A Dtest_clusapi_utils.py559 def fake_cluster_group_ctrl(func, group_handle, node_handle, argument
566 self.assertEqual(mock.sentinel.node_handle, node_handle)
596 mock.sentinel.node_handle, mock.sentinel.in_buff_p,
/dports/devel/abseil/abseil-cpp-20211102.0/absl/container/
H A Dbtree_test.cc2067 auto node_handle = map.extract(key); in TEST() local
2068 EXPECT_EQ(node_handle.key(), key); in TEST()
2069 EXPECT_EQ(node_handle.mapped(), 0) << i; in TEST()
2074 auto node_handle = map.extract(key); in TEST() local
2075 EXPECT_EQ(node_handle.key(), key); in TEST()
2076 EXPECT_EQ(node_handle.mapped(), 1) << i; in TEST()
2791 auto node_handle = set.extract(i); in TYPED_TEST() local
2792 EXPECT_EQ(node_handle.value().i1, i); in TYPED_TEST()
2793 EXPECT_EQ(node_handle.value().i2, 0) << i; in TYPED_TEST()
2797 auto node_handle = set.extract(i); in TYPED_TEST() local
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/abseil-cpp/absl/container/
H A Dbtree_test.cc2067 auto node_handle = map.extract(key); in TEST() local
2068 EXPECT_EQ(node_handle.key(), key); in TEST()
2069 EXPECT_EQ(node_handle.mapped(), 0) << i; in TEST()
2074 auto node_handle = map.extract(key); in TEST() local
2075 EXPECT_EQ(node_handle.key(), key); in TEST()
2076 EXPECT_EQ(node_handle.mapped(), 1) << i; in TEST()
2791 auto node_handle = set.extract(i); in TYPED_TEST() local
2792 EXPECT_EQ(node_handle.value().i1, i); in TYPED_TEST()
2793 EXPECT_EQ(node_handle.value().i2, 0) << i; in TYPED_TEST()
2797 auto node_handle = set.extract(i); in TYPED_TEST() local
[all …]
/dports/cad/iverilog/verilog-11.0/
H A Dveriuser.h215 PLI_INT32*node_handle; member
/dports/devel/boost-docs/boost_1_72_0/libs/container/test/
H A Dnode_handle_test.cpp170 typedef node_handle<node_alloc_t, void> node_handle_set_t;
171 typedef node_handle<node_alloc_t, key_mapped_t> node_handle_map_t;
/dports/devel/boost-python-libs/boost_1_72_0/libs/container/test/
H A Dnode_handle_test.cpp170 typedef node_handle<node_alloc_t, void> node_handle_set_t;
171 typedef node_handle<node_alloc_t, key_mapped_t> node_handle_map_t;
/dports/devel/boost-libs/boost_1_72_0/libs/container/test/
H A Dnode_handle_test.cpp170 typedef node_handle<node_alloc_t, void> node_handle_set_t;
171 typedef node_handle<node_alloc_t, key_mapped_t> node_handle_map_t;
/dports/devel/hyperscan/boost_1_75_0/libs/container/test/
H A Dnode_handle_test.cpp170 typedef node_handle<node_alloc_t, void> node_handle_set_t;
171 typedef node_handle<node_alloc_t, key_mapped_t> node_handle_map_t;
/dports/devel/hyperscan/boost_1_75_0/boost/multi_index/detail/
H A Dindex_base.hpp68 typedef node_handle<
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multi_index/detail/
H A Dindex_base.hpp68 typedef node_handle<
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/multi_index/detail/
H A Dindex_base.hpp68 typedef node_handle<
/dports/devel/R-cran-BH/BH/inst/include/boost/multi_index/detail/
H A Dindex_base.hpp69 typedef node_handle<

12345678910>>...18