Home
last modified time | relevance | path

Searched refs:new_branch (Results 1 – 10 of 10) sorted by relevance

/external/skia/tools/
Dchrome_release_branch.py49 def create_new_branch(new_branch, branch_at): argument
51 b = new_branch[len(REFS_HEADS_PREFIX):]
72 def update_infra_config(old_branch, new_branch): argument
82 '--branch', new_branch[len(REFS_HEADS_PREFIX):],
100 new_branch = '%s%d' % (CHROME_REF_PREFIX, m)
103 new_branch, old_branch))
104 create_new_branch(new_branch, branch_at)
106 update_infra_config(old_branch, new_branch)
/external/deqp-deps/SPIRV-Tools/source/opt/
Dworkaround1209.cpp51 std::unique_ptr<Instruction> new_branch( in RemoveOpUnreachableInLoops() local
55 context()->AnalyzeDefUse(&*new_branch); in RemoveOpUnreachableInLoops()
56 bb->AddInstruction(std::move(new_branch)); in RemoveOpUnreachableInLoops()
Dir_builder.h205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()
208 return AddInstruction(std::move(new_branch)); in AddBranch()
233 std::unique_ptr<Instruction> new_branch(new Instruction(
238 return AddInstruction(std::move(new_branch));
Dloop_unroller.cpp761 Instruction* new_branch = builder.AddBranch(new_target); in FoldConditionBlock() local
763 new_branch->set_dbg_line_insts(lines); in FoldConditionBlock()
764 new_branch->SetDebugScope(scope); in FoldConditionBlock()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dworkaround1209.cpp51 std::unique_ptr<Instruction> new_branch( in RemoveOpUnreachableInLoops() local
55 context()->AnalyzeDefUse(&*new_branch); in RemoveOpUnreachableInLoops()
56 bb->AddInstruction(std::move(new_branch)); in RemoveOpUnreachableInLoops()
Dir_builder.h205 std::unique_ptr<Instruction> new_branch(new Instruction( in AddBranch()
208 return AddInstruction(std::move(new_branch)); in AddBranch()
233 std::unique_ptr<Instruction> new_branch(new Instruction(
238 return AddInstruction(std::move(new_branch));
Dloop_unroller.cpp761 Instruction* new_branch = builder.AddBranch(new_target); in FoldConditionBlock() local
763 new_branch->set_dbg_line_insts(lines); in FoldConditionBlock()
764 new_branch->SetDebugScope(scope); in FoldConditionBlock()
/external/tensorflow/tensorflow/tools/git/
Dgen_git_source.py265 new_branch = parse_branch_ref(head_symlink)
266 if new_branch != old_branch:
269 (old_branch, new_branch))
/external/protobuf/src/google/protobuf/util/
Dfield_mask_util.cc330 bool new_branch = false; in AddPath() local
333 if (!new_branch && node != &root_ && node->children.empty()) { in AddPath()
342 new_branch = true; in AddPath()
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.cc2185 const int32_t new_branch = cond | link | 0x0a000000; in BindARMv6() local
2186 const int32_t encoded = EncodeBranchOffset(dest, new_branch); in BindARMv6()
2259 const int32_t new_branch = cond | link | 0x0a000000;
2260 const int32_t encoded = EncodeBranchOffset(dest, new_branch);