Searched refs:AddEdge (Results 1 - 22 of 22) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dgraph_algorithms_test.cc51 graph.AddEdge(0, 1);
52 graph.AddEdge(1, 2);
53 graph.AddEdge(2, 3);
54 graph.AddEdge(3, 4);
81 graph.AddEdge(0, 1);
82 graph.AddEdge(0, 2);
83 graph.AddEdge(0, 3);
84 graph.AddEdge(0, 4);
108 graph.AddEdge(0, 1, 0.5);
109 graph.AddEdge(
[all...]
H A Dgraph_test.cc49 graph.AddEdge(0, 1, 0.5);
65 graph.AddEdge(0, 1, 0.5);
90 graph.AddEdge(0, 1, 0.5);
100 graph.AddEdge(0, 1, 0.5);
H A Dgraph.h92 // AddEdge on a pair of vertices which do not exist in the graph yet
97 void AddEdge(const Vertex& vertex1, const Vertex& vertex2, double weight) { function in class:ceres::internal::Graph
113 void AddEdge(const Vertex& vertex1, const Vertex& vertex2) { function in class:ceres::internal::Graph
114 AddEdge(vertex1, vertex2, 1.0);
H A Dcanonical_views_clustering_test.cc59 graph_.AddEdge(i, i, 1.0);
67 graph_.AddEdge(kVertexIds[i], kVertexIds[i + 1], kEdgeWeights[i]);
H A Dvisibility.cc130 graph->AddEdge(i, i, kSelfEdgeWeight);
146 graph->AddEdge(camera1, camera2, weight);
H A Dschur_ordering.cc92 graph->AddEdge(parameter_blocks[j], parameter_blocks[k]);
H A Dparameter_block_ordering.cc139 graph->AddEdge(parameter_blocks[j], parameter_blocks[k]);
H A Dgraph_algorithms.h342 forest->AddEdge(vertex1, vertex2, edge_weight);
343 forest->AddEdge(vertex2, vertex1, edge_weight);
H A Dvisibility_based_preconditioner.cc538 cluster_graph->AddEdge(i, j, intersection.size());
/external/chromium_org/components/browser_context_keyed_service/
H A Ddependency_graph_unittest.cc52 graph.AddEdge(&parent, &child);
74 graph.AddEdge(&parent, &child1);
75 graph.AddEdge(&parent, &child2);
100 graph.AddEdge(&parent1, &child_of_1);
103 graph.AddEdge(&parent1, &child_of_12);
104 graph.AddEdge(&parent2, &child_of_12);
107 graph.AddEdge(&parent2, &child_of_2);
135 graph.AddEdge(&parent, &middle1);
138 graph.AddEdge(&parent, &middle2);
141 graph.AddEdge(
[all...]
H A Ddependency_graph.h30 void AddEdge(DependencyNode* depended, DependencyNode* dependee);
H A Dbrowser_context_dependency_manager.h37 void AddEdge(BrowserContextKeyedBaseFactory* depended,
H A Dbrowser_context_keyed_base_factory.cc29 dependency_manager_->AddEdge(rhs, this);
H A Dbrowser_context_dependency_manager.cc36 void BrowserContextDependencyManager::AddEdge( function in class:BrowserContextDependencyManager
39 dependency_graph_.AddEdge(depended, dependee);
H A Ddependency_graph.cc41 void DependencyGraph::AddEdge(DependencyNode* depended, function in class:DependencyGraph
/external/chromium/chrome/browser/profiles/
H A Dprofile_dependency_manager.h27 void AddEdge(ProfileKeyedServiceFactory* depended,
H A Dprofile_keyed_service_factory.cc59 dependency_manager_->AddEdge(rhs, this);
H A Dprofile_dependency_manager.cc43 void ProfileDependencyManager::AddEdge(ProfileKeyedServiceFactory* depended, function in class:ProfileDependencyManager
/external/llvm/unittests/ADT/
H A DSCCIteratorTest.cpp113 /// AddEdge - Add an edge from the node with index FromIdx to the node with
115 void AddEdge(unsigned FromIdx, unsigned ToIdx) {
266 G.AddEdge(i, j);
270 G.AddEdge(i, j);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp695 virtual void AddEdge(ExplodedNode *Src, ExplodedNode *Dst);
712 void UbigraphViz::AddEdge(ExplodedNode *Src, ExplodedNode *Dst) { function in class:UbigraphViz
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExplodedGraph.h236 virtual void AddEdge(ExplodedNode *Src, ExplodedNode *Dst) = 0;
/external/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp218 if (NodeAuditor) NodeAuditor->AddEdge(V, this);

Completed in 608 milliseconds