Searched full:by (Results 1 – 25 of 33785) sorted by relevance
12345678910>>...1352
/external/mesa3d/src/glx/ |
D | g_glxglvnddispatchindices.h | 2 * THIS FILE IS AUTOMATICALLY GENERATED BY gen_scrn_dispatch.pl 11 // ChooseFBConfig implemented by libglvnd 13 // ChooseVisual implemented by libglvnd 14 // CopyContext implemented by libglvnd 16 // CreateContext implemented by libglvnd 20 // CreateGLXPixmap implemented by libglvnd 23 // CreateNewContext implemented by libglvnd 24 // CreatePbuffer implemented by libglvnd 25 // CreatePixmap implemented by libglvnd 26 // CreateWindow implemented by libglvnd [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/u-boot/include/dt-bindings/clock/ |
D | tegra186-clock.h | 375 /** @brief output branch of PLL_C for ISP, controlled by gate CLK_ENB_PLLC_OUT_ISP */ 377 /** @brief output branch of PLL_C for VI, controlled by gate CLK_ENB_PLLC_OUT_VE */ 379 /** @brief output branch of PLL_C for AON domain, controlled by gate CLK_ENB_PLLC_OUT_AON */ 383 /** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_I2S2 */ 385 /** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_I2S3 */ 387 /** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_SPDF_IN */ 397 /** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_SPI1 */ 399 /** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_ISP */ 401 /** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_VI */ 403 /** @brief output of mux controlled by CLK_RST_CONTROLLER_CLK_SOURCE_SDMMC1 */ [all …]
|
/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/v8/gnparser/ |
D | gnListener.py | 1 # Generated from gn.g4 by ANTLR 4.7.1 4 # This class defines a complete listener for a parse tree produced by gnParser. 7 # Enter a parse tree produced by gnParser#r. 11 # Exit a parse tree produced by gnParser#r. 16 # Enter a parse tree produced by gnParser#statement. 20 # Exit a parse tree produced by gnParser#statement. 25 # Enter a parse tree produced by gnParser#lvalue. 29 # Exit a parse tree produced by gnParser#lvalue. 34 # Enter a parse tree produced by gnParser#assignment. 38 # Exit a parse tree produced by gnParser#assignment. [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/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/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 …]
|
D | 3.4.rst | 20 updates -- in such cases, end users will be much better served by partial 55 :mod:`socket` module. (Contributed by P.Y. Developer in :issue:`12345`.) 182 Bootstrapping pip By Default 192 By default, the commands ``pipX`` and ``pipX.Y`` will be installed on all 203 ``pip`` is installed by default, while when using the :mod:`venv` module 207 the ``make install`` and ``make altinstall`` commands bootstrap ``pip`` by 215 line by default, otherwise it can still be accessed through the Python 219 these commands by default, as long as, when invoked, they provide clear and 228 only the versioned ``pip3`` and ``pip3.4`` commands are bootstrapped by 255 PEP written by Donald Stufft and Nick Coghlan, implemented by [all …]
|
D | 2.7.rst | 47 (Contributed by P.Y. Developer; :issue:`12345`.) 105 remain supported by the core development team (receiving security updates 122 security. In exceptional cases that cannot be handled adequately by 140 interest to developers by default. :exc:`DeprecationWarning` and its 142 users from seeing warnings triggered by an application. This change 147 enabled by default, providing Python developers with a clear 158 You can re-enable display of :exc:`DeprecationWarning` messages by 160 :option:`-Wd <-W>`) switch, or by setting the :envvar:`PYTHONWARNINGS` 163 by calling ``warnings.simplefilter('default')``. 290 * The :mod:`ConfigParser` module uses them by default, meaning that [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/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/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/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/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zsyscall_netbsd_386.go | 2 // Code generated by the command above; see README.md. DO NOT EDIT. 15 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 26 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 36 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 47 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 58 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 68 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 78 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 89 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 99 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT [all …]
|
D | zsyscall_netbsd_amd64.go | 2 // Code generated by the command above; see README.md. DO NOT EDIT. 15 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 26 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 36 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 47 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 58 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 68 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 78 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 89 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 99 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT [all …]
|
D | zsyscall_netbsd_arm.go | 2 // Code generated by the command above; see README.md. DO NOT EDIT. 15 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 26 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 36 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 47 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 58 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 68 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 78 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 89 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 99 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT [all …]
|
D | zsyscall_dragonfly_amd64.go | 2 // Code generated by the command above; see README.md. DO NOT EDIT. 15 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 26 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 36 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 47 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 58 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 68 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 78 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 89 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 99 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT [all …]
|
D | zsyscall_openbsd_amd64.go | 2 // Code generated by the command above; see README.md. DO NOT EDIT. 15 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 26 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 36 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 47 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 58 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 68 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 78 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 89 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 99 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT [all …]
|
D | zsyscall_openbsd_arm.go | 2 // Code generated by the command above; see README.md. DO NOT EDIT. 15 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 26 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 36 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 47 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 58 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 68 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 78 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 89 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 99 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT [all …]
|
D | zsyscall_openbsd_386.go | 2 // Code generated by the command above; see README.md. DO NOT EDIT. 15 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 26 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 36 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 47 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 58 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 68 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 78 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 89 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT 99 // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT [all …]
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.7.rst | 47 (Contributed by P.Y. Developer; :issue:`12345`.) 105 remain supported by the core development team (receiving security updates 122 security. In exceptional cases that cannot be handled adequately by 140 interest to developers by default. :exc:`DeprecationWarning` and its 142 users from seeing warnings triggered by an application. This change 147 enabled by default, providing Python developers with a clear 158 You can re-enable display of :exc:`DeprecationWarning` messages by 160 :option:`-Wd <-W>`) switch, or by setting the :envvar:`PYTHONWARNINGS` 163 by calling ``warnings.simplefilter('default')``. 290 * The :mod:`ConfigParser` module uses them by default, meaning that [all …]
|
/external/eigen/doc/ |
D | PreprocessorDirectives.dox | 5 You can control some aspects of %Eigen by defining the preprocessor tokens using \c \#define. These… 8 This page lists the preprocessor tokens recognized by %Eigen. 25 (DenseBase::Index). Set to \c std::ptrdiff_t by default. 27 Defaults to the %IOFormat constructed by the default constructor IOFormat::IOFormat(). 29 …initialized to zero, as are new entries in matrices and arrays after resizing. Not defined by defa… 44 preferable. Not defined by default. 49 the correct size. Not defined by default. 54 By default, %Eigen strive to automatically detect and enable langage features at compile-time based… 55 the information provided by the compiler. 59 by the compiler. [all …]
|
12345678910>>...1352