HomeSort by relevance Sort by last modified time
    Searched full:git_branch (Results 1 - 11 of 11) sorted by null

  /external/libvpx/
update_libvpx.sh 26 GIT_BRANCH="origin/master"
34 GIT_BRANCH="$1"
36 GIT_BRANCH=$(<"$1")
38 GIT_BRANCH=`curl $1`
53 git checkout -b tot $GIT_BRANCH
67 echo "Branch: $GIT_BRANCH"
  /external/skia/infra/bots/
upload_md.py 51 cc_list=CC_LIST) as git_branch:
77 git_branch.commit_and_upload(True)
utils.py 80 class git_branch(object): class in inherits:object
  /external/skqp/infra/bots/
upload_md.py 51 cc_list=CC_LIST) as git_branch:
77 git_branch.commit_and_upload(True)
utils.py 80 class git_branch(object): class in inherits:object
  /external/skia/infra/bots/assets/win_toolchain/
create.py 65 with utils.git_branch():
  /external/skqp/infra/bots/assets/win_toolchain/
create.py 65 with utils.git_branch():
  /external/cn-cbor/cmake/
CoverallsGenerateGcov.cmake 82 OUTPUT_VARIABLE GIT_BRANCH
102 message("Git branch: ${GIT_BRANCH}")
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/
build-precise-multilib-toolchain.sh 121 GIT_BRANCH=master
287 --git-branch=*) GIT_BRANCH=$optarg
370 echo " --git-branch=<name> Specify which branch to use when downloading the sources [$GIT_BRANCH]"
1252 if [ "$GIT_BRANCH" != "master" ] ; then
1253 log "checking out $GIT_BRANCH branch of $1.git"
1254 run $GIT_CMD checkout -b $GIT_BRANCH origin/$GIT_BRANCH
    [all...]
  /external/skia/infra/bots/assets/
asset_utils.py 291 with utils.git_branch():
  /external/skqp/infra/bots/assets/
asset_utils.py 291 with utils.git_branch():

Completed in 337 milliseconds