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

123

/external/chromium_org/third_party/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
311 sub patch($) subroutine
[all...]
/external/chromium_org/chrome/installer/setup/
H A Darchive_patch_helper_unittest.cc51 base::FilePath patch = data_dir_.AppendASCII("archive.diff"); local
57 archive_helper.set_last_uncompressed_file(patch);
H A Dsetup_util.cc96 const base::FilePath& patch,
98 VLOG(1) << "Applying Courgette patch " << patch.value()
102 if (src.empty() || patch.empty() || dest.empty())
107 patch.value().c_str(),
113 << "Failed to apply Courgette patch " << patch.value()
121 const base::FilePath& patch,
123 VLOG(1) << "Applying bsdiff patch " << patch
95 CourgettePatchFiles(const base::FilePath& src, const base::FilePath& patch, const base::FilePath& dest) argument
120 BsdiffPatchFiles(const base::FilePath& src, const base::FilePath& patch, const base::FilePath& dest) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mapi/mapi/
H A Dentry_x86_tls.h96 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/
H A DSkDraw3D.h35 Sk3D_Patch* patch; member in class:Sk3D_Camera
/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/mesa3d/src/mapi/mapi/
H A Dentry_x86_tls.h96 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/
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/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx.c103 int major, minor, patch; local
108 if (!XAppleDRIQueryVersion(dpy, &major, &minor, &patch))
/external/chromium_org/third_party/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;
H A DSkMaskFilter.cpp216 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/chromium_org/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/mesa3d/src/glx/apple/
H A Dapple_glx.c103 int major, minor, patch; local
108 if (!XAppleDRIQueryVersion(dpy, &major, &minor, &patch))
/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;
H A DSkMaskFilter.cpp211 // 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
237 NinePatch patch; local
[all...]
/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/chromium_org/third_party/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tracker.c429 xa_tracker_version(int *major, int *minor, int *patch) argument
433 *patch = XA_TRACKER_VERSION_PATCH;
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c429 xa_tracker_version(int *major, int *minor, int *patch) argument
433 *patch = XA_TRACKER_VERSION_PATCH;
/external/chromium_org/courgette/
H A Densemble_apply.cc5 // This file contains the code to apply a Courgette patch.
22 // multi-stage patch.
305 SourceStream* patch,
310 status = patch_process.ReadHeader(patch);
322 // The rest of the patch stream is a StreamSet.
324 patch_streams.Init(patch);
381 // First read enough of the patch file to validate the header is well-formed.
388 // 'Dry-run' the first step of the patch process to validate format of header.
402 // Apply patch on streams.
304 ApplyEnsemblePatch(SourceStream* base, SourceStream* patch, SinkStream* output) argument
/external/chromium_org/third_party/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);

Completed in 777 milliseconds

123