Home
last modified time | relevance | path

Searched refs:other_node (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/undo/
H A Dbookmark_undo_service_test.cc72 const BookmarkNode* parent = model->other_node(); in TEST_F()
77 EXPECT_EQ(0u, model->other_node()->children().size()); in TEST_F()
91 const BookmarkNode* parent = model->other_node(); in TEST_F()
100 EXPECT_EQ(1u, model->other_node()->children().size()); in TEST_F()
169 model->Move(n1, model->other_node(), 3); in TEST_F()
283 const BookmarkNode* parent = model->other_node(); in TEST_F()
325 const BookmarkNode* parent = model->other_node(); in TEST_F()
366 const BookmarkNode* parent = model->other_node(); in TEST_F()
410 const BookmarkNode* parent = model->other_node(); in TEST_F()
426 model->other_node()->children()[0].get(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/undo/
H A Dbookmark_undo_service_test.cc72 const BookmarkNode* parent = model->other_node(); in TEST_F()
77 EXPECT_EQ(0u, model->other_node()->children().size()); in TEST_F()
91 const BookmarkNode* parent = model->other_node(); in TEST_F()
100 EXPECT_EQ(1u, model->other_node()->children().size()); in TEST_F()
169 model->Move(n1, model->other_node(), 3); in TEST_F()
283 const BookmarkNode* parent = model->other_node(); in TEST_F()
325 const BookmarkNode* parent = model->other_node(); in TEST_F()
366 const BookmarkNode* parent = model->other_node(); in TEST_F()
410 const BookmarkNode* parent = model->other_node(); in TEST_F()
426 model->other_node()->children()[0].get(); in TEST_F()
[all …]
/dports/math/igraph/igraph-0.9.5/src/layout/
H A Dgraphopt.c44 long int other_node,
51 long int other_node, long int this_node,
61 long int other_node,
68 long int other_node,
92 long int other_node, in igraph_i_determine_electric_axal_forces() argument
144 long int other_node, long int this_node, in igraph_i_apply_electrical_force() argument
207 long int other_node, in igraph_i_apply_spring_force() argument
364 long int this_node, other_node, edge; in igraph_layout_graphopt() local
397 for (other_node = this_node + 1; in igraph_layout_graphopt()
398 other_node < no_of_nodes; in igraph_layout_graphopt()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp262 add_active_node(other_node); in grow()
427 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
444 if(get_tree(other_node) == tColorTraits::black() && has_parent(other_node)){ in adopt()
446 add_active_node(other_node); in adopt()
451 set_no_parent(other_node); in adopt()
452 m_child_orphans.push(other_node); in adopt()
469 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
485 if(get_tree(other_node) == tColorTraits::white() && has_parent(other_node)){ in adopt()
487 add_active_node(other_node); in adopt()
491 set_no_parent(other_node); in adopt()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp290 vertex_descriptor other_node in grow() local
294 set_tree(other_node, in grow()
300 put(m_dist_map, other_node, in grow()
304 put(m_time_map, other_node, in grow()
308 else if (get_tree(other_node) in grow()
356 set_tree(other_node, in grow()
370 else if (get_tree(other_node) in grow()
568 && other_node != m_source) in adopt()
574 if (has_parent(other_node) in adopt()
633 && other_node != m_sink) in adopt()
[all …]
/dports/graphics/krita/krita-4.4.8/libs/image/lazybrush/
H A Dpatched_boykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
436 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
453 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
455 add_active_node(other_node); in adopt()
457 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
460 set_no_parent(other_node); in adopt()
478 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
494 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
496 add_active_node(other_node); in adopt()
498 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp290 vertex_descriptor other_node in grow() local
294 set_tree(other_node, in grow()
300 put(m_dist_map, other_node, in grow()
304 put(m_time_map, other_node, in grow()
308 else if (get_tree(other_node) in grow()
356 set_tree(other_node, in grow()
370 else if (get_tree(other_node) in grow()
568 && other_node != m_source) in adopt()
574 if (has_parent(other_node) in adopt()
633 && other_node != m_sink) in adopt()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp290 vertex_descriptor other_node in grow() local
294 set_tree(other_node, in grow()
300 put(m_dist_map, other_node, in grow()
304 put(m_time_map, other_node, in grow()
308 else if (get_tree(other_node) in grow()
356 set_tree(other_node, in grow()
370 else if (get_tree(other_node) in grow()
568 && other_node != m_source) in adopt()
574 if (has_parent(other_node) in adopt()
633 && other_node != m_sink) in adopt()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp263 add_active_node(other_node); in grow()
428 if(get_tree(other_node) == tColorTraits::black() && has_source_connect(other_node)){ in adopt()
445 if(get_tree(other_node) == tColorTraits::black() && other_node != m_source){ in adopt()
447 add_active_node(other_node); in adopt()
449 … if(has_parent(other_node) && source(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
452 set_no_parent(other_node); in adopt()
470 if(get_tree(other_node) == tColorTraits::white() && has_sink_connect(other_node)) in adopt()
486 if(get_tree(other_node) == tColorTraits::white() && other_node != m_sink){ in adopt()
488 add_active_node(other_node); in adopt()
490 … if(has_parent(other_node) && target(get_edge_to_parent(other_node), m_g) == current_node){ in adopt()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/graph/
H A Dboykov_kolmogorov_max_flow.hpp290 vertex_descriptor other_node in grow() local
294 set_tree(other_node, in grow()
300 put(m_dist_map, other_node, in grow()
304 put(m_time_map, other_node, in grow()
308 else if (get_tree(other_node) in grow()
356 set_tree(other_node, in grow()
370 else if (get_tree(other_node) in grow()
568 && other_node != m_source) in adopt()
574 if (has_parent(other_node) in adopt()
633 && other_node != m_sink) in adopt()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_2/
H A DAABB_node_with_join.h90 void traversal(const AABB_node_with_join &other_node,
211 AABB_node_with_join<Tr>::traversal(const AABB_node_with_join &other_node, in traversal() argument
222 traits.intersection(left_data(), other_node.left_data(), first_stationary); in traversal()
224 traits.intersection(right_data(), other_node.right_data(), first_stationary); in traversal()
226 traits.intersection(right_data(), other_node.left_data(), first_stationary); in traversal()
228 traits.intersection(left_data(), other_node.right_data(), first_stationary); in traversal()
233 traits.intersection(left_data(), other_node.left_data(), first_stationary); in traversal()
239 traits.intersection(left_data(), other_node.right_data(), first_stationary); in traversal()
253 if(traits.do_intersect(right_child(), other_node, first_stationary)) in traversal()
260 if( traits.do_intersect(left_child(), other_node, first_stationary) ) in traversal()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dshortest-paths.h59 path_t get_shortest_path (const node_t *other_node) const;
60 int get_shortest_distance (const node_t *other_node) const;
184 get_shortest_path (const node_t *other_node) const in get_shortest_path() argument
188 while (m_best_edge[other_node->m_index]) in get_shortest_path()
190 result.m_edges.safe_push (m_best_edge[other_node->m_index]); in get_shortest_path()
192 other_node = m_best_edge[other_node->m_index]->m_src; in get_shortest_path()
194 other_node = m_best_edge[other_node->m_index]->m_dest; in get_shortest_path()
210 get_shortest_distance (const node_t *other_node) const in get_shortest_distance() argument
212 return m_dist[other_node->m_index]; in get_shortest_distance()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dshortest-paths.h59 path_t get_shortest_path (const node_t *other_node) const;
60 int get_shortest_distance (const node_t *other_node) const;
184 get_shortest_path (const node_t *other_node) const in get_shortest_path() argument
188 while (m_best_edge[other_node->m_index]) in get_shortest_path()
190 result.m_edges.safe_push (m_best_edge[other_node->m_index]); in get_shortest_path()
192 other_node = m_best_edge[other_node->m_index]->m_src; in get_shortest_path()
194 other_node = m_best_edge[other_node->m_index]->m_dest; in get_shortest_path()
210 get_shortest_distance (const node_t *other_node) const in get_shortest_distance() argument
212 return m_dist[other_node->m_index]; in get_shortest_distance()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dshortest-paths.h59 path_t get_shortest_path (const node_t *other_node) const;
60 int get_shortest_distance (const node_t *other_node) const;
184 get_shortest_path (const node_t *other_node) const in get_shortest_path() argument
188 while (m_best_edge[other_node->m_index]) in get_shortest_path()
190 result.m_edges.safe_push (m_best_edge[other_node->m_index]); in get_shortest_path()
192 other_node = m_best_edge[other_node->m_index]->m_src; in get_shortest_path()
194 other_node = m_best_edge[other_node->m_index]->m_dest; in get_shortest_path()
210 get_shortest_distance (const node_t *other_node) const in get_shortest_distance() argument
212 return m_dist[other_node->m_index]; in get_shortest_distance()

12345678910>>...24