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

1 2 3 4

  /external/chromium_org/third_party/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
311 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/chromium_org/chrome/installer/setup/
archive_patch_helper_unittest.cc 51 base::FilePath patch = data_dir_.AppendASCII("archive.diff"); local
57 archive_helper.set_last_uncompressed_file(patch);
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
entry_x86_tls.h 96 char patch[8] = { local
102 *((unsigned long *) (patch + 2)) = x86_current_tls();
105 memcpy(entry, patch, sizeof(patch));
  /external/chromium_org/third_party/skia/src/animator/
SkDraw3D.h 35 Sk3D_Patch* patch; member in class:Sk3D_Camera
  /external/mesa3d/src/mapi/mapi/
entry_x86_tls.h 96 char patch[8] = { local
102 *((unsigned long *) (patch + 2)) = x86_current_tls();
105 memcpy(entry, patch, sizeof(patch));
  /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/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/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx.c 103 int major, minor, patch; local
108 if (!XAppleDRIQueryVersion(dpy, &major, &minor, &patch))
  /external/mesa3d/src/glx/apple/
apple_glx.c 103 int major, minor, patch; local
108 if (!XAppleDRIQueryVersion(dpy, &major, &minor, &patch))
  /frameworks/base/libs/hwui/
ResourceCache.cpp 386 int8_t* patch = (int8_t*) resource; local
387 delete[] patch;
PatchCache.cpp 34 mSize(0), mCache(LruCache<PatchDescription, Patch*>::kUnlimitedCapacity),
38 INIT_LOGD(" Setting patch cache size to %skB", property);
41 INIT_LOGD(" Using default patch cache size of %.2fkB", DEFAULT_PATCH_CACHE_SIZE);
95 LruCache<PatchDescription, Patch*>::Iterator i(mCache);
110 void PatchCache::remove(Vector<patch_pair_t>& patchesToRemove, Res_png_9patch* patch) {
111 LruCache<PatchDescription, Patch*>::Iterator i(mCache);
114 if (key.getPatch() == patch) {
120 void PatchCache::removeDeferred(Res_png_9patch* patch) {
122 mGarbage.push(patch);
143 const Patch* patch = pair.getSecond() local
    [all...]
  /external/chromium_org/third_party/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/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...]
  /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/Camera2/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/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/chromium_org/third_party/skia/src/core/
SkMaskFilter.cpp 216 NinePatch patch; local
218 patch.fMask.fImage = NULL;
220 clip.getBounds(), &patch)) {
222 SkASSERT(NULL == patch.fMask.fImage);
226 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter,
228 SkMask::FreeImage(patch.fMask.fImage);
232 SkASSERT(NULL == patch.fMask.fImage);
  /external/skia/src/core/
SkMaskFilter.cpp 211 // Attempt to speed up drawing by creating a nine patch. If a nine patch
214 NinePatch patch; local
215 patch.fMask.fImage = NULL;
218 &patch)) {
219 SkASSERT(NULL == patch.fMask.fImage);
222 draw_nine(patch.fMask, patch.fOuterRect, patch.fCenter, true, clip,
224 SkMask::FreeImage(patch.fMask.fImage)
237 NinePatch patch; local
    [all...]
  /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...]

Completed in 804 milliseconds

1 2 3 4