/external/chromium_org/courgette/ |
ensemble_apply.cc | 5 // This file contains the code to apply a Courgette patch. 22 // multi-stage patch. 308 SourceStream* patch, 313 status = patch_process.ReadHeader(patch); 325 // The rest of the patch stream is a StreamSet. 327 patch_streams.Init(patch); 384 // First read enough of the patch file to validate the header is well-formed. 391 // 'Dry-run' the first step of the patch process to validate format of header. 405 // Apply patch on streams.
|
/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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_sm4.cpp | 684 struct nv50_ir_varying *patch; local 702 info.in[r].patch = 0; 744 info.out[r].patch = 0; 795 patch = &info.in[info.numInputs]; 797 patch = &info.out[info.numOutputs]; 802 patch[r].mask |= sm4.params_patch[i].Mask; 803 patch[r].id = r; 804 if (patch[r].regular) // already visited 806 patch[r].regular = 1; 807 patch[r].patch = 1 [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_from_sm4.cpp | 684 struct nv50_ir_varying *patch; local 702 info.in[r].patch = 0; 744 info.out[r].patch = 0; 795 patch = &info.in[info.numInputs]; 797 patch = &info.out[info.numOutputs]; 802 patch[r].mask |= sm4.params_patch[i].Mask; 803 patch[r].id = r; 804 if (patch[r].regular) // already visited 806 patch[r].regular = 1; 807 patch[r].patch = 1 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-xlib/ |
Makefile | 85 -major $(GL_MAJOR) -minor $(GL_MINOR) -patch $(GL_TINY) \
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/xa-vmwgfx/ |
Makefile | 63 -major $(XA_MAJOR) -minor $(XA_MINOR) -patch $(XA_TINY) \
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
Makefile | 85 -major $(GL_MAJOR) -minor $(GL_MINOR) -patch $(GL_TINY) \
|
/external/mesa3d/src/gallium/targets/xa-vmwgfx/ |
Makefile | 63 -major $(XA_MAJOR) -minor $(XA_MINOR) -patch $(XA_TINY) \
|
/frameworks/base/libs/hwui/ |
DisplayListRenderer.cpp | 321 status_t DisplayListRenderer::drawPatch(SkBitmap* bitmap, Res_png_9patch* patch, 324 patch = refPatch(patch); 327 addDrawOp(new (alloc()) DrawPatchOp(bitmap, patch, left, top, right, bottom, paint));
|
ResourceCache.cpp | 386 int8_t* patch = (int8_t*) resource; local 387 delete[] patch;
|
/external/chromium_org/ppapi/ |
generate_ppapi_size_checks.py | 103 """Make the patch delete the lines starting with |start_line| up to but not 116 """Apply the patch by writing it to self.filename.""" 121 # Now apply the patch. Our strategy is to keep the array at the same size, 406 for filename, patch in file_patches.items(): 407 patch.Apply()
|
/external/chromium_org/third_party/openssl/ |
import_from_android.sh | 298 CHROMIUM_PATCHES=$(/bin/ls $CHROMIUM_PATCHES_DIR/*.patch 2>/dev/null) 301 (cd $ANDROID_SRC_DIR && run patch -p1) < $CHROMIUM_PATCH
|
/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/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/chromium_org/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...] |
/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");}
|
/prebuilts/ndk/4/platforms/android-8/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");}
|