HomeSort by relevance Sort by last modified time
    Searched full:cherry (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/mesa3d/bin/
get-pick-list.sh 3 # Script for generating a list of candidates for cherry-picking to a stable branch
5 # Grep for commits with "cherry picked from commit" in the commit message.
6 git log --reverse --grep="cherry picked from commit" origin/master..HEAD |\
7 grep "cherry picked from commit" |\
8 sed -e 's/^[[:space:]]*(cherry picked from commit[[:space:]]*//' -e 's/)//' > already_picked
15 if [ -f bin/.cherry-ignore ] ; then
16 if grep -q ^$sha bin/.cherry-ignore ; then
shortlog_mesa.sh 20 mesg=$(echo $l | sed 's/ (cherry picked from commit [0-9a-f]\+)//;s/\&/&amp;/g;s/</\&lt;/g;s/>/\&gt;/g')
.cherry-ignore 1 # These commits were cherry picked without using -x.
14 # Introduces performance regressions for other games... don't cherry-pick for now
  /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/ipaddr/
README.web-page-replay 12 Cherry picked revision 728996d6b1d4 to add license boilerplate to test-2to3.sh.
  /external/libjpeg-turbo/
README.android 15 These have been cherry picked from upstream and will be included in the 1.5
20 Cherry picked from upstream to address b/27494207.
  /external/compiler-rt/
README.android 21 * Cherry-pick on 2014/2/11: https://llvm.org/svn/llvm-project/compiler-rt/trunk@201068 and https://llvm.org/svn/llvm-project/compiler-rt/trunk@201070
31 * Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.)
32 * Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (Contact srhines for merge questions.)
  /external/deqp/external/vulkancts/
README.md 204 NOTE: When cherry-picking patches on top of release tag, please use `git cherry-pick -x`
325 Cherry GUI
328 Vulkan test module can be used with Cherry (GUI for test execution and
329 analysis). Cherry is available at
330 https://android.googlesource.com/platform/external/cherry. Please follow
336 In `cherry/testrunner.go`, add following line to `testPackageDescriptors` list
344 python scripts/build_caselists.py path/to/cherry/data
346 Cherry must be restarted for the case list update to take effect.
  /system/bt/tools/scripts/
change_types.sh 14 # this script can be used to help cherry-picking changes from older
  /external/bison/build-aux/
gitlog-to-changelog 79 --strip-cherry-pick remove data inserted by "git cherry-pick";
80 this includes the "cherry picked from commit ..." line,
240 'strip-cherry-pick' => \$strip_cherry_pick,
302 # Remove lines inserted by "git cherry-pick".
306 $rest =~ s/^\s*\(cherry picked from commit [\da-f]+\)\n//m;
  /external/strace/
gitlog-to-changelog 80 --strip-cherry-pick remove data inserted by "git cherry-pick";
81 this includes the "cherry picked from commit ..." line,
243 'strip-cherry-pick' => \$strip_cherry_pick,
307 # Remove lines inserted by "git cherry-pick".
311 $rest =~ s/^\s*\(cherry picked from commit [\da-f]+\)\n//m;
  /external/libselinux/
README.android 3 Some changes have been cherry-picked from the upstream libselinux.
  /external/chromium-trace/catapult/third_party/polymer/components/core-icon/
core-icon.html 44 Example of using an icon named `cherry` from a custom iconset with the ID `fruit`:
46 <core-icon icon="fruit:cherry"></core-icon>
  /external/mesa3d/docs/
relnotes-9.0.1.html 67 <li>mesa: add initial .cherry-ignore file for the 9.0 branch</li>
68 <li>mesa: use .cherry-ignore in the get-pick-list.sh script</li>
relnotes-9.0.3.html 93 <li>cherry-ignore: Ignore candidates for the 9.1 branch.</li>
179 <li>cherry-ignore: Ignore i965 guardband bug fixes.</li>
184 <li>cherry-ignore: Ignore candidates for the 9.1 branch.</li>
relnotes-7.10.1.html 155 <li>docs: update 7.9.2 release notes with Brian's cherry-picks</li>
279 <li>glsl: Regenerate compiler and glcpp files from cherry picks</li>
281 <li>docs: update 7.10.1 release notes with Ian's recent cherry picks</li>
285 <li>docs: Update 7.10.1 with (hopefully) the last of the cherry picks</li>
relnotes-7.9.2.html 148 <li>docs: update 7.9.2 release notes with Brian's cherry-picks</li>
257 <li>glcpp: Regenerate files from recent cherry picks</li>
259 <li>glsl: Regenerate compiler files from cherry picks</li>
264 <li>docs: Update 7.9.2 release notes for recent cherry picks</li>
  /external/bison/
Makefile.am 74 --strip-cherry-pick \
  /external/droiddriver/
contributing_aosp.md 34 If commits are uploaded together (on the same branch) then they are considered dependent upon eachother. To submit an individual commit without requiring other commits to be merged first, that commit must be cherry picked to a new branch. This can be done either locally or via the gerrit UI.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
PermissionsUtil.java 34 // Each permission in this list is a cherry-picked permission from a particular permission
  /docs/source.android.com/src/devices/tech/config/
kernel_network_tests.jd 40 of cherry-picked from android-3.10, and did not behave correctly.</li> <li>New
90 from 3.10 or 3.18 should mostly be a matter of cherry-picking the patches from
  /cts/tests/tests/net/src/android/net/ipv6/cts/
PingTest.java 41 * functionality can be obtained by cherry-picking the following patches from David Miller's
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_ContactCountsTest.java 152 .with(StructuredName.DISPLAY_NAME, "Cherry icecream")
  /external/clang/
ReadmeAndroid.md 24 cherry-picked to *dev*.
  /external/libbrillo/brillo/
key_value_store_unittest.cc 182 {"1", "apple"}, {"2", "banana"}, {"3", "cherry"}
  /external/pdfium/
README.md 139 git cherry-pick -x <commit hash>

Completed in 348 milliseconds

1 2 3