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

1 2 3

  /external/llvm/utils/git-svn/
git-svnup 11 git checkout master 2> /dev/null
13 git checkout $OLD_BRANCH 2> /dev/null
  /external/chromium_org/tools/deep_memory_profiler/
download.sh 5 svn checkout --force \
  /external/chromium_org/third_party/skia/tools/
git-skia-verify 79 git checkout --detach "$REVISION"
86 git checkout "$PREVIOUS_BRANCH"
92 git checkout "$PREVIOUS_BRANCH"
  /external/skia/tools/
git-skia-verify 79 git checkout --detach "$REVISION"
86 git checkout "$PREVIOUS_BRANCH"
92 git checkout "$PREVIOUS_BRANCH"
git_utils.py 98 [git, 'checkout', '-q', '-b',
106 raise Exception('git checkout not clean:\n%s' % status)
107 vsp.check_call([git, 'checkout', '-q', self._original_branch])
122 A string suitable for passing to `git checkout` later.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
patchreader.py 34 from webkitpy.common.checkout.diff_parser import DiffParser
37 from webkitpy.common.checkout.scm.detection import SCMDetector
  /external/chromium_org/tools/git/
graph.sh 29 git checkout -q -f $commit
  /external/okhttp/
deploy_website.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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
host.py 34 from webkitpy.common.checkout.scm.detection import SCMDetector
98 from webkitpy.common.checkout.scm.svn import SVN
118 from webkitpy.common.checkout.scm.git import Git
host_mock.py 29 from webkitpy.common.checkout.scm.scm_mock import MockSCM
72 def checkout(self): member in class:MockHost
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/lua/
build.sh 53 LogExecute git checkout $sha
  /external/chromium_org/tools/
safely-roll-deps.py 67 help='Make destructive changes to the local checkout if '
114 prnt_subprocess.check_call(['git', 'checkout', options.upstream, '-f'])
123 branch_cmd = ['git', 'checkout', '-b', new_branch, options.upstream]
155 prnt_subprocess.check_output(['git', 'checkout', old_branch])
  /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/chromium_org/third_party/libvpx/
update_libvpx.sh 10 # Make sure you run this in a svn checkout of deps/third_party/libvpx!
67 git checkout -b tot $GIT_BRANCH
  /external/chromium_org/third_party/skia/experimental/webtry/setup/
continue_install 43 # Checkout the skia code and dependencies.
48 git checkout master
  /external/skia/experimental/webtry/setup/
continue_install 42 # Checkout the skia code and dependencies.
47 git checkout master
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/
build.sh 55 LogExecute git checkout $sha
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/
build.sh 52 LogExecute git checkout $sha
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
update_webgl_conformance_tests.py 30 from webkitpy.common.checkout import scm
  /external/chromium_org/third_party/cython/src/
Makefile 16 git ls-files -d | xargs git checkout --
  /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
  /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

Completed in 557 milliseconds

1 2 3