Searched defs:Patch (Results 1 - 25 of 26) sorted by path

12

/external/chromium_org/base/win/
H A Diat_patch_function.cc73 // Patch the function.
234 DWORD IATPatchFunction::Patch(const wchar_t* module, function in class:base::win::IATPatchFunction
/external/chromium_org/chrome/browser/component_updater/
H A Dcomponent_patcher_operation_out_of_process.cc90 void ChromeOutOfProcessPatcher::Patch( function in class:component_updater::ChromeOutOfProcessPatcher
/external/chromium_org/sandbox/win/src/sidestep/
H A Dpreamble_patcher.h65 static SideStepError Patch(T target_function, T replacement_function, function in class:sidestep::PreamblePatcher
/external/chromium_org/third_party/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
316 PatchList::Patch(inst_, a.end, b.begin); // in case refs to a somewhere
322 PatchList::Patch(inst_, b.end, a.begin);
326 PatchList::Patch(inst_, a.end, b.begin);
359 PatchList::Patch(inst_, a.end, id);
455 PatchList::Patch(inst_, a.end, id+1);
489 PatchList::Patch(inst_, f.end, next);
/external/chromium_org/third_party/skia/samplecode/
H A DSamplePatch.cpp50 class Patch { class
52 Patch() { sk_bzero(fPts, sizeof(fPts)); } function in class:Patch
53 ~Patch() {}
127 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv,
208 Patch* patch) {
265 SampleCode::TitleR(evt, "Patch");
281 Patch patch;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dpatch_functions.cc254 bool Patch(const LibcInfo& me_info);
329 void Patch();
545 bool LibcInfoWithPatchFunctions<T>::Patch(const LibcInfo& me_info) { function in class:__anon15581::LibcInfoWithPatchFunctions
550 // patch. We need to set it to NULL for the new Patch call.
558 origstub_fn_[i] = NULL; // Patch() will fill this in
560 PreamblePatcher::Patch(windows_fn_[i], perftools_fn_[i],
582 void WindowsInfo::Patch() { function in class:__anon15581::WindowsInfo
592 // patch. We need to set it to NULL for the new Patch call.
600 function_info_[i].origstub_fn = NULL; // Patch() will fill this in
602 PreamblePatcher::Patch(function_info
[all...]
H A Dpreamble_patcher.h104 // To patch a function, use either of the typesafe Patch() methods. You
115 // original_func_stub = PreamblePatcher::Patch(
164 // PreamblePatcher::Patch(MessageBox, Hook_MessageBox, &original);
167 static SideStepError Patch(T target_function, function in class:sidestep::PreamblePatcher
202 static SideStepError Patch(LPCTSTR module_name, function in class:sidestep::PreamblePatcher
233 // for each of the typesafe Patch() functions. In most cases,
234 // it is preferable to use the Patch() functions rather than
286 // Patch(VirtualAlloc, MyVirtualAlloc, &origptr)
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dpatch_functions.cc254 bool Patch(const LibcInfo& me_info);
329 void Patch();
545 bool LibcInfoWithPatchFunctions<T>::Patch(const LibcInfo& me_info) { function in class:__anon15630::LibcInfoWithPatchFunctions
550 // patch. We need to set it to NULL for the new Patch call.
558 origstub_fn_[i] = NULL; // Patch() will fill this in
560 PreamblePatcher::Patch(windows_fn_[i], perftools_fn_[i],
582 void WindowsInfo::Patch() { function in class:__anon15630::WindowsInfo
592 // patch. We need to set it to NULL for the new Patch call.
600 function_info_[i].origstub_fn = NULL; // Patch() will fill this in
602 PreamblePatcher::Patch(function_info
[all...]
H A Dpreamble_patcher.h104 // To patch a function, use either of the typesafe Patch() methods. You
115 // original_func_stub = PreamblePatcher::Patch(
164 // PreamblePatcher::Patch(MessageBox, Hook_MessageBox, &original);
167 static SideStepError Patch(T target_function, function in class:sidestep::PreamblePatcher
202 static SideStepError Patch(LPCTSTR module_name, function in class:sidestep::PreamblePatcher
233 // for each of the typesafe Patch() functions. In most cases,
234 // it is preferable to use the Patch() functions rather than
286 // Patch(VirtualAlloc, MyVirtualAlloc, &origptr)
/external/chromium_org/tools/traceline/traceline/
H A Dmain.cc733 // Patch lock (criticial section) holding.
860 // Patch APC dispatching. This is a bit hacky, since the return to kernel
992 void Patch() { function
1300 pg->Patch();
/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.h147 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.h131 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/chromium_org/v8/src/
H A Dfull-codegen.cc1627 void BackEdgeTable::Patch(Isolate* isolate, Code* unoptimized) { function in class:v8::internal::BackEdgeTable
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.h172 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.h189 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/chromium_org/v8/src/mips64/
H A Dcode-stubs-mips64.h191 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.h164 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.h169 static void Patch(Code* stub, Mode mode) { function in class:v8::internal::RecordWriteStub
/external/clang/lib/Driver/
H A DToolChains.h53 int Major, Minor, Patch; member in struct:clang::driver::toolchains::Generic_GCC::GCCVersion
65 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
/external/clang/test/CodeGenCXX/
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/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/ ...
/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...]
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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
315 PatchList::Patch(inst_, a.end, b.begin); // in case refs to a somewhere
321 PatchList::Patch(inst_, b.end, a.begin);
325 PatchList::Patch(inst_, a.end, b.begin);
358 PatchList::Patch(inst_, a.end, id);
454 PatchList::Patch(inst_, a.end, id+1);
488 PatchList::Patch(inst_, f.end, next);

Completed in 906 milliseconds

12