| /third_party/skia/third_party/externals/harfbuzz/util/ |
| H A D | face-options.hh | 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
|
| H A D | hb-ot-shape-closure.cc | 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
|
| H A D | main-font-text.hh | 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
|
| H A D | output-options.hh | 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
|
| H A D | shape-consumer.hh | 12 * IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE TO ANY PARTY FOR
|
| /third_party/unity/ |
| H A D | OAT.xml | 44 <filteritem type="filename" name="UnityAssertionsCheatSheetSuitableforPrintingandPossiblyFraming.pdf" desc="third party unity pdf file"/>
|
| /third_party/protobuf/ |
| H A D | protobuf_deps.bzl | 1 """Load dependencies needed to compile the protobuf library as a 3rd-party consumer."""
|
| /third_party/skia/docker/skia-release/ |
| H A D | Dockerfile | 1 # Dockerfile for building Skia in release mode, using 3rd party libs from DEPS, with SwiftShader.
|
| /third_party/rust/crates/unicode-ident/ |
| H A D | LICENSE-UNICODE | 35 NONINFRINGEMENT OF THIRD PARTY RIGHTS.
|
| /third_party/mbedtls/docs/architecture/psa-migration/ |
| H A D | psa-legacy-bridges.md | 153 * The pk object may be created by a part of the application (or a third-party library) that hasn't been migrated to the PSA API yet. 157 * Using the key with third-party interface that takes a PSA key identifier as input. (Mbed TLS itself has a few TLS functions that take PSA key identifiers, but as of Mbed TLS 3.5, it is always possible to use a legacy key instead.) 164 There are several scenarios where an application has a PSA key and needs to use it through an interface that wants an `mbedtls_pk_context` object. Typically, there is an existing key in the PSA key store (possibly in a secure element and non-exportable), and the key needs to be used in an interface that requires a `mbedtls_pk_context *` input, such as Mbed TLS's X.509 and TLS APIs or a similar third-party interface, or the `mbedtls_pk_write_xxx` interfaces which do not (yet) have PSA equivalents. 168 * It creates a PK key of type `MBEDTLS_PK_OPAQUE` that wraps the PSA key. This is good enough in some scenarios, but not others. For example, it's ok for pkwrite, because we've upgraded the pkwrite code to handle `MBEDTLS_PK_OPAQUE`. That doesn't help users of third-party libraries that haven't yet been upgraded.
|
| /third_party/node/deps/npm/test/lib/commands/ |
| H A D | audit.js | 1369 t.test('third-party registry without keys (E404) does not verify', async t => { 1400 t.test('third-party registry without keys (E400) does not verify', async t => { 1431 t.test('third-party registry with keys and signatures', async t => { 1474 t.test('third-party registry with invalid signatures errors', async t => { 1516 t.test('third-party registry with keys and missing signatures errors', async t => { 1552 t.test('third-party registry with sub-path', async t => { 1596 t.test('third-party registry with sub-path (trailing slash)', async t => {
|
| /third_party/python/Doc/ |
| H A D | license.rst | 117 USE OF PYTHON |release| WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 131 third party. 160 USE OF THE SOFTWARE WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 176 third party. As an exception, the "BeOpen Python" logos available at 219 PYTHON 1.6.1 WILL NOT INFRINGE ANY THIRD PARTY RIGHTS. 242 party. 299 for third-party software incorporated in the Python distribution.
|
| /third_party/node/ |
| H A D | LICENSE | 169 NONINFRINGEMENT OF THIRD PARTY RIGHTS. 184 Third-Party Software Licenses 186 This section contains third-party software notices and/or additional 187 terms for licensed third-party software components included within ICU 212 OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 382 # original form or modified, to any third party or parties, PROVIDED 400 # any right of any third party. 921 wherever such third-party notices normally appear. The contents 993 identification within third-party archives. 1128 wherever such third-party notice [all...] |
| /third_party/node/deps/npm/test/schemas/cyclonedx/ |
| H A D | bom-1.5.schema.json | 415 "description": "Specifies the type of component. For software components, classify as application if no more specific appropriate classification is available or cannot be determined for the component. Types include:\n\n* __application__ = A software application. Refer to [https://en.wikipedia.org/wiki/Application_software](https://en.wikipedia.org/wiki/Application_software) for information about applications.\n* __framework__ = A software framework. Refer to [https://en.wikipedia.org/wiki/Software_framework](https://en.wikipedia.org/wiki/Software_framework) for information on how frameworks vary slightly from libraries.\n* __library__ = A software library. Refer to [https://en.wikipedia.org/wiki/Library_(computing)](https://en.wikipedia.org/wiki/Library_(computing))\n for information about libraries. All third-party and open source reusable components will likely be a library. If the library also has key features of a framework, then it should be classified as a framework. If not, or is unknown, then specifying library is RECOMMENDED.\n* __container__ = A packaging and/or runtime format, not specific to any particular technology, which isolates software inside the container from software outside of a container through virtualization technology. Refer to [https://en.wikipedia.org/wiki/OS-level_virtualization](https://en.wikipedia.org/wiki/OS-level_virtualization)\n* __platform__ = A runtime environment which interprets or executes software. This may include runtimes such as those that execute bytecode or low-code/no-code application platforms.\n* __operating-system__ = A software operating system without regard to deployment model (i.e. installed on physical hardware, virtual machine, image, etc) Refer to [https://en.wikipedia.org/wiki/Operating_system](https://en.wikipedia.org/wiki/Operating_system)\n* __device__ = A hardware device such as a processor, or chip-set. A hardware device containing firmware SHOULD include a component for the physical hardware itself, and another component of type 'firmware' or 'operating-system' (whichever is relevant), describing information about the software running on the device.\n See also the list of [known device properties](https://github.com/CycloneDX/cyclonedx-property-taxonomy/blob/main/cdx/device.md).\n* __device-driver__ = A special type of software that operates or controls a particular type of device. Refer to [https://en.wikipedia.org/wiki/Device_driver](https://en.wikipedia.org/wiki/Device_driver)\n* __firmware__ = A special type of software that provides low-level control over a devices hardware. Refer to [https://en.wikipedia.org/wiki/Firmware](https://en.wikipedia.org/wiki/Firmware)\n* __file__ = A computer file. Refer to [https://en.wikipedia.org/wiki/Computer_file](https://en.wikipedia.org/wiki/Computer_file) for information about files.\n* __machine-learning-model__ = A model based on training data that can make predictions or decisions without being explicitly programmed to do so.\n* __data__ = A collection of discrete values that convey information.", 1656 "description": "Specifies an aggregate type that describe how complete a relationship is.\n\n* __complete__ = The relationship is complete. No further relationships including constituent components, services, or dependencies are known to exist.\n* __incomplete__ = The relationship is incomplete. Additional relationships exist and may include constituent components, services, or dependencies.\n* __incomplete_first_party_only__ = The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented.\n* __incomplete_first_party_proprietary_only__ = The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are proprietary.\n* __incomplete_first_party_opensource_only__ = The relationship is incomplete. Only relationships for first-party components, services, or their dependencies are represented, limited specifically to those that are opensource.\n* __incomplete_third_party_only__ = The relationship is incomplete. Only relationships for third-party components, services, or their dependencies are represented.\n* __incomplete_third_party [all...] |
| /third_party/ffmpeg/doc/ |
| H A D | mailing-list-faq.texi | 45 We cannot provide help for scripts and/or third-party tools. 160 Some users prefer the third-party @url{http://www.ffmpeg-archive.org/, Nabble} 163 There are also numerous third-party help sites such as
|
| /third_party/ffmpeg/ |
| H A D | COPYING.GPLv2 | 143 years, to give any third party, for a charge no more than your 271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 277 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
| /third_party/exfatprogs/ |
| H A D | COPYING | 143 years, to give any third party, for a charge no more than your 271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 277 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
| /third_party/elfutils/ |
| H A D | COPYING-GPLV2 | 143 years, to give any third party, for a charge no more than your 271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 277 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
| /third_party/eudev/ |
| H A D | COPYING | 143 years, to give any third party, for a charge no more than your 271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 277 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
| /third_party/backends/ |
| H A D | COPYING | 143 years, to give any third party, for a charge no more than your 271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 277 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
| /third_party/alsa-utils/ |
| H A D | COPYING | 145 years, to give any third party, for a charge no more than your 275 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 281 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
| /third_party/gptfdisk/ |
| H A D | COPYING | 145 years, to give any third party, for a charge no more than your 275 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 281 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
| /third_party/alsa-lib/aserver/ |
| H A D | COPYING | 145 years, to give any third party, for a charge no more than your 275 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 281 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
| /third_party/iptables/ |
| H A D | COPYING | 143 years, to give any third party, for a charge no more than your 271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 277 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
| /third_party/mbedtls/tests/scripts/ |
| H A D | check_files.py | 371 # Third-party code, other than whitelisted third-party modules, 382 # Third-party file.
|