HomeSort by relevance Sort by last modified time
    Searched refs:patch (Results 276 - 300 of 316) sorted by null

<<111213

  /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. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/
build-hardy-toolchain.sh     [all...]
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 477 * of the form major.minor.build.patch.
  /external/chromium_org/third_party/x86inc/
x86inc.asm 32 ; purposes to add a new feature, we strongly encourage contributing a patch
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/elfutils/
elfutils.spec 513 - add "make check" and segfault avoidance 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/chromium_org/third_party/freetype/src/base/
ftobjs.c 4656 FT_Int patch = 0; local
    [all...]
  /external/freetype/src/base/
ftobjs.c 4656 FT_Int patch = 0; local
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 205 char* patch = (char*) inData; local
207 memmove(&outData->wasDeserialized, patch, 4); // copy wasDeserialized, numXDivs, numYDivs, numColors
208 memmove(&outData->paddingLeft, patch + 12, 4); // copy wasDeserialized, numXDivs, numYDivs, numColors
    [all...]
  /external/chromium_org/v8/src/
liveedit-debugger.js 560 // textually correspond), but we cannot patch the code, so we see them
    [all...]
  /external/libvpx/libvpx/third_party/x86inc/
x86inc.asm 33 ; purposes to add a new feature, we strongly encourage contributing a patch
  /external/v8/src/
liveedit-debugger.js 543 // textually correspond), but we cannot patch the code, so we see them
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 405 Label patch; local
434 // If we need a map later and have a Smi -> patch.
435 __ JumpIfSmi(argument, &patch, Label::kNear);
495 __ bind(&patch);
548 // Patch the caller to an appropriate specialized stub and return the
694 // Patch the caller to an appropriate specialized stub and return the
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 1785 Label patch; local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 422 Label patch; local
452 // If we need a map later and have a Smi -> patch.
453 __ JumpIfSmi(argument, &patch, Label::kNear);
514 __ bind(&patch);
583 // Patch the caller to an appropriate specialized stub and return the
844 // Patch the caller to an appropriate specialized stub and return the
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 1870 Label patch; local
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js 286 // patch: Integer
287 // Patch version. If total version is "1.2.0beta1", will be 0
294 this.patch = 0;
300 major: 1, minor: 6, patch: 1, flag: "",
304 return major + "." + minor + "." + patch + flag + " (" + revision + ")"; // String
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]

Completed in 590 milliseconds

<<111213