Home
last modified time | relevance | path

Searched refs:has_topology (Results 1 – 14 of 14) sorted by relevance

/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/
H A Dascent_vtkh_collection.hpp45 bool has_topology(const std::string name) const;
H A Dascent_vtkh_collection.cpp87 bool VTKHCollection::has_topology(const std::string name) const in has_topology() function in ascent::VTKHCollection
316 if(!has_topology(topology_name)) in copy_without_topology()
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/domain/
H A Dcpu.py246 def has_topology(self): member in DomainCpu
258 if not self.has_topology():
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/flow_filters/
H A Dascent_runtime_vtkh_utils.cpp111 if(!collection->has_topology(topo_name)) in resolve_topology()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_blueprint_architect.hpp103 bool has_topology(const conduit::Node &dataset, const std::string &topo_name);
H A Dascent_expression_jit_filters.cpp468 if(!has_topology(*dataset, topology)) in execute()
H A Dascent_jit_fusion.cpp472 if(!has_topology(dataset, new_topology)) in derived_field()
H A Dascent_expression_filters.cpp4267 if(!has_topology(*dataset, topo)) in execute()
4358 if(!has_topology(*dataset, topo)) in execute()
H A Dascent_blueprint_architect.cpp2548 has_topology(const conduit::Node &dataset, const std::string &topo_name) in has_topology() function
/dports/sysutils/linrename/util-linux-2.25.2/libfdisk/src/
H A Dalignment.c373 static int has_topology(struct fdisk_context *cxt) in has_topology() function
415 if (has_topology(cxt)) { in fdisk_topology_get_first_lba()
/dports/devel/util-linux/util-linux-2.36/libfdisk/src/
H A Dalignment.c574 static int has_topology(struct fdisk_context *cxt) in has_topology() function
616 if (has_topology(cxt)) { in topology_get_first_lba()
/dports/databases/grass7/grass-7.8.6/lib/python/pygrass/vector/
H A Dgeometry.py357 def has_topology(self): member in Geo
1186 if self.has_topology():
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtinst/
H A Dguest.py698 if not self.cpu.has_topology():
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/details/
H A Ddetails.py1910 show_top = cpu.has_topology()