Searched refs:Patch (Results 1 - 20 of 20) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dpr12104.cpp5 template struct Patch<1>;
H A Dpr12104.h1 template <int dimm> struct Patch { struct
5 const unsigned int Patch<dim>::no_neighbor;
8 f(Patch<1>::no_neighbor);
/external/webkit/Tools/QueueStatusServer/
H A Dmain.py39 from handlers.patch import Patch namespace
60 (r'/patch/(.*)', Patch),
/external/webkit/Tools/QueueStatusServer/handlers/
H A Dpatch.py35 class Patch(webapp.RequestHandler): class in inherits:webapp.RequestHandler
/external/google-diff-match-patch/name/fraser/neil/plaintext/
H A Ddiff_match_patch.java2 * Diff Match and Patch
1694 protected void patch_addContext(Patch patch, String text) {
1739 * @return LinkedList of Patch objects.
1741 public LinkedList<Patch> patch_make(String text1, String text2) {
1759 * @return LinkedList of Patch objects.
1761 public LinkedList<Patch> patch_make(LinkedList<Diff> diffs) {
1777 * @return LinkedList of Patch objects.
1780 public LinkedList<Patch> patch_make(String text1, String text2,
1791 * @return LinkedList of Patch objects.
1793 public LinkedList<Patch> patch_mak
2340 public static class Patch { class in class:diff_match_patch
2351 public Patch() { method in class:diff_match_patch.Patch
[all...]
H A Ddiff_match_patch_test.java35 import name.fraser.neil.plaintext.diff_match_patch.Patch;
676 // Patch Object.
677 Patch p = new Patch();
684 assertEquals("Patch: toString.", strp, p.toString());
710 List<Patch> patches;
721 Patch p;
741 LinkedList<Patch> patches;
789 LinkedList<Patch> patches;
809 LinkedList<Patch> patche
[all...]
/external/skia/samplecode/
H A DSamplePatch.cpp61 class Patch { class
63 Patch() { sk_bzero(fPts, sizeof(fPts)); } function in class:Patch
64 ~Patch() {}
138 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv,
219 Patch* patch) {
275 SkString str("Patch");
289 Patch patch;
/external/regex-re2/re2/
H A Dcompile.cc38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v);
67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) { function in class:re2::PatchList
314 PatchList::Patch(inst_, a.end, b.begin); // in case refs to a somewhere
320 PatchList::Patch(inst_, b.end, a.begin);
324 PatchList::Patch(inst_, a.end, b.begin);
357 PatchList::Patch(inst_, a.end, id);
453 PatchList::Patch(inst_, a.end, id+1);
487 PatchList::Patch(inst_, f.end, next);
/external/llvm/
H A DREADME.android44 * 738f05a - Remove a useless copy of MCELFStreamer. Patch by Logan Chien! (13 days ago) <Benjamin Kramer>
/external/clang/lib/Driver/
H A DToolChains.cpp1000 if (PatchText.slice(0, EndNumber).getAsInteger(10, GoodVersion.Patch) ||
1001 GoodVersion.Patch < 0)
1019 if (RHS.Patch == -1) return true; if (Patch == -1) return false;
1020 if (Patch < RHS.Patch) return true; if (Patch > RHS.Patch) return false;
H A DToolChains.h51 int Major, Minor, Patch; member in struct:clang::driver::toolchains::Generic_GCC::GCCVersion
/external/v8/src/
H A Dincremental-marking.cc423 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL_COMPACTION);
425 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL);
444 RecordWriteStub::Patch(Code::cast(e), mode);
/external/v8/src/x64/
H A Dcode-stubs-x64.h529 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit_view_win.cc374 begin_paint_.Patch(L"riched20.dll", "user32.dll", "BeginPaint",
376 end_paint_.Patch(L"riched20.dll", "user32.dll", "EndPaint",
/external/v8/src/arm/
H A Dcode-stubs-arm.h517 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h527 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/v8/src/mips/
H A Dcode-stubs-mips.h532 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/openssh/contrib/redhat/
H A Dopenssh.spec611 - Patch sftp to recognize '-o protocol' arguments. (#29540)
711 - Patch ssh-keygen to be able to list signatures for DSA public key files
719 - Patch ssh-add to try to add both identity and id_dsa, and to error only
776 - Patch to build with neither RSA nor RSAref.
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php546 * Work around for Suhosin Patch with disabled /e modifier
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 430 milliseconds