Searched refs:cut (Results 1 – 10 of 10) sorted by relevance
332 for (const CutEdgeVertexes& cut : cuts) { in ConvertCutsToFull() local335 cut, in ConvertCutsToFull()338 deleted_nodes.insert(cut.new_vertex); in ConvertCutsToFull()455 const CutEdgeVertexes& cut = cuts[i]; in AssignBlockForAdjoiningCuts() local462 cut.tmp_extents, in AssignBlockForAdjoiningCuts()468 InstallOperation* op = &(*graph)[cut.new_vertex].aop.op; in AssignBlockForAdjoiningCuts()553 const CutEdgeVertexes& cut, in ConvertCutToFullOp() argument559 if ((*graph)[cut.old_dst].aop.op.type() != InstallOperation::REPLACE_BZ && in ConvertCutToFullOp()560 (*graph)[cut.old_dst].aop.op.type() != InstallOperation::REPLACE) { in ConvertCutToFullOp()561 Vertex::EdgeMap out_edges = (*graph)[cut.old_dst].out_edges; in ConvertCutToFullOp()[all …]
149 const CutEdgeVertexes& cut,
38 echo $(status | cut -f 4 -d ' ') > "${cgroup_dir}/tasks"
41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')
8 Apr 31 25:25:25 localhost kernel: [117959.231085] ------------[ cut here ]------------20 Apr 31 25:25:25 localhost kernel: [117959.231450] ------------[ cut here ]------------
246 echo "$1" | cut -d. -f-4297 cut -d '=' -f1 "${file}" | grep --color=never "${regex}"
24 FF_TAGLIST=`${SEND_FF_CMD}.ListDebugTags | sed -e '/string/!d; s/[[:space:]]\+/ /g' | cut -d "\"" -…70 …${SEND_FF_CMD}.GetDebugTags 2>/dev/null | sed -e '/string/!d; s/[[:space:]]\+/ /g' | cut -d "\"" -…78 …${SEND_FF_CMD}.GetDebugLevel 2>/dev/null | sed -e '/int32/!d; s/[[:space:]]\+/ /g' | cut -d " " -f…
56 $set_cmd | sed -e '/string/!d; s/[[:space:]]\+/ /g' | cut -d "\"" -f 2
153 lines=$(wc -l $file 2>/dev/null | cut -f1 -d\ )
214 if value=$(echo "${value}" | cut -f 2- -d "=" | grep -E "^[0-9]+$"); then