Home
last modified time | relevance | path

Searched refs:this_branch (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Tools/scripts/
Dpatchcheck.py79 this_branch = get_git_branch()
80 if this_branch is None or this_branch == base_branch:
/aosp_15_r20/external/python/cpython3/Tools/scripts/
Dpatchcheck.py110 this_branch = get_git_branch()
111 if this_branch is None or this_branch == base_branch:
/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64.cc7238 Branch& this_branch = branches_.back(); in FinalizeLabeledBranch() local
7239 uint32_t branch_length = this_branch.GetLength(); in FinalizeLabeledBranch()
7246 this_branch.LinkToList(label->position_); in FinalizeLabeledBranch()