Home
last modified time | relevance | path

Searched refs:current_branch (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/tools/
Dcl175 current_branch = git("branch --show-current").stdout()
179 if branch != current_branch
/external/libyuv/files/tools_libyuv/autoroller/
Droll_deps.py367 current_branch = _RunCommand(
369 if current_branch != 'main':
/external/autotest/utils/frozen_chromite/lib/
Dgit.py724 current_branch = GetCurrentBranch(path)
725 if current_branch != 'default':
729 % (root, 'detached HEAD' if current_branch is None
730 else current_branch))
/external/angle/scripts/
Droll_chromium_deps.py573 current_branch = _RunCommand(['git', 'rev-parse', '--abbrev-ref', 'HEAD'])[0].splitlines()[0]
574 if current_branch != 'main':
/external/webrtc/tools_webrtc/autoroller/
Droll_deps.py578 current_branch = _RunCommand(['git', 'rev-parse', '--abbrev-ref',
580 if current_branch != 'main':
/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c3128 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_else() local
3131 assert(!current_branch->loop_entry_block); in ac_build_else()
3136 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block); in ac_build_else()
3137 set_basicblock_name(current_branch->next_block, "else", label_id); in ac_build_else()
3139 current_branch->next_block = endif_block; in ac_build_else()
3144 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_endif() local
3146 assert(!current_branch->loop_entry_block); in ac_build_endif()
3148 emit_default_branch(ctx->builder, current_branch->next_block); in ac_build_endif()
3149 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block); in ac_build_endif()
3150 set_basicblock_name(current_branch->next_block, "endif", label_id); in ac_build_endif()
/external/pcre/src/
Dpcre2_intmodedep.h703 PCRE2_UCHAR *current_branch; member
Dpcre2_compile.c8130 bc.current_branch = code; in compile_regex()
8338 bc.current_branch = last_branch = code; in compile_regex()