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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/
.gitignore 1 # This file is for projects that checkout webrtc/ directly (e.g. Chromium).
  /external/sfntly/
README.android 2 svn checkout http://sfntly.googlecode.com/svn/trunk/cpp/src@134 cpp/src
  /ndk/tests/abcc/jni/mman-win32/
README.TXT 2 2. checkout: svn checkout http://mman-win32.googlecode.com/svn/trunk/ mman-win32-read-only
  /external/chromium_org/third_party/skia/
whitespace.txt 222 epoger added this line using a pure git checkout
  /external/skia/
whitespace.txt 222 epoger added this line using a pure git checkout
  /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/chrome/installer/mac/
README.chromium 4 cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot checkout \
  /external/chromium_org/tools/deep_memory_profiler/
download.sh 5 svn checkout --force \
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
checkout.js 26 var checkout = checkout || {};
38 return checkout.isAvailable().then(function(isAvailable) {
46 checkout.isAvailable = function()
54 checkout.lastBlinkRollRevision = function()
61 checkout.rollout = function(revision, reason)
71 checkout.rebaseline = function(failureInfoList, progressCallback, debugBotsCallback)
checkout_unittests.js 28 module("checkout");
50 checkout.lastBlinkRollRevision(function() {
53 ok(false, 'Checkout should be available.');
88 checkout.rebaseline([{
107 ok(false, 'Checkout should be available.');
137 checkout.rebaseline([{
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer_unittest.py 31 from webkitpy.common.checkout.baselineoptimizer import BaselineOptimizer
32 from webkitpy.common.checkout.scm.scm_mock import MockSCM
64 host = MockHost(scm=ExcludingMockSCM(['/mock-checkout/third_party/WebKit/LayoutTests/platform/mac/another/test-expected.txt']))
65 host.filesystem.write_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/win/another/test-expected.txt', 'result A')
66 host.filesystem.write_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/mac/another/test-expected.txt', 'result A')
67 host.filesystem.write_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/another/test-expected.txt', 'result B')
70 '/mock-checkout/third_party/WebKit/LayoutTests/platform/win': 'aaa',
71 '/mock-checkout/third_party/WebKit/LayoutTests/platform/mac': 'aaa',
72 '/mock-checkout/third_party/WebKit/LayoutTests': 'bbb',
74 '/mock-checkout/third_party/WebKit/LayoutTests': 'aaa'
    [all...]
diff_parser_unittest.py 34 from webkitpy.common.checkout.diff_test_data import DIFF_TEST_DATA
96 "Index: Tools/Scripts/webkitpy/common/checkout/diff_parser.py\n",
98 "--- Tools/Scripts/webkitpy/common/checkout/diff_parser.py\n",
99 "+++ Tools/Scripts/webkitpy/common/checkout/diff_parser.py\n",
107 "diff --git a/Tools/Scripts/webkitpy/common/checkout/diff_parser.py b/Tools/Scripts/webkitpy/common/checkout/diff_parser.py\n",
109 "--- a/Tools/Scripts/webkitpy/common/checkout/diff_parser.py\n",
110 "+++ b/Tools/Scripts/webkitpy/common/checkout/diff_parser.py\n",
134 Index: Tools/Scripts/webkitpy/common/checkout/diff_parser.py
136 --- Tools/Scripts/webkitpy/common/checkout/diff_parser.p
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
main.py 38 """Change the working directory to the WebKit checkout root, if possible.
40 If every path in the paths parameter is below the checkout root (or if
42 working directory to the checkout root and converts the paths parameter
45 checkout root, and for path-specific style checks to work as expected.
52 checkout root, then the list is the paths parameter converted to
53 normalized paths relative to the checkout root.
58 or all changes under the checkout root should be checked.
59 checkout_root: The path to the root of the WebKit checkout.
67 # the checkout root.
72 # Then the path is not below the checkout root. Since al
    [all...]
  /external/chromium_org/third_party/fontconfig/
README.chromium 15 - Checkout the latest release tag: git checkout 2.11.0
  /external/chromium_org/tools/git/
README 3 post-checkout and post-merge
9 ln -s $(pwd)/post-checkout $(git rev-parse --git-dir)/hooks
  /external/eclipse-basebuilder/basebuilder-3.6.2/
PREBUILT 4 $ cvs -d :pserver:anonymous@dev.eclipse.org/cvsroot/eclipse/ checkout -r R3_6_2 org.eclipse.releng.basebuilder
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
win_unittest.py 62 self.assertEqual(env['CYGWIN_PATH'], '/mock-checkout/third_party/cygwin/bin')
67 expected_logs = "MOCK run_command: ['/mock-checkout/third_party/cygwin/setup_mount.bat'], cwd=None\n"
103 self.assert_build_path(options, ['/mock-checkout/out/Release'], '/foo/Release')
107 self.assert_build_path(options, ['/mock-checkout/out/Release'], 'foo/Release')
111 self.assert_build_path(options, ['/mock-checkout/build/Release', '/mock-checkout/out'], '/mock-checkout/build/Release')
116 port.host.filesystem.maybe_make_directory('/mock-checkout/out/Release')
117 port.host.filesystem.maybe_make_directory('/mock-checkout/build/Release')
120 self.assertEqual(port._build_path(), '/mock-checkout/out/Release'
    [all...]
mac_unittest.py 81 self.assert_build_path(options, ['/mock-checkout/out/Release'], '/foo/Release')
85 self.assert_build_path(options, ['/mock-checkout/out/Release'], 'foo/Release')
89 self.assert_build_path(options, ['/mock-checkout/xcodebuild/Release', '/mock-checkout/out/Release'], '/mock-checkout/xcodebuild/Release')
94 port.host.filesystem.maybe_make_directory('/mock-checkout/out/Release')
95 port.host.filesystem.maybe_make_directory('/mock-checkout/xcodebuild/Release')
98 self.assertEqual(port._build_path(), '/mock-checkout/out/Release')
101 self.assertEqual(port._build_path(), '/mock-checkout/xcodebuild/Release')
108 self.assertEqual(self.make_port()._path_to_image_diff(), '/mock-checkout/out/Release/image_diff'
    [all...]
  /external/chromium_org/third_party/freetype/
README.chromium 20 1. Checkout Android version of freetype
23 # Use the following command to checkout this version, or omit it to checkout
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
flakytests_unittest.py 7 from webkitpy.common.checkout.scm.scm_mock import MockSCM
39 expected_stdout = """Updated /mock-checkout/third_party/WebKit/LayoutTests/FlakyTests
54 expected_stdout = """Updated /mock-checkout/third_party/WebKit/LayoutTests/FlakyTests
59 ['git', 'commit', '-m', command.COMMIT_MESSAGE % reviewer, '/mock-checkout/third_party/WebKit/LayoutTests/FlakyTests'],
  /external/chromium_org/tools/clang/blink_gc_plugin/
Makefile 3 # into a clang checkout:
  /external/chromium_org/tools/clang/plugins/
Makefile 3 # into a clang checkout:
  /external/chromium_org/tools/cr/
README 9 single checkout.
  /external/chromium_org/tools/gyp/tools/emacs/
README 4 checkout).
  /external/guava/
README.android 1 URL: http://code.google.com/p/guava-libraries/source/checkout

Completed in 416 milliseconds

1 2 3 4 5 6 7 8 91011>>