Searched refs:current_branch (Results 1 - 5 of 5) sorted by relevance

/external/curl/
H A Dupdate_curl.sh72 local current_branch
73 current_branch=$(git_current_branch)
74 if [[ "${current_branch}" == "HEAD" ]]; then
/external/bison/build-aux/
H A Dgnu-web-doc-update137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}')
143 $GIT checkout "$current_branch"
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c396 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); local
413 if (current_block != current_branch->if_block) {
414 LLVMBuildBr(gallivm->builder, current_branch->endif_block);
416 if (!LLVMGetBasicBlockTerminator(current_branch->if_block)) {
417 LLVMBuildBr(gallivm->builder, current_branch->endif_block);
419 current_branch->has_else = 1;
420 LLVMPositionBuilderAtEnd(gallivm->builder, current_branch->else_block);
430 struct radeon_llvm_branch * current_branch = get_current_branch(ctx); local
435 if (current_block != current_branch->if_block
436 && current_block != current_branch
[all...]
/external/webrtc/tools/autoroller/
H A Droll_chromium_revision.py313 current_branch = _RunCommand(
315 if current_branch != 'master':
/external/pcre/dist/
H A Dpcre_compile.c2774 while (bcptr != NULL && bcptr->current_branch >= code)
2776 if (!could_be_empty_branch(bcptr->current_branch, endcode, utf, cd, NULL))
8278 bc.current_branch = code;
8543 bc.current_branch = last_branch = code;

Completed in 280 milliseconds