Searched refs:current_branch (Results 1 – 8 of 8) sorted by relevance
/external/virglrenderer/scripts/ |
D | release.sh | 292 current_branch=`git branch | $GREP "\*" | sed -e "s/\* //"` 293 remote_name=`git config --get branch.$current_branch.remote` 294 remote_branch=`git config --get branch.$current_branch.merge | cut -d'/' -f3,4` 295 …echo "Info: working off the \"$current_branch\" branch tracking the remote \"$remote_name/$remote_…
|
/external/v8/src/compiler/ |
D | branch-elimination.cc | 223 Node* current_branch, bool is_true_branch) { in UpdateConditions() argument 228 prev_conditions.AddCondition(zone_, current_condition, current_branch, in UpdateConditions()
|
D | branch-elimination.h | 69 Node* current_condition, Node* current_branch, in NON_EXPORTED_BASE()
|
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 2008 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_else() local 2011 assert(!current_branch->loop_entry_block); in ac_build_else() 2016 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block); in ac_build_else() 2017 set_basicblock_name(current_branch->next_block, "else", label_id); in ac_build_else() 2019 current_branch->next_block = endif_block; in ac_build_else() 2024 struct ac_llvm_flow *current_branch = get_current_flow(ctx); in ac_build_endif() local 2026 assert(!current_branch->loop_entry_block); in ac_build_endif() 2028 emit_default_branch(ctx->builder, current_branch->next_block); in ac_build_endif() 2029 LLVMPositionBuilderAtEnd(ctx->builder, current_branch->next_block); in ac_build_endif() 2030 set_basicblock_name(current_branch->next_block, "endif", label_id); in ac_build_endif()
|
/external/webrtc/tools/autoroller/ |
D | roll_chromium_revision.py | 313 current_branch = _RunCommand( 315 if current_branch != 'master':
|
/external/libyuv/files/tools_libyuv/autoroller/ |
D | roll_deps.py | 360 current_branch = _RunCommand( 362 if current_branch != 'master':
|
/external/pcre/dist2/src/ |
D | pcre2_intmodedep.h | 697 PCRE2_UCHAR *current_branch; member
|
D | pcre2_compile.c | 7552 bc.current_branch = code; in compile_regex() 7775 bc.current_branch = last_branch = code; in compile_regex()
|