HomeSort by relevance Sort by last modified time
    Searched defs:Patch (Results 26 - 32 of 32) sorted by null

12

  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
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/tools/traceline/traceline/
main.cc 181 // Given the address to the start of a function, patch the function to jump
229 CodeBuffer patch(buf);
231 patch.jmp_rel(off);
232 patch.jmp_rel_short(-2 - 5);
249 CodeBuffer patch(buf + 5);
251 patch.jmp_rel(off);
274 // patch and jump back to the original code.
733 // Patch lock (criticial section) holding.
860 // Patch APC dispatching. This is a bit hacky, since the return to kernel
    [all...]
  /external/chromium_org/v8/src/
full-codegen.cc 1650 Code* patch = isolate->builtins()->builtin(Builtins::kOnStackReplacement); local
1674 Code* patch = isolate->builtins()->builtin(Builtins::kInterruptCheck); local
1703 Code* patch = isolate->builtins()->builtin(Builtins::kOsrAfterStackCheck); local
1714 Code* patch = isolate->builtins()->builtin(Builtins::kOnStackReplacement); local
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 2 * Diff Match and Patch
5 * http://code.google.com/p/google-diff-match-patch/
40 * Functions for diff, match and patch.
41 * Computes the difference between two texts to create a patch.
42 * Applies the patch onto another text, allowing for errors.
48 * Class containing the diff, match and patch methods.
1802 Patch patch = new Patch(); local
2029 Patch patch = patches.getFirst(); local
2079 Patch patch; local
2205 Patch patch; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 233 milliseconds

12