Home
last modified time | relevance | path

Searched refs:unexpanded_nodes (Results 1 – 2 of 2) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/base/
H A Ddof_map_constraints.C3590 Node_RCSet unexpanded_nodes; in allgather_recursive_constraints() local
3593 unexpanded_nodes.insert(i.first); in allgather_recursive_constraints()
3597 bool unexpanded_set_nonempty = !unexpanded_nodes.empty(); in allgather_recursive_constraints()
3620 for (const auto & i : unexpanded_nodes) in allgather_recursive_constraints()
3638 unexpanded_nodes.clear(); in allgather_recursive_constraints()
3758 & unexpanded_nodes] in allgather_recursive_constraints()
3799 unexpanded_nodes.insert(constrained_node); in allgather_recursive_constraints()
3842 unexpanded_set_nonempty = !unexpanded_nodes.empty(); in allgather_recursive_constraints()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/ui/swt/shells/opentorrent/
H A DOpenTorrentOptionsWindow.java2254 final Set<TreeNode> unexpanded_nodes = getUnExpandedNodes(ex_items); in showTreeView()
2264 treePendingExpansions.addAll( unexpanded_nodes ); in showTreeView()
2270 expand_item.setEnabled( unexpanded_nodes.size() > 0 ); in showTreeView()