Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dtopological_sort_unittest.cc63 const Vertex::Index n_j = counter++; in TEST() local
68 graph[n_i].out_edges.insert(make_pair(n_j, EdgeProperties())); in TEST()
Dcycle_breaker_unittest.cc189 const Vertex::Index n_j = counter++; in TEST() local
212 graph[n_i].out_edges.insert(EdgeWithWeight(n_j, 6)); in TEST()