HomeSort by relevance Sort by last modified time
    Searched refs:checkout (Results 1 - 25 of 41) sorted by null

1 2

  /external/llvm/utils/git-svn/
git-svnup 11 git checkout master 2> /dev/null
13 git checkout $OLD_BRANCH 2> /dev/null
  /external/skia/tools/
git-skia-verify 79 git checkout --detach "$REVISION"
86 git checkout "$PREVIOUS_BRANCH"
92 git checkout "$PREVIOUS_BRANCH"
build_command_buffer.py 26 'path to Chromium checkout (directory containing .gclient)')
32 help=('Create Chromium src directory and fetch chromium checkout (if '
64 sys.exit(args.chrome_dir + ' is not a chromium checkout and is not '
118 subprocess.check_call(['git', 'checkout', args.chrome_revision],
  /external/skia/bin/
c 15 git checkout $CLEAN
21 git checkout $BRANCH
ac 15 git checkout $CLEAN
21 git checkout $BRANCH
  /external/vulkan-validation-layers/
update_external_sources.sh 20 git checkout $GLSLANG_REVISION
27 git checkout $GLSLANG_REVISION
36 git checkout $SPIRV_TOOLS_REVISION
43 git checkout $SPIRV_TOOLS_REVISION
  /external/dagger2/
deploy_website.sh 24 # Checkout and track the gh-pages branch
25 git checkout -t origin/gh-pages
  /external/okhttp/okio/
deploy_javadoc.sh 20 # Checkout and track the gh-pages branch
21 git checkout -t origin/gh-pages
  /external/strace/
make-dist 15 git checkout -f "$tag"
  /external/autotest/server/
git_kernel.py 36 def checkout(self, revision, local=None): member in class:GitKernel
38 Checkout the commit id, branch, or tag.
44 super(GitKernel, self).checkout(revision)
91 self.checkout(revision)
git.py 117 def checkout(self, remote, local=None): member in class:InstallableGitRepo
125 @note: For git checkout tag git version >= 1.5.0 is required
127 return self.git_repo.checkout(remote, local)
  /prebuilts/ninja/darwin-x86/
build-ninja.sh 22 git checkout $VER
build-common.sh 22 # 3) checkout the destination git repo to /tmp/prebuilts/$PROJ/$OS-x86/$VER
104 git checkout HEAD -- $EXTRA_FILE
  /prebuilts/ninja/linux-x86/
build-ninja.sh 22 git checkout $VER
build-common.sh 22 # 3) checkout the destination git repo to /tmp/prebuilts/$PROJ/$OS-x86/$VER
104 git checkout HEAD -- $EXTRA_FILE
  /ndk/sources/cxx-stl/llvm-libc++/tools/
upgrade-upstream.sh 129 run git checkout ndk
142 run git checkout master
182 run git checkout ndk
  /external/libvpx/
update_libvpx.sh 28 # Relative path of target checkout.
53 git checkout -b tot $GIT_BRANCH
  /external/okhttp/
deploy_website.sh 20 # Checkout and track the gh-pages branch
21 git checkout -t origin/gh-pages
  /frameworks/base/tools/layoutlib/rename_font/
test.py 9 PYTHONPATH="$PYTHONPATH:/path/to/android/checkout/external/fonttools/Lib" ./test.py
  /external/bison/build-aux/
gnu-web-doc-update 143 $GIT checkout "$current_branch"
155 $GIT checkout -b $tmp_branch v$version
vc-list-files 36 SRCDIR (default .). SRCDIR must be the top directory of a checkout.
  /external/ceres-solver/scripts/
make_release 93 git checkout-index -f -a --prefix=$TMP/
  /external/nanopb-c/extra/
nanopb.mk 25 # Source only or git checkout
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
command_line.py 94 E.g. "svn checkout", "svn update", and "svn commit" are separate sub-commands.
  /external/glide/
update_files.sh 13 # Validate that we were given something to checkout from Glide's remote.
28 # Validate that the thing we were given to checkout exists and fetch it if it
37 git checkout ${ANDROID_BRANCH_NAME}

Completed in 327 milliseconds

1 2