/external/curl/docs/ |
D | BINDINGS.md | 13 [Ada95](https://web.archive.org/web/20070403105909/www.almroth.com/adacurl/index.html) Written by A… 15 [Basic](http://scriptbasic.com/) ScriptBasic bindings written by Peter Verhas 17 C++: [curlpp](http://curlpp.org/) Written by Jean-Philippe Barrette-LaPierre, 18 [curlcpp](https://github.com/JosephP91/curlcpp) by Giuseppe Persico and [C++ 19 Requests](https://github.com/whoshuu/cpr) by Huu Nguyen 21 [Ch](https://chcurl.sourceforge.io/) Written by Stephen Nestinger and Jonathan Rogado 23 Cocoa: [BBHTTP](https://github.com/brunodecarvalho/BBHTTP) written by Bruno de Carvalho 24 [curlhandle](https://github.com/karelia/curlhandle) Written by Dan Wood 26 [D](https://dlang.org/library/std/net/curl.html) Written by Kenneth Bogert 28 [Delphi](https://github.com/Mercury13/curl4delphi) Written by Mikhail Merkuryev [all …]
|
/external/python/cpython2/Misc/ |
D | developers.txt | 26 - David Malcolm was given commit access on Oct 27 2010 by GFB, 27 at recommendation by Antoine Pitrou and Raymond Hettinger. 29 - Tal Einat was given commit access on Oct 4 2010 by MvL, 32 - Łukasz Langa was given commit access on Sep 08 2010 by GFB, 35 - Daniel Stutzbach was given commit access on Aug 22 2010 by MvL, 38 - Ask Solem was given commit access on Aug 17 2010 by MvL, 39 on recommendation by Jesse Noller, for work on the multiprocessing 43 by MvL, for work on 2to3. 45 - Éric Araujo was given commit access on Aug 10 2010 by BAC, 48 - Terry Reedy was given commit access on Aug 04 2010 by MvL, [all …]
|
/external/clang/test/Analysis/ |
D | MismatchedDeallocator-checker-test.mm | 23 …delete p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not '… 29 …delete q; // expected-warning{{Memory allocated by realloc() should be deallocated by free(), not … 34 …delete p; // expected-warning{{Memory allocated by calloc() should be deallocated by free(), not '… 39 …delete p; // expected-warning{{Memory allocated by strdup() should be deallocated by free(), not '… 44 …delete p; // expected-warning{{Memory allocated by my_malloc() should be deallocated by free(), no… 49 …operator delete(p); // expected-warning{{Memory allocated by malloc() should be deallocated by fre… 54 …delete[] p; // expected-warning{{Memory allocated by malloc() should be deallocated by free(), not… 59 …operator delete[](p); // expected-warning{{Memory allocated by malloc() should be deallocated by f… 64 delete p; // expected-warning{{Memory allocated by alloca() should not be deallocated}} 70 …free(p); // expected-warning{{Memory allocated by 'new' should be deallocated by 'delete', not fre… [all …]
|
/external/ltp/testcases/network/stress/route/ |
D | 00_Descriptions.txt | 3 is changed frequently by route command 7 is changed frequently by ip command 11 changed frequently by route command 15 changed frequently by ip command 19 changed frequently by route command 23 changed frequently by ip command 26 Verify the kernel is not crashed when the IPv4 route is modified by 30 Verify the kernel is not crashed when IPv4 route is add by route command 31 then it is deleted by the removing network driver 34 Verify the kernel is not crashed when IPv4 route is add by ip command [all …]
|
/external/lz4/ |
D | NEWS | 4 cli : new command --fast, by @jennifermliu 6 build : added Haiku target, by @fbrosson, and MidnightBSD, by @laffer1 10 perf: *much* faster dictionary compression on small files, by @felixhandte 11 perf: improved decompression speed and binary size, by Alexey Tourbin (@svpv) 15 fix : decompression segfault when provided with NULL input, by @terrelln 18 fullbench : can bench _destSize() variants, by @felixhandte 19 doc : clarified block format parsing restrictions, by Alexey Tourbin (@svpv) 24 perf : fix bad degenerative case, reported by @c-morgenstern 25 …g a combination of extDict + low memory address (#397), reported and fixed by Julian Scheid (@jsch… 26 cli : support for dictionary compression (`-D`), by Felix Handte @felixhandte [all …]
|
/external/zlib/src/contrib/ |
D | README.contrib | 2 provided by users of zlib and were not tested by the authors of zlib. 7 ada/ by Dmitriy Anisimkov <anisimkov@yahoo.com> 11 amd64/ by Mikhail Teterin <mi@ALDAN.algebra.com> 15 asm686/ by Brian Raiter <breadbox@muppetlabs.com> 19 blast/ by Mark Adler <madler@alumni.caltech.edu> 22 delphi/ by Cosmin Truta <cosmint@cs.ubbcluj.ro> 25 dotzlib/ by Henrik Ravn <henrik@ravn.com> 28 gcc_gvmat64/by Gilles Vollant <info@winimage.com> 32 infback9/ by Mark Adler <madler@alumni.caltech.edu> 35 inflate86/ by Chris Anderson <christop@charm.net> [all …]
|
/external/capstone/bindings/ |
D | README | 4 More bindings created & maintained by the community are available as followings. 6 - Gapstone: Go binding (by Ben Nagy). 10 - Crabstone: Ruby binding (by Ben Nagy). 14 - Capstone-Vala: Vala binding (by Pancake). 18 - Node-Capstone: NodeJS binding (by Jason Oster). 22 - CCcapstone: C++ binding (by Peter Hlavaty). 26 - LuaCapstone: Lua binding (by Antonio Davide). 30 - Capstone-RS: Rust binding (by Richo Healey). 34 - Capstone.NET: .NET framework binding (by Ahmed Garhy). 38 - CapstoneJ: High level Java wrapper for Capstone-java (by Keve Müller). [all …]
|
/external/python/dateutil/ |
D | NEWS | 8 Reported and fixed by @gergondet (gh pr #651) 30 decimal.Decimal-specific error types rather than ValueError. Reported by 31 @amureki (gh issue #632). Fixed by @pganssle (gh pr #636). 33 both aware. Reported and fixed by @ryanpetrello (gh issue #633, gh pr #634) 44 - Dropped support for Python 2.6 (gh pr #362 by @jdufresne) 49 - Added __all__ variable to the root package. Reported by @tebriel 50 (gh issue #406), fixed by @mariocj89 (gh pr #494) 52 version of dateutil. Fixed by @jakec-github (gh issue #537, pr #552) 54 - Added within_delta function to utils - added by @justanr (gh issue #432, 58 reported by @nealmcb (gh issue #94) [all …]
|
/external/icu/icu4c/source/data/translit/ |
D | sk_FONIPA_ja.txt | 43 ca → チャ ; # not backed by data 46 cu → チュ ; # not backed by data 47 co → チョ ; # not backed by data 81 hi → ヒ ; # not backed by data 93 ji → イ ; # not backed by data 107 l \' e → レ ; # not backed by data 108 l \' i → リ ; # not backed by data 109 l \' o → リヨ ; # not backed by data 110 l \' u → リユ ; # not backed by data 134 ɲo → ニョ ; # not backed by data [all …]
|
D | cs_FONIPA_ja.txt | 76 ga → ガ; # not backed by data 77 ge → グエ; # not backed by data 78 gi → グイ; # not backed by data 79 gg → ッ | g; # not backed by data 80 go → ゴ; # not backed by data 81 gu → グ; # not backed by data 82 g } $word_boundary → ク; # not backed by data 83 g → グ; # not backed by data 86 ɟi → ジ; # not backed by data 87 ɟo → ジョ; # not backed by data [all …]
|
/external/fonttools/Tests/feaLib/data/ |
D | feature_aalt.fea | 10 sub one by onesuperior; 11 sub two by twosuperior; 12 sub three by threesuperior; 16 sub one slash four by onequarter; 17 sub one slash two by onehalf; 18 sub three slash four by threequarters; 22 sub [zero one two three four five six seven eight nine] [A a]' by ordfeminine; 23 sub [zero one two three four five six seven eight nine] [O o]' by ordmasculine; 27 sub f i by f_i; 28 sub f l by f_l;
|
D | spec5d1.fea | 5 sub [one one.oldstyle] [slash fraction] [two two.oldstyle] by onehalf; 13 # the sequences were manually enumerated by the font editor: 15 sub one slash two by onehalf; 16 sub one.oldstyle slash two by onehalf; 17 sub one fraction two by onehalf; 18 sub one.oldstyle fraction two by onehalf; 19 sub one slash two.oldstyle by onehalf; 20 sub one.oldstyle slash two.oldstyle by onehalf; 21 sub one fraction two.oldstyle by onehalf; 22 sub one.oldstyle fraction two.oldstyle by onehalf;
|
D | spec5d2.fea | 5 # any particular way by the font editor; the implementation software 10 sub f f by f_f; 11 sub f i by f_i; 12 sub f f i by f_f_i; 13 sub o f f i by o_f_f_i; 18 sub o f f i by o_f_f_i; 19 sub f f i by f_f_i; 20 sub f f by f_f; 21 sub f i by f_i;
|
D | bug1307.fea | 4 sub a by A; 8 sub b by B; 12 sub c by C; 16 sub d by D; 20 sub e by E; 24 sub f by F; 28 sub g by G; 32 sub h by H; 36 sub i by I;
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.7.rst | 42 (Contributed by P.Y. Developer in :issue:`12345`.) 146 Both of these issues are fixed by postponing the evaluation of 153 are interned by the interpreter) and make startup time faster. 179 PEP written and implemented by Łukasz Langa. 189 currently implied by the use of the default C or POSIX locale on non-Windows 209 Locale coercion is silent by default, but to assist in debugging potentially 211 :data:`~sys.stderr`) can be requested by setting ``PYTHONCOERCECLOCALE=warn``. 226 PEP written and implemented by Nick Coghlan. 238 UTF-8 encoding by default. The error handlers for :data:`sys.stdin` and 252 The UTF-8 mode is enabled by default when the locale is ``C`` or ``POSIX``, and [all …]
|
D | 3.5.rst | 42 (Contributed by P.Y. Developer in :issue:`12345`.) 80 methods. (Contributed by Arnon Yaari in :issue:`9951`.) 83 (Contributed by Antoine Pitrou in :issue:`23632`.) 86 object being iterated by ``yield from`` expressions. (Contributed 87 by Benno Leslie and Yury Selivanov in :issue:`24450`.) 90 recursion depth is reached. (Contributed by Georg Brandl 99 (Contributed by Victor Stinner in :issue:`19977`.) 101 * ``.pyo`` files are no longer used and have been replaced by a more flexible 139 It can still be enabled by instantiating a :class:`ssl.SSLContext` 144 against potential injection attacks. (Contributed by Antoine Pitrou [all …]
|
D | 3.6.rst | 42 (Contributed by P.Y. Developer in :issue:`12345`.) 82 based on `a proposal by Raymond Hettinger 187 the format strings accepted by :meth:`str.format`. They contain replacement 188 fields surrounded by curly braces. The replacement fields are expressions, 204 PEP written and implemented by Eric V. Smith. 237 PEP written by Ryan Gonzalez, Philip House, Ivan Levkivskyi, Lisa Roach, 238 and Guido van Rossum. Implemented by Ivan Levkivskyi. 277 PEP written by Georg Brandl and Serhiy Storchaka. 302 PEP written and implemented by Yury Selivanov. 323 PEP written and implemented by Yury Selivanov. [all …]
|
/external/clang/test/SemaObjC/ |
D | warn-retain-cycle.m | 11 [x setBlock: // expected-note {{block will be retained by the captured object}} 13 x.block = // expected-note {{block will be retained by the captured object}} 16 [x addBlock: // expected-note {{block will be retained by the captured object}} 32 … // expected-note {{block will be retained by the captured object}} 48 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the … 49 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the … 63 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the … 69 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the … 71 …ing {{retain cycle}} expected-note {{block will be retained by an object strongly retained by the … 73 …id) sizeof(self); // expected-note {{block will be retained by an object strongly retained by the … [all …]
|
/external/libaom/libaom/av1/common/ |
D | cdef_block.c | 184 int by; in cdef_filter_fb() local 201 by = dlist[bi].by; in cdef_filter_fb() 208 in[((by << bsizey) + iy) * CDEF_BSTRIDE + (bx << bsizex) + ix]; in cdef_filter_fb() 216 by = dlist[bi].by; in cdef_filter_fb() 218 dir[by][bx] = cdef_find_dir(&in[8 * by * CDEF_BSTRIDE + 8 * bx], in cdef_filter_fb() 219 CDEF_BSTRIDE, &var[by][bx], coeff_shift); in cdef_filter_fb() 228 by = dlist[bi].by; in cdef_filter_fb() 230 dir[by][bx] = (xdec ? conv422 : conv440)[dir[by][bx]]; in cdef_filter_fb() 237 by = dlist[bi].by; in cdef_filter_fb() 241 &dst8[(by << bsizey) * dstride + (bx << bsizex)], NULL, dstride, in cdef_filter_fb() [all …]
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_25.txt | 3 by www.linux.org.uk with esmtp (Exim 3.13 #1) 6 Received: from localhost (localhost) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00) with internal id… 47 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 49 by 51 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 53 by 55 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 57 by 59 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 61 by [all …]
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_25.txt | 3 by www.linux.org.uk with esmtp (Exim 3.13 #1) 6 Received: from localhost (localhost) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00) with internal id… 47 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 49 by 51 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 53 by 55 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 57 by 59 Received: from ns1.wellpartner.net ([199.164.235.226]) by zinfandel.lacita.com (8.7.3/8.6.10-MT4.00… 61 by [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | NEWS.txt | 24 It previously deleted Window => Zoom Height by mistake. 107 bpo-1529353: Output over N lines (50 by default) is squeezed down to a button. 109 Settings dialog. Fewer, but possibly extra long, lines can be squeezed by 111 by double-clicking the button or into the clipboard or a separate window 112 by right-clicking the button. 122 Patch by Kevin Walzer. 178 bpo-33664: Scroll IDLE editor text by lines. 179 (Previously, the mouse wheel and scrollbar slider moved text by a fixed 203 Coverage is 100%. Patch by Cheryl Sabella. 208 In text and entry boxes, this affects selection by double-click, [all …]
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.atomic_counter.txt | 13 Unless required by applicable law or agreed to in writing, software 38 - Only single binding point is required by specification 48 the shader. Atomic counter values are verified by comparing against the 49 initial value subtracted by total number of calls to atomicCounterDecrement() 50 and incremented by total number of calls to atomicCounterIncrement() performed 51 by the shader. SSBO value verification depends on the set of functions used in 52 the shader. Values returned by call to atomicCounterDecrement() are 53 incremented by one so that all values in the SSBO are values of counter before 54 peforming operation. Atomic counter values returned by different atomic 57 Test cases using only atomicCounter() call are verified by checking that all [all …]
|
/external/libexif/ |
D | ChangeLog | 4 This fixes CVE-2012-2814. Reported by Mateusz Jurczyk of 6 * Fixed an off-by-one error in exif_convert_utf16_to_utf8() 10 This fixes CVE-2012-2813. Reported by Mateusz Jurczyk of 15 This fixes CVE-2012-2812. Reported by Mateusz Jurczyk of 23 Reported by Yunho Kim 28 is called directly by the application on data that wasn't parsed 29 by libexif itself. 31 * Fixed some possible division-by-zeros in Olympus-style makernotes 33 Reported by Yunho Kim 38 * po/da.po: Updated Danish translation by Joe Hansen [all …]
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/ |
D | ja-Latn-t-ja-hrkt-m0-bgn.txt | 2 # Prepared by the U.S. Board on Geographic Names, Foreign Names Committee Staff 3 # Published by the Defense Mapping Agency, 1994. 159 ビャ ビュ ビュウ ビョ ビョウ ボウ bya byu byū byo byō bō 160 ビャ ビュ ビュウ ビョ ビョウ ボウ bya byu byū byo byō bō 161 びゃ びゅ びゅう びょ びょう ぼう bya byu byū byo byō bō 208 ビャービュービュウービョービョウーボウー byābyūbyūbyōbyōbō 209 びゃーびゅーびゅうーびょーびょうーぼう byābyūbyūbyōbyōbō 252 ビャービュービュウービョービョウーボウー byābyūbyūbyōbyōbō 253 びゃーびゅーびゅうーびょーびょうーぼう byābyūbyūbyōbyōbō
|