| /external/rust/crates/vm-memory/.buildkite/ |
| D | pipeline.windows.yml | 2 - label: "build-msvc-x86" 4 - cargo build --release 11 - docker#v3.7.0: 13 always-pull: true 15 - label: "build-msvc-x86-mmap" 17 - cargo build --release --features=backend-mmap 24 - docker#v3.7.0: 26 always-pull: true 28 - label: "style" 29 command: cargo fmt --all -- --check [all …]
|
| /external/rust/crates/vmm-sys-util/.buildkite/ |
| D | pipeline.windows.yml | 2 - label: "build-msvc-x86" 4 - cargo build --release 11 - docker#v3.7.0: 13 always-pull: true 15 - label: "style" 16 command: cargo fmt --all -- --check 23 - docker#v3.7.0: 25 always-pull: true 27 - label: "unittests-msvc-x86" 29 - cargo test --all-features [all …]
|
| /external/python/six/ |
| D | CHANGES | 7 ------ 9 - Pull request #178: `with_metaclass` now properly proxies `__prepare__` to the 12 - Pull request #191: Allow `with_metaclass` to work with metaclasses implemented 15 - Pull request #203: Add parse_http_list and parse_keqv_list to moved 18 - Pull request #172 and issue #171: Add unquote_to_bytes to moved urllib.parse. 20 - Pull request #167: Add `six.moves.getoutput`. 22 - Pull request #80: Add `six.moves.urllib_parse.splitvalue`. 24 - Pull request #75: Add `six.moves.email_mime_image`. 26 - Pull request #72: Avoid creating reference cycles through tracebacks in 30 ------ [all …]
|
| /external/nullaway/.github/workflows/ |
| D | jmh-benchmark.yml | 1 # This GitHub Actions workflow runs JMH benchmarks when a new comment is created on a pull request 2 name: Run JMH Benchmarks for Pull Request 13 …# Only run this job if a comment on a pull request contains '/benchmark' and is a PR on the uber/N… 15 runs-on: ubuntu-latest 16 permissions: write-all 19 - name: Add reaction 20 uses: peter-evans/create-or-update-comment@v3 22 comment-id: ${{ github.event.comment.id }} 25 - name: Checkout repository 28 - name: Set branch name [all …]
|
| /external/trusty/arm-trusted-firmware/docs/security_advisories/ |
| D | security-advisory-tfv-3.rst | 1 Advisory TFV-3 (CVE-2017-7563) 4 +----------------+-------------------------------------------------------------+ 5 | Title | RO memory is always executable at AArch64 Secure EL1 | 7 | CVE ID | `CVE-2017-7563`_ | 8 +----------------+-------------------------------------------------------------+ 10 +----------------+-------------------------------------------------------------+ 11 | Versions | v1.3 (since `Pull Request #662`_) | 13 +----------------+-------------------------------------------------------------+ 16 +----------------+-------------------------------------------------------------+ 18 +----------------+-------------------------------------------------------------+ [all …]
|
| /external/arm-trusted-firmware/docs/security_advisories/ |
| D | security-advisory-tfv-3.rst | 1 Advisory TFV-3 (CVE-2017-7563) 4 +----------------+-------------------------------------------------------------+ 5 | Title | RO memory is always executable at AArch64 Secure EL1 | 7 | CVE ID | `CVE-2017-7563`_ | 8 +----------------+-------------------------------------------------------------+ 10 +----------------+-------------------------------------------------------------+ 11 | Versions | v1.3 (since `Pull Request #662`_) | 13 +----------------+-------------------------------------------------------------+ 16 +----------------+-------------------------------------------------------------+ 18 +----------------+-------------------------------------------------------------+ [all …]
|
| /external/rust/crates/vhost/ |
| D | CHANGELOG.md | 15 - [[#175]](https://github.com/rust-vmm/vhost/pull/175) vhost: Always enable vm-memory/backend-mmap 20 - [[#169]](https://github.com/rust-vmm/vhost/pull/160) vhost: Add xen memory mapping support 23 - [[#165]](https://github.com/rust-vmm/vhost/pull/165) vhost: vdpa: Provide custom set_vring_addr()… 24 - [[#172]](https://github.com/rust-vmm/vhost/pull/172) Vhost user fix 29 - [[#137]](https://github.com/rust-vmm/vhost/pull/137) vhost_user: add Error::Disconnected 32 - Updated dependency vm-memory 0.10.0 to 0.11.0 35 - [[#135]](https://github.com/rust-vmm/vhost/pull/135) vhost_user: fix UB on invalid master request 36 - [[#136]](https://github.com/rust-vmm/vhost/pull/136) vhost_user: fix unsound send_message functio… 37 - [[#153]](https://github.com/rust-vmm/vhost/pull/153) Fix set_vring_addr issues 44 - vm-memory from 0.9 to 0.10 [all …]
|
| /external/rust/crates/num-traits/ |
| D | RELEASES.md | 1 # Release 0.2.17 (2023-10-07) 3 - [Fix a doc warning about custom classes with newer rustdoc.][286] 7 [286]: https://github.com/rust-num/num-traits/pull/286 9 # Release 0.2.16 (2023-07-20) 11 - [Upgrade to 2018 edition, **MSRV 1.31**][240] 12 - [The new `ToBytes` and `FromBytes` traits][224] convert to and from byte 13 representations of a value, with little, big, and native-endian options. 14 - [The new `Float::is_subnormal` method checks for subnormal values][279], with 15 a non-zero magnitude that is less than the normal minimum positive value. 16 - Several other improvements to documentation and testing. [all …]
|
| /external/rust/crates/xml-rs/src/reader/ |
| D | events.rs | 17 /// This event is always emitted before any other event. It is emitted 28 /// defaults to `"UTF-8"`. This field is currently used for no other purpose than 42 /// This event is always emitted after any other event (except `Error`). After it 43 /// is emitted for the first time, it will always be emitted on next event pull attempts. 89 /// `pull::ParserConfiguration` structure for more information. 95 /// See `pull::ParserConfiguration` structure for more information. 100 …/// Contents of this event will always be unescaped, so no entities like `<` or `&` or `… 104 /// See `pull::ParserConfiguration` structure for more information. 110 … /// See `pull::ParserConfiguration` structure for more information. When combined with whitespace 117 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() [all …]
|
| /external/trusty/arm-trusted-firmware/fdts/ |
| D | stm32mp15xx-dhcom-som.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause 3 * Copyright (C) 2019-2020 Marek Vasut <marex@denx.de> 5 * Copyright (C) 2023, STMicroelectronics - All Rights Reserved 8 #include "stm32mp15-pinctrl.dtsi" 9 #include "stm32mp15xxaa-pinctrl.dtsi" 10 #include <dt-bindings/clock/stm32mp1-clksrc.h> 11 #include "stm32mp15-ddr3-dhsom-2x4Gb-1066-binG.dtsi" 23 st,non-secure-otp; 28 cpu-supply = <&vddcore>; 32 cpu-supply = <&vddcore>; [all …]
|
| D | stm32mp157c-lxa-mc1.dts | 1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) */ 3 * Copyright (c) 2020-2021, STMicroelectronics - All Rights Reserved 7 /dts-v1/; 11 #include "stm32mp15-ddr3-1x4Gb-1066-binG.dtsi" 12 #include "stm32mp15xx-osd32.dtsi" 13 #include "stm32mp15xxac-pinctrl.dtsi" 16 model = "Linux Automation MC-1 board"; 17 compatible = "lxa,stm32mp157c-mc1", "oct,stm32mp15xx-osd32", "st,stm32mp157"; 26 stdout-path = &uart4; 29 led-act { [all …]
|
| /external/rust/crates/num-bigint/ |
| D | RELEASES.md | 1 # Release 0.4.4 (2023-08-22) 3 - [Implemented `From<bool>` for `BigInt` and `BigUint`.][239] 4 - [Implemented `num_traits::Euclid` and `CheckedEuclid` for `BigInt` and `BigUint`.][245] 5 - [Implemented ties-to-even for `BigInt` and `BigUint::to_f32` and `to_f64`.][271] 6 - [Implemented `num_traits::FromBytes` and `ToBytes` for `BigInt` and `BigUint`.][276] 7 - Limited pre-allocation from serde size hints against potential OOM. 8 - Miscellaneous other code cleanups and maintenance tasks. 14 [239]: https://github.com/rust-num/num-bigint/pull/239 15 [245]: https://github.com/rust-num/num-bigint/pull/245 16 [271]: https://github.com/rust-num/num-bigint/pull/271 [all …]
|
| /external/truth/ |
| D | CONTRIBUTING.md | 12 When submitting a pull request, if you have not already signed the 26 branches in order to ensure that a pull request only includes the commits 29 3. Any significant changes should almost always be accompanied by tests. The 37 5. Do your best to have [well-formed commit messages] for each change. This 41 6. Finally, push the commits to your fork and submit a [pull request]. 44 [forking]: https://help.github.com/articles/fork-a-repo 46 [well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html 47 [pull request]: https://help.github.com/articles/creating-a-pull-request
|
| /external/rust/crates/tokio-macros/ |
| D | CHANGELOG.md | 3 - macros: fix typo in `#[tokio::test]` docs ([#5636]) 4 - macros: make entrypoints more efficient ([#5621]) 6 [#5621]: https://github.com/tokio-rs/tokio/pull/5621 7 [#5636]: https://github.com/tokio-rs/tokio/pull/5636 15 release of tokio-macros. This prevents Tokio from being able to pull in many different 16 versions of tokio-macros. 18 - macros: update `syn` ([#5572]) 19 - macros: accept path as crate rename ([#5557]) 21 [#5572]: https://github.com/tokio-rs/tokio/pull/5572 22 [#5557]: https://github.com/tokio-rs/tokio/pull/5557 [all …]
|
| /external/nullaway/ |
| D | CONTRIBUTING.md | 7 -------- 15 Small pull requests for things like typos, bug fixes, etc are always welcome. 18 -------------- 20 * DO format your code using Google Java Format. An appropriate Git pre-commit hook is automaticall… 27 ------------------ 30 * Always be respectful of one another. Assume the best in others and act with empathy at all times 31 … users. Getting ideas out in the open and seeing a proposal before it's a pull request helps reduc…
|
| /external/python/pyyaml/ |
| D | announcement.msg | 2 To: python-list@python.org, python-announce@python.org, yaml-core@lists.sourceforge.net 3 Subject: [ANN] PyYAML-6.0 Released 6 Announcing PyYAML-6.0 12 The previously-deprecated default loader selection in `yaml.load()` has 25 * https://github.com/yaml/pyyaml/pull/327 -- Change README format to Markdown 26 * https://github.com/yaml/pyyaml/pull/483 -- Add a test for YAML 1.1 types 27 * https://github.com/yaml/pyyaml/pull/497 -- fix float resolver to ignore `.` and `._` 28 * https://github.com/yaml/pyyaml/pull/550 -- drop Python 2.7 29 * https://github.com/yaml/pyyaml/pull/553 -- Fix spelling of “hexadecimal” 30 * https://github.com/yaml/pyyaml/pull/556 -- fix representation of Enum subclasses [all …]
|
| /external/rust/crates/x509-cert/ |
| D | CHANGELOG.md | 7 ## 0.2.4 (2023-07-25) 10 - `add_attribute` to `RequestBuilder` ([#1137]) 13 - bump `serde_json` from 1.0.97 to 1.0.99 ([#1122]) 14 - use the shortest name when looking attr OID ([#1130]) 15 - bump `serde_json` from 1.0.100 to 1.0.103 ([#1158]) 18 - RDN string representation ([#1126]) 19 - `Arbitrary` for certificates ([#1150]) 21 [#1122]: https://github.com/RustCrypto/formats/pull/1122 22 [#1126]: https://github.com/RustCrypto/formats/pull/1126 23 [#1130]: https://github.com/RustCrypto/formats/pull/1130 [all …]
|
| /external/lottie/ |
| D | CHANGELOG_COMPOSE.md | 3 * Add safe mode ([#2455](https://github.com/airbnb/lottie-android/pull/2455)) 4 * Clarify clipToCompositionBounds docs ([#2473](https://github.com/airbnb/lottie-android/pull/2473)) 7 …Lottie anywhere a Painter can be used ([#2442](https://github.com/airbnb/lottie-android/pull/2442)) 8 …en the other dimension is constrained ([#2437](https://github.com/airbnb/lottie-android/pull/2437)) 11 …ey are set if the composition changes ([#2290](https://github.com/airbnb/lottie-android/pull/2290)) 12 …tion` to improve binary compatibility ([#2320](https://github.com/airbnb/lottie-android/pull/2320)) 15 * Add reverseOnRepeat ([#2128](https://github.com/airbnb/lottie-android/pull/2128)) 16 * Allow setting a font map for custom fonts ([#2180](https://github.com/airbnb/lottie-android/pull/… 17 * Allow images to be rendered ([#2183](https://github.com/airbnb/lottie-android/pull/2072)) 21 LottieAnimation now takes progress as a `() -> Float` rather than a `Float`. This allows Lottie to … [all …]
|
| D | CHANGELOG.md | 3 …pport for reduced motion marker names ([#2451](https://github.com/airbnb/lottie-android/pull/2451)) 4 * Support GZIP and TGS network downloads ([#2454](https://github.com/airbnb/lottie-android/pull/245… 6 * Allow easings to go <0 and >1 ([#2457](https://github.com/airbnb/lottie-android/pull/2457)) 7 * Fix a memory leak in LottieTask ([#2465](https://github.com/airbnb/lottie-android/pull/2465)) 8 … from working after a non-Lottie drawable was set and then returned back ([#2468](https://github.c… 9 …onView when setting a new composition ([#2469](https://github.com/airbnb/lottie-android/pull/2469)) 10 …ously when already on the main thread ([#2470](https://github.com/airbnb/lottie-android/pull/2470)) 11 …bitmaps when the system scale changes ([#2475](https://github.com/airbnb/lottie-android/pull/2475)) 15 …mic path properties on shape contents ([#2439](https://github.com/airbnb/lottie-android/pull/2439)) 16 * Add support for gzipped and tgs files ([#2435](https://github.com/airbnb/lottie-android/pull/2435… [all …]
|
| /external/arm-trusted-firmware/fdts/ |
| D | stm32mp157c-lxa-mc1.dts | 1 /* SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause) */ 3 * Copyright (c) 2020-2021, STMicroelectronics - All Rights Reserved 7 /dts-v1/; 11 #include "stm32mp15-ddr3-1x4Gb-1066-binG.dtsi" 12 #include "stm32mp15xx-osd32.dtsi" 13 #include "stm32mp15xxac-pinctrl.dtsi" 16 model = "Linux Automation MC-1 board"; 17 compatible = "lxa,stm32mp157c-mc1", "oct,stm32mp15xx-osd32", "st,stm32mp157"; 26 stdout-path = &uart4; 29 led-act { [all …]
|
| /external/accompanist/ |
| D | CONTRIBUTING.md | 11 are unable to support adding your feature, we always encourage you to open source it 29 use GitHub pull requests for this purpose. Consult 30 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more 31 information on using pull requests.
|
| /external/arm-trusted-firmware/drivers/brcm/ |
| D | iproc_gpio.c | 2 * Copyright (c) 2019-2020, Broadcom 4 * SPDX-License-Identifier: BSD-3-Clause 28 * iProc GPIO bank is always 0x200 per bank, 81 if (g->pinmux_base) in mux_to_gpio() 82 mmio_write_32(g->pinmux_base + PINMUX_OFFSET(gpio), in mux_to_gpio() 91 assert(gpio < g->nr_gpios); in set_direction() 94 gpio_set_bit(g->base, IPROC_GPIO_OUT_EN_OFFSET, gpio, dir); in set_direction() 102 assert(gpio < g->nr_gpios); in get_direction() 105 dir = gpio_get_bit(g->base, IPROC_GPIO_OUT_EN_OFFSET, gpio) ? in get_direction() 116 assert(gpio < g->nr_gpios); in get_value() [all …]
|
| /external/trusty/arm-trusted-firmware/drivers/brcm/ |
| D | iproc_gpio.c | 2 * Copyright (c) 2019-2020, Broadcom 4 * SPDX-License-Identifier: BSD-3-Clause 28 * iProc GPIO bank is always 0x200 per bank, 81 if (g->pinmux_base) in mux_to_gpio() 82 mmio_write_32(g->pinmux_base + PINMUX_OFFSET(gpio), in mux_to_gpio() 91 assert(gpio < g->nr_gpios); in set_direction() 94 gpio_set_bit(g->base, IPROC_GPIO_OUT_EN_OFFSET, gpio, dir); in set_direction() 102 assert(gpio < g->nr_gpios); in get_direction() 105 dir = gpio_get_bit(g->base, IPROC_GPIO_OUT_EN_OFFSET, gpio) ? in get_direction() 116 assert(gpio < g->nr_gpios); in get_value() [all …]
|
| /external/guice/ |
| D | CONTRIBUTING.md | 25 [individual CLA]: https://developers.google.com/open-source/cla/individual 26 [corporate CLA]: https://developers.google.com/open-source/cla/corporate 39 separate branches in order to ensure that a pull request only includes the 42 1. Any significant changes should almost always be accompanied by tests. The 50 1. Do your best to have [well-formed commit messages][] for each change. 54 1. Finally, push the commits to your fork and submit a [pull request][]. 56 [forking]: https://help.github.com/articles/fork-a-repo 58 [well-formed commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html 59 [pull request]: https://help.github.com/articles/creating-a-pull-request
|
| /external/rust/crates/zeroize/ |
| D | CHANGELOG.md | 7 ## 1.6.0 (2023-03-26) 9 - Impl `Zeroize` for `core::num::Wrapping` ([#818]) 10 - Impl `Zeroize` for `str` and `Box<str>` ([#842]) 13 - 2021 edition upgrade; MSRV 1.56 ([#869]) 15 [#818]: https://github.com/RustCrypto/utils/pull/818 16 [#842]: https://github.com/RustCrypto/utils/pull/842 17 [#869]: https://github.com/RustCrypto/utils/pull/869 19 ## 1.5.7 (2022-07-20) 21 - Optional `serde` support ([#780]) 23 [#780]: https://github.com/RustCrypto/utils/pull/780 [all …]
|