HomeSort by relevance Sort by last modified time
    Searched defs:Patch (Results 1 - 25 of 29) sorted by null

1 2

  /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);
  /art/compiler/dex/quick/
lazy_debug_frame_opcode_writer.cc 23 const ArenaVector<uint8_t>* LazyDebugFrameOpCodeWriter::Patch(size_t code_size) {
  /frameworks/av/services/audioflinger/
PatchPanel.h 25 class Patch;
37 /* Create a patch between several source and sink ports */
38 status_t createAudioPatch(const struct audio_patch *patch,
41 /* Release a patch */
51 status_t createPatchConnections(Patch *patch,
53 void clearPatchConnections(Patch *patch);
55 class Patch {
57 Patch(const struct audio_patch *patch)
    [all...]
  /bootable/recovery/applypatch/
applypatch.h 27 } Patch;
72 const Value* patch, ssize_t patch_offset,
75 const Value* patch, ssize_t patch_offset,
80 const Value* patch,
  /frameworks/base/libs/hwui/
Patch.h 37 // 9-patch structures
40 class Patch {
42 Patch(const float bitmapWidth, const float bitmapHeight,
44 const UvMapper& mapper, const Res_png_9patch* patch);
47 * Returns the size of this patch's mesh in bytes.
69 }; // struct Patch
Patch.cpp 24 #include "Patch.h"
36 uint32_t Patch::getSize() const {
40 Patch::Patch(const float bitmapWidth, const float bitmapHeight,
41 float width, float height, const UvMapper& mapper, const Res_png_9patch* patch)
42 : mColors(patch->getColors()) {
45 const int8_t numColors = patch->numColors;
56 uint32_t xCount = patch->numXDivs;
57 uint32_t yCount = patch->numYDivs;
65 const int32_t* xDivs = patch->getXDivs()
    [all...]
  /art/compiler/optimizing/
optimizing_unit_test.h 100 // Naive patch command: apply a diff to a string.
101 inline std::string Patch(const std::string& original, const diff_t& diff) {
  /frameworks/volley/src/test/java/com/android/volley/mock/
TestRequest.java 158 /** Test example of a PATCH request in the new style. */
159 public static class Patch extends Base {
160 public Patch() {
161 super(Method.PATCH, TEST_URL, null);
165 /** Test example of a PATCH request in the new style with a body. */
166 public static class PatchWithBody extends Patch {
  /art/compiler/
elf_writer_quick.cc 72 // Encode patch locations as LEB128 list of deltas between consecutive addresses.
79 DCHECK_GE(location, address) << "Patch locations are not in sorted order";
115 // Patch memory addresses within a buffer.
119 static void Patch(const std::vector<uintptr_t>& patch_locations,
166 is64bit ? Patch<Elf_Addr, uint64_t, kPointerRelativeAddress> :
167 Patch<Elf_Addr, uint32_t, kPointerRelativeAddress>,
171 Patch<Elf_Addr, uint32_t, kSectionRelativeAddress>, text));
174 is64bit ? Patch<Elf_Addr, uint64_t, kAbsoluteAddress> :
175 Patch<Elf_Addr, uint32_t, kAbsoluteAddress>,
181 Patch<Elf_Addr, uint32_t, kAbsoluteAddress>, text))
    [all...]
  /external/skia/samplecode/
SamplePatch.cpp 51 class Patch {
53 Patch() { sk_bzero(fPts, sizeof(fPts)); }
54 ~Patch() {}
128 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv,
209 Patch* patch) {
212 patch->draw(canvas, paint, nu, nv, false, false);
214 patch->draw(canvas, paint, nu, nv, true, false);
216 patch->draw(canvas, paint, nu, nv, false, true);
218 patch->draw(canvas, paint, nu, nv, true, true)
283 Patch patch; local
    [all...]
  /external/v8/src/arm/
code-stubs-arm.h 147 static void Patch(Code* stub, Mode mode) {
  /external/v8/src/arm64/
code-stubs-arm64.h 124 // We patch the two first instructions of the stub back and forth between an
131 static void Patch(Code* stub, Mode mode) {
132 // We are going to patch the two first instructions of the stub.
  /external/v8/src/ia32/
code-stubs-ia32.h 172 static void Patch(Code* stub, Mode mode) {
  /external/v8/src/mips/
code-stubs-mips.h 189 static void Patch(Code* stub, Mode mode) {
  /external/v8/src/mips64/
code-stubs-mips64.h 191 static void Patch(Code* stub, Mode mode) {
  /external/v8/src/x64/
code-stubs-x64.h 164 static void Patch(Code* stub, Mode mode) {
  /external/v8/src/x87/
code-stubs-x87.h 169 static void Patch(Code* stub, Mode mode) {
  /external/clang/lib/Driver/
ToolChains.h 43 /// a hard-coded patch number to those with a hard coded patch number.
52 /// \brief The parsed major, minor, and patch numbers.
53 int Major, Minor, Patch;
58 /// \brief Any textual suffix on the patch number.
65 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddsnd.h 255 ULONG Patch;
  /art/patchoat/
patchoat.cc 95 bool PatchOat::Patch(const std::string& image_location, off_t delta,
167 LOG(ERROR) << "Failed to patch image file " << input_image->GetPath();
178 bool PatchOat::Patch(File* input_oat, const std::string& image_location, off_t delta,
279 // Don't patch the OAT, since we just symlinked it. Image still needs patching.
289 LOG(ERROR) << "Failed to patch oat file " << input_oat->GetPath();
293 LOG(ERROR) << "Failed to patch image file " << input_image->GetPath();
524 // Patch dex file int/long arrays which point to ArtFields.
658 bool PatchOat::Patch(File* input_oat, off_t delta, File* output_oat, TimingLogger* timings,
690 t.NewTiming("Patch Oat file");
753 // to patch all absolute addresses, starting with ELF program headers
    [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/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/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 

Completed in 697 milliseconds

1 2