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

1 2 3 4 5 6 78 91011>>

  /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
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/skia/gm/rebaseline_server/
compare_rendered_pictures_test.py 16 Although, if you're using an SVN checkout, this will blow away .svn directories
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. '
  /frameworks/base/docs/html/distribute/monetize/
subscriptions.jd 23 checkout details so your apps never have to directly process any financial
  /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/build/android/pylib/utils/
flakiness_dashboard_results_uploader.py 16 # Include path when ran from a Chromium checkout.
22 # Include path when ran from a WebKit checkout.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
test.py 298 LAYOUT_TEST_DIR = '/test.checkout/LayoutTests'
299 PERF_TEST_DIR = '/test.checkout/PerformanceTests'
307 filesystem.maybe_make_directory('/mock-checkout/LayoutTests')
308 if not filesystem.exists('/mock-checkout/LayoutTests/TestExpectations'):
309 filesystem.write_text_file('/mock-checkout/LayoutTests/TestExpectations', """
417 # dir" in a mock filesystem, rather than outside of the checkout, so
425 self._generic_expectations_path = '/mock-checkout/LayoutTests/TestExpectations'
488 return '/test.checkout'
base_unittest.py 218 port.expectations_files = lambda: ['/mock-checkout/third_party/WebKit/LayoutTests/platform/exists/TestExpectations', '/mock-checkout/third_party/WebKit/LayoutTests/platform/nonexistant/TestExpectations']
219 port._filesystem.write_text_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/exists/TestExpectations', '')
220 self.assertEqual('\n'.join(port.expectations_dict().keys()), '/mock-checkout/third_party/WebKit/LayoutTests/platform/exists/TestExpectations')
225 port._filesystem.write_text_file('/mock-checkout/third_party/WebKit/LayoutTests/platform/foo/TestExpectations', '')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/
gardeningserver_unittest.py 118 expected_stderr = "MOCK run_command: ['echo', 'rollout', '--force-clean', '--non-interactive', '2314', 'MOCK rollout reason'], cwd=/mock-checkout\n"
123 expected_stderr = "MOCK run_command: ['echo', 'rebaseline-json'], cwd=/mock-checkout, input={\"user-scripts/another-test.html\":{\"%s\": [%s]}}\n"
  /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/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/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/chromium_org/third_party/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/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/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>
  /docs/source.android.com/src/source/
developing.jd 88 <pre><code>$ git checkout BRANCH_NAME
97 <p><em>Note: A bug might be causing <code>repo sync</code> to reset the local topic branch. If <code>git branch</code> shows * (no branch) after you run <code>repo sync</code>, then run <code>git checkout</code> again.</em></p>

Completed in 502 milliseconds

1 2 3 4 5 6 78 91011>>