| /external/zstd/tests/ |
| D | checkTag.c | 5 * This source code is licensed under both the BSD-style license (found in the 6 * LICENSE file in the root directory of this source tree) and the GPLv2 (found 7 * in the COPYING file in the root directory of this source tree). 8 * You may select, at your option, one of the above-listed licenses. 14 * checkTag validates tags of following format : v[0-9].[0-9].[0-9]{any} 16 * They are compatible if first 3 digits are identical. 18 * Example : tag v1.8.1.2 is compatible with version 1.8.1 19 * When tag and version are not compatible, program exits with error code 1. 20 * When they are compatible, it exists with a code 0. 30 * @return 1 if tag is compatible, 0 if not. [all …]
|
| /external/apache-commons-io/src/site/xdoc/ |
| D | upgradeto1_3_2.xml | 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 27 These are the release notes and advice for upgrading Commons-IO from 29 <source> 39 ------------------------ 40 Binary compatible - Yes 42 Source compatible - Yes 44 Semantic compatible - Yes 49 ---------------------- [all …]
|
| D | upgradeto2_4.xml | 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 27 These are the release notes and advice for upgrading Commons-IO from 29 <source> 38 Apache Commons IO Version 2.4-SNAPSHOT 44 o IO-269: Tailer locks file from deletion/rename on Windows. Thanks to sebb. 45 o IO-333: Export OSGi packages at version 1.x in addition to 2.x. Thanks to fmeschbe. 46 o IO-320: Add XmlStreamReader support for UTF-32. Thanks to ggregory. 47 o IO-331: BOMInputStream wrongly detects UTF-32LE_BOM files as UTF-16LE_BOM files in method getBOM… [all …]
|
| D | upgradeto2_5.xml | 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 27 These are the release notes and advice for upgrading Commons-IO from 29 <source> 45 o IO-487: Add ValidatingObjectInputStream for controlled deserialization 46 … o IO-471: Support for additional encodings in ReversedLinesFileReader Thanks to Leandro Reis. 47 … o IO-425: Setter method for threshold on ThresholdingOutputStream Thanks to Craig Swank. 48 o IO-406: Introduce new class AppendableOutputStream Thanks to Niall Pemberton. 49 …o IO-459: Add WindowsLineEndingInputStream and UnixLineEndingInputStream. Thanks to Kristian Rose… [all …]
|
| D | upgradeto2_6.xml | 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 29 <source> 44 deprecated. Use the try-with-resources statement or handle suppressed 58 Automatic-Module-Name: org.apache.commons.io 63 https://issues.apache.org/jira/browse/IO-551 74 o IO-551: Add Automatic-Module-Name MANIFEST entry for Java 9 compatibility. 75 o IO-367: Add convenience methods for copyToDirectory. Thanks to James Sawle. 76 o IO-493: Add infinite circular input stream. Thanks to Piotr Turski. [all …]
|
| D | upgradeto1_3_1.xml | 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 27 These are the release notes and advice for upgrading Commons-IO from 29 <source> 39 ---------------------- 40 Binary compatible - No 41 See [IO-113] 43 Source compatible - No 44 See [IO-113] [all …]
|
| D | upgradeto2_0_1.xml | 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 27 These are the release notes and advice for upgrading Commons-IO from 29 <source> 39 ------------------------------ 40 Binary compatible - Yes 42 Source compatible - Yes 44 Semantic compatible - Yes 52 --------------------- [all …]
|
| D | upgradeto1_2.xml | 2 <!-- 10 http://www.apache.org/licenses/LICENSE-2.0 17 --> 27 These are the release notes and advice for upgrading Commons-IO from 29 <source> 39 ---------------------- 40 Binary compatible - Yes 42 Source compatible - Yes 44 Semantic compatible - Yes 48 --------------------- [all …]
|
| /external/arm-trusted-firmware/fdts/ |
| D | stm32mp151.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (c) 2017-2021, STMicroelectronics - All Rights Reserved 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/stm32mp1-clks.h> 8 #include <dt-bindings/reset/stm32mp1-resets.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 19 compatible = "arm,cortex-a7"; [all …]
|
| /external/trusty/arm-trusted-firmware/fdts/ |
| D | stm32mp151.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause) 3 * Copyright (c) 2017-2023, STMicroelectronics - All Rights Reserved 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/clock/stm32mp1-clks.h> 8 #include <dt-bindings/reset/stm32mp1-resets.h> 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 19 compatible = "arm,cortex-a7"; [all …]
|
| /external/apache-commons-io/ |
| D | RELEASE-NOTES.txt | 27 o IO-810: XmlStreamReader encoding match RE is too strict. Thanks to Laurence Gonsalves. 28 o IO-810: Javadoc in FileUtils does not reflect code for thrown exceptions. Thanks to Gregor Dschu… 29 o IO-812: Javadoc should mention closing Streams based on file resources. Thanks to Adam Rauch, Ga… 30 o IO-811: In tests, Files.walk() direct and indirect callers fail to close the returned Stream. Th… 31 o IO-811: FileUtils.listFiles(File, String[], boolean) fails to close its internal Stream. Thanks … 32 o IO-811: FileUtils.iterateFiles(File, String[], boolean) fails to close its internal Stream. Than… 33 o IO-811: StreamIterator fails to close its internal Stream. Thanks to Adam Rauch, Gary Gregory. 34 o IO-814: Don't throw UncheckedIOException #491. Thanks to Elliotte Rusty Harold, Gary Gregory. 35 o IO-414: Don't write a BOM on every (or any) line #492. Thanks to Elliotte Rusty Harold, Gary Gre… 36 o IO-814: RandomAccessFileMode.create(Path) provides a better NullPointerException message. Thanks… [all …]
|
| /external/licenseclassifier/v2/assets/Supplement/Python-2.0/ |
| D | history.txt | 18 https://www.python.org/psf/) was formed, a non-profit organization 19 created specifically to own Python-related Intellectual Property. 22 All Python releases are Open Source (see http://www.opensource.org for 23 the Open Source Definition). Historically, most, but not all, Python 24 releases have also been GPL-compatible; the table below summarizes 27 Release Derived Year Owner GPL- 28 from compatible? (1) 30 0.9.0 thru 1.2 1991-1995 CWI yes 31 1.3 thru 1.5.2 1.2 1995-1999 CNRI yes 40 2.2 and above 2.1.1 2001-now PSF yes [all …]
|
| /external/skia/docs/examples/ |
| D | Canvas_makeSurface.cpp | 2 // Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. 7 SkCanvas* smallCanvas = surface->getCanvas(); in draw() 9 sk_sp<SkSurface> compatible = smallCanvas->makeSurface(imageInfo); in draw() local 10 SkDebugf("compatible %c= nullptr\n", compatible == nullptr ? '=' : '!'); in draw() 11 SkDebugf("size = %d, %d\n", compatible->width(), compatible->height()); in draw()
|
| /external/freetype/ |
| D | LICENSE.TXT | 2 ----------------- 7 mutually exclusive open-source licenses. 13 - The FreeType License, found in the file `docs/FTL.TXT`, which is 20 Note that this license is compatible to the GNU General Public 23 - The GNU General Public License version 2, found in 29 that of the X Window System. It is compatible to the above two 31 holds for the source code files `src/base/fthash.c` and 36 too is compatible to the above two licenses. 38 The files `src/autofit/ft-hb.c` and `src/autofit/ft-hb.h` contain code 39 taken almost verbatim from the HarfBuzz file `hb-ft.cc`, which uses [all …]
|
| /external/python/cpython3/Lib/asyncio/ |
| D | futures.py | 27 STACK_DEBUG = logging.DEBUG - 1 # heavy-duty debugging 31 """This class is *almost* compatible with concurrent.futures.Future. 35 - This class is not thread-safe. 37 - result() and exception() do not take a timeout argument and 40 - Callbacks registered with add_done_callback() are always called 43 - This class is not compatible with the wait() and as_completed() 60 # - Its presence is a marker to declare that a class implements 61 # the Future protocol (i.e. is intended to be duck-type compatible). 62 # The value must also be not-None, to enable a subclass to declare 63 # that it is not compatible by setting this to None. [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/guide/ |
| D | authoring.ipynb | 8 "source": [ 20 "source": [ 25 "# https://www.apache.org/licenses/LICENSE-2.0\n", 39 "source": [ 48 "source": [ 49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n", 57 …03e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eView source on … 70 "source": [ 79 "source": [ 90 "source": [ [all …]
|
| /external/lz4/tests/ |
| D | checkTag.c | 2 checkTag.c - Version validation tool for LZ4 3 Copyright (C) Yann Collet 2018-2020 19 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 22 - LZ4 homepage : http://www.lz4.org 23 - LZ4 source repo : https://github.com/lz4/lz4 28 * checkTag validates tags of following format : v[0-9].[0-9].[0-9]{any} 30 * They are compatible if first 3 digits are identical. 32 * Example : tag v1.8.1.2 is compatible with version 1.8.1 33 * When tag and version are not compatible, program exits with error code 1. 34 * When they are compatible, it exists with a code 0. [all …]
|
| /external/kotlinx.serialization/docs/ |
| D | compatibility.md | 6 since other experimental platforms currently do not impose any backward-compatibility guarantees. 7 …e stable on [this page](https://kotlinlang.org/docs/reference/evolution/components-stability.html). 9 - [Core library compatibility](#core-library-compatibility) 10 * [General (Stable) API](#stable-api) 11 * [Experimental API](#experimental-api) 12 * [Internal API](#internal-api) 13 - [Compatibility with Kotlin compiler plugin](#compatibility-with-kotlin-compiler-plugin) 19 …quire opt-in, please refer to [corresponding documentation page](https://kotlinlang.org/docs/refer… 26 * It is binary backwards-compatible: during update of `kotlinx.serialization` version, previously c… 29 * It is source backwards compatible modulo major deprecation. Most of the API is here to stay forev… [all …]
|
| /external/llvm/include/llvm/CodeGen/ |
| D | GCs.h | 1 //===-- GCs.h - Garbage collector linkage hacks ---------------------------===// 5 // This file is distributed under the University of Illinois Open Source 8 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 24 /// Creates a CoreCLR-compatible garbage collector. 27 /// Creates an ocaml-compatible garbage collector. 30 /// Creates an ocaml-compatible metadata printer. 33 /// Creates an erlang-compatible garbage collector. 36 /// Creates an erlang-compatible metadata printer.
|
| /external/licenseclassifier/licenses/ |
| D | EUPL-1.1.txt | 23 - The Licence: this Licence. 25 - The Original Work or the Software: the software distributed and/or communicated by the Licensor u… 27 - Derivative Works: the works or software that could be created by the Licensee, based upon the Ori… 29 - The Work: the Original Work and/or its Derivative Works. 31 - The Source Code: the human-readable form of the Work which is the most convenient for people to s… 33 - The Executable Code: any code which has generally been compiled and which is meant to be interpre… 35 - The Licensor: the natural or legal person that distributes and/or communicates the Work under the… 37 - Contributor(s): any natural or legal person who modifies the Work under the Licence, or otherwise… 39 - The Licensee or "You": any natural or legal person who makes any usage of the Software under the … 41 - Distribution and/or Communication: any act of selling, giving, lending, renting, distributing, co… [all …]
|
| D | EUPL-1.0.txt | 26 communicated by the Licensor under this Licence, available as Source Code and 37 − The Source Code: the human-readable form of the Work which is the most 52 communicating, transmitting, or otherwise making available, on-line or off- 57 The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, sub- 75 − sub-license rights in the Work or copies thereof. 84 The Licensor grants to the Licensee royalty-free, non exclusive usage rights 88 3. Communication of the Source Code 90 The Licensor may provide the Work either in its Source Code form, or as 92 provides in addition a machinereadable copy of the Source Code of the Work 95 where the Source Code is easily and freely accessible for as long as the [all …]
|
| /external/licenseclassifier/v2/assets/License/EUPL-1.1/ |
| D | license.txt | 23 - The Licence: this Licence. 25 - The Original Work or the Software: the software distributed and/or communicated by the Licensor u… 27 - Derivative Works: the works or software that could be created by the Licensee, based upon the Ori… 29 - The Work: the Original Work and/or its Derivative Works. 31 - The Source Code: the human-readable form of the Work which is the most convenient for people to s… 33 - The Executable Code: any code which has generally been compiled and which is meant to be interpre… 35 - The Licensor: the natural or legal person that distributes and/or communicates the Work under the… 37 - Contributor(s): any natural or legal person who modifies the Work under the Licence, or otherwise… 39 - The Licensee or "You": any natural or legal person who makes any usage of the Software under the … 41 - Distribution and/or Communication: any act of selling, giving, lending, renting, distributing, co… [all …]
|
| /external/licenseclassifier/v2/assets/License/EUPL-1.0/ |
| D | license.txt | 26 communicated by the Licensor under this Licence, available as Source Code and 37 − The Source Code: the human-readable form of the Work which is the most 52 communicating, transmitting, or otherwise making available, on-line or off- 57 The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, sub- 75 − sub-license rights in the Work or copies thereof. 84 The Licensor grants to the Licensee royalty-free, non exclusive usage rights 88 3. Communication of the Source Code 90 The Licensor may provide the Work either in its Source Code form, or as 92 provides in addition a machinereadable copy of the Source Code of the Work 95 where the Source Code is easily and freely accessible for as long as the [all …]
|
| /external/xz-java/ |
| D | README | 9 - Full support for the .xz file format specification version 1.0.4 10 - Single-threaded streamed compression and decompression 11 - Single-threaded decompression with limited random access support 12 - Raw streams (no .xz headers) for advanced users, including LZMA2 17 For the latest source code, see the project home page: 21 The source code is compatible with Java 5 and later (except 22 module-info.java which is Java 9 or later). However, the default 24 compatible binaries. 31 "element-list" or "package-list" from Oracle to enable linking to 43 The downside of the above is that then -source and -target [all …]
|
| /external/libcxx/test/std/experimental/simd/simd.traits/ |
| D | is_abi_tag.pass.cpp | 1 //===----------------------------------------------------------------------===// 6 // Source Licenses. See LICENSE.TXT for details. 8 //===----------------------------------------------------------------------===// 38 static_assert(ex::is_abi_tag<ex::simd_abi::compatible<int8_t>>::value, ""); 39 static_assert(ex::is_abi_tag<ex::simd_abi::compatible<int16_t>>::value, ""); 40 static_assert(ex::is_abi_tag<ex::simd_abi::compatible<int32_t>>::value, ""); 41 static_assert(ex::is_abi_tag<ex::simd_abi::compatible<int64_t>>::value, ""); 42 static_assert(ex::is_abi_tag<ex::simd_abi::compatible<uint8_t>>::value, ""); 43 static_assert(ex::is_abi_tag<ex::simd_abi::compatible<uint16_t>>::value, ""); 44 static_assert(ex::is_abi_tag<ex::simd_abi::compatible<uint32_t>>::value, ""); [all …]
|