/aosp_15_r20/external/elfutils/libebl/ |
H A D | ChangeLog | 1 2022-12-21 Shahab Vahedi <[email protected]> 6 2022-12-02 Hengqi Chen <[email protected]> 10 2022-10-21 Yonggang Luo <[email protected]> 15 2022-08-08 Andreas Schwab <[email protected]> 20 2022-06-01 Ulrich Drepper <[email protected]> 24 * ebl-hooks.h (machine_flag_name): Ditto. 27 callback as well. Add space after comma in printed list. 28 Fix appending strings provided by callback. 30 2021-12-21 Luca Boccassi <[email protected]> 35 2021-09-06 Dmitry V. Levin <[email protected]> [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_x509parse.data | 3 …SSL, CN=PolarSSL Server 1\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-0… 7 …SSL, CN=PolarSSL Server 1\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-0… 11 … O=PolarSSL, CN=localhost\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-0… 15 … O=PolarSSL, CN=localhost\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-0… 19 …-ca.crt":"cert. version \: 3\nserial number \: 03\nissuer name \: C=NL, O=PolarSSL, … 23 …-ca.crt.der":"cert. version \: 3\nserial number \: 03\nissuer name \: C=NL, O=PolarS… 27 …SSL, CN=PolarSSL Cert MD5\nissued on \: 2000-01-01 12\:12\:12\nexpires on \: 2030-0… 31 …07\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name \: C=NL, O=Polar… 35 …4\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-02-10 14\:44\:06\nsigned … 39 …6\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-02-10 14\:44\:06\nsigned … [all …]
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_x509parse.data | 3 …SSL, CN=PolarSSL Server 1\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-0… 7 …SSL, CN=PolarSSL Server 1\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-0… 11 … O=PolarSSL, CN=localhost\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-0… 15 … O=PolarSSL, CN=localhost\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-0… 19 …-ca.crt":"cert. version \: 3\nserial number \: 03\nissuer name \: C=NL, O=PolarSSL, … 23 …-ca.crt.der":"cert. version \: 3\nserial number \: 03\nissuer name \: C=NL, O=PolarS… 27 …SSL, CN=PolarSSL Cert MD5\nissued on \: 2000-01-01 12\:12\:12\nexpires on \: 2030-0… 31 …07\nissuer name \: C=NL, O=PolarSSL, CN=PolarSSL Test CA\nsubject name \: C=NL, O=Polar… 35 …4\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-02-10 14\:44\:06\nsigned … 39 …6\nissued on \: 2019-02-10 14\:44\:06\nexpires on \: 2029-02-10 14\:44\:06\nsigned … [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | profiler.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 - Programmatic Mode: start(), stop() and Profiler class. It will perform 21 - On-demand Mode: start_profiler_server(). It will perform profiling when 25 Programmatic Mode and On-demand Mode is undefined and will likely fail. 27 NOTE: The Keras TensorBoard callback will automatically perform sampled 28 profiling. Before enabling customized profiling, set the callback flag 51 _EVENT_FILE_SUFFIX = '.profile-empty' 62 @deprecated('2020-07-01', 'use `tf.profiler.experimental.start` instead.') 88 @deprecated('2020-07-01', 'use `tf.profiler.experimental.stop` instead.') 114 '2020-07-01', [all …]
|
/aosp_15_r20/external/nanopb-c/ |
H A D | CHANGELOG.txt | 1 nanopb-0.3.9.8 (2021-03-22) 2 Fix invalid free() with oneof (#647, GHSA-7mv5-5mxh-qg88) 6 nanopb-0.3.9.7 (2020-11-25) 7 Fix memory leak with oneofs and PB_ENABLE_MALLOC (#615, GHSA-85rr-4rh9-hhwh) 9 Add '--version' option to nanopb_generator.py (#607) 12 nanopb-0.3.9.6 (2020-06-23) 13 Fix buffer overflow when encoding bytes with size set to 65535 (#547, GHSA-3p39-mfxg-hrq4) 18 nanopb-0.3.9.5 (2020-02-02) 19 Fix invalid free() after failed realloc() (GHSA-gcx3-7m76-287p) 20 Add workaround for avr-libc realloc() bug (#475) [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/experiments/ |
H A D | experiments.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 43 - name: call_status_override_on_cancellation 50 - name: call_v3 51 description: Promise-based call version 3. 55 - name: canary_client_privacy 62 - name: chaotic_good 69 - name: client_privacy 76 - name: event_engine_client 78 expiry: 2024/07/01 82 - name: event_engine_dns [all …]
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.3rc1.rst | 2 .. date: 2017-09-05-15-26-30 4 .. release date: 2017-09-18 13 .. date: 2017-08-16-16-35-59 23 .. date: 2017-09-14-19-47-57 33 .. date: 2017-09-13-13-03-52 34 .. nonce: rS-FlC 43 .. date: 2017-09-11-12-54-35 53 .. date: 2017-09-11-08-50-41 63 .. date: 2017-09-06-15-25-59 67 Fix several possible instances of undefined behavior due to floating-point [all …]
|
D | 3.10.0a1.rst | 2 .. date: 2020-07-15-20-15-08 4 .. release date: 2020-10-05 8 :issue:`29778` (CVE-2020-15801). 13 .. date: 2020-07-03-20-41-29 23 .. date: 2020-07-03-17-21-37 28 embedded (CVE-2020-15523). 33 .. date: 2020-06-29-16-02-29 46 .. date: 2020-02-12-14-17-39 56 .. date: 2020-10-04-10-55-12 66 .. date: 2020-10-04-01-02-58 [all …]
|
D | 3.10.0a4.rst | 2 .. date: 2021-01-03-04-41-25 4 .. release date: 2021-01-04 12 .. date: 2021-01-03-00-20-38 16 Fix the column offsets for f-strings :mod:`ast` nodes surrounded by 22 .. date: 2020-12-31-20-58-22 32 .. date: 2020-12-27-18-07-43 43 .. date: 2020-12-25-23-30-58 47 Make the type attribute lookup cache per-interpreter. Patch by Victor 53 .. date: 2020-12-22-20-30-11 62 .. date: 2020-12-16-14-44-21 [all …]
|
D | 3.7.0a4.rst | 2 .. date: 2018-01-05-20-54-27 4 .. release date: 2018-01-08 9 once again shown by default in single-file scripts and at the interactive 15 .. date: 2018-01-04-15-06-15 24 .. date: 2017-12-22-13-38-17 33 .. date: 2017-12-22-13-28-07 44 .. date: 2017-12-19-21-14-41 53 .. date: 2017-12-16-14-30-21 57 The error message of a TypeError raised when unpack non-iterable is now more 63 .. date: 2017-12-15-11-50-06 [all …]
|
D | 3.11.0a6.rst | 2 .. date: 2022-03-06-20-16-13 4 .. release date: 2022-03-07 13 .. date: 2022-03-05-12-23-58 17 Include the type's name in the error message for subscripting non-generic 23 .. date: 2022-03-05-00-43-22 32 .. date: 2022-03-03-14-31-53 33 .. nonce: agf-3X 42 .. date: 2022-03-03-12-36-15 52 .. date: 2022-03-03-12-02-41 62 .. date: 2022-03-03-10-46-13 [all …]
|
D | 3.11.4.rst | 1 .. date: 2023-06-01-03-24-58 2 .. gh-issue: 103142 4 .. release date: 2023-06-06 12 .. date: 2023-05-02-17-56-32 13 .. gh-issue: 99889 22 .. date: 2023-05-01-15-03-25 23 .. gh-issue: 104049 27 Do not expose the local on-disk location in directory indexes produced by 32 .. date: 2023-03-07-20-59-17 33 .. gh-issue: 102153 [all …]
|
D | 3.11.1.rst | 1 .. date: 2022-12-05-01-39-10 2 .. gh-issue: 100001 4 .. release date: 2022-12-06 7 ``python -m http.server`` no longer allows terminal control characters sent 16 .. date: 2022-11-11-12-50-28 17 .. gh-issue: 87604 21 Avoid publishing list of active per-interpreter audit hooks via the 26 .. date: 2022-11-04-09-29-36 27 .. gh-issue: 98433 34 out-of-spec excessive length hostname involving bidirectional characters [all …]
|
/aosp_15_r20/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.14rc1.rst | 2 .. date: 2017-08-16-16-35-59 4 .. release date: 2017-08-26 13 .. date: 2017-06-26-14-29-50 23 .. date: 2017-08-08-14-59-26 35 .. date: 2017-08-02-12-48-15 45 .. date: 2017-07-31-19-32-57 55 .. date: 2017-07-26-22-02-07 60 LF. Patch by Dong-hee Na. 65 .. date: 2017-07-26-04-46-12 66 .. nonce: -zJ7d8 [all …]
|
/aosp_15_r20/external/nanopb-c/docs/ |
H A D | migration.rst | 14 Nanopb-0.3.9.4, 0.4.0 (2019-xx-xx) 18 ------------------------------------------------ 32 --------------------------------------------- 47 Nanopb-0.3.9.1, 0.4.0 (2018-04-14) 51 ----------------------------------------------- 63 Nanopb-0.3.8 (2017-03-05) 67 ------------------------------------- 79 ---------------------------------- 91 Nanopb-0.3.5 (2016-02-13) 95 ----------------------------------------- [all …]
|
/aosp_15_r20/external/okhttp/ |
H A D | CHANGELOG.md | 6 _2016-02-25_ 15 _2016-02-07_ 25 _2016-02-06_ 32 _2016-01-07_ 40 _2016-01-01_ 42 * Fix: Don't do a health check on newly-created connections. This is 49 _2015-12-12_ 60 * Fix: Drop the synthetic `OkHttp-Selected-Protocol` response header. 67 _2015-11-22_ 69 * **New Logging Interceptor.** The `logging-interceptor` subproject offers [all …]
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | UiccPkcs15.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 33 * Class that reads PKCS15-based rules for carrier privileges. 52 // convert to String then send to callback message. 72 public boolean loadFile(String fileId, Message callBack) { in loadFile() argument 74 if (fileId == null || callBack == null) return false; in loadFile() 76 mCallback = callBack; in loadFile() 143 public Pkcs15Selector(Message callBack) { in Pkcs15Selector() argument 144 mCallback = callBack; in Pkcs15Selector() 145 // Specified in ISO 7816-4 clause 7.1.1 0x04 means that FCP template is requested. in Pkcs15Selector() 179 private int mChannelId = -1; // Channel Id for communicating with UICC. [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/parking_lot/ |
D | CHANGELOG.md | 1 ## parking_lot 0.12.1 (2022-05-31) 3 - Fixed incorrect memory ordering in `RwLock`. (#344) 4 - Added `Condvar::wait_while` convenience methods (#343) 6 ## parking_lot_core 0.9.3 (2022-04-30) 8 - Bump windows-sys dependency to 0.36. (#339) 10 ## parking_lot_core 0.9.2, lock_api 0.4.7 (2022-03-25) 12 - Enable const new() on lock types on stable. (#325) 13 - Added `MutexGuard::leak` function. (#333) 14 - Bump windows-sys dependency to 0.34. (#331) 15 - Bump petgraph dependency to 0.6. (#326) [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/coded_input_stream/ |
D | mod.rs | 53 // Max allocated vec when reading length-delimited from unknown input stream 71 pub fn new(read: &'a mut dyn Read) -> CodedInputStream<'a> { in new() 78 pub fn from_buf_read(buf_read: &'a mut dyn BufRead) -> CodedInputStream<'a> { in from_buf_read() 83 pub fn from_bytes(bytes: &'a [u8]) -> CodedInputStream<'a> { in from_bytes() 93 pub fn from_tokio_bytes(bytes: &'a Bytes) -> CodedInputStream<'a> { in from_tokio_bytes() 97 fn from_buf_read_iter(source: BufReadIter<'a>) -> CodedInputStream<'a> { in from_buf_read_iter() 111 pub(crate) fn incr_recursion(&mut self) -> crate::Result<()> { in incr_recursion() 121 self.recursion_level -= 1; in decr_recursion() 125 pub fn pos(&self) -> u64 { in pos() 130 pub fn bytes_until_limit(&self) -> u64 { in bytes_until_limit() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/ |
D | coded_input_stream.rs | 32 /// Max allocated vec when reading length-delimited from unknown input stream 46 pub fn new(read: &'a mut dyn Read) -> CodedInputStream<'a> { in new() 53 pub fn from_buffered_reader(buf_read: &'a mut dyn BufRead) -> CodedInputStream<'a> { in from_buffered_reader() 58 pub fn from_bytes(bytes: &'a [u8]) -> CodedInputStream<'a> { in from_bytes() 68 pub fn from_carllerche_bytes(bytes: &'a Bytes) -> CodedInputStream<'a> { in from_carllerche_bytes() 72 fn from_buf_read_iter(source: BufReadIter<'a>) -> CodedInputStream<'a> { in from_buf_read_iter() 86 pub(crate) fn incr_recursion(&mut self) -> ProtobufResult<()> { in incr_recursion() 96 self.recursion_level -= 1; in decr_recursion() 100 pub fn pos(&self) -> u64 { in pos() 105 pub fn bytes_until_limit(&self) -> u64 { in bytes_until_limit() [all …]
|
/aosp_15_r20/external/lzma/DOC/ |
H A D | src-history.txt | 1 HISTORY of the 7-Zip source code 2 -------------------------------- 4 24.09 2024-11-29 5 ------------------------- 6 - The default dictionary size values for LZMA/LZMA2 compression methods were increased: 9 32-bit 64-bit 10 8 MB 16 MB 16 MB -mx4 11 16 MB 32 MB 32 MB -mx5 : Normal 12 32 MB 64 MB 64 MB -mx6 13 32 MB 64 MB 128 MB -mx7 : Maximum [all …]
|
/aosp_15_r20/external/elfutils/debuginfod/ |
H A D | ChangeLog | 1 2023-04-21 Frank Ch. Eigler <[email protected]> 3 * debuginfod.cxx (groom): Fix -r / -X logic. 5 2023-04-13 Frank Ch. Eigler <[email protected]> 10 2023-03-30 Jan Alexander Steffens (heftig) <[email protected]> 12 * debuginfod-client.c (update_atime): New function. 15 2023-03-30 Jan Alexander Steffens (heftig) <[email protected]> 17 * debuginfod-client.c (debuginfod_query_server): Don't modify 21 2023-03-30 Aaron Merey <[email protected]> 23 * debuginfod-client.c (debuginfod_query_server): Avoid sscanf on 24 mixed-case component of string. [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/ |
D | CHANGELOG.md | 1 # 0.13.0 - 2023-08-17 3 - Publicize prost service generator (#612) 4 - Update grpc to 1.56.2 (#621) (#624) (#629) 5 - Fix unknown log file and module in slog (#623) 6 - gate auth context under _secure feature (#622) 7 - rust-protobuf 3 support (#615) 9 # 0.12.1 - 2023-02-14 11 - Provide more debug info for RpcStatus (#603) 12 - Compile on latest stable (#605) 13 - Allow accessing grpcio client and channel (#597) [all …]
|
/aosp_15_r20/external/libusb/ |
H A D | ChangeLog | 4 2024-01-31: v1.0.27 8 * Allow setting log callback with libusb_set_option/libusb_init_context 11 * Fix sync transfer completion race and use-after-free 18 * Windows: Ignore non-configured devices instead of waiting 21 2022-04-10: v1.0.26 27 * Fix macOS exit crash in some multi-context cases 29 * Fix Windows HID multi-interface product string retrieval 34 2022-01-31: v1.0.25 48 2020-12-09: v1.0.24 72 2019-08-28: v1.0.23 [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | ftplib.py | 13 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 . 14 drwxr-xr-x 8 root wheel 1024 Jan 3 1994 .. 15 drwxr-xr-x 2 root wheel 1024 Jan 3 1994 bin 16 drwxr-xr-x 2 root wheel 1024 Jan 3 1994 etc 17 d-wxrwxr-x 2 ftp wheel 1024 Sep 5 13:43 incoming 18 drwxr-xr-x 2 root wheel 1024 Nov 17 1993 lib 19 drwxr-xr-x 6 1094 wheel 1024 Sep 13 19:07 pub 20 drwxr-xr-x 3 root wheel 1024 Jan 3 1994 usr 21 -rw-r--r-- 1 root root 312 Aug 1 1994 welcome.msg 28 python ftplib.py -d localhost -l -p -l [all …]
|