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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/docs/html/training/in-app-billing/
index.jd 29 <p>In-app billing is a service hosted on Google Play that lets you charge for digital content or for upgrades in your app. The In-app Billing API makes it easy for you to integrate In-app Billing into your applications. You can request product details from Google Play, issue orders for in-app products, and quickly retrieve ownership information based on users' purchase history. You can also query the Google Play service for details about in-app products, such as local pricing and availability. Google Play provides a checkout interface that makes user interactions with the In-app Billing service seamless, and provides a more intuitive experience to your users.</p>
  /ndk/build/tools/
download-toolchain-sources.sh 141 GITFLAGS="--no-checkout"
155 # Checkout sources from a git clone created with toolchain_clone
173 (mkdir -p $TMPDIR/$SUBDIR/$NAME && cd $TMPDIR/$SUBDIR/$NAME && run $GITCMD $GITOPTS checkout $REVISION "$@")
174 fail_panic "Could not checkout $NAME / $@ ?"
  /sdk/docs/
howto_build_SDK.txt 162 A- Cygwin pre-requisite & code checkout
173 checkout code using git.
180 Once you installed Cygwin properly, checkout the code from git as you did
220 Again, it requires a checkout of the full android code and the usual
howto_SDK_git_cygwin.txt 33 This document explains how to checkout the Android source from the git
55 - You need the "git" and "curl" packages to checkout the code.
  /external/bison/build-aux/
gnu-web-doc-update 143 $GIT checkout "$current_branch"
155 $GIT checkout -b $tmp_branch v$version
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 815 # In case a previous svn checkout exists, remove it.
817 # have removed the old checkout
823 # checkout new copy of naclports
827 # checkout new copy of naclports
831 cmd = ['git', 'checkout', str(NACLPORTS_REV)]
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 274 LAYOUT_TEST_DIR = '/test.checkout/LayoutTests'
275 PERF_TEST_DIR = '/test.checkout/PerformanceTests'
283 filesystem.maybe_make_directory('/mock-checkout/LayoutTests')
284 if not filesystem.exists('/mock-checkout/LayoutTests/TestExpectations'):
285 filesystem.write_text_file('/mock-checkout/LayoutTests/TestExpectations', """
392 # dir" in a mock filesystem, rather than outside of the checkout, so
400 self._generic_expectations_path = '/mock-checkout/LayoutTests/TestExpectations'
463 return '/test.checkout'
base_unittest.py 224 port.expectations_files = lambda: ['/mock-checkout/third_party/WebKit/LayoutTests/platform/exists/TestExpectations', '/mock-checkout/third_party/WebKit/LayoutTests/platform/nonexistant/TestExpectations']
225 port._filesystem.write_text_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/exists/TestExpectations', '')
226 self.assertEqual('\n'.join(port.expectations_dict().keys()), '/mock-checkout/third_party/WebKit/LayoutTests/platform/exists/TestExpectations')
231 port._filesystem.write_text_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/foo/TestExpectations', '')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
deps_updater.py 60 self.print_('## blink checkout is dirty, aborting')
65 self.print_('## blink checkout has local commits, aborting')
  /external/chromium_org/tools/git/
move_source_file.py 16 Must run in a git checkout, as it relies on git grep for a fast way to
154 print 'Fatal: You must run from the root of a git checkout.'
  /external/chromium_org/v8/tools/push-to-trunk/
bump_up_version.py 19 This script requires a depot tools git checkout. I.e. 'fetch v8'.
85 # checkout that revision. With svn, we have to search backwards until that
  /external/libpng/
autogen.sh 6 # The first time this is run on a GIT checkout the only files that exist are
15 # It is *probably* OK to update the files on a GIT checkout, because they have
  /external/qemu/docs/
BUILDING.TXT 7 At the moment, you'll need a full AOSP source checkout to rebuild the
53 If you have a full checkout of the AOSP source tree, the emulator will be
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
optparser.py 80 WebKit checkout can be found, or if the source root can be detected,
83 If a WebKit checkout can be detected and all files being checked
89 command is run from within a WebKit checkout (i.e. if the current
90 working directory is below the root of a checkout). In particular,
92 a checkout.
96 checking behaves correctly -- whether or not a checkout can be
  /external/clang/tools/clang-format/
git-clang-format 427 `patch_mode`, runs `git checkout --patch` to select hunks interactively."""
440 # and checkout from that, but then the user will be presented with a
442 # tree as the index and checkout from new_tree, which gives the slightly
446 subprocess.check_call(['git', 'checkout', '--patch', new_tree])
450 run('git', 'checkout-index', '-a', '-f')
  /external/qemu/distrib/
package-release.sh 93 # $1: Source directory (must be a git checkout).
156 # of a git checkout, abort.
265 Use --copy-prebuilts=<path> to specify the path of an AOSP workspace/checkout,
336 panic "Not an AOSP checkout / workspace: $TARGET_AOSP"
382 panic "This directory must be a checkout of \$AOSP/platform/external/qemu!"
  /external/skia/gm/rebaseline_server/
server.py 312 # repo checkout.
319 # unmanaged Skia checkout, so "gclient sync" will not bring down updated
325 # checkout, so "gclient sync" works in that case.
328 # the checkout alone. This could be done using "git show", or by
673 'on your Skia checkout as a whole. '
  /external/chromium_org/tools/auto_bisect/
builder.py 83 """Returns the path to the build directory, relative to the checkout root.
85 Assumes that the current working directory is the checkout root.
425 path_to_src: Path to the src checkout.
  /external/lldb/www/
build.html 102 <p>We first need to checkout the source trees into the appropriate locations. Both
119 <p>Change to the directory where you want to do development work and checkout LLVM:</p>
122 <p>Now switch to LLVM&#8217;s tools subdirectory and checkout both Clang and LLDB:</p>
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
validate-committer-lists 43 from webkitpy.common.checkout.scm import Git
272 print """\n\nWARNING: validate-committer-lists requires a git checkout.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
main.py 56 tester.skip(('webkitpy.common.checkout.scm.scm_unittest',), 'are really, really, slow', 31818)
58 tester.skip(('webkitpy.common.checkout', 'webkitpy.common.config', 'webkitpy.tool', 'webkitpy.w3c', 'webkitpy.layout_tests.layout_package.bot_test_expectations'), 'fail horribly on win32', 54526)
  /external/clang/docs/
ClangTools.rst 15 simply check it out into the tools tree of your Clang checkout and
17 LLVM/Clang checkout:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
readme.html 39 level jvm installed and on path</li></ul><p><b>Setup</b><br> </p><ul> <li>Checkout
42 <A HREF="http://dev.eclipse.org/viewcvs/index.cgi/*checkout*/org.eclipse.test.performance/doc/Performance%20Tests%20HowTo.html?rev=HEAD&content-type=text/html#cloudscape">here</A>.</li><li>Set
  /bionic/libc/kernel/tools/
generate_uapi_headers.sh 163 git checkout "${KERNEL_VERSION}"
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 65 * Find the repo root. This is the root branch directory of a full repo checkout.

Completed in 1387 milliseconds

1 2 3 4 5 6 78 91011>>