/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
host.py | 34 from webkitpy.common.checkout.scm.detection import SCMDetector 98 from webkitpy.common.checkout.scm.svn import SVN 118 from webkitpy.common.checkout.scm.git import Git
|
/external/chromium_org/v8/tools/push-to-trunk/ |
git_recipes.py | 61 self.Git(MakeArgs(["checkout -b", name, branch])) 76 self.Git(MakeArgs(["checkout -f", name])) 81 self.Git(MakeArgs(["checkout -f", branch_or_hash, "--", name]))
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/ |
commons-exec-1.2.pom | 205 <id>setup-checkout</id>
219 <id>prepare-checkout</id>
227 <arg line="checkout ${commons.scmPubUrl} ${commons.scmPubCheckoutDirectory}" />
|
/external/chromium_org/build/ios/ |
mac_build.gypi | 68 # nacl isn't in the iOS checkout, make sure it's turned off
|
/external/chromium_org/chrome/browser/media/ |
webrtc_browsertest_common.h | 22 // If the user's checkout don't have these dirs, they need to configure their
|
/external/chromium_org/chrome/browser/ui/android/autofill/ |
autofill_dialog_controller_android.h | 73 // The WebContents where the Autocomplete/Checkout action originated.
|
/external/chromium_org/components/gcm_driver/ |
fake_gcm_client.h | 49 virtual void CheckOut() OVERRIDE;
|
/external/chromium_org/content/shell/common/ |
shell_messages.h | 32 // Sets the path to the WebKit checkout.
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/bullet/ |
build.sh | 55 LogExecute git checkout $sha
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/lua/ |
build.sh | 53 LogExecute git checkout $sha
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/smoothlife/ |
build.sh | 52 LogExecute git checkout $sha
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
controllers.js | 56 // FIXME: checkout.rebaseline() accepts only 3 arguments, we pass 5. 57 checkout.rebaseline(failuresToRebaseline, function(response) { 101 checkout.updateExpectations(failureInfoList, function() { 308 checkout.rollout(revision, ui.rolloutReasonForTestNameList(testNameList)).then($.noop, function() {
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/ |
summary-mock.html | 44 <script src="scripts/checkout.js"></script>
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
config.py | 29 # FIXME: Remove this file altogether. It's useless in a Blink checkout.
|
/external/chromium_org/third_party/skia/tools/ |
submit_try | 72 """ Determine where the local checkout is rooted.""" 77 raise Exception('Couldn\'t find checkout root!') 120 is_svn: bool; whether or not we're in an svn checkout. 282 # Determine if we're in an SVN checkout.
|
svn.py | 88 def Checkout(self, url, path): 96 return self._RunCommand([SVN, 'checkout', url, path])
|
/external/chromium_org/tools/telemetry/ |
bootstrap_deps | 8 # Chrome checkout.
|
/external/chromium_org/tools/valgrind/ |
locate_valgrind.sh | 70 echo "Oops, could not find Valgrind binaries in your checkout." >&2
|
/external/skia/tools/ |
submit_try | 72 """ Determine where the local checkout is rooted.""" 77 raise Exception('Couldn\'t find checkout root!') 120 is_svn: bool; whether or not we're in an svn checkout. 282 # Determine if we're in an SVN checkout.
|
/ndk/sources/host-tools/sed-4.2.1/ |
Makefile.am | 48 ## BASEURL="http://$$HOST/cgi-bin/cvsweb.cgi/~checkout~/libc/posix" && \
|
/frameworks/base/docs/html/reference/com/google/android/gms/analytics/ecommerce/ |
ProductAction.html | 815 <p itemprop="articleBody">Class to construct transaction/checkout or other product interaction related information for a 890 <td class="jd-descrcol" width="100%">Action to use for hits with checkout data.</td> 897 <td class="jd-descrcol" width="100%">Action to be used for supplemental checkout data that needs to be provided after a checkout 1010 <div class="jd-descrdiv">Sets the label associated with the checkout.</div> 1028 <div class="jd-descrdiv">Sets the checkout processes's progress.</div> [all...] |
/external/chromium_org/google_apis/ |
BUILD.gn | 19 # it exists in your checkout. 24 # checkout, and implicitly set to false if not.
|
/external/chromium_org/media/tools/layout_tests/ |
test_expectations_history.py | 66 # Get directory name which is necesary to call PySVN.checkout(). 69 client.checkout(te_location_dir, temp_directory, recurse=False)
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-builder.py | 79 buildbot_common.BuildStep(build_prefix + 'Checkout Mono') 108 buildbot_common.Run(['git', 'checkout', git_rev], cwd=MONO_DIR)
|
/external/chromium_org/tools/ |
roll_swarming_client.py | 9 modifiable to allow different dependencies. Works only with git checkout and git 23 """Returns True is a git checkout is pristine."""
|