Searched refs:current_branch (Results 1 – 8 of 8) sorted by relevance
/external/crosvm/tools/ |
D | cl | 175 current_branch = git("branch --show-current").stdout() 179 if branch != current_branch
|
/external/libyuv/files/tools_libyuv/autoroller/ |
D | roll_deps.py | 367 current_branch = _RunCommand( 369 if current_branch != 'main':
|
/external/autotest/utils/frozen_chromite/lib/ |
D | git.py | 724 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/ |
D | roll_chromium_deps.py | 573 current_branch = _RunCommand(['git', 'rev-parse', '--abbrev-ref', 'HEAD'])[0].splitlines()[0] 574 if current_branch != 'main':
|
/external/webrtc/tools_webrtc/autoroller/ |
D | roll_deps.py | 578 current_branch = _RunCommand(['git', 'rev-parse', '--abbrev-ref', 580 if current_branch != 'main':
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 3128 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/ |
D | pcre2_intmodedep.h | 703 PCRE2_UCHAR *current_branch; member
|
D | pcre2_compile.c | 8130 bc.current_branch = code; in compile_regex() 8338 bc.current_branch = last_branch = code; in compile_regex()
|