/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
D | preamble_patcher_test.cc | 140 sidestep::PreamblePatcher::Patch(IncrementNumber, in TestPatchWithLongJump() 155 sidestep::PreamblePatcher::Patch(JumpShortCondFunction, in TestPatchWithPreambleShortCondJump() 169 sidestep::PreamblePatcher::Patch(JumpNearCondFunction, in TestPatchWithPreambleNearRelativeCondJump() 184 sidestep::PreamblePatcher::Patch(JumpAbsoluteFunction, in TestPatchWithPreambleAbsoluteJump() 199 sidestep::PreamblePatcher::Patch( in TestPatchWithPreambleNearRelativeCall() 216 sidestep::PreamblePatcher::Patch(IncrementNumber, in TestPatchUsingDynamicStub() 238 sidestep::PreamblePatcher::Patch(IncrementNumber, in TestPatchUsingDynamicStub() 247 sidestep::PreamblePatcher::Patch(TooShortFunction, in TestPatchUsingDynamicStub() 262 sidestep::PreamblePatcher::Patch(IncrementNumber, in PatchThenUnpatch()
|
D | patch_functions.cc | 254 bool Patch(const LibcInfo& me_info); 329 void Patch(); 545 bool LibcInfoWithPatchFunctions<T>::Patch(const LibcInfo& me_info) { in Patch() function in __anonb50e3ad00111::LibcInfoWithPatchFunctions 560 PreamblePatcher::Patch(windows_fn_[i], perftools_fn_[i], in Patch() 582 void WindowsInfo::Patch() { in Patch() function in __anonb50e3ad00111::WindowsInfo 602 PreamblePatcher::Patch(function_info_[i].windows_fn, in Patch() 628 case 0: libc1.Patch(me_info); return; in PatchOneModuleLocked() 629 case 1: libc2.Patch(me_info); return; in PatchOneModuleLocked() 630 case 2: libc3.Patch(me_info); return; in PatchOneModuleLocked() 631 case 3: libc4.Patch(me_info); return; in PatchOneModuleLocked() [all …]
|
D | preamble_patcher.h | 167 static SideStepError Patch(T target_function, in Patch() function 202 static SideStepError Patch(LPCTSTR module_name, in Patch() function
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
D | preamble_patcher_test.cc | 140 sidestep::PreamblePatcher::Patch(IncrementNumber, in TestPatchWithLongJump() 155 sidestep::PreamblePatcher::Patch(JumpShortCondFunction, in TestPatchWithPreambleShortCondJump() 169 sidestep::PreamblePatcher::Patch(JumpNearCondFunction, in TestPatchWithPreambleNearRelativeCondJump() 184 sidestep::PreamblePatcher::Patch(JumpAbsoluteFunction, in TestPatchWithPreambleAbsoluteJump() 199 sidestep::PreamblePatcher::Patch( in TestPatchWithPreambleNearRelativeCall() 216 sidestep::PreamblePatcher::Patch(IncrementNumber, in TestPatchUsingDynamicStub() 238 sidestep::PreamblePatcher::Patch(IncrementNumber, in TestPatchUsingDynamicStub() 247 sidestep::PreamblePatcher::Patch(TooShortFunction, in TestPatchUsingDynamicStub() 262 sidestep::PreamblePatcher::Patch(IncrementNumber, in PatchThenUnpatch()
|
D | patch_functions.cc | 254 bool Patch(const LibcInfo& me_info); 329 void Patch(); 545 bool LibcInfoWithPatchFunctions<T>::Patch(const LibcInfo& me_info) { in Patch() function in __anon2c9d0f260111::LibcInfoWithPatchFunctions 560 PreamblePatcher::Patch(windows_fn_[i], perftools_fn_[i], in Patch() 582 void WindowsInfo::Patch() { in Patch() function in __anon2c9d0f260111::WindowsInfo 602 PreamblePatcher::Patch(function_info_[i].windows_fn, in Patch() 628 case 0: libc1.Patch(me_info); return; in PatchOneModuleLocked() 629 case 1: libc2.Patch(me_info); return; in PatchOneModuleLocked() 630 case 2: libc3.Patch(me_info); return; in PatchOneModuleLocked() 631 case 3: libc4.Patch(me_info); return; in PatchOneModuleLocked() [all …]
|
D | preamble_patcher.h | 167 static SideStepError Patch(T target_function, in Patch() function 202 static SideStepError Patch(LPCTSTR module_name, in Patch() function
|
/external/clang/test/CodeGenCXX/ |
D | pr12104.h | 1 template <int dimm> struct Patch { struct 5 const unsigned int Patch<dim>::no_neighbor; argument 8 f(Patch<1>::no_neighbor); in g()
|
D | pr12104.cpp | 5 template struct Patch<1>; variable
|
/external/chromium_org/content/public/renderer/ |
D | render_font_warmup_win.cc | 107 DWORD patched = g_iat_patch_open_sc_manager.Patch(L"dwrite.dll", in PatchServiceManagerCalls() 111 patched = g_iat_patch_close_service_handle.Patch(L"dwrite.dll", in PatchServiceManagerCalls() 115 patched = g_iat_patch_open_service.Patch(L"dwrite.dll", in PatchServiceManagerCalls() 119 patched = g_iat_patch_start_service.Patch(L"dwrite.dll", in PatchServiceManagerCalls() 123 patched = g_iat_patch_nt_connect_port.Patch(L"dwrite.dll", in PatchServiceManagerCalls()
|
/external/chromium_org/content/renderer/ |
D | render_font_warmup_win.cc | 109 DWORD patched = g_iat_patch_open_sc_manager.Patch(L"dwrite.dll", in PatchServiceManagerCalls() 113 patched = g_iat_patch_close_service_handle.Patch(L"dwrite.dll", in PatchServiceManagerCalls() 117 patched = g_iat_patch_open_service.Patch(L"dwrite.dll", in PatchServiceManagerCalls() 121 patched = g_iat_patch_start_service.Patch(L"dwrite.dll", in PatchServiceManagerCalls() 125 patched = g_iat_patch_nt_connect_port.Patch(L"dwrite.dll", in PatchServiceManagerCalls()
|
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
D | diff_match_patch.java | 1694 protected void patch_addContext(Patch patch, String text) { in patch_addContext() 1741 public LinkedList<Patch> patch_make(String text1, String text2) { in patch_make() 1761 public LinkedList<Patch> patch_make(LinkedList<Diff> diffs) { in patch_make() 1780 public LinkedList<Patch> patch_make(String text1, String text2, in patch_make() 1793 public LinkedList<Patch> patch_make(String text1, LinkedList<Diff> diffs) { in patch_make() 1798 LinkedList<Patch> patches = new LinkedList<Patch>(); in patch_make() 1802 Patch patch = new Patch(); in patch_make() 1844 patch = new Patch(); in patch_make() 1879 public LinkedList<Patch> patch_deepCopy(LinkedList<Patch> patches) { in patch_deepCopy() 1880 LinkedList<Patch> patchesCopy = new LinkedList<Patch>(); in patch_deepCopy() [all …]
|
/external/libedit/ |
D | ChangeLog | 21 Patch by Paolo Tosco. 153 appropriately (see also 'man 2 stat'). Patch by Alex Elder. 162 Added pkg-config support for libedit. Patch by Masatake YAMATO. 257 `u_int32_t'". Patch by Norihiko Murase. 260 FreeBSD needs it and does not include it itself. Patch by Norihiko Murase. 319 compatible. Patch by Julien Torrès. 338 use strlen. Patch by Scott Rankin. 352 * doc/Makefile.am: If mdoc2man fails, remove empty file. Patch by 360 trying to link the man pages. Patch by Rick Richardson.
|
/external/speex/ |
D | AUTHORS | 12 Patch to speexenc.c to add Vorbis comment format 15 Patch to speexenc.c for supporting more input formats
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SamplePatch.cpp | 50 class Patch { class 52 Patch() { sk_bzero(fPts, sizeof(fPts)); } in Patch() function in Patch 53 ~Patch() {} in ~Patch() 127 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, in draw() 208 Patch* patch) { in drawpatches() 276 Patch patch; in onDrawContent()
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 50 class Patch { class 52 Patch() { sk_bzero(fPts, sizeof(fPts)); } in Patch() function in Patch 53 ~Patch() {} in ~Patch() 127 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, in draw() 208 Patch* patch) { in drawpatches() 276 Patch patch; in onDrawContent()
|
/external/chromium_org/chrome/browser/component_updater/ |
D | component_patcher_operation.cc | 54 virtual int Patch(base::FilePath input_abs_path, 77 int CourgetteTraits::Patch(base::FilePath input_abs_path, in Patch() function in component_updater::__anone5c48e220111::CourgetteTraits 93 virtual int Patch(base::FilePath input_abs_path, 116 int BsdiffTraits::Patch(base::FilePath input_abs_path, in Patch() function in component_updater::__anone5c48e220111::BsdiffTraits 391 const int result = strategy_->Patch(input_abs_path_, in DoRun()
|
/external/skia/src/animator/ |
D | SkAnimate3DSchema.xsd | 5 <xs:simpleType name="Patch" > 23 <xs:attribute name="patch" type="Sk3D:Patch" />
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkAnimate3DSchema.xsd | 5 <xs:simpleType name="Patch" > 23 <xs:attribute name="patch" type="Sk3D:Patch" />
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.NanoX | 2 Patch version 0.9 of SDL(Simple DirectMedia Layer) for Nano-X API 20 1. Patch src/nanox/client.c::GrClose() 28 2. Patch src/nanox/clientfb.c to return absolute x,y coordinates
|
/external/chromium_org/third_party/libevent/ |
D | ChangeLog | 7 o Build kqueue.c correctly on GNU/kFreeBSD platforms. Patch pulled upstream from Debian. 17 o Fix another pair of fencepost bugs in epoll.c. [Patch from Adam Langley.] 23 o Fix a bug when removing a timeout from the heap. [Patch from Marko Kreen] 25 …o Fix a nasty dangling pointer bug in epoll.c that could occur after epoll_recalc(). [Patch from K… 106 o Patch from Tani Hosokawa: make some functions in http.c threadsafe. 118 …o Send CRLF after each chunk in HTTP output, for compliance with RFC2626. Patch from "propanbutan… 120 o Use a 64-bit field to hold HTTP content-lengths. Patch from Scott Lamb. 140 …ke event_loopexit, it keeps subsequent pending events from getting executed. Patch from Scott Lamb 172 …o Make autogen.sh script run correctly on systems where /bin/sh isn't bash. (Patch from Trond Norb… 173 …o Skip calling gettime() in timeout_process if we are not in fact waiting for any events. (Patch f… [all …]
|
/external/chromium_org/courgette/ |
D | description.md | 4 Patch Generation 7 ![Patch Generation](generation.png) 93 Patch Application 96 ![Patch Application](application.png)
|
/external/chromium_org/base/win/ |
D | iat_patch_function.h | 45 DWORD Patch(const wchar_t* module,
|
/external/chromium_org/sandbox/win/src/sidestep/ |
D | preamble_patcher.h | 65 static SideStepError Patch(T target_function, T replacement_function, in Patch() function
|
/external/regex-re2/re2/ |
D | compile.cc | 38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v); 67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) { in Patch() function in re2::PatchList 315 PatchList::Patch(inst_, a.end, b.begin); // in case refs to a somewhere in Cat() 321 PatchList::Patch(inst_, b.end, a.begin); in Cat() 325 PatchList::Patch(inst_, a.end, b.begin); in Cat() 358 PatchList::Patch(inst_, a.end, id); in Star() 454 PatchList::Patch(inst_, a.end, id+1); in Capture() 488 PatchList::Patch(inst_, f.end, next); in UncachedRuneByteSuffix()
|
/external/chromium_org/third_party/re2/re2/ |
D | compile.cc | 38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v); 67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) { in Patch() function in re2::PatchList 316 PatchList::Patch(inst_, a.end, b.begin); // in case refs to a somewhere in Cat() 322 PatchList::Patch(inst_, b.end, a.begin); in Cat() 326 PatchList::Patch(inst_, a.end, b.begin); in Cat() 359 PatchList::Patch(inst_, a.end, id); in Star() 455 PatchList::Patch(inst_, a.end, id+1); in Capture() 489 PatchList::Patch(inst_, f.end, next); in UncachedRuneByteSuffix()
|