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

1 2 3 4 5 67 8 9

  /prebuilts/ndk/8/platforms/android-9/arch-mips/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/8/platforms/android-9/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");}
  /external/v8/src/
ic.h 729 void patch(Code* code);
757 void patch(Code* code);
815 void patch(Code* code);
ic.cc 460 // Patch the receiver and use the delegate as the function to
732 // Patch the call site depending on the state of the cache.
2120 void UnaryOpIC::patch(Code* code) { function in class:v8::internal::UnaryOpIC
2185 void BinaryOpIC::patch(Code* code) { function in class:v8::internal::BinaryOpIC
2554 void ToBooleanIC::patch(Code* code) { function in class:v8::internal::ToBooleanIC
    [all...]
  /development/build/tools/
windows_sdk.mk 9 # - mirror the linux SDK directory and patch it with the Windows tools
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 142 /* Monkey patch Token static vars that depend on CommonToken. */
  /external/regex-re2/lib/codereview/
codereview.py 328 # because we want the patch sets to record the repository
329 # and base revision they are diffs against. We use the patch
331 # the first patch set. Instead the message gets used as the
334 # This has the effect that every CL begins with an empty "Patch set 1".
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_syswm.c 283 info->version.patch) >=
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11modes.c 463 int major, minor, patch, version, scannum; local
464 major = 0; minor = 0; patch = 0;
465 scannum = fscanf(metro_fp, "%d.%d.%d", &major, &minor, &patch);
470 version = major*100+minor*10+patch;
    [all...]
SDL_x11wm.c 600 info->version.patch) >= 1002 ) {
608 info->version.patch) >= 1212 ) {
  /external/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
102 die "Either a patch file or revision numbers must be specified"
114 echo ">>> Step $CURRENT_STEP: Create a fresh branch for the patch."
135 NEW_COMMIT_MSG="Applied patch to $MERGE_TO_BRANCH branch."
169 echo "Applying patch for $HASH to $MERGE_TO_BRANCH..."
189 restore_if_unset "PATCH"
190 NEWPATCH=$(($PATCH + 1))
  /ndk/build/tools/
download-toolchain-sources.sh 55 register_var_option "--no-patches" OPTION_NO_PATCHES "Do not patch sources"
242 # Patch the toolchain sources
247 run $PROGDIR/patch-sources.sh $FLAGS $TMPDIR $PATCHES_DIR
249 dump "ERROR: Could not patch sources."
build-mingw64-toolchain.sh 438 PATCHES=$(find "$PATCHES_DIR" -name "*.patch" | sort)
439 for PATCH in $PATCHES; do
440 echo "Patching mingw-w64-$MINGW_W64_REVISION with $PATCH"
441 (cd $MINGW_W64_SRC && run patch -p0 < $PATCH)
  /external/blktrace/doc/
blktrace.tex 36 \item[Kernel patch] A patch to the Linux kernel which includes the
39 you don't need to patch blktrace support as it is already included.
51 The blktrace and blkparse utilities and associated kernel patch are provided
65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be:
75 A patch for a \emph{specific Linux kernel} is provided in bt/kernel (where
82 linux-2.6.13.tar.bz2 and patch-2.6.14-rc1.bz2
88 % bunzip2 -c ../patch-2.6.14-rc1.bz2 | patch -p1
92 patch-2.6.14-rc1.bz2
    [all...]
  /external/v8/test/mjsunit/
debug-liveedit-check-stack.js 59 assertEquals(false, successfully_changed, "applying patch second time");
debug-liveedit-patch-positions.js 112 // Check that after the second patch maping between sources position and
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
mock.py 56 'patch',
294 def patch(target, new=DEFAULT, spec=None, create=False): function
298 raise TypeError("Need a valid target to patch. You supplied: %r" % (target,))
  /external/javassist/src/main/javassist/
CtBehavior.java 51 boolean patch = false;
60 patch = true;
67 if (isCons && patch)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jar 
  /external/chromium/build/
install-build-deps.sh 62 patch -p1 <<EOF
159 mesa-common-dev msttcorefonts patch perl php5-cgi pkg-config python
  /external/ppp/pppd/
sys-linux.c 240 static void decode_version (char *buf, int *version, int *mod, int *patch);
    [all...]
  /build/tools/releasetools/
ota_from_target_files 312 """Generate a binary patch that creates the recovery image starting
314 kernel, which is identical for the two, so the resulting patch
337 _, _, patch = d.ComputePatch()
338 common.ZipWriteStr(output_zip, "recovery/recovery-from-boot.p", patch)
518 # File is different; consider sending as a patch
529 # patch is almost as big as the file; don't bother patching
533 common.ZipWriteStr(output_zip, "patch/" + tf.name + ".p", d)
589 common.ZipWriteStr(output_zip, "patch/boot.img.p", d)
632 script.ApplyPatch("/"+fn, "-", tf.size, tf.sha1, sf.sha1, "patch/"+fn+".p")
637 # Produce the boot image by applying a patch to the curren
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
nmake.mak 18 # support it (openssl-tls-extensions.patch)
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 564 patchBuffer.patch(iter->storeLocation, patchBuffer.locationOf(iter->target).executableAddress());
610 // patch the call so we do not continue to try to link.
627 // patch the call so we do not continue to try to link.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 269 You need to a patch corresponding to the patched toolchain sources that
1092 # Now, we need to patch libc.so which is actually a linker script
    [all...]

Completed in 482 milliseconds

1 2 3 4 5 67 8 9