HomeSort by relevance Sort by last modified time
    Searched full:checkout (Results 51 - 75 of 398) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/docs/
quickstart.md 15 1. First, checkout Skia:
32 * `git checkout -b my-new-feature origin/master`
  /external/chromium_org/tools/
prepare-bisect-perf-regression.py 27 """Does an initial checkout of Chromium then exits."""
37 'do an initial checkout of the chromium depot. The '
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])
  /external/chromium_org/v8/tools/
test-push-to-trunk.sh 51 # Confirm checkout sanity
68 EXP[4]="git checkout -b prepare-push-temporary-branch-created-by-script"
74 EXP[7]="git checkout -b prepare-push svn/bleeding_edge"
96 EXP[18]="git checkout svn/bleeding_edge"
102 EXP[21]="git checkout -b trunk-push svn/trunk"
116 EXP[28]="git checkout master"
120 EXP[30]="git checkout -b v8-roll-12345"
126 EXP[33]="git checkout -f some_branch"
  /external/harfbuzz_ng/
Makefile.am 39 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
40 echo A git checkout and git-log is required to generate this file >> "$(srcdir)/$@"); \
  /external/libvpx/
UPDATING 1 Pull the new libvpx checkout into external/libvpx/libvpx:
6 $ git checkout <branch>
  /external/lldb/scripts/
build-lldb-llvm-clang 20 # Checkout LLVM
26 # Checkout Clang
  /external/skia/docs/
quickstart.md 15 1. First, checkout Skia:
32 * `git checkout -b my-new-feature origin/master`
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/
UPDATING 1 Pull the new libvpx checkout into external/libvpx/libvpx:
6 $ git checkout <branch>
  /ndk/sources/third_party/googletest/
README.NDK 4 Checkout: svn checkout http://googletest.googlecode.com/svn/trunk@653
  /external/chromium_org/chromecast/shell/browser/resources/
resource_ids 11 # this file to the base of your checkout.
  /external/chromium_org/content/test/gpu/
bootstrap_deps 8 # Chrome checkout.
  /external/chromium_org/remoting/resources/
resource_ids 11 # this file to the base of your checkout.
  /external/chromium_org/third_party/android_testrunner/
README.chromium 23 1. Checkout Android source code
  /external/chromium_org/third_party/cython/src/
Makefile 16 git ls-files -d | xargs git checkout --
  /external/chromium_org/third_party/ots/
gyp_ots 17 retcode = subprocess.call(['svn', 'checkout', _GYP_FETCH_URL, gyp_dir])
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
download_actuals_test.py 16 Although, if you're using an SVN checkout, this will blow away .svn directories
writable_expectations.py 63 logging.info('Creating a writable Skia checkout at revision "%s"...' %
69 """Modify the contents of the checkout, using modifications from the UI.
75 logging.info('Reading in dicts from writable Skia checkout in %s ...' %
120 """Return patchfile describing any modifications to this checkout."""
  /external/chromium_org/third_party/skia/gyp/
android_system.gyp 12 # that contains your primary Skia checkout. If it is not then you must manually
  /external/chromium_org/third_party/skia/tools/
git-sync-deps 8 """Parse a DEPS file and git checkout all of the dependencies.
103 """Checkout (and clone if needed) a Git repository.
112 passing to `git checkout`
139 [git, 'checkout', '--quiet', checkoutable], cwd=directory)
  /external/chromium_org/tools/git/
graph.sh 29 git checkout -q -f $commit
  /external/chromium_org/tools/perf/
bootstrap_deps 8 # Chrome checkout.
  /external/chromium_org/tools/perf_expectations/tests/
perf_expectations_unittest.py 30 # - a regular Chromium checkout, in which case src/third_party
33 # - a buildbot checkout, in which case .../pylibs is where
45 msg = "%s expects to live within a Chromium checkout" % sys.argv[0]
55 msg = "%s expects to live within a Chromium checkout" % sys.argv[0]
  /external/chromium_org/tools/telemetry/bin/
README.chromium 20 shell> git checkout v3.13
  /external/chromium_org/v8/tools/oom_dump/
README 3 To build one needs a google-breakpad checkout

Completed in 6664 milliseconds

1 23 4 5 6 7 8 91011>>