/external/clang/test/CodeGenCXX/ |
pr12104.h | 1 template <int dimm> struct Patch { 5 const unsigned int Patch<dim>::no_neighbor; 8 f(Patch<1>::no_neighbor);
|
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher.cc | 39 ComponentUnpacker::Error ComponentPatcherCrossPlatform::Patch(
|
component_patcher_win.cc | 59 // Applies the patch to the input file. Returns kNone if the patch was 60 // successfully applied, kDeltaOperationFailure if the patch operation 62 // when running the patch code out of process. In the error case, detailed error 64 ComponentUnpacker::Error ComponentPatcherWin::Patch(
|
/external/chromium_org/chrome/browser/component_updater/test/ |
component_patcher_unittest.cc | 39 ComponentUnpacker::Error MockComponentPatcher::Patch( 75 command_args->SetString("patch", "binary_output.bin"); 135 command_args->SetString("patch", "binary_courgette_patch.bin"); 166 command_args->SetString("patch", "binary_bsdiff_patch.bin");
|
/bootable/recovery/applypatch/ |
applypatch.h | 28 } Patch; 74 const Value* patch, ssize_t patch_offset, 77 const Value* patch, ssize_t patch_offset, 82 const Value* patch,
|
/external/chromium_org/sandbox/win/src/sidestep/ |
preamble_patcher.h | 42 // the function being patched, we cannot patch it because in the 45 // if you really really need to patch a function like this, it 48 // we cannot patch the function because it may not be long enough 49 // for the jmp instruction we use to inject our patch. 65 static SideStepError Patch(T target_function, T replacement_function,
|
/frameworks/base/libs/hwui/ |
Patch.h | 36 // 9-patch structures 39 struct Patch { 40 Patch(); 41 ~Patch(); 44 * Returns the size of this patch's mesh in bytes. 58 float width, float height, const Res_png_9patch* patch); 60 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch); 71 }; // struct Patch
|
Patch.cpp | 24 #include "Patch.h" 35 Patch::Patch(): vertices(NULL), verticesCount(0), indexCount(0), hasEmptyQuads(false) { 38 Patch::~Patch() { 45 uint32_t Patch::getSize() const { 49 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight, 50 float width, float height, const Res_png_9patch* patch) { 52 return createMesh(bitmapWidth, bitmapHeight, width, height, mapper, patch); 55 TextureVertex* Patch::createMesh(const float bitmapWidth, const float bitmapHeight [all...] |
/external/chromium_org/tools/memory_watcher/ |
preamble_patcher.h | 55 // To patch a function, use either of the typesafe Patch() methods. You 66 // original_func_stub = PreamblePatcher::Patch( 79 // the function being patched, we cannot patch it because in the 82 // if you really really need to patch a function like this, it 85 // we cannot patch the function because it may not be long enough 86 // for the jmp instruction we use to inject our patch. 100 // may mean if you patch the function in between your patch will never get 115 // PreamblePatcher::Patch(MessageBox, Hook_MessageBox, &original) [all...] |
memory_hook.cc | 25 // Macro to declare Patch functions. 26 #define DECLARE_PATCH(name) Patch<Type_##name> patch_##name 28 // Macro to install Patch functions. 34 // Macro to install Patch functions. 40 // Macro to uninstall Patch functions. 96 // Patch is a template for keeping the pointer to the original 100 class Patch { 103 Patch<T>() 110 ~Patch<T>() { 122 sidestep::PreamblePatcher::Patch(original_function_ [all...] |
/external/chromium_org/base/win/ |
iat_patch_function.cc | 112 // Patch the function. 222 DWORD IATPatchFunction::Patch(const wchar_t* module, 264 // patch. In this case its better to be hands off the intercept as
|
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
preamble_patcher.h | 104 // To patch a function, use either of the typesafe Patch() methods. You 115 // original_func_stub = PreamblePatcher::Patch( 128 // the function being patched, we cannot patch it because in the 131 // if you really really need to patch a function like this, it 134 // we cannot patch the function because it may not be long enough 135 // for the jmp instruction we use to inject our patch. 149 // may mean if you patch the function in between your patch will never get 164 // PreamblePatcher::Patch(MessageBox, Hook_MessageBox, &original) [all...] |
patch_functions.cc | 33 // The main purpose of this file is to patch the libc allocation 35 // windows-specific libc-style routines). However, we also patch 52 // just be ignoring it because he's seen we already patch it). Of the 53 // above, we do not patch the *_dbg functions, and of the windows 54 // functions, we only patch HeapAlloc and HeapFree. 144 // .dll's), and we need to patch/unpatch them all. This defines 164 // nothing to patch. Also populates the rest of the module_entry 205 // This is the address of the function we are going to patch 207 // patch-specific subclasses, below. 254 bool Patch(const LibcInfo& me_info) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
preamble_patcher.h | 104 // To patch a function, use either of the typesafe Patch() methods. You 115 // original_func_stub = PreamblePatcher::Patch( 128 // the function being patched, we cannot patch it because in the 131 // if you really really need to patch a function like this, it 134 // we cannot patch the function because it may not be long enough 135 // for the jmp instruction we use to inject our patch. 149 // may mean if you patch the function in between your patch will never get 164 // PreamblePatcher::Patch(MessageBox, Hook_MessageBox, &original) [all...] |
/external/chromium_org/v8/src/arm/ |
code-stubs-arm.h | 312 static void Patch(Code* stub, Mode mode) {
|
/external/chromium_org/v8/src/ia32/ |
code-stubs-ia32.h | 332 static void Patch(Code* stub, Mode mode) {
|
/external/chromium_org/v8/src/mips/ |
code-stubs-mips.h | 328 static void Patch(Code* stub, Mode mode) {
|
/external/chromium_org/v8/src/x64/ |
code-stubs-x64.h | 322 static void Patch(Code* stub, Mode mode) {
|
/external/chromium_org/third_party/re2/re2/ |
compile.cc | 33 // Returns patch list containing just p. 37 // Caller must not ever use patch list again. 38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v); 43 // Appends two patch lists and returns result. 49 // Returns patch list containing just p. 67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) { 80 // Appends two patch lists and returns result. 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) [all...] |
/external/clang/lib/Driver/ |
ToolChains.h | 41 /// a hard-coded patch number to those with a hard coded patch number. 50 /// \brief The parsed major, minor, and patch numbers. 51 int Major, Minor, Patch; 53 /// \brief Any textual suffix on the patch number.
|
/external/regex-re2/re2/ |
compile.cc | 33 // Returns patch list containing just p. 37 // Caller must not ever use patch list again. 38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v); 43 // Appends two patch lists and returns result. 49 // Returns patch list containing just p. 67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) { 80 // Appends two patch lists and returns result. 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) [all...] |
/external/v8/src/arm/ |
code-stubs-arm.h | 517 static void Patch(Code* stub, Mode mode) { [all...] |
/external/v8/src/ia32/ |
code-stubs-ia32.h | 527 static void Patch(Code* stub, Mode mode) {
|
/external/v8/src/mips/ |
code-stubs-mips.h | 532 static void Patch(Code* stub, Mode mode) { [all...] |
/external/v8/src/x64/ |
code-stubs-x64.h | 529 static void Patch(Code* stub, Mode mode) {
|