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

  /system/update_engine/payload_generator/
graph_utils_unittest.cc 17 #include "update_engine/payload_generator/graph_utils.h"
56 EXPECT_EQ(4U, graph_utils::EdgeWeight(graph, make_pair(0, 1)));
63 graph_utils::AddReadBeforeDep(&graph[0], 1, 3);
70 graph_utils::AddReadBeforeDep(&graph[0], 1, 4);
77 graph_utils::AddReadBeforeDepExtents(&graph[2], 1,
87 graph_utils::DropWriteBeforeDeps(&graph[2].out_edges);
91 graph_utils::DropIncomingEdgesTo(&graph, 1);
graph_utils.h 31 namespace graph_utils { namespace in namespace:chromeos_update_engine
52 } // namespace graph_utils
inplace_generator.cc 33 #include "update_engine/payload_generator/graph_utils.h"
152 scratch_blocks_used += graph_utils::EdgeWeight(*graph, edge);
154 scratch_allocator.Allocate(graph_utils::EdgeWeight(*graph, edge));
181 graph_utils::EdgeWeight(*graph, edge) * kBlockSize);
446 graph_utils::AddReadBeforeDepExtents(
562 graph_utils::DropWriteBeforeDeps(&out_edges);
588 graph_utils::DropIncomingEdgesTo(graph, cut.old_dst);
652 graph_utils::DumpGraph(*graph);
graph_utils.cc 17 #include "update_engine/payload_generator/graph_utils.h"
36 namespace graph_utils { namespace in namespace:chromeos_update_engine
140 } // namespace graph_utils
cycle_breaker.cc 29 #include "update_engine/payload_generator/graph_utils.h"
120 uint64_t edge_weight = graph_utils::EdgeWeight(subgraph_, edge);
inplace_generator_unittest.cc 38 #include "update_engine/payload_generator/graph_utils.h"
468 graph_utils::DumpGraph(graph);
  /system/update_engine/
Android.mk 577 payload_generator/graph_utils.cc \
    [all...]

Completed in 168 milliseconds