HomeSort by relevance Sort by last modified time
    Searched refs:patch (Results 101 - 125 of 207) sorted by null

1 2 3 45 6 7 8 9

  /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/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))
  /external/kernel-headers/original/linux/
soundcard.h 465 * route the patch to the corresponding device.
    [all...]
  /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...]
  /external/smack/asmack-master/
build.bash 177 echo "## Step 25: patch build/src"
179 for PATCH in `(cd "../../../${1}" ; find -maxdepth 1 -type f)|sort` ; do
180 echo $PATCH
181 if [[ $PATCH == *.sh ]]; then
182 "../../../${1}/$PATCH" || exit 1
183 elif [[ $PATCH == *.patch ]]; then
184 patch -p0 < "../../../${1}/$PATCH" || exit 1
257 for dir in `find patch -maxdepth 1 -mindepth 1 -type d`; d
    [all...]
  /external/stlport/etc/
STLport-4.5.1.spec 13 Patch0: STLport-rename.patch
14 #Patch1: STLport-rules.patch
15 #Patch2: STLport-install-dir.patch
  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 112 void patch(DataLabelPtr label, void* value) function in class:JSC::LinkBuffer
118 void patch(DataLabelPtr label, CodeLocationLabel value) function in class:JSC::LinkBuffer
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 429 Res_png_9patch* patch = reinterpret_cast<Res_png_9patch*>(storage); local
430 Res_png_9patch::deserialize(patch);
432 renderer->drawPatch(bitmap, &patch->xDivs[0], &patch->yDivs[0],
433 &patch->colors[0], patch->numXDivs, patch->numYDivs, patch->numColors,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar 
  /external/chromium/testing/gmock/scripts/
upload.py 61 # Max size of patch or base file.
438 group = parser.add_option_group("Patch options")
441 help="A message to identify the patch. "
643 """Helper that calls GetBase file for each file in the patch.
    [all...]
  /external/chromium/testing/gtest/scripts/
upload.py 61 # Max size of patch or base file.
438 group = parser.add_option_group("Patch options")
441 help="A message to identify the patch. "
643 """Helper that calls GetBase file for each file in the patch.
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/scripts/
upload.py 61 # Max size of patch or base file.
438 group = parser.add_option_group("Patch options")
441 help="A message to identify the patch. "
643 """Helper that calls GetBase file for each file in the patch.
    [all...]
  /bionic/libc/kernel/common/linux/
soundcard.h     [all...]
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 787 #define SEQ_PGM_CHANGE(dev, chn, patch) {OSS_patch_caching(dev, chn, patch, seqfd, _seqbuf, _seqbuflen); _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0);}
789 #define SEQ_PGM_CHANGE(dev, chn, patch) _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0)
826 #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) SEQ_DUMPBUF(); if (write(seqfd, (char*)(patchx), len)==-1) perror("Write patch: /dev/sequencer");}
  /external/e2fsprogs/debian/
rules 517 dpkg-gensymbols -p$$i -Pdebian/$$i > debian/$$i.tmp-patch; \
518 cat debian/$$i.tmp-patch; \
519 patch debian/$$i.symbols < debian/$$i.tmp-patch; \
520 /bin/rm debian/$$i.tmp-patch; \
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
soundcard.h 787 #define SEQ_PGM_CHANGE(dev, chn, patch) {OSS_patch_caching(dev, chn, patch, seqfd, _seqbuf, _seqbuflen); _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0);}
789 #define SEQ_PGM_CHANGE(dev, chn, patch) _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0)
826 #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) SEQ_DUMPBUF(); if (write(seqfd, (char*)(patchx), len)==-1) perror("Write patch: /dev/sequencer");}
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
soundcard.h 787 #define SEQ_PGM_CHANGE(dev, chn, patch) {OSS_patch_caching(dev, chn, patch, seqfd, _seqbuf, _seqbuflen); _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0);}
789 #define SEQ_PGM_CHANGE(dev, chn, patch) _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0)
826 #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) SEQ_DUMPBUF(); if (write(seqfd, (char*)(patchx), len)==-1) perror("Write patch: /dev/sequencer");}
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
soundcard.h 787 #define SEQ_PGM_CHANGE(dev, chn, patch) {OSS_patch_caching(dev, chn, patch, seqfd, _seqbuf, _seqbuflen); _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0);}
789 #define SEQ_PGM_CHANGE(dev, chn, patch) _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0)
826 #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) SEQ_DUMPBUF(); if (write(seqfd, (char*)(patchx), len)==-1) perror("Write patch: /dev/sequencer");}
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
soundcard.h 787 #define SEQ_PGM_CHANGE(dev, chn, patch) {OSS_patch_caching(dev, chn, patch, seqfd, _seqbuf, _seqbuflen); _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0);}
789 #define SEQ_PGM_CHANGE(dev, chn, patch) _CHN_COMMON(dev, MIDI_PGM_CHANGE, chn, patch, 0, 0)
826 #define SEQ_WRPATCH(patchx, len) {if (_seqbufptr) SEQ_DUMPBUF(); if (write(seqfd, (char*)(patchx), len)==-1) perror("Write patch: /dev/sequencer");}

Completed in 2519 milliseconds

1 2 3 45 6 7 8 9