Home
last modified time | relevance | path

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

/external/virglrenderer/scripts/
Drelease.sh292 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/
Dbranch-elimination.cc223 Node* current_branch, bool is_true_branch) { in UpdateConditions() argument
228 prev_conditions.AddCondition(zone_, current_condition, current_branch, in UpdateConditions()
Dbranch-elimination.h69 Node* current_condition, Node* current_branch, in NON_EXPORTED_BASE()
/external/mesa3d/src/amd/common/
Dac_llvm_build.c2008 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/
Droll_chromium_revision.py313 current_branch = _RunCommand(
315 if current_branch != 'master':
/external/libyuv/files/tools_libyuv/autoroller/
Droll_deps.py360 current_branch = _RunCommand(
362 if current_branch != 'master':
/external/pcre/dist2/src/
Dpcre2_intmodedep.h697 PCRE2_UCHAR *current_branch; member
Dpcre2_compile.c7552 bc.current_branch = code; in compile_regex()
7775 bc.current_branch = last_branch = code; in compile_regex()