HomeSort by relevance Sort by last modified time
    Searched defs:patch (Results 1 - 23 of 23) sorted by null

  /external/webkit/WebKitTools/Scripts/
svn-unapply 33 # Differences from invoking "patch -p0 -R":
39 # Paths from Index: lines are used rather than the paths on the patch lines, which
43 # the patch before it is applied (svn-apply sets it when applying a patch).
44 # Handles binary files (requires patches made by svn-create-patch).
45 # Handles copied and moved files (requires patches made by svn-create-patch).
51 # Handle copied and moved directories (would require patches made by svn-create-patch).
52 # Use version numbers in the patch file and do a 3-way merge.
54 # Notice a patch that's being unapplied at the "wrong level" and make it work anyway.
55 # Do a dry run on the whole patch and don't do anything if part of the patch i
166 sub patch($) subroutine
    [all...]
svn-apply 31 # "patch" script for WebKit Open Source Project, used to apply patches.
33 # Differences from invoking "patch -p0":
40 # Has mode where it will roll back to svn version numbers in the patch file so svn
42 # Paths from Index: lines are used rather than the paths on the patch lines, which
46 # the patch to today's date using $changeLogTimeZone.
47 # Handles binary files (requires patches made by svn-create-patch).
48 # Handles copied and moved files (requires patches made by svn-create-patch).
54 # Handle copied and moved directories (would require patches made by svn-create-patch).
56 # Notice a patch that's being applied at the "wrong level" and make it work anyway.
57 # Do a dry run on the whole patch and don't do anything if part of the patch i
328 sub patch($) subroutine
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_version.h 45 Uint8 patch; member in struct:SDL_version
55 (X)->patch = SDL_PATCHLEVEL; \
  /external/skia/src/animator/
SkDraw3D.h 43 Sk3D_Patch* patch; member in class:Sk3D_Camera
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_version.h 45 Uint8 patch; member in struct:SDL_version
55 (X)->patch = SDL_PATCHLEVEL; \
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_version.h 45 Uint8 patch; member in struct:SDL_version
55 (X)->patch = SDL_PATCHLEVEL; \
  /prebuilt/windows/sdl/host/include/SDL/
SDL_version.h 50 Uint8 patch; member in struct:SDL_version
60 (X)->patch = SDL_PATCHLEVEL; \
  /prebuilt/windows/sdl/include/SDL/
SDL_version.h 45 Uint8 patch; member in struct:SDL_version
55 (X)->patch = SDL_PATCHLEVEL; \
  /external/webkit/JavaScriptCore/assembler/
LinkBuffer.h 99 void patch(DataLabelPtr label, void* value) function in class:JSC::LinkBuffer
104 void patch(DataLabelPtr label, CodeLocationLabel value) function in class:JSC::LinkBuffer
  /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,))
  /external/skia/src/utils/
SkCamera.cpp 425 SkPatch3D patch; local
426 patch.transform(fRec->fMatrix);
427 return patch.dotWith(x, y, z);
434 SkPatch3D patch; local
435 patch.transform(fRec->fMatrix);
436 fCamera.patchToMatrix(patch, matrix);
  /frameworks/base/media/libstagefright/codecs/aacdec/
sbr_generate_high_freq.cpp 208 struct PATCH *Patch,
213 Int32 patch; local
342 /* First patch */
347 patch = 0;
354 Patch->targetStartBand[patch] = targetStopBand;
356 numBandsInPatch = goalSb - targetStopBand; /* get the desired range of the patch */
360 /* desired number bands are not available -> patch whole source range */
397 if ((numBandsInPatch < 3) && (patch > 0)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 434 int major, minor, patch, version; local
435 major = 0; minor = 0; patch = 0;
436 fscanf(metro_fp, "%d.%d.%d", &major, &minor, &patch);
438 version = major*100+minor*10+patch;
    [all...]
  /bootable/recovery/applypatch/
applypatch.c 576 // entries in <patch_sha1_str>, the corresponding patch from
578 // new file (the type of patch is automatically detected from the
600 printf("\napplying patch to %s\n", source_filename);
622 // The early-exit case: the patch was already applied, this file
624 printf("\"%s\" is already target; no patch needed\n",
761 const Value* patch; local
764 patch = source_patch_value;
767 patch = copy_patch_value;
770 if (patch->type != VAL_BLOB) {
771 printf("patch is not a blob\n")
    [all...]
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 66 Res_png_9patch* patch = (Res_png_9patch*) data; local
67 size_t patchSize = patch->serializedSize();
71 memcpy(patchNew, patch, patchSize);
79 //printf("9patch: (%d,%d)-(%d,%d)\n",
85 // 'cause we don't want 565 predithered, since as a 9patch, we know
Canvas.cpp 988 SkBoundaryPatch patch; local
    [all...]
  /external/freetype/src/base/
ftobjs.c 4369 FT_Int patch = 0; local
    [all...]
  /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. */
  /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...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 494 milliseconds