Home
last modified time | relevance | path

Searched refs:Patch (Results 1 – 25 of 75) sorted by relevance

123

/external/clang/test/CodeGenCXX/
Dpr12104.h1 template <int dimm> struct Patch { struct
5 const unsigned int Patch<dim>::no_neighbor; argument
8 f(Patch<1>::no_neighbor); in g()
Dpr12104.cpp5 template struct Patch<1>; variable
/external/libedit/
DChangeLog21 Patch by Paolo Tosco.
153 appropriately (see also 'man 2 stat'). Patch by Alex Elder.
162 Added pkg-config support for libedit. Patch by Masatake YAMATO.
257 `u_int32_t'". Patch by Norihiko Murase.
260 FreeBSD needs it and does not include it itself. Patch by Norihiko Murase.
319 compatible. Patch by Julien Torrès.
338 use strlen. Patch by Scott Rankin.
352 * doc/Makefile.am: If mdoc2man fails, remove empty file. Patch by
360 trying to link the man pages. Patch by Rick Richardson.
/external/speex/
DAUTHORS12 Patch to speexenc.c to add Vorbis comment format
15 Patch to speexenc.c for supporting more input formats
/external/skia/samplecode/
DSamplePatch.cpp51 class Patch { class
53 Patch() { sk_bzero(fPts, sizeof(fPts)); } in Patch() function in Patch
54 ~Patch() {} in ~Patch()
128 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, in draw()
209 Patch* patch) { in drawpatches()
283 Patch patch; in onDrawContent()
/external/skia/src/animator/
DSkAnimate3DSchema.xsd5 <xs:simpleType name="Patch" >
23 <xs:attribute name="patch" type="Sk3D:Patch" />
/external/regex-re2/re2/
Dcompile.cc38 static void Patch(Prog::Inst *inst0, PatchList l, uint32 v);
67 void PatchList::Patch(Prog::Inst *inst0, PatchList l, uint32 val) { in Patch() function in re2::PatchList
315 PatchList::Patch(inst_, a.end, b.begin); // in case refs to a somewhere in Cat()
321 PatchList::Patch(inst_, b.end, a.begin); in Cat()
325 PatchList::Patch(inst_, a.end, b.begin); in Cat()
358 PatchList::Patch(inst_, a.end, id); in Star()
454 PatchList::Patch(inst_, a.end, id+1); in Capture()
488 PatchList::Patch(inst_, f.end, next); in UncachedRuneByteSuffix()
/external/selinux/policycoreutils/mcstrans/
DChangeLog16 * Add Chad Hanson Patch for MLS
/external/libexif/
DChangeLog347 Patch by Vladimir Petrov <vppetrov@mm-sol.com> plus some whitespace
542 Patch by Mika Raento <mikie@google.com>:
815 Patch by Jef Driesen <jefdriesen@hotmail.com>:
889 Patch by Jakub Bogusz <qboosh@pld-linux.org>, related to translation.
1228 Patch by Krisztian VASAS <iron@ironiq.hu>:
1252 * libexif/i18n.h: Support for WatCom. Patch by Angela Wrobel.
1300 (Patch by marcusmeissner@users.sourceforge.net)
1540 * libexif/exif-entry.c: Patch by Joerg Hoh <joerg@devone.org>,
1616 * libexif/exif-loader.c: Fix APP0-bug. Patch by Jan Patera
1669 * libexif/exif-data.c: Patch by Jan Patera <patera@pictview.com>.
[all …]
/external/tagsoup/
DCHANGES82 Patch due to David Pashley
91 Patch due to Nikita Zhuk
106 Patch due to Mike Bremford
108 Patch due to Mike Bremford
/external/google-breakpad/src/tools/solaris/dump_syms/testdata/
Ddump_syms_regtest.stabs10 …5: .stabs "V=9.0;DBG_GEN=5.0.8;dm;cd;backend;ptf;ptx;ptk;s;g;R=5.8<<Sun C++ 5.8 Patch 121018-07 2…
118 …5: .stabs "V=9.0;DBG_GEN=5.0.8;dm;cd;backend;ptf;ptx;ptk;s;g;R=5.8<<Sun C++ 5.8 Patch 121018-07 2…
/external/llvm/include/llvm/Config/
Dllvm-config.h.in95 /* Patch version of the LLVM API */
Dllvm-config.h.cmake95 /* Patch version of the LLVM API */
/external/zlib/src/contrib/ada/
Dreadme.txt24 computers. Patch provided by Pascal Obry.
/external/tinyxml/
Dchanges.txt119 (Patch request ID 678605)
121 (Patch request ID 697642)
123 (Patch request 602600 and kylotan 701728)
/external/v8/src/
Druntime-profiler.cc150 BackEdgeTable::Patch(isolate_, shared->code()); in AttemptOnStackReplacement()
/external/v8/src/heap/
Dincremental-marking.cc456 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL_COMPACTION); in ActivateGeneratedStub()
458 RecordWriteStub::Patch(stub, RecordWriteStub::INCREMENTAL); in ActivateGeneratedStub()
476 RecordWriteStub::Patch(Code::cast(e), mode); in PatchIncrementalMarkingRecordWriteStubs()
/external/libpcap/
DREADME.hpux164 Patch Name: PHNE_20892
165 Patch Description: s700 10.20 PCI 100Base-T cumulative patch
/external/protobuf/
DCONTRIBUTORS.txt38 Patch contributors:
/external/valgrind/docs/internals/
D3_3_BUGSTATUS.txt218 167288 Fixd 8731 Patch file for missing system calls on Cell BE
313 r7917 r8148 Mgd 161285 Patch -- support for eventfd() syscall
D3_10_BUGSTATUS.txt187 339945 Patch: replace #if !defined (VGPV_*_linux_android) with
436 347686 Patch set to cleanup PPC64 regtests
/external/clang/lib/Driver/
DToolChains.h53 int Major, Minor, Patch; member
65 return isOlderThan(RHS.Major, RHS.Minor, RHS.Patch, RHS.PatchSuffix);
/external/v8/src/arm/
Dcode-stubs-arm.h147 static void Patch(Code* stub, Mode mode) { in Patch() function
/external/v8/src/arm64/
Dcode-stubs-arm64.h131 static void Patch(Code* stub, Mode mode) { in Patch() function
/external/dnsmasq/
DCHANGELOG183 Add DBus introspection. Patch from Jeremy Laine.
185 Update Dbus configuration file. Patch from Colin Walters.
355 Patch to enable compilation of latest Mac OS X. Thanks to

123