/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
scm_unittest.py | 39 from webkitpy.common.checkout.scm.detection import detect_scm_system 40 from webkitpy.common.checkout.scm.git import Git, AmbiguousCommitError 41 from webkitpy.common.checkout.scm.scm import SCM 42 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/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/ |
dump_reader_multipart_unittest.py | 59 build_dir = "/mock-checkout/out/Debug" 73 build_dir = "/mock-checkout/out/Debug" 92 build_dir = "/mock-checkout/out/Debug"
|
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 | 47 '/mock-checkout/third_party/WebKit/LayoutTests/w3c/README.txt': '', 48 '/mock-checkout/third_party/WebKit/LayoutTests/W3CImportExpectations': '',
|
/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/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/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 | 21 1. Checkout Android source code
|
/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/ |
compare_configs_test.py | 16 Although, if you're using an SVN checkout, this will blow away .svn directories
|
download_actuals_test.py | 16 Although, if you're using an SVN checkout, this will blow away .svn directories
|
/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/ |
add_codereview_message.py | 17 cd /path/to/git/checkout 55 repository checkout to be used. 92 space, [git, 'checkout', branch_name]) 109 help='Path to the Git repository checkout,'
|
git-sync-deps | 8 """Parse a DEPS file and git checkout all of the dependencies. 85 """Checkout (and clone if needed) a Git repository. 94 passing to `git checkout` 121 [git, 'checkout', '--quiet', checkoutable], cwd=directory)
|
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/webrtc/modules/audio_coding/neteq/ |
audio_decoder_unittests.isolate | 12 # of a Chromium checkout, this is one level above the standalone build.
|
/external/chromium_org/tools/git/ |
graph.sh | 29 git checkout -q -f $commit
|