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

1 2 3

  /external/webkit/Tools/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
138 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 # Handles binary files (requires patches made by svn-create-patch).
47 # Handles copied and moved files (requires patches made by svn-create-patch).
53 # Handle copied and moved directories (would require patches made by svn-create-patch).
55 # Notice a patch that's being applied at the "wrong level" and make it work anyway.
56 # Do a dry run on the whole patch and don't do anything if part of the patch i
306 sub patch($) subroutine
    [all...]
  /frameworks/base/core/jni/android/graphics/
NinePatchPeeker.cpp 25 Res_png_9patch* patch = (Res_png_9patch*) data; local
26 size_t patchSize = patch->serializedSize();
30 memcpy(patchNew, patch, patchSize);
36 //printf("9patch: (%d,%d)-(%d,%d)\n",
41 // 'cause we don't want 565 predithered, since as a 9patch, we know
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_version.h 50 Uint8 patch; member in struct:SDL_version
61 (X)->patch = SDL_PATCHLEVEL; \
  /external/skia/legacy/src/animator/
SkDraw3D.h 35 Sk3D_Patch* patch; member in class:Sk3D_Camera
  /external/skia/src/animator/
SkDraw3D.h 35 Sk3D_Patch* patch; member in class:Sk3D_Camera
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_version.h 50 Uint8 patch; member in struct:SDL_version
61 (X)->patch = SDL_PATCHLEVEL; \
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_version.h 50 Uint8 patch; member in struct:SDL_version
61 (X)->patch = SDL_PATCHLEVEL; \
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_version.h 50 Uint8 patch; member in struct:SDL_version
61 (X)->patch = SDL_PATCHLEVEL; \
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
PerspectiveLodCalculator.java 48 private TerrainPatch patch; field in class:PerspectiveLodCalculator
78 return calculateLod(patch, locations, updates);
84 float[] lodEntropies = patch.getLodEntropies();
92 Vector3f patchPos = getCenterLocation(patch);
94 // vector from camera to patch
100 for (int i = 0; i <= patch.getMaxLod(); i++) {
101 if (distance < entropyDistances[i] || i == patch.getMaxLod()){
103 if (i != patch.getLod()) {
107 int prevLOD = patch.getLod();
111 UpdatedTerrainPatch utp = updates.get(patch.getName())
    [all...]
  /external/skia/src/core/
SkMaskFilter.cpp 202 NinePatch patch; local
204 patch.fMask.fImage = NULL;
206 clip.getBounds(), &patch)) {
208 SkASSERT(NULL == patch.fMask.fImage);
212 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter,
214 SkMask::FreeImage(patch.fMask.fImage);
218 SkASSERT(NULL == patch.fMask.fImage);
  /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,))
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_matching.h 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
49 of image patch*/
52 /*Pointer to patch layout*/
53 const float *patch; member in class:db_PointInfo_f
76 of image patch*/
79 /*Pointer to patch layout*/
80 const short *patch; member in class:db_PointInfo_u
165 * then the correlation patches themselves are warped before being placed in the patch space.
  /packages/apps/Gallery2/jni_mosaic/feature_stab/db_vlvm/
db_feature_matching.h 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
49 of image patch*/
52 /*Pointer to patch layout*/
53 const float *patch; member in class:db_PointInfo_f
76 of image patch*/
79 /*Pointer to patch layout*/
80 const short *patch; member in class:db_PointInfo_u
165 * then the correlation patches themselves are warped before being placed in the patch space.
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 31 DB_API void db_SignedSquareNormCorr21x21_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
32 DB_API void db_SignedSquareNormCorr11x11_PreAlign_u(short *patch,const unsigned char * const *f_img,int x_f,int y_f,float *sum,float *recip);
49 of image patch*/
52 /*Pointer to patch layout*/
53 const float *patch; member in class:db_PointInfo_f
76 of image patch*/
79 /*Pointer to patch layout*/
80 const short *patch; member in class:db_PointInfo_u
165 * then the correlation patches themselves are warped before being placed in the patch space.
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
BresenhamTerrainPicker.java 51 * all of the TerrainPatches hit (in distance order.) The triangles of each patch
89 TerrainPatch patch = pd.targetPatch; local
92 tracer.getGridSpacing().set(patch.getWorldScale());
93 tracer.setGridOrigin(patch.getWorldTranslation());
104 checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit);
107 cr.setGeometry(patch);
115 while (loc.x >= -1 && loc.x <= patch.getSize() &&
116 loc.y >= -1 && loc.y <= patch.getSize()) {
121 if (checkTriangles(loc.x, loc.y, workRay, intersection, patch, hit)) {
125 cr.setGeometry(patch);
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 112 void patch(DataLabelPtr label, void* value) function in class:JSC::LinkBuffer
118 void patch(DataLabelPtr label, CodeLocationLabel value) function in class:JSC::LinkBuffer
  /external/aac/libSBRdec/src/
lpp_tran.cpp 240 int patch; local
278 (because the last patch would be too short).
295 /* init bwIndex for each patch */
606 patch = 0;
608 while ( patch < pSettings->noOfPatches ) { /* inner loop over every patch */
610 int hiBand = loBand + patchParam[patch].targetBandOffs;
612 if ( loBand < patchParam[patch].sourceStartBand
613 || loBand >= patchParam[patch].sourceStopBand
616 /* Lowband not in current patch - proceed *
852 int i, patch; local
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 2 * Diff Match and Patch
5 * http://code.google.com/p/google-diff-match-patch/
40 * Functions for diff, match and patch.
41 * Computes the difference between two texts to create a patch.
42 * Applies the patch onto another text, allowing for errors.
48 * Class containing the diff, match and patch methods.
1802 Patch patch = new Patch(); local
2029 Patch patch = patches.getFirst(); local
2079 Patch patch; local
2205 Patch patch; local
    [all...]
  /external/skia/legacy/src/utils/
SkCamera.cpp 405 SkPatch3D patch; local
406 patch.transform(fRec->fMatrix);
407 return patch.dotWith(x, y, z);
412 SkPatch3D patch; local
413 patch.transform(fRec->fMatrix);
414 fCamera.patchToMatrix(patch, matrix);
  /external/skia/src/utils/
SkCamera.cpp 405 SkPatch3D patch; local
406 patch.transform(fRec->fMatrix);
407 return patch.dotWith(x, y, z);
412 SkPatch3D patch; local
413 patch.transform(fRec->fMatrix);
414 fCamera.patchToMatrix(patch, matrix);
  /bootable/recovery/applypatch/
applypatch.c 699 // entries in <patch_sha1_str>, the corresponding patch from
701 // new file (the type of patch is automatically detected from the
724 printf("patch %s: ", source_filename);
748 // The early-exit case: the patch was already applied, this file
916 const Value* patch; local
919 patch = source_patch_value;
922 patch = copy_patch_value;
925 if (patch->type != VAL_BLOB) {
926 printf("patch is not a blob\n");
948 // We write the decoded output to "<tgt-file>.patch"
    [all...]
  /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...]
  /external/freetype/src/base/
ftobjs.c 4477 FT_Int patch = 0; local
    [all...]
  /external/v8/src/
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...]

Completed in 1240 milliseconds

1 2 3