Searched refs:patch (Results 76 - 100 of 183) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
H A Ddiff_parser_unittest.py85 "See my awesome patch below!\n",
129 patch = p.sub(lambda x: " %s/" % prefix[x.group(1)], DIFF_TEST_DATA)
130 self.test_diff_parser(diff_parser.DiffParser(patch.splitlines()))
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dftfy.sh18 --msg-only Reformat the commit message only, ignore the patch itself.
43 [ $INTERSECT_RESULT -ne 0 ] && patch -p1 < "$1"
/external/chromium_org/v8/tools/
H A Dv8-info.sh64 Output format: [V8 version] [SVN revision] [SVN patch merged]*.
68 Output format: [SVN patch merged]*
/external/libvpx/libvpx/tools/
H A Dftfy.sh18 --msg-only Reformat the commit message only, ignore the patch itself.
43 [ $INTERSECT_RESULT -ne 0 ] && patch -p1 < "$1"
/external/lldb/scripts/
H A Dbuild-llvm.pl121 foreach my $patch (@llvm_patches)
123 do_command ("cd '$llvm_srcroot' && patch -p0 < $patch");
127 foreach my $patch (@clang_patches)
129 do_command ("cd '$llvm_srcroot/tools/clang' && patch -p0 < $patch");
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseGitDiffHeader.pl291 GIT binary patch
305 GIT binary patch
321 GIT binary patch
335 GIT binary patch
/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dtcmalloc.h85 // and/or patch are not NULL, they are set to the major version,
86 // minor version, and patch-code (a string, usually "").
88 const char** patch) __THROW;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/gperftools/
H A Dtcmalloc.h75 // and/or patch are not NULL, they are set to the major version,
76 // minor version, and patch-code (a string, usually "").
78 const char** patch) __THROW;
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/gperftools/
H A Dtcmalloc.h75 // and/or patch are not NULL, they are set to the major version,
76 // minor version, and patch-code (a string, usually "").
78 const char** patch) __THROW;
/external/dnsmasq/contrib/Suse/
H A Ddnsmasq-suse.spec42 patch -p0 <rpm/%{name}-SuSE.patch
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
H A Dbg.js173 buildbot.requestURL(patchURL, "json", function(patch) {
177 issue.full_patchsets[patch.patchset] = patch;
182 // patch.try_job_results.forEach(function(results) {
186 // fetchTryJobResults(patch, results.builder, results.buildnumber,
/external/llvm/utils/
H A Dcodegen-diff98 Second, you create I<GDB-DISASSEMBLY-FILE> by running B<gdb>, with my patch
131 You will need my B<gdb> patch:
133 http://llvm.cs.uiuc.edu/~gaeke/gdb-disassembly-print-bytes.patch
/external/chromium_org/v8/tools/push-to-trunk/
H A Dtest_scripts.py62 "PATCH_FILE": "/tmp/test-v8-push-to-trunk-tempfile-patch",
68 "TEMPORARY_PATCH_FILE": "/tmp/test-merge-to-branch-tempfile-temporary-patch",
359 def WriteFakeVersionFile(self, minor=22, build=4, patch=0):
369 f.write("#define PATCH_LEVEL %s\n" % patch)
498 self.assertEquals("0", step["patch"])
631 Cmd("git diff svn/trunk hash1", "patch content"),
641 patch = FileToText(TEST_CONFIG["PATCH_FILE"])
642 self.assertTrue(re.search(r"patch content", patch))
778 Cmd("git diff svn/trunk push_hash", "patch conten
[all...]
/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMaskFilter.cpp269 NinePatch* patch) const {
270 SkASSERT(patch != NULL);
285 // The nine patch special case does not handle ovals, and we
374 this->filterRRectMask(&patch->fMask, smallRR, matrix, &margin,
385 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
390 patch->fMask.fBounds.offsetTo(0, 0);
391 patch->fOuterRect = dstM.fBounds;
392 patch->fCenter.fX = SkScalarCeilToInt(leftUnstretched) + 1;
393 patch->fCenter.fY = SkScalarCeilToInt(topUnstretched) + 1;
403 NinePatch* patch) cons
[all...]
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp266 NinePatch* patch) const {
267 SkASSERT(patch != NULL);
282 // The nine patch special case does not handle ovals, and we
371 this->filterRRectMask(&patch->fMask, smallRR, matrix, &margin,
382 if (!this->filterMask(&patch->fMask, srcM, matrix, &margin)) {
387 patch->fMask.fBounds.offsetTo(0, 0);
388 patch->fOuterRect = dstM.fBounds;
389 patch->fCenter.fX = SkScalarCeilToInt(leftUnstretched) + 1;
390 patch->fCenter.fY = SkScalarCeilToInt(topUnstretched) + 1;
400 NinePatch* patch) cons
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch.rb22 # by webkit-patch for git checkouts.
70 GIT_BINARY_FILE_MARKER_FORMAT = /^GIT binary patch$/
587 @image_error = "Exception raised during decoding git binary patch:<pre>#{CGI.escapeHTML($!.to_s + "\n" + $!.backtrace.join("\n"))}</pre>"
688 GIT binary patch
701 GIT binary patch
728 def self.run_git_apply_on_patch(output_filepath, patch)
729 # Apply the git binary patch using git-apply.
733 stdin.puts(patch)
738 error = "Error running " + cmd + "\n" + "with patch:\n" + patch[
[all...]
/external/chromium_org/third_party/skia/samplecode/
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/chromium_org/third_party/skia/src/utils/
H A DSkCamera.cpp353 SkPatch3D patch; local
354 patch.transform(fRec->fMatrix);
355 return patch.dotWith(x, y, z);
360 SkPatch3D patch; local
361 patch.transform(fRec->fMatrix);
362 fCamera.patchToMatrix(patch, matrix);
/external/skia/samplecode/
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/skia/src/utils/
H A DSkCamera.cpp353 SkPatch3D patch; local
354 patch.transform(fRec->fMatrix);
355 return patch.dotWith(x, y, z);
360 SkPatch3D patch; local
361 patch.transform(fRec->fMatrix);
362 fCamera.patchToMatrix(patch, matrix);
/external/chromium_org/v8/tools/testrunner/network/
H A Dnetwork_execution.py79 self.patch = subprocess.check_output(
180 patch=self.patch,
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_auth_request_handler.h113 // Returns the build and patch numbers of |version|. If |version| isn't of the
114 // form xx.xx.xx.xx build and patch are not modified.
117 std::string* patch) const;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h47 unsigned patch : 1; /* patch constant value */ member in struct:nv50_ir_varying
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tracker.h145 extern void xa_tracker_version(int *major, int *minor, int *patch);
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_driver.h47 unsigned patch : 1; /* patch constant value */ member in struct:nv50_ir_varying

Completed in 740 milliseconds

12345678