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

  /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/webkit/Tools/QueueStatusServer/handlers/
patch.py 35 class Patch(webapp.RequestHandler):
53 self.response.out.write(template.render("templates/patch.html", template_values))
  /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,
  /frameworks/base/libs/hwui/
Patch.h 39 // 9-patch structures
43 * An OpenGL patch. This contains an array of vertices and an array of
46 struct Patch {
47 Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads);
48 ~Patch();
82 }; // struct Patch
Patch.cpp 23 #include "Patch.h"
34 Patch::Patch(const uint32_t xCount, const uint32_t yCount, const int8_t emptyQuads):
37 // 2 triangles per patch, 3 vertices per triangle
49 PATCH_LOGD(" patch: xCount = %d, yCount = %d, emptyQuads = %d, max vertices = %d",
55 Patch::~Patch() {
63 // Patch management
66 void Patch::copy(const int32_t* xDivs, const int32_t* yDivs) {
71 void Patch::updateColorKey(const uint32_t colorKey)
    [all...]
  /external/webkit/Tools/QueueStatusServer/
main.py 39 from handlers.patch import Patch
59 (r'/patch-status/(.*)/(.*)', PatchStatus),
60 (r'/patch/(.*)', Patch),
67 (r'/next-patch/(.*)', NextPatch),
68 (r'/release-patch', ReleasePatch),
  /external/clang/lib/Driver/
ToolChains.h 39 /// a hard-coded patch number to those with a hard coded patch number.
48 /// \brief The parsed major, minor, and patch numbers.
49 int Major, Minor, Patch;
51 /// \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) {
  /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 369 milliseconds