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

  /system/update_engine/payload_generator/
inplace_generator.cc 143 vector<CutEdgeVertexes> cuts; local
144 cuts.reserve(edges.size());
148 cuts.resize(cuts.size() + 1);
153 cuts.back().tmp_extents =
156 cuts.back().new_vertex = graph->size();
158 cuts.back().old_src = edge.first;
159 cuts.back().old_dst = edge.second;
178 StoreExtents(cuts.back().tmp_extents,
188 cuts.back().tmp_extents)
615 vector<CutEdgeVertexes> cuts; local
    [all...]
inplace_generator_unittest.cc 247 vector<CutEdgeVertexes> cuts; local
248 EXPECT_TRUE(InplaceGenerator::CutEdges(&graph, cut_edges, &cuts));
305 vector<CutEdgeVertexes> cuts; local
306 cuts.resize(3);
326 cuts[0].old_dst = 1;
327 cuts[0].old_src = 0;
328 cuts[0].new_vertex = 2;
329 cuts[0].tmp_extents = VectOfExt(tmp, 1);
359 // Store the cuts:
360 cuts[1].old_dst = 5
    [all...]
inplace_generator.h 86 // Cuts 'edges' from 'graph' according to the AU algorithm. This means
110 // Sorts the vector |cuts| by its |cuts[].old_dest| member. Order is
114 std::vector<CutEdgeVertexes>* cuts);
127 // |cuts|. Cuts the edges. Maintains a list in which the operations
139 const std::vector<CutEdgeVertexes>& cuts);
  /external/ltp/pan/
scan.l 57 * accompanied by lex OUT or CUTS states.
100 %Start KEY OUT CUTS
251 <CUTS>^{W}{S}{UI}{S}{A}{S}":" {
254 printf("CUTS Result: %s\n", yytext);
262 <CUTS>^{W}{S}{UI}-{UI}{S}{A}{S}":" {
265 printf("CUTS Result: %s\n", yytext);
285 * BEGIN the CUTS state.
290 BEGIN CUTS;
310 * check if this is a CUTS test; if so, enter the lex "cuts" state
    [all...]
  /prebuilts/go/darwin-x86/test/
bounds.go 204 // Right shift cuts the effective number of bits in the index,
238 // Division cuts the range like right shift does.
  /prebuilts/go/linux-x86/test/
bounds.go 204 // Right shift cuts the effective number of bits in the index,
238 // Division cuts the range like right shift does.
  /prebuilts/go/darwin-x86/src/math/big/
decimal.go 256 // trim cuts off any trailing zeros from x's mantissa;
  /prebuilts/go/linux-x86/src/math/big/
decimal.go 256 // trim cuts off any trailing zeros from x's mantissa;
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
obj0.go 149 // TODO(minux): add morestack short-cuts with small fixed frame-size.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
obj9.go 245 // TODO(minux): add morestack short-cuts with small fixed frame-size.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/s390x/
objz.go 212 // TODO(minux): add morestack short-cuts with small fixed frame-size.
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 318 // next cuts off and returns the next full JSON value in d.data[d.off:].
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
obj0.go 149 // TODO(minux): add morestack short-cuts with small fixed frame-size.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
obj9.go 245 // TODO(minux): add morestack short-cuts with small fixed frame-size.
  /prebuilts/go/linux-x86/src/cmd/internal/obj/s390x/
objz.go 212 // TODO(minux): add morestack short-cuts with small fixed frame-size.
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 318 // next cuts off and returns the next full JSON value in d.data[d.off:].
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
regalloc.go     [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/
build.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
build.go     [all...]
  /prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar 

Completed in 1973 milliseconds