/external/v8/tools/ |
common-includes.sh | 38 PATCH_FILE="$PERSISTFILE_BASENAME-patch" 39 PATCH_OUTPUT_FILE="$PERSISTFILE_BASENAME-patch-output" 147 for v in MAJOR MINOR BUILD PATCH; do 156 echo -n "Please enter the email address of a V8 reviewer for your patch: " 165 change. (If you need to iterate on the patch or double check that it's \ 176 # Takes a file containing the patch to apply as first argument. 178 patch -p1 < "$1" > "$PATCH_OUTPUT_FILE" || \ 179 { cat "$PATCH_OUTPUT_FILE" && die "Applying the patch failed."; }
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
NinePatchDrawable.java | 49 * <a href="{@docRoot}guide/topics/graphics/2d-graphics.html#nine-patch"> 52 * <a href="{@docRoot}guide/developing/tools/draw9patch.html">Draw 9-patch</a> tool guide.</p></div> 74 * Create drawable from raw nine-patch data, not dealing with density. 84 * Create drawable from raw nine-patch data, setting initial target density 94 * Create drawable from raw nine-patch data, setting initial target density 106 * Create drawable from existing nine-patch, not dealing with density. 111 public NinePatchDrawable(NinePatch patch) { 112 this(new NinePatchState(patch, new Rect()), null); 116 * Create drawable from existing nine-patch, setting initial target density 119 public NinePatchDrawable(Resources res, NinePatch patch) { [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ThinPatchesActivity.java | 54 mPatch1 = resources.getDrawable(R.drawable.patch);
|
/bionic/libc/kernel/arch-mips/asm/ |
cpu.h | 120 #define PRID_REV_ENCODE_332(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
|
/bootable/recovery/applypatch/ |
applypatch.c | 687 // entries in <patch_sha1_str>, the corresponding patch from 689 // new file (the type of patch is automatically detected from the 712 printf("patch %s: ", source_filename); 736 // The early-exit case: the patch was already applied, this file 904 const Value* patch; local 907 patch = source_patch_value; 910 patch = copy_patch_value; 913 if (patch->type != VAL_BLOB) { 914 printf("patch is not a blob\n"); 936 // We write the decoded output to "<tgt-file>.patch" [all...] |
/build/tools/releasetools/ |
common.py | 849 self.patch = None 853 """Compute the patch (as a string of data) needed to turn sf into 890 self.patch = diff 891 return self.tf, self.sf, self.patch 897 computing the patch failed.""" 898 return self.tf, self.sf, self.patch 923 tf, sf, patch = d.GetPatch() 928 if patch is None: 932 dur, len(patch), tf.size, 100.0 * len(patch) / tf.size, name [all...] |
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
cpu.h | 120 #define PRID_REV_ENCODE_332(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
|
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/ |
tcmalloc.h.in | 75 // and/or patch are not NULL, they are set to the major version, 76 // minor version, and patch-code (a string, usually ""). 78 const char** patch) __THROW;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/gperftools/ |
tcmalloc.h.in | 75 // and/or patch are not NULL, they are set to the major version, 76 // minor version, and patch-code (a string, usually ""). 78 const char** patch) __THROW;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/ |
tcmalloc.h.in | 75 // and/or patch are not NULL, they are set to the major version, 76 // minor version, and patch-code (a string, usually ""). 78 const char** patch) __THROW;
|
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/gperftools/ |
tcmalloc.h.in | 75 // and/or patch are not NULL, they are set to the major version, 76 // minor version, and patch-code (a string, usually ""). 78 const char** patch) __THROW;
|
/external/chromium_org/v8/tools/ |
merge-to-branch.sh | 35 TEMPORARY_PATCH_FILE="$PERSISTFILE_BASENAME-temporary-patch" 51 -p Specify a patch file to apply as part of the merge 52 -m Specify a commit message for the patch 114 die "Either a patch file or revision numbers must be specified" 134 echo ">>> Step $CURRENT_STEP: Create a fresh branch for the patch." 195 echo "Applying patch for $HASH to $MERGE_TO_BRANCH..." 214 restore_if_unset "PATCH" 215 NEWPATCH=$(($PATCH + 1)) 222 -i.bak "$VERSION_FILE" || die "Could not increment patch level"
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
dnsmasq.SlackBuild | 25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit
|
/external/kernel-headers/original/asm-mips/ |
cpu.h | 143 * the patch number. *ARGH* 147 #define PRID_REV_ENCODE_332(ver, rev, patch) \ 148 ((ver) << 5 | (rev) << 2 | (patch))
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ |
cpu.h | 120 #define PRID_REV_ENCODE_332(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ |
cpu.h | 120 #define PRID_REV_ENCODE_332(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ |
cpu.h | 120 #define PRID_REV_ENCODE_332(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/ |
cpu.h | 120 #define PRID_REV_ENCODE_332(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/ |
cpu.h | 120 #define PRID_REV_ENCODE_332(ver, rev, patch) ((ver) << 5 | (rev) << 2 | (patch))
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri_glx.c | 344 dri_version.patch = driDpy->driPatch; 373 drm_version.patch = version->version_patchlevel; 379 drm_version.patch = -1; 393 &ddx_version.patch, &driverName)) { 950 int major, minor, patch; local 956 if (!XF86DRIQueryVersion(dpy, &major, &minor, &patch)) { 967 pdpyp->driPatch = patch;
|
/external/kernel-headers/original/linux/ |
soundcard.h | 465 * route the patch to the corresponding device. [all...] |
/external/mesa3d/src/glx/ |
dri_glx.c | 344 dri_version.patch = driDpy->driPatch; 373 drm_version.patch = version->version_patchlevel; 379 drm_version.patch = -1; 393 &ddx_version.patch, &driverName)) { 950 int major, minor, patch; local 956 if (!XF86DRIQueryVersion(dpy, &major, &minor, &patch)) { 967 pdpyp->driPatch = patch;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
soundcard.h | 453 * route the patch to the corresponding device. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
soundcard.h | 453 * route the patch to the corresponding device. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
soundcard.h | 453 * route the patch to the corresponding device. [all...] |