Searched full:added (Results 1 – 25 of 8465) sorted by relevance
12345678910>>...339
| /external/cldr/tools/java/org/unicode/cldr/util/data/ |
| D | language-subtag-registry | 6 Added: 2005-10-16 11 Added: 2005-10-16 17 Added: 2005-10-16 22 Added: 2005-10-16 28 Added: 2005-10-16 34 Added: 2005-10-16 40 Added: 2005-10-16 45 Added: 2005-10-16 52 Added: 2005-10-16 58 Added: 2005-10-16 [all …]
|
| /external/jcommander/ |
| D | CHANGELOG | 6 Added: JCommander#acceptUnknownOption and JCommander#getUnknownArgs 7 Added: JCommander#allowAbbreviatedOptions (default: false) 8 Added: JCommander#setCaseSensitiveOptions (default: true) 9 Added: Support for enums (Scott M Stark) 23 Added: IValueValidator to validate parameter values (typed) as opposed to IParameterValidator which… 24 Added: echoInput, used when password=true to echo the characters (Jason Wheeler) 25 Added: @Parameter(help = true) 35 Added: Default passwords are no longer displayed in the usage (Paul Mendelson) 36 Added: Variable arities now work magically, no need for IVariableArity any more 47 Added: @DynamicParameter [all …]
|
| /external/testng/ |
| D | CHANGES.txt | 67 Added: GITHUB-631: Avoid the static limitation of external DataProvider. (Julien Herr) 68 Added: GITHUB-631: Allow to use Guice injection in DataProvider. (Julien Herr) 69 Added: Drop support of Java6 and previous. 70 Added: GITHUB-617: Allow injection of org.testng.ITestContext into the guice parent module. (Julien… 79 Added: GITHUB-616: org.testng.internal.Version will be always up-to-date (Julien Herr) 123 Added: Descriptions in the HTML reports 124 Added: Various improvements to EmailableReporter (Abraham Lin) 125 Added: Allow injection of java.lang.reflect.Constructor and org.testng.ITestNGMethod into DataProvi… 137 Added: Predefined listeners (Tim Wu) 144 Added: Big performance improvement when generating the reports (Frank Pavageau) [all …]
|
| /external/ltp/testcases/kernel/device-drivers/v4l/user_space/ |
| D | Makefile | 5 # test_VIDIOC_ENUM_FRAMESIZES.c added 6 # 5 Jul 2009 0.18 v4l2_foreach.c added 7 # 19 May 2009 0.17 test_VIDIOC_EXT_CTRLS.c added 8 # 7 May 2009 0.16 v4l2_show.c added 9 # 5 May 2009 0.15 test_VIDIOC_QUERYBUF.c added 10 # 25 Apr 2009 0.14 test_VIDIOC_REQBUFS.c added 11 # 5 Apr 2009 0.13 test_VIDIOC_QUERYMENU.c added 12 # 4 Apr 2009 0.12 test_VIDIOC_FMT.c added 13 # 22 Mar 2009 0.11 test_VIDIOC_OUTPUT.c added, 14 # test_VIDIOC_G_SLICED_VBI_CAP.c added [all …]
|
| D | README | 6 23 Jul 2009 0.17 Test cases added for VIDIOC_ENUM_FRAMESIZES and 11 25 May 2009 0.15 Test cases added for VIDIOC_G_EXT_CTRLS, VIDIOC_S_EXT_CTRLS 13 7 May 2009 0.14 Test cases added for VIDIOC_QUERYBUF; 15 29 Apr 2009 0.13 Added string content validation; 16 Test cases added for VIDIOC_REQBUFS 17 19 Apr 2009 0.12 Test cases added for VIDIOC_S_FMT; 22 More strict check added for strings in different test cases 23 9 Apr 2009 0.11 Test cases added for VIDIOC_G_OUTPUT, VIDIOC_S_OUTPUT, 28 Added camera enabling through /sys/devices/platform/eeepc/camera; 29 Added results page to documentation; [all …]
|
| /external/libcxx/lib/abi/ |
| D | CHANGELOG.TXT | 8 including what symbols were added, removed, or changed. 13 New entries should be added directly below the "Version" header. 122 Symbol added: _ZNSt3__16__itoa8__u64toaEmPc 123 Symbol added: _ZNSt3__16__itoa8__u32toaEjPc 127 Symbol added: __ZNSt3__16__itoa8__u64toaEyPc 128 Symbol added: __ZNSt3__16__itoa8__u32toaEjPc 142 Symbol added: __cxa_uncaught_exceptions 157 Symbol added: ___cxa_deleted_virtual 199 Symbol added: _ZNSt3__124__libcpp_debug_exceptionC2ERKNS_19__libcpp_debug_infoE 200 Symbol added: _ZNSt3__124__libcpp_debug_exceptionD1Ev [all …]
|
| /external/wpa_supplicant_8/hostapd/ |
| D | ChangeLog | 13 * added configuration of airtime policy 16 * added support for regulatory WMM limitation (for ETSI) 17 * added support for MACsec Key Agreement using IEEE 802.1X/PSK 18 * added experimental support for EAP-TEAP server (RFC 7170) 19 * added experimental support for EAP-TLS server with TLS v1.3 20 * added support for two server certificates/keys (RSA/ECC) 21 * added AKMSuiteSelector into "STA <addr>" control interface data to 23 * added eap_sim_id parameter to allow EAP-SIM/AKA server pseudonym and 29 - added support for SAE Password Identifier 37 - added Finite Cyclic Group field in status code 77 responses [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| D | ChangeLog | 17 * added validation of RSNE in (Re)Association Response frames 22 * added support for EAP-SIM/AKA using anonymous@realm identity 25 * added experimental support for EAP-TEAP peer (RFC 7170) 26 * added experimental support for EAP-TLS peer with TLS v1.3 34 - added support for SAE Password Identifier 65 - added support for release number 3 70 * added support for RSN operating channel validation 72 * added Multi-AP backhaul STA support 91 * added support for random P2P Device/Interface Address use 93 * extended WPS to allow SAE configuration to be added automatically [all …]
|
| /external/python/asn1crypto/ |
| D | changelog.md | 5 - Added `encrypt_key_pref` (`1.2.840.113549.1.9.16.2.11`) to 7 - Added Brainpool curves from RFC 5639 to `keys.NamedCurve()` 17 - Added `asn1crypto.load_order()`, which returns a `list` of unicode strings 24 - Added User ID (`0.9.2342.19200300.100.1.1`) to `x509.NameType()` 25 - Added various EC named curves to `keys.NamedCurve()` 37 values. Alternatives have been added to oscrypto. 57 - Added `x509.Certificate().not_valid_before` and 59 - Added `core.BitString().unused_bits` 60 - Added `keys.NamedCurve.register()` for non-mainstream curve OIDs 68 - Added structures for nested SHA-256 Windows PE signatures to [all …]
|
| /external/python/pyasn1-modules/ |
| D | CHANGES.txt | 5 - Added RFC3560 providing RSAES-OAEP Key Transport Algorithm 7 - Added RFC6019 providing BinaryTime - an alternate format 10 - Added RFC5480 providng Elliptic Curve Cryptography Subject 12 - Added RFC8520 providing X.509 Extensions for MUD URL and 14 - Added RFC3161 providing Time-Stamp Protocol support 15 - Added RFC3709 providing Logotypes in X.509 Certificates 16 - Added RFC3274 providing CMS Compressed Data Content Type 17 - Added RFC4073 providing Multiple Contents protection with CMS 18 - Added RFC2634 providing Enhanced Security Services for S/MIME 19 - Added RFC5915 providing Elliptic Curve Private Key [all …]
|
| /external/angle/third_party/VulkanMemoryAllocator/ |
| D | CHANGELOG.md | 7 - Added support for Vulkan 1.1. 8 - Added member `VmaAllocatorCreateInfo::vulkanApiVersion`. 10 - Added support for query for memory budget and staying within the budget. 11 …- Added function `vmaGetBudget`, structure `VmaBudget`. This can also serve as simple statistics, … 13 …- Added flag `VMA_ALLOCATION_CREATE_WITHIN_BUDGET_BIT` that fails an allocation if it would exceed… 14 - Added new memory usage options: 17 - Added support for VK_KHR_bind_memory2 extension: 18 …- Added `VMA_ALLOCATION_CREATE_DONT_BIND_BIT` flag that lets you create both buffer/image and allo… 19 …- Added flag `VMA_ALLOCATOR_CREATE_KHR_BIND_MEMORY2_BIT`, functions `vmaBindBufferMemory2`, `vmaBi… 20 - Added functions `vmaSetPoolName`, `vmaGetPoolName` that let you assign string names to custom poo… [all …]
|
| /external/ImageMagick/Magick++/ |
| D | NEWS | 4 * Added adaptiveThreshold() method. 5 * Added colorMapSize() method. 6 * Added DrawablePushClipPath, DrawablePopClipPath, and DrawableClipPath. 14 * Added the Image textEncoding() method and an encoding option to 16 * Added the Image compare() method to support comparing two similar 23 * Added a profile() method to Image to support adding, removing, 32 * Added DrawableTextUnderColor class to set text underbox color. 52 * Added endian method to Image, and endianImage class to STL.h in 74 * Added Drawable objects (DrawablePushPattern & DrawablePopPattern) 76 * Added Image strokePattern() and fillPattern() methods for specifying [all …]
|
| /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 46 (Thanks David Wolever). Fixed various bugs and added doc strings. 62 Nov 29, 2007: Added support for images inside links. Also fixed [all …]
|
| /external/libpng/ |
| D | CHANGES | 7 added reader into png.h 11 added pull reader 13 added pnglib.txt 14 added example.c 18 added K&R support 19 added check for 64 KB blocks for 16 bit machines 39 added png_large_malloc() and png_large_free() 40 added png_size_t 42 added png_start_read_image() 47 added test program [all …]
|
| /external/python/cryptography/vectors/cryptography_vectors/asymmetric/ECDSA/FIPS_186-2/ |
| D | PKV.rsp | 261 Result = F (2 - Added PT of order 2) 273 Result = F (2 - Added PT of order 2) 277 Result = F (2 - Added PT of order 2) 281 Result = F (2 - Added PT of order 2) 327 Result = F (2 - Added PT of order 2) 335 Result = F (2 - Added PT of order 2) 351 Result = F (2 - Added PT of order 2) 355 Result = F (2 - Added PT of order 2) 377 Result = F (2 - Added PT of order 2) 381 Result = F (2 - Added PT of order 2) [all …]
|
| /external/python/cryptography/ |
| D | CHANGELOG.rst | 19 * Added support for :class:`~cryptography.hazmat.primitives.hashes.SHA512_224` 22 * Added support for :class:`~cryptography.hazmat.primitives.hashes.SHA3_224`, 27 * Added support for :doc:`/hazmat/primitives/asymmetric/x448` when using 29 * Added support for :class:`~cryptography.hazmat.primitives.hashes.SHAKE128` 32 * Added initial support for parsing PKCS12 files with 34 * Added support for :class:`~cryptography.x509.IssuingDistributionPoint`. 35 * Added ``rfc4514_string()`` method to 41 * Added 46 * Added :attr:`~cryptography.x509.ocsp.OCSPResponse.signature_hash_algorithm` 52 * Added support for encoding compressed and uncompressed points via [all …]
|
| /external/vixl/doc/ |
| D | changelog.md | 28 + Added support for `umulh` instruction. 29 + Added support for `fcmpe` and `fccmpe` instructions. 43 + Added support for `prfm` prefetch instructions. 44 + Added support for all `frint` instruction variants. 81 + Added support for `frintm`. 83 + Added more tests for floating point instruction simulation. 98 + Added support for `fmadd`, `fnmadd`, `fnmsub`, `fminnm`, `fmaxnm`, 100 + Added support for assembling and disassembling `isb`, `dsb` and `dmb`. 101 + Added support for automatic inversion of compare instructions when using 103 + Added support for using `movn` when generating immediates. [all …]
|
| /external/proguard/docs/ |
| D | downloads.html | 90 <li>Added support for Java 8. 91 <li>Added <code>-keep</code> modifier <code>includedescriptorclasses</code>. 92 <li>Added automatic suggestions for keeping attributes. 117 <li>Added simplification of basic enum types. 118 <li>Added reading and writing of apk and aar archives. 140 <li>Added Gradle task. 141 <li>Added more peephole optimizations for strings. 148 <li>Added java system property <code>optimize.conservatively</code> to allow 165 <li>Added more peephole optimizations for strings. 166 <li>Added support for multiple external configuration files in Ant [all …]
|
| /external/selinux/libsepol/tests/policies/test-linker/ |
| D | module1.conf | 15 #test for type in module and attr in module, added to in module 25 # test for attr declared in base, added to in module 29 # test for attr declared in base, added to in 2 modules 33 # test for attr declared in base optional, added to in module 37 # test for attr declared in module, added to in base optional 53 # attr a added to in base optional, declared/added to in module, added to in other module 57 # attr a added to in base optional, declared/added in module , added to in other module optional 128 # attr a added to in base optional, declared/added in module optional, added to in other module
|
| /external/ltp/testcases/kernel/io/disktest/ |
| D | CHANGELOG | 7 Added an option to specify the amount of time that IO can be stalled, 12 Added additional option to -t to support random IO delays per thread. This 16 Added signal handling. So that SIGINT, SIGKILL, SIGHUP, SIGTERM, and 29 Added sync interval to -Is. The number of IOs can now be specified, 33 Added -R option, which specifies a number of retries that should occur 35 be added before a retry occurs. sync and data miscompares errors are not 38 Added option to -A, -At, this will cause an IO timeout, specified by -t, to 61 Added patch from Mike Anderson for checking status on sync/close. 68 Added check for early exit in IO threads when global run flag cleared. 100 Added synchronization at the block level between threads as the default. [all …]
|
| /external/curl/docs/cmdline-opts/ |
| D | write-out.d | 35 option. (Added in 7.26.0) 39 server. (Added in 7.15.4) 43 FTP(s) transfer. In 7.18.2 the alias \fBresponse_code\fP was added to show the 48 curl CONNECT request. (Added in 7.12.4) 51 The http version that was effectively used. (Added in 7.50.0) 55 either IPv4 or IPv6 (Added in 7.29.0) 58 The local port number of the most recently done connection (Added in 7.29.0) 61 Number of new connects made in the recent transfer. (Added in 7.12.3) 64 Number of redirects that were followed in the request. (Added in 7.12.3) 68 requested. 0 means the verification was successful. (Added in 7.52.0) [all …]
|
| /external/curl/docs/ |
| D | HISTORY.md | 20 download support was added, the name of the project was changed and urlget 2.0 26 The project slowly grew bigger. When upload capabilities were added and the 36 SSL support was added, powered by the SSLeay library. 46 major operating systems. The never-quite-understood -F option was added and 47 curl could now simulate quite a lot of a browser. TELNET support was added. 55 January: DICT support added. 61 August: LDAP:// and FILE:// support added. The curl web site gets 1300 visits 66 December 28: added the project on Sourceforge and started using its services 87 September: kerberos4 support was added. 105 The first experimental ftps:// support was added. [all …]
|
| /external/antlr/tool/ |
| D | CHANGES.txt | 21 * Added error msg for .. in parser 31 * Python 3.3 target added by Benjamin Wolf based upon Python 2 target 79 * added range check to BaseTree.insertChild() 83 * Added tree method insertChild(int i, Object t). 87 * Added BaesTree.freshenParentAndChildIndexesDeeply() to recursively 115 * Added inContext(String context) back into TreeParser. 134 * Added option -Xconversiontimeout back in. Turns out we hit NFA conversion 179 * Added @SuppressWarnings({"all"}) to front of each 184 * Added java-left-recur/Java.g example. 195 * Got immediate left-recursion working for rules. Added TestLeftRecursion.java [all …]
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
| D | SummaryStatistics.java | 37 * Computes summary statistics for a stream of data values added using the 64 /** count of values that have been added */ 70 /** sum of values that have been added */ 73 /** sum of the square of each value that has been added */ 76 /** min of values that have been added */ 79 /** max of values that have been added */ 82 /** sumLog of values that have been added */ 85 /** geoMean of values that have been added */ 88 /** mean of values that have been added */ 91 /** variance of values that have been added */ [all …]
|
| /external/selinux/libsepol/tests/ |
| D | test-linker-types.c | 51 * - attr a declared in base, added to in module 52 * - attr a declared in base, added to in module optional 53 * - attr a declared in base, added to in 2 modules 54 * - attr a declared in base, added to in 2 modules (optional and global) 55 * - attr a declared in base optional, added to in module 56 * - attr a declared in base optional, added to in module optional 57 * - attr a added to in base optional, declared in module 58 * - attr a added to in base optional, declared in module optional 59 * - attr a added to in base optional, declared in module, added to in other module 60 * - attr a added to in base optional, declared in module optional, added to in other module [all …]
|
12345678910>>...339