/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
Android.mk | 13 # In an Android project place a libvpx checkout in the jni directory.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_trace.py | 305 # sys.prefix does not work when running from a checkout
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_trace.py | 305 # sys.prefix does not work when running from a checkout
|
/external/bison/build-aux/ |
gendocs.sh | 42 scripturl="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs.sh" 43 templateurl="http://savannah.gnu.org/cgi-bin/viewcvs/~checkout~/texinfo/texinfo/util/gendocs_template"
|
/external/chromium_org/components/gcm_driver/ |
gcm_client_impl_unittest.cc | 524 TEST_F(GCMClientImplTest, CheckOut) { 527 gcm_client()->CheckOut();
|
/external/chromium_org/tools/clang/scripts/ |
update.sh | 225 echo Checkout failed, retrying 237 # clang needs a libc++ checkout, else -stdlib=libc++ won't find includes
|
/external/chromium_org/v8/tools/push-to-trunk/ |
common_includes.py | 361 # Cancel if this is not a git checkout. 363 self.Die("This is not a git checkout, this script won't work for you.")
|
/external/clang/docs/ |
LibASTMatchersTutorial.rst | 42 git checkout release 49 git checkout next
|
/frameworks/base/docs/html/google/play/billing/ |
billing_testing.jd | 164 with a reserved product ID. Figure 1 shows the checkout flow for the reserved item that has the 263 experience, including the actual purchases from Google Play and the actual checkout flow that
|
/frameworks/base/docs/html/google/play/billing/v2/ |
billing_subscriptions.jd | 209 Google Play to display the checkout user interface and handle the financial 229 launch the checkout UI and the message flow proceeds exactly as described in <a
|
/frameworks/webview/chromium/tools/ |
merge_from_chromium.py | 180 merge_common.GetCommandStdout(['git', 'checkout', 201 merge_common.GetCommandStdout(['git', 'checkout',
|
/external/chromium_org/tools/ |
bisect-perf-regression.py | 825 """Returns the path to the build directory, relative to the checkout root. 827 Assumes that the current working directory is the checkout root. 1057 results = RunGit(['checkout', revision])[1] [all...] |
run-bisect-perf-regression.py | 447 'script, which will use it as the location to checkout '
|
/docs/source.android.com/src/source/ |
known-issues.jd | 53 <pre><code>$ repo forall platform/external/qemu -c git checkout aosp/tools_r12
|
using-repo.jd | 133 <p>A <code>repo sync</code> should effectively remove any commits retrieved via <code>repo download</code>. Or, you can check out the remote branch; e.g., <code>git checkout m/master</code>.</p>
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_test.h | 85 // part of the Chromium checkout.
|
/external/chromium_org/google_apis/ |
google_api_keys_unittest.cc | 106 // Test official build behavior, since we are in a checkout where this
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ |
ui.js | 413 Promise.all([checkout.lastBlinkRollRevision(), rollbot.fetchCurrentRoll()]).then(function(results) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
layout_tests_mover.py | 52 from webkitpy.common.checkout.scm.detection import SCMDetector
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
perftestsrunner.py | 39 from webkitpy.common.checkout.scm.detection import SCMDetector
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/ |
multicommandtool.py | 184 # Only show commands which are relevant to this checkout's SCM system. Might this be confusing to some users?
|
/external/chromium_org/third_party/openssl/ |
import_from_android.sh | 288 run git checkout $GIT_CHECKOUT_FLAGS $ANDROID_OPENSSL_GIT_COMMIT
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
system-alloc.cc | 230 // http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/libc/misc/sbrk.c?rev=1.1.2.1&content-type=text/plain&cvsroot=glibc
|
/external/chromium_org/third_party/webrtc/tools/barcode_tools/ |
barcode_encoder.py | 265 path_to_zxing(string): The path to the Zxing checkout folder.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/ |
build-lucid-multilib-toolchain.sh | 1249 run $GIT_CMD checkout -b $GIT_BRANCH origin/$GIT_BRANCH 1250 fail_panic "Could not checkout $1 ?" 1256 run $GIT_CMD checkout $REVISION 1257 fail_panic "Could not checkout $1 ?" [all...] |