HomeSort by relevance Sort by last modified time
    Searched refs:n_root (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_generator/
cycle_breaker_unittest.cc 138 const Vertex::Index n_root = counter++; local
140 Vertex::Index last_hub = n_root;
158 graph[last_hub].out_edges.insert(EdgeWithWeight(n_root, 5));
170 for (Vertex::EdgeMap::const_iterator it = graph[n_root].out_edges.begin(),
171 e = graph[n_root].out_edges.end(); it != e; ++it) {
172 expected_cuts.insert(make_pair(n_root, it->first));
  /external/libxml2/
testapi.c 20315 int n_root; local
    [all...]

Completed in 61 milliseconds