/external/openfst/ |
D | NEWS | 3 * Added FLAGS_fst_error_fatal: FST errors are 7 * Added kError property bit signifying bad FST 8 * Added NoWeight() method to FST weight requirements that returns 17 * Added 'fst' as possible far writer type (1.3.2) 19 * Added ngram-fst extension (1.3.2) 28 * Added lookahead matching and filtering for faster composition 29 * Added EditFst for mutation of o.w. immutable FSTs 30 * Added script sub-namespace defining type FstClass - a non-templated 34 * Added per-arc-iterator control of Fst caching. 35 * Added PowerWeight and Power Arc. [all …]
|
/external/vixl/doc/ |
D | changelog.md | 7 + Added support for `umulh` instruction. 8 + Added support for `fcmpe` and `fccmpe` instructions. 22 + Added support for `prfm` prefetch instructions. 23 + Added support for all `frint` instruction variants. 60 + Added support for `frintm`. 62 + Added more tests for floating point instruction simulation. 77 + Added support for `fmadd`, `fnmadd`, `fnmsub`, `fminnm`, `fmaxnm`, 79 + Added support for assembling and disassembling `isb`, `dsb` and `dmb`. 80 + Added support for automatic inversion of compare instructions when using 82 + Added support for using `movn` when generating immediates. [all …]
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/ |
D | CHANGES | 3 *) Added support for pypy 2.2 20 *) Added support for the following grouping @-rules: 23 *) Added support for Python 3.4 and Jython 2.7 28 *) Added compat option to setup.py supporting the pip installer 30 *) Added support for pypy (1.9, 2.0) 32 *) Added support for jython (2.5) 37 *) Added support for Python 3.3
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/ |
D | CHANGES | 3 *) Added support for pypy 2.2 20 *) Added command line option for keeping comments starting with an exclamation 23 *) Added command line option for disabling the C implemention (-p) 25 *) Added support for python 3.4 27 *) Added support for keeping comments starting with an exclamation mark. This 37 *) Added support for jython 2.7 42 *) Added compat option to setup.py supporting the pip installer 44 *) Added support for pypy (1.9, 2.0) 46 *) Added support for jython (2.5) 56 *) Added support for Python 3.3
|
/external/markdown/docs/ |
D | CHANGE_LOG | 12 Feb 2009: Added support for multi-level lists to new Blockprocessors. 14 Jan 2009: Added HTML 4 output as an option (thanks Eric Abrahamsen) 16 Nov 2008: Added Definistion List ext. Replaced old core with BlockProcessors. 20 Refactored tree tarversing. Added treap implementation, then replaced with 28 August 18 2008: Reorganized directory structure. Added a 'docs' dir 30 Added additional documentation and a few bug fixes. (v2.0-beta) 32 August 4 2008: Updated included extensions to ElementTree. Added a 41 May 2008: Added a number of additional extensions to the 62 Nov 29, 2007: Added support for images inside links. Also fixed 80 Oct 9, 2007: Added textPreprocessor (from 1.6b). [all …]
|
/external/eigen/Eigen/src/Eigen2Support/ |
D | TriangularSolver.h | 25 template<typename ExpressionType, unsigned int Added, unsigned int Removed> 28 Flagged<ExpressionType,Added,Removed>::solveTriangular(const MatrixBase<OtherDerived>& other) const in solveTriangular() 30 return m_matrix.template triangularView<Added>().solve(other.derived()); in solveTriangular() 33 template<typename ExpressionType, unsigned int Added, unsigned int Removed> 35 void Flagged<ExpressionType,Added,Removed>::solveTriangularInPlace(const MatrixBase<OtherDerived>& … in solveTriangularInPlace() 37 m_matrix.template triangularView<Added>().solveInPlace(other.derived()); in solveTriangularInPlace()
|
/external/eigen/Eigen/src/Core/ |
D | Flagged.h | 32 template<typename ExpressionType, unsigned int Added, unsigned int Removed> 33 struct traits<Flagged<ExpressionType, Added, Removed> > : traits<ExpressionType> 35 enum { Flags = (ExpressionType::Flags | Added) & ~Removed }; 39 template<typename ExpressionType, unsigned int Added, unsigned int Removed> class Flagged 40 : public MatrixBase<Flagged<ExpressionType, Added, Removed> > 131 template<unsigned int Added,unsigned int Removed> 132 inline const Flagged<Derived, Added, Removed>
|
/external/expat/ |
D | Changes | 26 Added new API member XML_SetHashSalt() that allows setting an intial 32 Added CMake build system. 34 Added run-benchmark target to Makefile.in - relies on testdata module 56 - Added Open Watcom support: patch #1523242. 65 - Added XML_LARGE_SIZE switch to enable 64-bit integers for 68 - Added support for AmigaOS. 97 - Added more regression tests and improved documentation. 100 - Added XML_FreeContentModel(). 101 - Added XML_MemMalloc(), XML_MemRealloc(), XML_MemFree(). 108 - Added XML_UseForeignDTD() for improved SAX2 support. [all …]
|
/external/libpng/ |
D | CHANGES | 99 Added new initialization API to make libpng work better with shared libs 119 Added more error checking for writing and image to reduce invalid files 132 Added external C++ wrapper statements to png.h (Gilles Dauphin) 155 Added test for MACOS to ensure that both math.h and fp.h are not #included 156 Added macros for libpng to be compiled as a Windows DLL (Andreas Kupries) 157 Added "packswap" transformation, which changes the endianness of 159 Added "strip_alpha" transformation, which removes the alpha channel of 161 Added "swap_alpha" transformation, which puts the alpha channel in front 165 Added new pCAL chunk read/write support 166 Added experimental filter selection weighting (Greg Roelofs) [all …]
|
/external/libexif/ |
D | NEWS | 4 * Added more supported lens in Canon MakerNote 5 * Added some defensive NULL pointer checks 34 * Added some example programs 42 * Added support for Epson MakerNotes 44 * Added remaining GPS tags from the EXIF 2.2 spec to the tag table 52 * Added support for writing Pentax and Casio type2 MakerNotes 68 * Added support for Fuji and Sanyo makernotes 69 * Added support for the NO_VERBOSE_TAG_STRINGS and NO_VERBOSE_TAG_DATA 71 * Added support for more tags 81 * Added support for 2 new types of Pentax makernotes & Casio type2 makernote [all …]
|
/external/tinyxml/ |
D | changes.txt | 22 - Added the TiXmlAttributeSet class to pull the attributes into 28 - Added the "NodeType" 31 - Added the TiXmlDeclaration class to read xml declarations. 36 - Added FirstChildElement and NextSiblingElement, because they 43 - Added the "Clear" method on a node to delete all its children. 50 - Added the TIXML prefix to the error strings to resolve conflicts 72 - Added a switch to enable or disable the ignoring of white space. ( TiXmlDocument::SetIgnoreWhiteS… 74 - Added a stream out operator. 75 - Added a stream in operator. 84 - Added missing licence text. Thanks to Lars Willemsens. [all …]
|
/external/gptfdisk/ |
D | NEWS | 8 - Added new partition type codes for Ceph 18 - Added new partition type codes from 28 - Added feature to sgdisk's -A/--attributes, -c/--change-name, 63 - Added GPT regeneration command to GPT-destruction options ('z' in gdisk, 68 - Added check for an oversized 0xEE protective partition. The program now 79 - Added new type codes (3000, 7412F7D5-A156-4B13-81DC-867174929325 and 83 - Added new type ccde (ED01, BFBFAFE7-A34F-448A-9A5B-6213EB736C22), for 92 - Added new type code: 933AC7E1-2EB4-4F13-B844-0E14E2AEF915, or gdisk code 98 - Added new type code: 9E1A2D38-C612-4316-AA26-8B49521E5A8B, or gdisk code 116 - Added check for an active/bootable 0xEE protective partition to the [all …]
|
/external/sonic/debian/ |
D | changelog.vinux | 15 * Added interface for using short data. 21 * Added .install files. 33 * Added a README and some samples. 45 * Added build dependency on libsndfile for sonic executable.
|
D | changelog | 9 * Added native Java port. 22 * Added a bit more explanation about copyrights of various files. 41 * Added rate control, and a new pitch control mode. 47 * Added web page, compile with -pthread.
|
/external/chromium-trace/trace-viewer/third_party/webapp2/ |
D | CHANGES | 51 - Added token_model as an attribute of the User model; it is used instead of 69 - Added webapp2_extras.auth: high-level utilities for authentication and 72 - Added webapp2_extras.appengine.auth.models: default model implementations 75 - Added webapp2_extras.appengine.ndb.unique_model: a model to store unique 113 - Added support for the (not yet released) App Engine Python 2.7 SDK. 125 - Added webapp2_extras.security, with security related helpers such as secure 131 - Added 'backends' configuration: get_session() can now be called passing 155 - Added WSGIApplication.clear_globals(). Instead of 190 - Added webapp2_extras.mako. 192 - Added webapp2.redirect_to. [all …]
|
/external/v8/ |
D | ChangeLog | 1001 Added a Isolate* parameter to Serializer::enabled() (Chromium issue 1042 Added an Isolate* field to NoTrackDoubleFieldsForSerializerScope, 2104 Added explicit Isolate parameter to External::New. 2140 Added missing negative dictionary lookup to NonexistentHandlerFrontend. 2246 Added histograms to track fraction of heap spaces and percentage of 2267 Added column getter to CpuProfileNode (Chromium issue 302537) 2327 Added methods to enable configuration of ResourceConstraints based on 2331 Added -optimize-for-size flag to optimize for memory size (will be used 2373 Added mutex when accessing concurrent recompilation output queue. 2408 Added access check for observed objects. [all …]
|
/external/jetty/ |
D | VERSION.txt | 6 + 422137 Added maxQueued to QueuedThreadPool MBean 585 and eventually closing connections. Added a TODO for a method renaming that 649 + 367635 Added support for start.d directory 746 + 367635 Added support for start.d directory 957 + 350634 Added Resource.newResource(File) 969 + 350634 Added Resource.newResource(File) 998 + 353623 Added new methods to HttpExchange 1176 + 324110 Added test harnesses for merging of QueryStrings. 1188 + 340621 Added SizedThreadPool interface 1211 + JETTY-1354 Added jetty-nested [all …]
|
/external/protobuf/gtest/ |
D | CHANGES | 60 * Added support for using Boost and other TR1 implementations. 63 * Added Makefile to the distribution package. 72 * Added tests to the Xcode project. 73 * Added scons/SConscript for building with SCons. 74 * Added src/gtest-all.cc for building Google Test from a single file. 86 * Added an Xcode project and samples. 92 * Added project files for Visual Studio 7.1.
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/ |
D | news.txt | 157 * Added support for the ``HttpOnly`` Cookie property to 160 * Added :func:`paste.reloader.add_file_callback`, which lets you watch 167 * Added :class:`paste.reloader.JythonMonitor` for an experimental, 254 * Added ``226 IM Used`` status code to ``paste.wsgiwrappers`` 319 * Added a ``current`` method (an alias of ``current_conf``) to 355 * Added method to ``paste.registry.StackedObjectProxy``, 385 * Added REST methods to ``paste.fixture.TestApp``, so you can more 388 * Added ``{{default var=default_value}}`` command to 415 * Added ``paste.util.import_string.try_import_module``, which imports 445 * Added entry point for ``paste.registry.RegistryManager`` [all …]
|
/external/srtp/ |
D | Changes | 39 Added machine/types.h case in include/integers.h. 67 Added 'output' functions to cipher, in addition to 'encrypt' 74 Added crypto_kernel_init() prior to command-line parsing, so that 98 Added better error reporting system. If syslog is present on the 115 Added index check to SEAL cipher (only values less than 2^32 are 118 Added test case for null_auth authentication function. 120 Added a timing test which tests the effect of CPU cache thrash on 127 Added argument processing to ust-driver.c, and added that app to 156 Added NULL check to malloc in srtp_alloc(). 191 Added ntohs(hdr->seq) to srtp_protect and srtp_unprotect, removed [all …]
|
/external/strace/ |
D | NEWS | 8 * Added -yy option to print protocol and address information associated with 35 * Added O_TMPFILE to the list of recognized open mode flags. 43 * Added new syscall entries to match Linux 3.19. 88 * Added experimental -k option to print stack trace after each traced syscall. 89 * Added -w option to produce stats on syscall latency. 91 * Added ARC architecture support. 92 * Added PTRACE_GETREGS API support on PowerPC. 108 * Added new syscall entries to match Linux 3.16. 111 * Added shmat and shmdt to the set of memory mapping related syscalls. 134 * Added -e trace=memory option for tracing memory mapping related syscalls. [all …]
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 12 * Added tree method insertChild(int i, Object t). 16 * Added BaesTree.freshenParentAndChildIndexesDeeply() to recursively 44 * Added inContext(String context) back into TreeParser. 63 * Added option -Xconversiontimeout back in. Turns out we hit NFA conversion 108 * Added @SuppressWarnings({"all"}) to front of each 113 * Added java-left-recur/Java.g example. 124 * Got immediate left-recursion working for rules. Added TestLeftRecursion.java 138 * Added method to generated Java code to return the array of delegates; e.g., 180 * Added source name to syntax error msgs 184 Added boolean couldBacktrack to enterDecision in dbg interface. Breaks AW [all …]
|
/external/lz4/ |
D | NEWS | 25 Added : experimental lz4frame API, thanks to Takayuki Matsuoka and Christopher Jackson for testings 32 Added : Examples directory, using code examples from Takayuki Matsuoka 37 Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu) 42 Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka 46 Added : pkg-config, thanks to Zbigniew Jędrzejewski-Szmek (issue 135) 62 Added : man pages for lz4c and lz4cat 63 Added : automated tests on Travis, thanks to Takayuki Matsuoka ! 71 Added : lz4cat utility, installed on POSX systems (issue 118)
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 9 Added a patch from Cris Bailiff <c.bailiff@e-secure.com.au> 83 release 0.991 Added -b flag: when set causes dnsmasq to always answer 144 release 0.996 Added negative caching: If dnsmasq gets a "no such domain" reply 151 Added -i flag, which restricts dnsmasq to offering name service 169 Added rpm control files to .tar.gz distribution. Thanks to 177 release 1.1 Added --user argument to allow user to change to 180 Added --mx-target argument to allow mail to be delivered 188 Added --no-poll option. 189 Added Suse-rpm support. 192 release 1.2 Added IPv6 DNS record support. AAAA records are cached [all …]
|
/external/antlr/antlr-3.4/runtime/Python/ |
D | ChangeLog | 10 * main.py, Python.stg (outputFile): Added simple __main__ section to 19 * recognizers.py (TokenSource): Added iterator interface to TokenSource 29 * Python.stg (rule): Added support for @decorate {...} action for
|