Searched refs:current_branch (Results 1 – 10 of 10) sorted by relevance
/external/toolchain-utils/ |
D | android_merge_from_upstream.sh | 46 local current_branch 47 current_branch="$(git branch --show-current)" 48 if [[ "${current_branch}" == "${local_branch_name}" ]]; then
|
/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.h | 75 Node* current_condition, Node* current_branch, in NON_EXPORTED_BASE()
|
D | branch-elimination.cc | 274 Node* current_branch, bool is_true_branch) { in UpdateConditions() argument 279 prev_conditions.AddCondition(zone_, current_condition, current_branch, in UpdateConditions()
|
/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 | 366 current_branch = _RunCommand( 368 if current_branch != 'master':
|
/external/angle/scripts/ |
D | roll_deps.py | 461 current_branch = _RunCommand(['git', 'rev-parse', '--abbrev-ref', 'HEAD'])[0].splitlines()[0] 462 if current_branch != 'master':
|
/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/dist2/src/ |
D | pcre2_intmodedep.h | 700 PCRE2_UCHAR *current_branch; member
|
D | pcre2_compile.c | 7860 bc.current_branch = code; in compile_regex() 8083 bc.current_branch = last_branch = code; in compile_regex()
|