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

1 2 3 4 5 67 8 91011>>

  /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', '-'])
  /external/chromium_org/tools/telemetry/telemetry/core/backends/remote/
trybot_browser_finder.py 98 ['git', 'checkout', '-b', 'telemetry-tryjob'])
163 # Checkout original branch and delete telemetry-tryjob branch.
165 ['git', 'checkout', original_branchname])
  /external/chromium_org/v8/tools/push-to-trunk/
git_recipes.py 106 self.Git(MakeArgs(["checkout -b", name, branch]), **kwargs)
125 self.Git(MakeArgs(["checkout -f", name]), **kwargs)
130 self.Git(MakeArgs(["checkout -f", branch_or_hash, "--", name]), **kwargs)
releases.py 9 # Requires a chromium checkout with branch heads:
266 MESSAGE = "Switch to Chromium checkout."
279 MESSAGE = "Update the checkout and create a new branch."
307 # Update v8 checkout in chromium.
  /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
231 self.assertMultiLineEqual(command._baseline_directory("WebKit Mac10.7"), "/mock-checkout/third_party/WebKit/LayoutTests/platform/mac-lion")
232 self.assertMultiLineEqual(command._baseline_directory("WebKit Mac10.6"), "/mock-checkout/third_party/WebKit/LayoutTests/platform/mac-snowleopard")
280 self.assertDictEqual(self.command._scm_changes, {'add': ['/mock-checkout/third_party/WebKit/LayoutTests/platform/linux/userscripts/another-test-expected.txt'], 'delete': []})
    [all...]
  /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/content/shell/common/
shell_messages.h 33 // Sets the path to the WebKit checkout.
  /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/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 25 1) Checkout the current ICU and 2 previous versions (for proper regression testing) and the data
  /external/chromium_org/third_party/polymer_legacy/platform/
CONTRIBUTING.md 67 git checkout master
  /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
  /external/icu/icu4c/source/test/perf/
README 25 1) Checkout the current ICU and 2 previous versions (for proper regression testing) and the data
  /external/llvm/docs/
Packaging.rst 44 checkout.
  /external/nanopb-c/
README.txt 37 However, if you are using a git checkout or a plain source distribution, you
  /external/qemu/docs/
ANDROID-KERNEL.TXT 52 git checkout origin/android-gldfish-2.6.29
  /external/skia/gm/rebaseline_server/
compare_rendered_pictures_test.py 16 Although, if you're using an SVN checkout, this will blow away .svn directories
  /frameworks/base/docs/html/distribute/monetize/
subscriptions.jd 23 checkout details so your apps never have to directly process any financial

Completed in 2145 milliseconds

1 2 3 4 5 67 8 91011>>