Searched defs:patch (Results 1 - 25 of 33) sorted by relevance

12

/external/webkit/Tools/Scripts/
H A Dsvn-unapply33 # 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 an
138 sub patch($) subroutine
[all...]
H A Dsvn-apply31 # "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...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/
H A DTerrainPickData.java39 * Pick result on a terrain patch with the intersection on the bounding box
40 * of that terrain patch.
52 public TerrainPickData(TerrainPatch patch, CollisionResult cr) { argument
53 this.targetPatch = patch;
H A DBresenhamTerrainPicker.java51 * all of the TerrainPatches hit (in distance order.) The triangles of each patch
89 TerrainPatch patch = pd.targetPatch;
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);
166 checkTriangles(float gridX, float gridY, Ray pick, Vector3f intersection, TerrainPatch patch, Triangle store) argument
197 getTriangles(float gridX, float gridY, TerrainPatch patch) argument
229 findClosestHeightIndex(Vector3f position, TerrainPatch patch) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_version.h50 Uint8 patch; member in struct:SDL_version
61 (X)->patch = SDL_PATCHLEVEL; \
/external/skia/src/animator/
H A DSkDraw3D.h35 Sk3D_Patch* patch; member in class:Sk3D_Camera
/external/webkit/Source/WebKit/android/
H A DRenderSkinNinePatch.cpp71 ALOGE("RenderSkinNinePatch::Failed to decode nine patch asset");
87 const NinePatch& patch) {
88 Res_png_9patch* data = Res_png_9patch::deserialize(patch.m_serializedPatchData);
93 if (patch.m_bitmap.width() >= bounds.width() || patch.m_bitmap.height() >= bounds.height()) {
98 SkNinePatch::DrawMesh(canvas, bounds, patch.m_bitmap,
103 NinePatch_Draw(canvas, bounds, patch.m_bitmap, *data, 0, 0);
86 DrawNinePatch(SkCanvas* canvas, const SkRect& bounds, const NinePatch& patch) argument
/external/v8/test/cctest/
H A Dtest-version.cc39 void SetVersion(int major, int minor, int build, int patch, argument
44 Version::patch_ = patch;
53 int patch, bool candidate,
60 SetVersion(major, minor, build, patch, candidate, "");
68 SetVersion(major, minor, build, patch, candidate, soname);
52 CheckVersion(int major, int minor, int build, int patch, bool candidate, const char* expected_version_string, const char* expected_generic_soname) argument
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
H A DPerspectiveLodCalculator.java48 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
125 getCenterLocation(TerrainPatch patch) argument
[all...]
/external/skia/src/core/
H A DSkGraphics.cpp32 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { argument
39 if (patch) {
40 *patch = SKIA_VERSION_PATCH;
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
H A Dmock.py56 '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/
H A DSkCamera.cpp405 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/webkit/Source/JavaScriptCore/assembler/
H A DLinkBuffer.h112 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/
H A Dlpp_tran.cpp240 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
852 int i, patch; local
[all...]
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java5 * 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.
1691 * @param patch The patch to grow.
1694 protected void patch_addContext(Patch patch, String text) { argument
1698 String pattern = text.substring(patch.start2, patch
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11modes.c463 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;
/external/skia/samplecode/
H A DSamplePatch.cpp219 Patch* patch) {
223 patch->draw(canvas, paint, 10, 10, false, false);
225 patch->draw(canvas, paint, 10, 10, true, false);
227 patch->draw(canvas, paint, 10, 10, false, true);
229 patch->draw(canvas, paint, 10, 10, true, true);
289 Patch patch; local
298 patch.setBounds(fSize0.fX, fSize0.fY);
300 patch.setPatch(fPts);
301 drawpatches(canvas, paint, 10, 10, &patch);
312 patch
218 drawpatches(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, Patch* patch) argument
[all...]
H A DSampleWarp.cpp140 SkBoundaryPatch patch; local
141 patch.setBoundary(&cubic);
146 patch.evalPatch(pts, Rows, Cols);
183 SkBoundaryPatch patch; local
184 patch.setBoundary(&cubic);
189 patch.evalPatch(pts, Rows, Cols);
/external/freetype/src/base/
H A Dftobjs.c4477 FT_Int patch = 0; local
4484 patch = library->version_patch;
4494 *apatch = patch;
/external/kernel-headers/original/asm-x86/
H A Dparavirt.h41 * 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/v8/src/
H A Dic.cc1373 // TODO(ulan): find out why we patch this site even with --no-use-ic
2120 void UnaryOpIC::patch(Code* code) { function in class:v8::internal::UnaryOpIC
2185 void BinaryOpIC::patch(Code* code) { function in class:v8::internal::BinaryOpIC
2299 ic.patch(*code);
2376 ic.patch(*code);
2549 ic.patch(*code);
2554 void ToBooleanIC::patch(Code* code) { function in class:v8::internal::ToBooleanIC
/external/ppp/pppd/
H A Dsys-linux.c240 static void decode_version (char *buf, int *version, int *mod, int *patch);
1934 * Internal routine to decode the version.modification.patch level
1938 int *modification, int *patch)
1944 *patch = 0;
1951 *patch = (int) strtoul (buf, &buf, 10);
1937 decode_version(char *buf, int *version, int *modification, int *patch) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/v8/src/arm/
H A Dcode-stubs-arm.cc1785 Label patch; local
1804 // If we need a map later and have a Smi -> patch.
1805 __ JumpIfSmi(tos_, &patch);
1850 __ bind(&patch);
4059 // In this case the offset to the inline site to patch is passed on the stack,
4123 // Get the map location in scratch and patch it.
4156 // Get the boolean result location in scratch and patch it.
4174 // Get the boolean result location in scratch and patch it.
7175 // offset fixed up correctly by the bind(Label*) call. We patch it back and
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc422 Label patch; local
452 // If we need a map later and have a Smi -> patch.
453 __ JumpIfSmi(argument, &patch, Label::kNear);
514 __ bind(&patch);
5086 // This code can patch a call site inlined cache of the instance of check,
5112 // Constants describing the call site code to patch.
7117 // offset fixed up correctly by the bind(Label*) call. We patch it back and

Completed in 561 milliseconds

12