/external/chromium_org/tools/perf/ |
bootstrap_deps | 8 # Chrome checkout.
|
/external/chromium_org/tools/perf_expectations/tests/ |
perf_expectations_unittest.py | 30 # - a regular Chromium checkout, in which case src/third_party 33 # - a buildbot checkout, in which case .../pylibs is where 45 msg = "%s expects to live within a Chromium checkout" % sys.argv[0] 55 msg = "%s expects to live within a Chromium checkout" % sys.argv[0]
|
/external/chromium_org/tools/ |
safely-roll-deps.py | 67 help='Make destructive changes to the local checkout if ' 114 prnt_subprocess.check_call(['git', 'checkout', options.upstream, '-f']) 123 branch_cmd = ['git', 'checkout', '-b', new_branch, options.upstream] 155 prnt_subprocess.check_output(['git', 'checkout', old_branch])
|
/external/chromium_org/v8/ |
DEPS | 2 # directory and assume that the root of the checkout is in ./v8/, so
|
/external/chromium_org/v8/tools/oom_dump/ |
README | 3 To build one needs a google-breakpad checkout
|
/external/eclipse-basebuilder/ |
README.txt | 8 $ cvs -d :pserver:anonymous@dev.eclipse.org/cvsroot/eclipse/ checkout -r R3_6_2 org.eclipse.releng.basebuilder
|
/external/llvm/test/tools/llvm-profdata/ |
c-general.test | 1 REGENERATE: You need a checkout of clang with compiler-rt to generate the
|
/external/llvm/utils/crosstool/ |
create-snapshots.sh | 29 # Create "module-revision.tar.bz2" packages from the SVN checkout dirs.
|
/external/nanopb-c/extra/ |
nanopb.mk | 25 # Source only or git checkout
|
/external/qemu/docs/ |
REFACTORING-MADNESS.TXT | 49 See section III. to see how to checkout and submit to the idea133 branch. 93 platform, it is highly recommended to checkout the full branch with repo: 103 If you already have a 'master' checkout of AOSP, you can still work on individual 108 git checkout -t -b my-fix aosp/idea133
|
/external/skia/gm/rebaseline_server/ |
compare_configs_test.py | 16 Although, if you're using an SVN checkout, this will blow away .svn directories
|
download_actuals_test.py | 16 Although, if you're using an SVN checkout, this will blow away .svn directories
|
/external/skia/gyp/ |
android_system.gyp | 12 # that contains your primary Skia checkout. If it is not then you must manually
|
/external/skia/tools/ |
add_codereview_message.py | 17 cd /path/to/git/checkout 55 repository checkout to be used. 92 space, [git, 'checkout', branch_name]) 109 help='Path to the Git repository checkout,'
|
git-sync-deps | 8 """Parse a DEPS file and git checkout all of the dependencies. 85 """Checkout (and clone if needed) a Git repository. 94 passing to `git checkout` 121 [git, 'checkout', '--quiet', checkoutable], cwd=directory)
|
git_utils.py | 98 [git, 'checkout', '-q', '-b', 106 raise Exception('git checkout not clean:\n%s' % status) 107 vsp.check_call([git, 'checkout', '-q', self._original_branch]) 122 A string suitable for passing to `git checkout` later.
|
/frameworks/base/docs/html/ |
support.jd | 71 <a href="http://support.google.com/checkout/sell/">Merchant Help Center Home<br /> 72 <a href="http://support.google.com/checkout/sell/bin/static.py?hl=en&page=ts.cs&ts=2472700">Issue reporting tool<br /> 73 <a href="https://productforums.google.com/forum/#!forum/checkout-merchant">checkout-merchant</a> support forum<br />
|
/frameworks/base/tools/layoutlib/rename_font/ |
test.py | 9 PYTHONPATH="$PYTHONPATH:/path/to/android/checkout/external/fonttools/Lib" ./test.py
|
/frameworks/webview/chromium/tools/buildbot/ |
webview_buildbot_functions.sh | 70 # Basic setup for all bots to run after a source tree checkout. 92 # subfolder of the upstream chromium_org checkout (that would make repo think 97 export CHECKOUT="repo" 126 echo "No chromium_tot checkout detected. Creating new one.."
|
/external/chromium_org/third_party/skia/experimental/benchtools/ |
greenify.py | 55 subprocess.call(['git', 'checkout', 'master']) 75 cmds = ([['git', 'checkout', 'master'], 77 ['git', 'checkout', '-b', branch, '-t', 'origin/master'], 82 ['git', 'checkout', 'master'], 90 subprocess.call(['git', 'checkout', 'master'])
|
/external/chromium_org/tools/resources/ |
find_unused_resources.py | 11 Requires a git checkout. Must be run from your checkout's "src" root. 164 # Try to ensure we are in a source checkout. 170 # We require a git checkout to use git grep. 172 print 'You must use a git checkout for this script to run.'
|
/external/skia/experimental/benchtools/ |
greenify.py | 55 subprocess.call(['git', 'checkout', 'master']) 75 cmds = ([['git', 'checkout', 'master'], 77 ['git', 'checkout', '-b', branch, '-t', 'origin/master'], 82 ['git', 'checkout', 'master'], 90 subprocess.call(['git', 'checkout', 'master'])
|
/external/chromium_org/tools/clang/scripts/ |
update.py | 95 def Checkout(name, url, dir): 96 """Checkout the SVN module at url into dir. Use name for the log message.""" 98 RunCommand(['svn', 'checkout', '--force', 126 Checkout('LLVM', LLVM_REPO_URL + '/llvm/trunk', LLVM_DIR) 127 Checkout('Clang', LLVM_REPO_URL + '/cfe/trunk', CLANG_DIR) 128 Checkout('compiler-rt', LLVM_REPO_URL + '/compiler-rt/trunk', COMPILER_RT_DIR)
|
/frameworks/base/docs/html/google/play/billing/ |
billing_overview.jd | 14 <li>Checkout processing is automatically handled by Google Play, with the 26 <li><a href="#checkout">Google Play Purchase Flow</a></li> 129 <h2 id="checkout">Google Play Purchase Flow</h2> 130 <p>Google Play uses the same checkout backend service as is used for application 135 specific in-app product. Google Play then handles all of the checkout details for 138 <p>When the checkout process is complete,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
host_mock.py | 29 from webkitpy.common.checkout.scm.scm_mock import MockSCM 72 def checkout(self): member in class:MockHost
|