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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/tools/
safely-roll-blink.py 87 ['git', 'checkout', '-b', 'blink_roll', options.upstream])
121 subprocess2.check_output(['git', 'checkout', old_branch])
  /external/protobuf/gtest/
README 37 Furthermore, if you are building Google Test from a VCS Checkout (also
60 Subversion hosting). The VCS checkout requires a few extra steps and some extra
64 ### VCS Checkout: ###
71 svn checkout http://googletest.googlecode.com/svn/trunk/ gtest-svn
75 svn checkout http://googletest.googlecode.com/svn/branches/release-X.Y/ \
80 the checkout command you used ('gtest-svn' or 'gtest-X.Y-svn' above)
172 Google Test on your system, and are working from a VCS checkout, make sure you
173 run this *before* updating your checkout of the source in order to uninstall
  /external/skia/tools/
svn.py 88 def Checkout(self, url, path):
96 return self._RunCommand([SVN, 'checkout', url, path])
  /frameworks/base/docs/html/google/play/billing/
index.jd 50 handles all checkout details so your application never has to directly process
51 any financial transactions. Google Play uses the same checkout backend service as
  /ndk/sources/host-tools/make-3.81/
default.c 82 "if f$$search($@) .nes. \"\" then +$(CHECKOUT,v)" },
84 "if f$$search($@) .nes. \"\" then +$(CHECKOUT,v)" },
86 "if f$$search($@) .nes. \"\" then +$(CHECKOUT,v)" },
88 "if f$$search($@) .nes. \"\" then +$(CHECKOUT,v)" },
95 "$(CHECKOUT,v)" },
97 "$(CHECKOUT,v)" },
99 "$(CHECKOUT,v)" },
408 "CHECKOUT,v", "+$(if $(wildcard $@),,$(CO) $(COFLAGS) $< $@)",
  /external/chromium_org/tools/checkperms/
checkperms.py 230 """Returns svn meta-data for a svn checkout."""
242 """Returns the svn checkout root or None."""
258 """Returns the git checkout root or None."""
461 print('Found subversion checkout at %s' % root)
488 'to the checkout repository root')
  /external/chromium_org/v8/tools/push-to-trunk/
releases.py 9 # Requires a chromium checkout with branch heads:
256 MESSAGE = "Check the chromium checkout."
263 MESSAGE = "Switch to Chromium checkout."
278 MESSAGE = "Update the checkout and create a new branch."
394 MESSAGE = "Returning to V8 checkout."
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 31 from webkitpy.common.checkout.baselineoptimizer import BaselineOptimizer
32 from webkitpy.common.checkout.scm.scm_mock import MockSCM
230 self.assertMultiLineEqual(command._baseline_directory("WebKit Mac10.7"), "/mock-checkout/third_party/WebKit/LayoutTests/platform/mac-lion")
231 self.assertMultiLineEqual(command._baseline_directory("WebKit Mac10.6"), "/mock-checkout/third_party/WebKit/LayoutTests/platform/mac-snowleopard")
279 self.assertDictEqual(self.command._scm_changes, {'add': ['/mock-checkout/third_party/WebKit/LayoutTests/platform/linux/userscripts/another-test-expected.txt'], 'delete': []})
    [all...]
  /frameworks/base/docs/html/google/play/billing/v2/
api.jd 163 not need to provide a checkout user interface. When a user initiates an in-app purchase, the Google
164 Play application presents the checkout user interface to your user. When the user completes the
165 checkout process, your application resumes.</p>
210 the checkout user interface.</p>
215 checkout. It can also occur when a previous purchase is refunded. Google Play notifies your
246 <p>This key provides a {@link android.app.PendingIntent PendingIntent}, which you use to launch the checkout
322 application uses to start the checkout UI for the given product ID.</li>
323 <li>Your application launches the pending intent, which launches the checkout UI.
327 <li>When the checkout flow finishes (that is, the user successfully purchases the item or cancels
  /external/chromium_org/chrome/browser/extensions/
chrome_app_api_browsertest.cc 93 "http://checkout.com:");
193 std::string checkout_host("checkout.com");
227 // Test that checkout can use getDetailsForFrame() and that it works
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
driver_unittest.py 45 port._config.build_directory = lambda configuration: '/mock-checkout/out/' + configuration
129 port._config.build_directory = lambda configuration: '/mock-checkout/out/' + configuration
131 self.assertEqual(driver.cmd_line(True, []), ['/mock-checkout/out/Release/content_shell', '--no-timeout', '--dump-render-tree', '-'])
  /frameworks/webview/chromium/tools/
merge_to_master.py 44 merge_common.GetCommandStdout(['git', 'checkout',
91 merge_common.GetCommandStdout(['git', 'checkout',
142 merge_common.GetCommandStdout(['git', 'checkout',
  /external/antlr/antlr-3.4/runtime/Python/
TODO 71 for each state. checkout potential performance gain.
  /external/bison/
README-release 6 git checkout master
  /external/chromium-trace/
update.py 31 print 'Failed to checkout source from upstream svn.'
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup.cc 12 // in the source checkout and generates "effective_tld_names.gperf" next to it.
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/
run-unittests.html 55 <script src="scripts/checkout.js"></script>
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
git.py 35 from webkitpy.common.checkout.scm.scm import SCM
243 self._run_git(['checkout', '-q', name])
246 self._run_git(['checkout', '-q', '-b', name, self._remote_branch_ref()])
319 self._run_git(['checkout', '-q', self._branch_tracking_remote_master()])
scm_mock.py 37 self.checkout_root = "/mock-checkout/third_party/WebKit"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
png.py 33 from webkitpy.common.checkout.scm.detection import SCMDetector
  /external/chromium_org/third_party/icu/source/test/perf/
README 28 2) Checkout the current ICU and 2 previous versions (for proper regression testing) and the data
  /external/chromium_org/third_party/polymer/platform/
CONTRIBUTING.md 67 git checkout master
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_rendered_pictures_test.py 16 Although, if you're using an SVN checkout, this will blow away .svn directories
  /external/chromium_org/tools/telemetry/telemetry/core/
command_line.py 84 E.g. "svn checkout", "svn update", and "svn commit" are separate sub-commands.
  /external/chromium_org/v8/tools/gcmole/
README 43 To start analysis cd into the root of v8 checkout and execute the following

Completed in 523 milliseconds

1 2 3 4 5 67 8 91011>>