Searched refs:patch (Results 51 - 75 of 183) sorted by relevance

12345678

/external/chromium_org/third_party/skia/src/animator/
H A DSkDraw3D.cpp39 SK_MEMBER(patch, 3D_Patch),
47 Sk3D_Camera::Sk3D_Camera() : hackWidth(0), hackHeight(0), patch(NULL) {
56 fCamera.patchToMatrix(patch->fPatch, &matrix);
H A DSkDraw3D.h35 Sk3D_Patch* patch; member in class:Sk3D_Camera
/external/chromium_org/third_party/skia/src/core/
H A DSkGraphics.cpp31 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { argument
38 if (patch) {
39 *patch = SKIA_VERSION_PATCH;
/external/skia/src/animator/
H A DSkDraw3D.cpp39 SK_MEMBER(patch, 3D_Patch),
47 Sk3D_Camera::Sk3D_Camera() : hackWidth(0), hackHeight(0), patch(NULL) {
56 fCamera.patchToMatrix(patch->fPatch, &matrix);
H A DSkDraw3D.h35 Sk3D_Patch* patch; member in class:Sk3D_Camera
/external/skia/src/core/
H A DSkGraphics.cpp31 void SkGraphics::GetVersion(int32_t* major, int32_t* minor, int32_t* patch) { argument
38 if (patch) {
39 *patch = SKIA_VERSION_PATCH;
/external/chromium_org/v8/tools/testrunner/server/
H A Dwork_handler.py69 if not self._ApplyPatch(packet.patch):
130 def _ApplyPatch(self, patch):
131 if not patch: return True # Just skip if the patch is empty.
132 patchfilename = "_dtest_incoming_patch.patch"
134 f.write(patch)
137 self._SendResponse("Error applying patch.")
/external/lldb/scripts/
H A Dbuild-lldb-llvm-clang35 echo "Applying patch from '$patch_file'"
36 patch -p0 < "$patch_file"
43 echo "Applying patch from '$patch_file'"
44 patch -p0 < "$patch_file"
/external/skia/include/core/
H A DSkGraphics.h33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);
/external/chromium_org/third_party/skia/samplecode/
H A DSamplePatch.cpp208 Patch* patch) {
211 patch->draw(canvas, paint, nu, nv, false, false);
213 patch->draw(canvas, paint, nu, nv, true, false);
215 patch->draw(canvas, paint, nu, nv, false, true);
217 patch->draw(canvas, paint, nu, nv, true, true);
281 Patch patch; local
290 patch.setBounds(fSize0.fX, fSize0.fY);
292 patch.setPatch(fPts);
293 drawpatches(canvas, paint, nu, nv, &patch);
317 patch
207 drawpatches(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, Patch* patch) argument
[all...]
/external/skia/samplecode/
H A DSamplePatch.cpp208 Patch* patch) {
212 patch->draw(canvas, paint, 10, 10, false, false);
214 patch->draw(canvas, paint, 10, 10, true, false);
216 patch->draw(canvas, paint, 10, 10, false, true);
218 patch->draw(canvas, paint, 10, 10, true, true);
276 Patch patch; local
285 patch.setBounds(fSize0.fX, fSize0.fY);
287 patch.setPatch(fPts);
288 drawpatches(canvas, paint, 10, 10, &patch);
312 patch
207 drawpatches(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, Patch* patch) argument
[all...]
/external/chromium_org/chrome/installer/setup/
H A Dsetup_util.h32 // Applies a patch file to source file using Courgette. Returns 0 in case of
36 const base::FilePath& patch,
39 // Applies a patch file to source file using bsdiff. This function uses
44 const base::FilePath& patch,
H A Dsetup_util.cc98 const base::FilePath& patch,
100 VLOG(1) << "Applying Courgette patch " << patch.value()
104 if (src.empty() || patch.empty() || dest.empty())
109 patch.value().c_str(),
115 << "Failed to apply Courgette patch " << patch.value()
123 const base::FilePath& patch,
125 VLOG(1) << "Applying bsdiff patch " << patch
97 CourgettePatchFiles(const base::FilePath& src, const base::FilePath& patch, const base::FilePath& dest) argument
122 BsdiffPatchFiles(const base::FilePath& src, const base::FilePath& patch, const base::FilePath& dest) argument
[all...]
/external/chromium_org/courgette/
H A Dcourgette.h30 C_BAD_ENSEMBLE_MAGIC = 5, // Ensemble patch has bad magic.
31 C_BAD_ENSEMBLE_VERSION = 6, // Ensemble patch has wrong version.
32 C_BAD_ENSEMBLE_HEADER = 7, // Ensemble patch has corrupt header.
33 C_BAD_ENSEMBLE_CRC = 8, // Ensemble patch has corrupt data.
55 // This is part of the patch format. Never reuse an id number.
72 // Applies the patch to the bytes in |old| and writes the transformed ensemble
75 Status ApplyEnsemblePatch(SourceStream* old, SourceStream* patch,
78 // Applies the patch in |patch_file_name| to the bytes in |old_file_name| and
81 // This function first validates that the patch file has a proper header, so the
82 // function can be used to 'try' a patch
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch_test.rb20 20528 => ["No 'Index' or 'diff' in patch header", 1, 4, 3, 7],
29 106368 => ["Images with git delta binary patch", 69, 8, 23, 10],
42 assert(false, "Fail to get patch " + patch_uri)
48 patch = get_patch(id)
54 pretty = PrettyPatch.prettify(patch)
/external/strace/
H A Dstrace.spec334 - add further s390 patch from IBM
340 - Added latest s390(x) patch.
343 - preliminary x86_64 support with an ugly patch to help
347 - newer version of the clone fixing patch (Roland McGrath)
362 - fix for the last patch by Jeff Law (#62591)
365 - integrate patch from Jeff Law to eliminate hang tracing threads
384 - modify new syscall patch to allocate enough heap space in setgroups32()
400 - added S/390 patch from IBM, adapting it to not conflict with
401 IA64 patch
404 - doh, actually apply the 2.4 syscalls patch
[all...]
/external/chromium_org/v8/tools/push-to-trunk/
H A Dmerge_to_branch.py59 MESSAGE = "Create a fresh branch for the patch."
142 print("Applying patch for %s to %s..."
144 patch = self.GitGetPatch(commit_hash)
145 TextToFile(patch, self.Config("TEMPORARY_PATCH_FILE"))
147 if self._options.patch:
148 self.ApplyPatch(self._options.patch, self._options.revert)
157 # This is used to calculate the patch level increment.
167 new_patch = str(int(self["patch"]) + 1)
279 help="A commit message for the patch.")
283 parser.add_argument("-p", "--patch",
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DCompiler.h92 #define GCC_VERSION_AT_LEAST(major, minor, patch) (GCC_VERSION >= (major * 10000 + minor * 100 + patch))
95 #define GCC_VERSION_AT_LEAST(major, minor, patch) 0
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/
H A Dmain.py152 patch = host.scm().create_patch(options.git_commit, changed_files=changed_files)
154 patch_checker.check(patch)
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.hlsl144 const OutputPatch<HS2DS, OUTPUT_PATCH_SIZE> patch)
148 float3 s = map(patch[0].position, patch[1].position, patch[2].position, k);
158 float3 ds_du = dmap_du(patch[0].position, patch[1].position, patch[2].position, k);
159 float3 ds_dv = dmap_du(patch[1].position, patch[2].position, patch[
[all...]
/external/chromium_org/v8/tools/
H A Dfuzz-harness.sh68 cat << EOF | patch -s -p0 -d "$v8_root"
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
H A Dd3d11spikysphere.hlsl144 const OutputPatch<HS2DS, OUTPUT_PATCH_SIZE> patch)
148 float3 s = map(patch[0].position, patch[1].position, patch[2].position, k);
158 float3 ds_du = dmap_du(patch[0].position, patch[1].position, patch[2].position, k);
159 float3 ds_dv = dmap_du(patch[1].position, patch[2].position, patch[
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dstepsequence.py41 def handle_script_error(cls, tool, patch, script_error):
/external/chromium_org/third_party/binutils/
H A Dbuild-all.sh46 patch -p1 < ../ehframe-race.patch
/external/chromium_org/third_party/skia/include/core/
H A DSkGraphics.h33 static void GetVersion(int32_t* major, int32_t* minor, int32_t* patch);

Completed in 835 milliseconds

12345678