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

12

  /art/patchoat/
patchoat.cc 111 bool PatchOat::Patch(const std::string& image_location, off_t delta,
183 LOG(ERROR) << "Failed to patch image file " << input_image->GetPath();
194 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta,
295 // Don't patch the OAT, since we just symlinked it. Image still needs patching.
305 LOG(ERROR) << "Failed to patch oat file " << input_oat->GetPath();
309 LOG(ERROR) << "Failed to patch image file " << input_image->GetPath();
563 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings,
595 t.NewTiming("Patch Oat file");
739 LOG(ERROR) << ".oat_patches section not found. Aborting patch";
752 CHECK_LT(*patches, oat_text_sec->sh_size) << "Bad Patch";
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
AllocationTest.java 176 // TODO: split patch crop window and the application against a particular size into 2 classes
177 public static class Patch {
179 * Create a new {@link Patch} from relative crop coordinates.
192 public Patch(Size size, float xNorm, float yNorm, float wNorm, float hNorm) {
213 * Get the original size used to create this {@link Patch}.
686 new Patch(size, /*x*/0.45f, /*y*/0.45f, /*w*/0.1f, /*h*/0.1f).toRectF())
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/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/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 1629 Code* patch = isolate->builtins()->builtin(Builtins::kOnStackReplacement); local
1654 Code* patch = isolate->builtins()->builtin(Builtins::kInterruptCheck); local
1679 Code* patch = isolate->builtins()->builtin(Builtins::kOsrAfterStackCheck); local
1690 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/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 670 milliseconds

12