Home
last modified time | relevance | path

Searched defs:current_branch (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/tools/external_updater/tests/
H A Dgitrepo.py61 def current_branch(self) -> str: member in GitRepo
/aosp_15_r20/external/pigweed/pw_cli/py/pw_cli/
H A Dgit_repo.py96 def current_branch(self) -> str | None: member in GitRepo
/aosp_15_r20/external/executorch/.github/scripts/
H A Dgitutils.py163 def current_branch(self) -> Optional[str]: member in GitRepo
/aosp_15_r20/external/pytorch/.github/scripts/
H A Dgitutils.py159 def current_branch(self) -> Optional[str]: member in GitRepo
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c2597 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_else() local
2613 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_endif() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2_intmodedep.h706 PCRE2_UCHAR *current_branch; member