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

12 3 4 5 6 7 8 91011>>

  /external/okhttp/
deploy_website.sh 20 # Checkout and track the gh-pages branch
21 git checkout -t origin/gh-pages
  /external/lldb/docs/
building-with-debug-llvm.txt 11 name "llvm" for your checkout, for reasons described in part 3
15 $ svn co -r $CLANG_REVISION http://llvm.org/svn/llvm-project/llvm/trunk llvm.checkout
16 $ svn co -r $CLANG_REVISION http://llvm.org/svn/llvm-project/cfe/trunk llvm.checkout/tools/clang
20 $ cd llvm.checkout
30 $ ln -sf llvm.checkout llvm
  /external/lldb/scripts/
buildbot.py 49 def Checkout(self):
63 raise BuildError(string="Couldn't checkout LLDB")
67 returncode = subprocess.call(cmdline_prefix + [self.m_llvm_repository_url, "llvm.checkout"],
72 raise BuildError(string="Couldn't checkout LLVM")
74 os.symlink("llvm.checkout", "llvm")
83 raise BuildError(string="Couldn't checkout Clang")
130 self.Checkout()
  /external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
chromeos_make 3 # This script builds Skia for ChromeOS by mounting the Skia checkout inside a
4 # chroot contained within an existing ChromeOS checkout, entering the chroot,
63 # thinks we're in a Chrome checkout.
  /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/platform_tools/chromeos/bin/
chromeos_make 3 # This script builds Skia for ChromeOS by mounting the Skia checkout inside a
4 # chroot contained within an existing ChromeOS checkout, entering the chroot,
63 # thinks we're in a Chrome checkout.
  /external/skia/tools/
git-skia-verify 79 git checkout --detach "$REVISION"
86 git checkout "$PREVIOUS_BRANCH"
92 git checkout "$PREVIOUS_BRANCH"
  /external/chromium_org/content/shell/common/
webkit_test_helpers.h 29 // Returns the root of the Blink checkout.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
detection.py 50 CWD is not in a checkout, then we attempt to figure out if the SCM module
51 itself is part of a checkout, and return that one. If neither is part of
52 a checkout, None is returned.
60 _log.info("The current directory (%s) is not a WebKit checkout, using %s" % (cwd, scm_system.checkout_root))
scm_unittest.py 40 from webkitpy.common.checkout.scm.detection import detect_scm_system
41 from webkitpy.common.checkout.scm.git import Git, AmbiguousCommitError
42 from webkitpy.common.checkout.scm.scm import SCM
43 from webkitpy.common.checkout.scm.svn import SVN
123 # GitTest. We create a mock SVN repo once and then perform an SVN checkout from a filesystem copy of
135 self.svn_checkout_path = self._join(self.temp_directory, "checkout")
137 self._run(['svn', 'checkout', '--quiet', self.svn_repo_url + "/trunk", self.svn_checkout_path])
146 # Create a test svn checkout
148 self._run(['svn', 'checkout', '--quiet', svn_repo_url, svn_checkout_path])
150 # Create and checkout a trunk dir to match the standard svn configuration to match git-svn's expectation
    [all...]
  /external/chromium_org/third_party/apache-win32/
README.chromium 16 checkout path from /d/src/checkout/src as needed):
18 % cd /d/src/checkout/src/third_party
22 > start /wait msiexec /i httpd.msi /q INSTALLDIR=d:\src\checkout\src\third_party\apache-win32
  /external/chromium_org/tools/cros/
bootstrap_deps 8 # Chrome checkout.
  /external/chromium_org/v8/test/test262/
README 13 git checkout fbba29f
  /external/chromium_org/v8/test/test262-es6/
README 13 git checkout 9bd6686
  /external/mp4parser/
README.android 1 URL: http://code.google.com/p/mp4parser/source/checkout
  /external/strace/
make-dist 15 git checkout -f "$tag"
  /external/chromium_org/third_party/skia/experimental/webtry/setup/
continue_install 43 # Checkout the skia code and dependencies.
48 git checkout master
  /external/chromium_org/v8/tools/oom_dump/
SConstruct 30 'Path to checkout of google-breakpad project',
34 'Path to checkout of v8 project',
  /external/skia/experimental/webtry/setup/
continue_install 42 # Checkout the skia code and dependencies.
47 git checkout master
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_unittest.py 165 port.host.filesystem.files['/mock-checkout/some.json'] = 'some content'
497 self.assertIn(json_path, ['/mock-checkout/output.json'])
531 runner, port = self.create_runner_and_setup_results_template(args=['--output-json-path=/mock-checkout/output.json',
543 runner, port = self.create_runner_and_setup_results_template(args=['--output-json-path=/mock-checkout/output.json',
561 runner, port = self.create_runner(args=['--output-json-path=/mock-checkout/output.json',
564 self.assertFalse(port.host.filesystem.isfile('/mock-checkout/output.json'))
614 runner, port = self.create_runner_and_setup_results_template(args=['--output-json-path=/mock-checkout/output.json'])
624 self.assertEqual(runner._output_json_path(), '/mock-checkout/output.json')
626 self.assertEqual(filesystem.read_text_file('/mock-checkout/output.html'),
627 'BEGIN<script src="/test.checkout/some.js"></script><script src="/test.checkout/other.js"></script>
    [all...]
  /external/chromium_org/v8/tools/push-to-trunk/
test_scripts.py 612 Cmd("git checkout -f hash1 -- src/version.cc", ""),
613 Cmd("git checkout -f svn/bleeding_edge -- src/version.cc",
691 """On 'git co -b new_branch svn/trunk', and 'git checkout -- ChangeLog',
743 Cmd("git checkout -b %s svn/bleeding_edge" % TEST_CONFIG["BRANCHNAME"],
757 Cmd("git checkout -f svn/bleeding_edge -- src/version.cc",
759 Cmd("git checkout -f hash2 -- src/version.cc", "",
777 Cmd("git checkout -f svn/bleeding_edge", ""),
780 Cmd("git checkout -b %s svn/trunk" % TEST_CONFIG["TRUNKBRANCH"], "",
783 Cmd("git checkout -f svn/trunk -- %s" % TEST_CONFIG["CHANGELOG_FILE"], "",
785 Cmd("git checkout -f svn/trunk -- src/version.cc", ""
    [all...]
  /external/chromium_org/components/gcm_driver/
fake_gcm_client.h 49 virtual void CheckOut() OVERRIDE;
97 // Increased at checkout in order to produce a different registration ID
98 // after checkout and re-checkin.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_win_unittest.py 41 build_dir = "/mock-checkout/out/Debug"
53 build_dir = "/mock-checkout/out/Debug"
67 build_dir = "/mock-checkout/out/Debug"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main_unittest.py 65 One of the given paths is outside the WebKit checkout of the current
69 Checkout root: /WebKit
71 Pass only files below the checkout root to ensure correct results.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer_unittest.py 45 '/mock-checkout/third_party/WebKit/LayoutTests/w3c/README.txt': '',
46 '/mock-checkout/third_party/WebKit/LayoutTests/W3CImportExpectations': '',

Completed in 1668 milliseconds

12 3 4 5 6 7 8 91011>>