HomeSort by relevance Sort by last modified time
    Searched full:checkout (Results 1 - 25 of 398) 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/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/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_text_file('/mock-checkout/third_party/WebKit/LayoutTests/VirtualTestSuites', '[]')
66 host.filesystem.write_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/win/another/test-expected.txt', 'result A')
67 host.filesystem.write_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/mac/another/test-expected.txt', 'result A')
68 host.filesystem.write_binary_file('/mock-checkout/third_party/WebKit/LayoutTests/another/test-expected.txt', 'result B')
71 '/mock-checkout/third_party/WebKit/LayoutTests/platform/win': 'aaa',
72 '/mock-checkout/third_party/WebKit/LayoutTests/platform/mac': 'aaa',
73 '/mock-checkout/third_party/WebKit/LayoutTests': 'bbb'
    [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/chrome/installer/mac/
README.chromium 4 cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot checkout \
  /external/chromium_org/third_party/skia/
whitespace.txt 227 epoger added this line using a pure git checkout
  /external/chromium_org/tools/deep_memory_profiler/
download.sh 5 svn checkout --force \
  /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 60 self.assertEqual(env['CYGWIN_PATH'], '/mock-checkout/third_party/cygwin/bin')
65 expected_logs = "MOCK run_command: ['/mock-checkout/third_party/cygwin/setup_mount.bat'], cwd=None\n"
101 self.assert_build_path(options, ['/mock-checkout/out/Release'], '/foo/Release')
105 self.assert_build_path(options, ['/mock-checkout/out/Release'], 'foo/Release')
109 self.assert_build_path(options, ['/mock-checkout/build/Release', '/mock-checkout/out'], '/mock-checkout/build/Release')
114 port.host.filesystem.maybe_make_directory('/mock-checkout/out/Release')
115 port.host.filesystem.maybe_make_directory('/mock-checkout/build/Release')
118 self.assertEqual(port._build_path(), '/mock-checkout/out/Release'
    [all...]
mac_unittest.py 82 self.assert_build_path(options, ['/mock-checkout/out/Release'], '/foo/Release')
86 self.assert_build_path(options, ['/mock-checkout/out/Release'], 'foo/Release')
90 self.assert_build_path(options, ['/mock-checkout/xcodebuild/Release', '/mock-checkout/out/Release'], '/mock-checkout/xcodebuild/Release')
95 port.host.filesystem.maybe_make_directory('/mock-checkout/out/Release')
96 port.host.filesystem.maybe_make_directory('/mock-checkout/xcodebuild/Release')
99 self.assertEqual(port._build_path(), '/mock-checkout/out/Release')
102 self.assertEqual(port._build_path(), '/mock-checkout/xcodebuild/Release')
109 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/third_party/skia/tools/
fix_pythonpath.py 7 """Add the checkout root to sys.path, provide mechanisms for adding others."""
  /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
  /external/zxing/core/
README.google 1 URL: svn checkout -r 1937 http://zxing.googlecode.com/svn/trunk/ zxing-read-only
  /prebuilts/tools/common/m2/repository/javax/inject/javax.inject/1/
javax.inject-1.pom 18 <url>http://code.google.com/p/atinject/source/checkout</url>
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
README 10 To automatically download Zxing for the encoder script, checkout this directory
28 * Zxing (C++ version). You need to checkout from Subversion and build the libs

Completed in 1219 milliseconds

1 2 3 4 5 6 7 8 91011>>