HomeSort by relevance Sort by last modified time
    Searched refs:patch (Results 76 - 93 of 93) sorted by null

1 2 34

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h     [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/
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,))
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 988 SkBoundaryPatch patch; local
    [all...]
  /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 295 """Generate a binary patch that creates the recovery image starting
297 kernel, which is identical for the two, so the resulting patch
310 _, _, patch = d.ComputePatch()
311 common.ZipWriteStr(output_zip, "recovery/recovery-from-boot.p", patch)
488 # File is different; consider sending as a patch
499 # patch is almost as big as the file; don't bother patching
503 common.ZipWriteStr(output_zip, "patch/" + tf.name + ".p", d)
559 common.ZipWriteStr(output_zip, "patch/boot.img.p", d)
595 script.ApplyPatch("/"+fn, "-", tf.size, tf.sha1, sf.sha1, "patch/"+fn+".p")
600 # Produce the boot image by applying a patch to the curren
    [all...]
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 534 patchBuffer.patch(iter->storeLocation, patchBuffer.locationOf(iter->target).executableAddress());
609 // patch the call so we do not continue to try to link.
  /external/elfutils/
elfutils.spec 277 - add "make check" and segfault avoidance patch.
  /external/kernel-headers/original/asm-x86/
paravirt.h 38 * Patch may replace one of the defined code sequences with
41 * registers other than EAX. The patch function should return
45 unsigned (*patch)(u8 type, u16 clobber, void *insnbuf, member in struct:pv_init_ops
247 * what to patch. */
327 * the very least we can patch the call to e a simple direct call, or
328 * ideally, patch an inline implementation into the callsite. (Direct
1006 /* These all sit in the .parainstructions section to tell us what to patch. */
  /external/iproute2/doc/
api-ip6-flowlabels.tex 115 is followed by attempts to patch the hole and more mistakes...
ip-cref.tex     [all...]
  /external/libpng/
CHANGES     [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp     [all...]
  /external/freetype/src/base/
ftobjs.c 4369 FT_Int patch = 0; local
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 202 char* patch = (char*) inData; local
204 memmove(&outData->wasDeserialized, patch, 4); // copy wasDeserialized, numXDivs, numYDivs, numColors
205 memmove(&outData->paddingLeft, patch + 12, 4); // copy wasDeserialized, numXDivs, numYDivs, numColors
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 699 milliseconds

1 2 34