/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
H A 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 …]
|
/aosp_15_r20/external/rust/crates/openssl/ |
D | CHANGELOG.md | 7 ### Added subsection 9 * Added `PkeyCtxRef::{nonce_type, set_nonce_type}`. 10 * Added `X509Ref::alias`. 15 ### Added subsection 17 * Added `Pkcs7Ref::{type_,signed}`. 18 * Added `Pkcs7SignedRef::certificates`. 19 * Added `Cipher::{aes_256_xts,des_ede3_ecb,des_ede3_cfb8,des_ede3_ofb,camellia128_ofb,camellia192_o… 20 * Added `PKey::from_dhx` 21 * Added `PKey::{public_key_from_pem_passphrase,public_key_from_pem_callback}`. 30 ### Added subsection [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/ |
D | CHANGELOG.md | 3 ### Added subsection 4 - Added support for `clang` 17.0.x 35 ### Added subsection 36 - Added additional support for `clang` 16.0.x 46 ### Added subsection 47 - Added support for `clang` 16.0.x 48 - Added support for `clang` 15.0.x 49 - Added support for `clang` 14.0.x 59 ### Added subsection 60 - Added support for illumos and derivatives [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/ |
D | CHANGELOG.md | 26 ### Added subsection 28 * Added `to_angle` method to 2D vectors. 30 * Added `FloatExt` trait which adds `lerp`, `inverse_lerp` and `remap` methods 33 * Added `i16` and `u16` vector types, `I16Vec2`, `I16Vec3`, `I16Vec4`, 42 * Added the `#[must_use]` attribute to all pure functions following the 51 ### Added subsection 53 * Added `div_euclid` and `rem_euclid` to integer vector types. 55 * Added wrapping and saturating arithmetic operations to integer vector types. 57 * Added `to_scale_angle_translation` to 2D affine types. 59 * Added `mul_assign` ops to affine types. [all …]
|
/aosp_15_r20/external/python/pyasn1-modules/ |
D | CHANGES.txt | 7 - Added RFC7633 providing TLS Features Certificate Extension 8 - Added RFC7229 providing OIDs for Test Certificate Policies 9 - Added tests for RFC3280, RFC3281, RFC3852, and RFC4211 10 - Added RFC6960 providing Online Certificate Status Protocol (OCSP) 11 - Added RFC6955 providing Diffie-Hellman Proof-of-Possession Algorithms 13 - Added RFC6486 providing RPKI Manifests 14 - Added RFC6487 providing Profile for X.509 PKIX Resource Certificates 15 - Added RFC6170 providing Certificate Image in the Internet X.509 Public 17 - Added RFC6187 providing Certificates for Secure Shell Authentication 18 - Added RFC6482 providing RPKI Route Origin Authorizations (ROAs) [all …]
|
/aosp_15_r20/external/testng/ |
H A 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 …]
|
/aosp_15_r20/external/jcommander/ |
H A D | CHANGELOG.md | 7 * Added: Add `getProgramName` to `JCommander`, #247 8 * Added: Documentation for `listConverter` and `splitter`, #253, (@jeremysolarz) 18 * Added: `IStringConverterInstanceFactory` to create converter instances, #279 (@simon04) 19 * Added: Allow to specify the `@file` charset, #286 (@simon04) 20 * Added: Converters `InetAddressConverter` (#288), `CharArrayConverter` (#289; @garydgregory) 25 * Added: JCommander now requires Java 8 30 * Added: Allow user to retrieve unknown command, #275 35 * Added: Support for disabling the `@file` expansion, #156 37 * Added: Read parameters from interfaces, #252 38 * Added: Refuse to write to final fields, #243 [all …]
|
/aosp_15_r20/external/perfetto/ |
H A D | CHANGELOG | 38 * Added TIMESTAMP, DURATION, ID and JOINID types to Perfetto SQL schema. 69 * Added `linux.perf.samples` module for easy querying of perf samples 71 * Added `stacks.cpu_profiling` module for easy querying of all CPU 74 * Added (partial) support for the Gecko (Firefox) JSON profiler format. 78 * Added (partial) suppoort for the perf script text format from both perf 82 * Added support for parsing non-streaming ART method tracing format. 83 * Added support for parsing GZIP files with multiple gzip streams. 84 * Added support for parsing V8 CPU profling samples from proto traces. 151 * Added `linux_kernel_threads` table to `linux.threads` module. 156 * Added `CREATE PERFETTO INDEX` to add sqlite-like indexes to Perfetto [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/ |
D | CHANGELOG.md | 5 - Added `AsRawLibbpf` impl for `OpenObject` and `ObjectBuilder` 11 - Added `{Open,}Object::maps{_mut,}` and `{Open,}Object::progs{_mut,}` 20 - Added `Object::name` method 21 - Added `Copy` and `Clone` impls for types inside `btf::types` module 36 - Added support for user ring buffers 38 - Added `Map::lookup_bloom_filter` for looking up elements in a bloom filter 45 - Added `vendored` feature to use vendored copies of all needed libraries 46 - Added `Program::attach_ksyscall` for attaching to ksyscall handlers 47 - Added `Program::test_run` as a way for test-running programs 48 - Added `OpenMap::initial_value{,_mut}` for retrieving a map's initial value [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/ |
D | CHANGELOG.md | 9 ### Added subsection 11 - Added `mkdtemp` wrapper ([#1297](https://github.com/nix-rust/nix/pull/1297)) 14 - Added `EventFd` type. ([#1945](https://github.com/nix-rust/nix/pull/1945)) 15 - - Added `impl From<Signal> for SigSet`. 16 - Added `impl std::ops::BitOr for SigSet`. 17 - Added `impl std::ops::BitOr for Signal`. 18 - Added `impl std::ops::BitOr<Signal> for SigSet` 21 - Added `TlsGetRecordType` control message type and corresponding enum for 23 - Added `Ipv6HopLimit` to `::nix::sys::socket::ControlMessage` for Linux, 26 - Added `Icmp` and `IcmpV6` to `SockProtocol` [all …]
|
/aosp_15_r20/external/tpm2-tss/ |
H A D | CHANGELOG.md | 7 ### Added subsection 8 - Added a new Feature API (FAPI) implementation 9 - Added Esys_TRSess_GetAuthRequired() ESAPI function 10 - Added Esys_TR_GetTpmHandle() SAPI function 11 - Added Esys_GetSysContext() SAPI function 12 - Added the with-sanitizer configure option 13 - Added CI for FreeBSD 39 - Added check for object node before calling compute_session_value function 49 ### Added subsection 53 - Added release and maintainance info (~3 per year and latest 2 are supported) [all …]
|
/aosp_15_r20/external/json-schema-validator/ |
H A D | CHANGELOG.md | 10 ### Added subsection 16 ### Added subsection 29 ### Added subsection 44 ### Added subsection 66 ### Added subsection 74 ### Added subsection 89 ### Added subsection 105 ### Added subsection 118 - fixes #890 Added test cases for not allowed validator, Handled invalid keyword. Thanks @Ketul3012 132 ### Added subsection [all …]
|
/aosp_15_r20/external/curl/docs/cmdline-opts/ |
H A D | write-out.md | 9 Added: 6.5 64 GnuTLS, Schannel and Secure Transport backends. (Added in 7.88.0) 69 (Added in 8.2.0) 75 The error message. (Added in 7.75.0) 78 The numerical exit code of the transfer. (Added in 7.75.0) 84 (Added in 7.26.0) 88 server. (Added in 7.15.4) 93 multiple values. (Added in 7.83.0) 105 curl CONNECT request. (Added in 7.12.4) 108 The http version that was effectively used. (Added in 7.50.0) [all …]
|
/aosp_15_r20/external/rust/crates/uefi/ |
D | CHANGELOG.md | 9 ## Added section in uefi - 0.33.0 (2024-10-23) 11 - Added `CStr16::from_u16_until_nul` and `CStr16::from_char16_until_nul`. 40 ## Added section in uefi - 0.32.0 (2024-09-09) 41 - Added `Handle::new`. 42 - Added the `uefi::boot`, `uefi::runtime`, and `uefi::system` modules to the 44 - Added `runtime::variable_exists`. 74 ## Added section in uefi - 0.31.0 (2024-08-21) 85 - Added `PcrEvent::new_in_box` and `PcrEventInputs::new_in_box`. 91 - Added `LoadFile` and `LoadFile2` which abstracts over the `LOAD_FILE` and 118 - **Breaking:** Added a new `BootPolicy` type which breaks existing usages [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/ |
D | CHANGELOG.md | 9 ## Added section in uefi - 0.33.0 (2024-10-23) 11 - Added `CStr16::from_u16_until_nul` and `CStr16::from_char16_until_nul`. 40 ## Added section in uefi - 0.32.0 (2024-09-09) 41 - Added `Handle::new`. 42 - Added the `uefi::boot`, `uefi::runtime`, and `uefi::system` modules to the 44 - Added `runtime::variable_exists`. 74 ## Added section in uefi - 0.31.0 (2024-08-21) 85 - Added `PcrEvent::new_in_box` and `PcrEventInputs::new_in_box`. 91 - Added `LoadFile` and `LoadFile2` which abstracts over the `LOAD_FILE` and 118 - **Breaking:** Added a new `BootPolicy` type which breaks existing usages [all …]
|
/aosp_15_r20/external/rust/crates/uefi-raw/ |
D | CHANGELOG.md | 6 ## Added section in uefi-raw - 0.9.0 (2024-10-23) 8 - Added `DeviceType` and `DeviceSubType` enums. 9 - Added device path node types in the `protocol::device_path` module. 14 ## Added section in uefi-raw - 0.8.0 (2024-09-09) 16 - Added `PAGE_SIZE` constant. 21 ## Added section in uefi-raw - 0.7.0 (2024-08-20) 28 ## Added section in uefi-raw - 0.6.0 (2024-07-02) 29 - Added `ResetNotificationProtocol`. 37 ## Added section in uefi-raw - 0.5.2 (2024-04-19) 38 - Added `TimestampProtocol`. [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/ |
D | CHANGELOG.md | 6 ## Added section in uefi-raw - 0.9.0 (2024-10-23) 8 - Added `DeviceType` and `DeviceSubType` enums. 9 - Added device path node types in the `protocol::device_path` module. 14 ## Added section in uefi-raw - 0.8.0 (2024-09-09) 16 - Added `PAGE_SIZE` constant. 21 ## Added section in uefi-raw - 0.7.0 (2024-08-20) 28 ## Added section in uefi-raw - 0.6.0 (2024-07-02) 29 - Added `ResetNotificationProtocol`. 37 ## Added section in uefi-raw - 0.5.2 (2024-04-19) 38 - Added `TimestampProtocol`. [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/hashbrown/ |
H A D | CHANGELOG.md | 12 ### Added subsection 22 ### Added subsection 33 ### Added subsection 50 ### Added subsection 89 - Added `#[inline(always)]` to `find_inner`. (#375) 94 ### Added subsection 96 - Added `Equivalent` trait to customize key lookups. (#350) 97 - Added support for 16-bit targets. (#368) 98 - Added `RawTable::allocation_info` which provides information about the memory 126 ### Added subsection [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/ |
H A D | CHANGELOG.md | 12 ### Added subsection 22 ### Added subsection 33 ### Added subsection 50 ### Added subsection 89 - Added `#[inline(always)]` to `find_inner`. (#375) 94 ### Added subsection 96 - Added `Equivalent` trait to customize key lookups. (#350) 97 - Added support for 16-bit targets. (#368) 98 - Added `RawTable::allocation_info` which provides information about the memory 126 ### Added subsection [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/ |
H A D | CHANGELOG.md | 12 ### Added subsection 22 ### Added subsection 33 ### Added subsection 50 ### Added subsection 89 - Added `#[inline(always)]` to `find_inner`. (#375) 94 ### Added subsection 96 - Added `Equivalent` trait to customize key lookups. (#350) 97 - Added support for 16-bit targets. (#368) 98 - Added `RawTable::allocation_info` which provides information about the memory 126 ### Added subsection [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/hashbrown/ |
H A D | CHANGELOG.md | 12 ### Added subsection 22 ### Added subsection 33 ### Added subsection 50 ### Added subsection 89 - Added `#[inline(always)]` to `find_inner`. (#375) 94 ### Added subsection 96 - Added `Equivalent` trait to customize key lookups. (#350) 97 - Added support for 16-bit targets. (#368) 98 - Added `RawTable::allocation_info` which provides information about the memory 126 ### Added subsection [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/hashbrown/ |
H A D | CHANGELOG.md | 12 ### Added subsection 22 ### Added subsection 33 ### Added subsection 50 ### Added subsection 89 - Added `#[inline(always)]` to `find_inner`. (#375) 94 ### Added subsection 96 - Added `Equivalent` trait to customize key lookups. (#350) 97 - Added support for 16-bit targets. (#368) 98 - Added `RawTable::allocation_info` which provides information about the memory 126 ### Added subsection [all …]
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/ |
H A D | CHANGELOG.md | 13 - Added new API for selecting preferred memory type: flags `VMA_MEMORY_USAGE_AUTO`, `VMA_MEMORY_USA… 14 - Added new defragmentation API and algorithm, replacing the old one. See structure `VmaDefragmenta… 16 - Added "Virtual allocator" feature - possibility to use core allocation algorithms for allocation … 17 - `VmaAllocation` now keeps both `void* pUserData` and `char* pName`. Added function `vmaSetAllocat… 18 …NCTIONS`, `VMA_DYNAMIC_VULKAN_FUNCTIONS`, structure `VmaVulkanFunctions`. Added members `VmaVulkan… 29 - Added a member `void* pUserData` to `VmaDeviceMemoryCallbacks`. Updated `PFN_vmaAllocateDeviceMem… 34 - Added new features to custom pools: support for dedicated allocations, new member `VmaPoolCreateI… 35 - Added support for Vulkan 1.2, 1.3. 36 - Added support for VK_KHR_buffer_device_address extension - flag `VMA_ALLOCATOR_CREATE_BUFFER_DEVI… 37 - Added support for VK_EXT_memory_priority extension - flag `VMA_ALLOCATOR_CREATE_EXT_MEMORY_PRIORI… [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/hashbrown/ |
D | CHANGELOG.md | 18 ## Added section in Change Log 20 - Added `Entry` API for `HashSet`. (#342) 21 - Added `Extend<&'a (K, V)> for HashMap<K, V, S, A>`. (#340) 22 - Added length-based short-circuiting for hash table iteration. (#338) 23 - Added a function to access the `RawTable` of a `HashMap`. (#335) 38 ## Added section in Change Log 40 - Added `From<[T; N]>` and `From<[(K, V); N]>` for `HashSet` and `HashMap` respectively. (#297) 41 - Added an `allocator()` getter to HashMap and HashSet. (#257) 42 - Added `insert_unique_unchecked` to `HashMap` and `HashSet`. (#293) 43 - Added `into_keys` and `into_values` to HashMap. (#295) [all …]
|
/aosp_15_r20/external/python/asn1crypto/ |
D | changelog.md | 16 - Added `encrypt_key_pref` (`1.2.840.113549.1.9.16.2.11`) to 18 - Added Brainpool curves from RFC 5639 to `keys.NamedCurve()` 28 - Added `asn1crypto.load_order()`, which returns a `list` of unicode strings 35 - Added User ID (`0.9.2342.19200300.100.1.1`) to `x509.NameType()` 36 - Added various EC named curves to `keys.NamedCurve()` 68 - Added `x509.Certificate().not_valid_before` and 70 - Added `core.BitString().unused_bits` 71 - Added `keys.NamedCurve.register()` for non-mainstream curve OIDs 79 - Added structures for nested SHA-256 Windows PE signatures to 81 - Added RC4 (`1.2.840.113549.3.4`) to `algos.EncryptionAlgorithmId()` [all …]
|