HomeSort by relevance Sort by last modified time
    Searched refs:current_branch (Results 1 - 8 of 8) sorted by null

  /external/curl/
update_curl.sh 72 local current_branch
73 current_branch=$(git_current_branch)
74 if [[ "${current_branch}" == "HEAD" ]]; then
  /external/bison/build-aux/
gnu-web-doc-update 137 current_branch=$($GIT branch | sed -ne '/^\* /{s///;p;q;}')
143 $GIT checkout "$current_branch"
  /tools/repohooks/rh/
git.py 53 current_branch = result.output.strip().replace('refs/heads/', '')
54 if not current_branch:
57 cfg_option = 'branch.' + current_branch + '.%s'
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 1150 struct si_llvm_flow *current_branch = get_current_flow(ctx); local
1170 struct si_llvm_flow *current_branch = get_current_flow(ctx); local
    [all...]
  /external/libyuv/files/tools_libyuv/autoroller/
roll_deps.py 360 current_branch = _RunCommand(
362 if current_branch != 'master':
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 313 current_branch = _RunCommand(
315 if current_branch != 'master':
  /external/pcre/dist2/src/
pcre2_intmodedep.h 670 PCRE2_UCHAR *current_branch; member in struct:branch_chain
    [all...]
pcre2_compile.c     [all...]

Completed in 711 milliseconds