| /third_party/mbedtls/ |
| D | BRANCHES.md | 5 - The [`main`](https://github.com/Mbed-TLS/mbedtls/tree/main) branch: 8 - The [`development`](https://github.com/Mbed-TLS/mbedtls/tree/development) branch: 12 - One or more long-time support (LTS) branches: these only get bug fixes and 14 - [`mbedtls-2.28`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-2.28). 15 - [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6). 18 such as [`archive/mbedtls-2.7`](https://github.com/Mbed-TLS/mbedtls/tree/archive/mbedtls-2.7). 22 API compatibility in the `main` branch across minor version changes (e.g. 23 the API of 3.(x+1) is backward compatible with 3.x). We only break API 24 compatibility on major version changes (e.g. from 3.x to 4.0). We also maintain 25 ABI compatibility within LTS branches; see the next section for details. [all …]
|
| /third_party/skia/third_party/externals/freetype/include/freetype/ |
| D | ftcolor.h | 7 * Copyright (C) 2018-2021 by 59 * The used color space is sRGB; the colors are not pre-multiplied, and 127 * An optional read-only array of palette name IDs with `num_palettes` 137 * An optional read-only array of palette flags with `num_palettes` 149 * An optional read-only array of palette entry name IDs with 202 * All arrays in the returned @FT_Palette_Data structure are read-only. 226 * function returns a read-write array, which means that a calling 362 * https://docs.microsoft.com/en-us/typography/opentype/spec/colr 365 * alternative, multi-color glyph representation: Instead of rendering 373 * 1, ..., n-1). [all …]
|
| /third_party/libbpf/src/ |
| D | bpf.h | 1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ 6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org> 41 size_t sz; /* size of this struct for forward/backward compatibility */ 65 size_t sz; /* size of this struct for forward/backward compatibility */ 68 * -EAGAIN. This field determines how many attempts libbpf has to 121 size_t sz; /* size of this struct for forward/backward compatibility */ 156 size_t sz; /* size of this struct for forward/backward compatibility */ 171 * on output if a non-EFAULT error is returned, **count** represents the number of deleted 204 * If a non-EFAULT error is returned, count will be set as the number of elements 228 * If a non-**EFAULT** error code is returned and if the output **count** value [all …]
|
| D | libbpf.h | 1 /* SPDX-License-Identifier: (LGPL-2.1 OR BSD-2-Clause) */ 6 * Copyright (C) 2013-2015 Alexei Starovoitov <ast@kernel.org> 100 * @brief **libbpf_set_print()** sets user-provided log callback function to 105 * This function is thread-safe. 113 /* size of this struct, for forward/backward compatibility */ 116 * - for object open from file, this will override setting object 118 * - for object open from memory buffer, this will specify an object 119 * name and will override default "<addr>-<buf-size>" name; 122 /* parse map definitions non-strictly, allowing extra attributes/data */ 126 * auto-pinned to that path on load; defaults to "/sys/fs/bpf". [all …]
|
| /third_party/icu/docs/processes/release/tasks/ |
| D | updating-measure-unit.md | 1 --- 7 --- 9 <!-- 12 --> 18 {: .no_toc .text-delta } 23 --- 32 - Open MeasureUnitTest.java, run it by clicking on the green play button on 34 - Copy the generated code from the eclipse console to the clipboard. 37 - Run: `ant checkTest 38 -Dtestclass='com.ibm.icu.dev.test.format.MeasureUnitTest'` [all …]
|
| /third_party/mbedtls/docs/architecture/testing/ |
| D | psa-storage-format-testing.md | 5 …en upgraded in the meantime (except for deliberate breaks in the backward compatibility of the sto… 19 …-direct approach consists of generating test data under version V, and reading it back under versi… 21 ### Save-and-compare approach 25 …and checks that it has the expected data and metadata. Import-and-save testing and load-and-check … 29 …-and-save passing on version V and load-and-check passing on version W with the same data that pro… 37 …h is implemented in `scripts/abi_check.py`. This tool fails the CI if load-and-check test case dis… 39 …he storage format), then we should keep the corresponding test cases in load-only mode: create a f… 43 … interface. The state of the storage is a mapping from file identifier (a 64-bit number) to file c… 45 * [Key files](#key-storage) (files containing one key's metadata and, except for some secure elemen… 46 * The [random generator injected seed or state file](#random-generator-state) (`PSA_CRYPTO_ITS_RAND… [all …]
|
| /third_party/python/Modules/ |
| D | spwdmodule.c | 24 Shadow password database entries are reported as 9-tuples of type struct_spwd,\n\ 42 {"sp_expire", "#days since 1970-01-01 when account expires"}, 44 {"sp_nam", "login name; deprecated"}, /* Backward compatibility */ 45 {"sp_pwd", "encrypted password; deprecated"}, /* Backward compatibility */ 51 This object may be accessed either as a 9-tuple of\n\ 91 PyObject *v = PyStructSequence_New(get_spwd_state(module)->StructSpwdType); in mkspent() 98 SETS(setIndex++, p->sp_namp); in mkspent() 99 SETS(setIndex++, p->sp_pwdp); in mkspent() 100 SETI(setIndex++, p->sp_lstchg); in mkspent() 101 SETI(setIndex++, p->sp_min); in mkspent() [all …]
|
| /third_party/opencl-headers/ |
| D | README.md | 7 https://github.com/KhronosGroup/OpenCL-Headers 14 …ation, it is part of the [OpenCL SDK](https://github.com/KhronosGroup/OpenCL-SDK). If looking for … 18 - The OpenCL Headers CMake package support uses CMake for its build system. 22 While the headers may just be copied as-is, this repository also contains a 26 cmake -S . -B build -DCMAKE_INSTALL_PREFIX=/chosen/install/prefix 27 cmake --build build --target install 35 cmake -D CMAKE_PREFIX_PATH=/chosen/install/prefix /path/to/opencl/app 53 API headers, where version-specific API headers either existed in separate 101 ## Compatibility Notes 103 OpenCL values backward compatibility and in most cases an application using an [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/patches/ |
| D | 0002-delete-unprefixed-annotations.patch | 1 diff --git a/third_party/abseil-cpp/absl/base/dynamic_annotations.h b/third_party/abseil-cpp/absl/b… 3 --- a/third_party/abseil-cpp/absl/base/dynamic_annotations.h 4 +++ b/third_party/abseil-cpp/absl/base/dynamic_annotations.h 5 @@ -49,9 +49,6 @@ 9 -// TODO(rogeeff): Remove after the backward compatibility period. 10 -#include "absl/base/internal/dynamic_annotations.h" // IWYU pragma: export 11 - 12 // ------------------------------------------------------------------------- 15 diff --git a/third_party/abseil-cpp/absl/base/thread_annotations.h b/third_party/abseil-cpp/absl/ba… 17 --- a/third_party/abseil-cpp/absl/base/thread_annotations.h [all …]
|
| /third_party/curl/docs/cmdline-opts/ |
| D | cacert.md | 1 --- 3 SPDX-License-Identifier: curl 11 See-also: 12 - capath 13 - insecure 15 - --cacert CA-file.txt $URL 16 --- 18 # `--cacert` 30 'curl-ca-bundle.crt', either in the same directory as curl.exe, or in the 34 option is supported for backward compatibility with other SSL engines, but it [all …]
|
| /third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
| D | icuzones | 4 # Copyright (C) 2007-2014, International Business Machines 7 # This is an ICU-specific file with the same format as regular 12 # in tz.alias for rataining backward compatibility. 17 Zone Etc/Unknown 0 - Unknown 22 # file for compatibility purpose. 25 Rule SystemV min 1973 - Apr lastSun 2:00 1:00 D 26 Rule SystemV min 1973 - Oct lastSun 2:00 0 S 27 Rule SystemV 1974 only - Jan 6 2:00 1:00 D 28 Rule SystemV 1974 only - Nov lastSun 2:00 0 S 29 Rule SystemV 1975 only - Feb 23 2:00 1:00 D [all …]
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| D | TimeUnit.java | 5 * Copyright (C) 2008-2014, Google, International Business Machines 23 private static final long serialVersionUID = -2839973855554750484L; 26 * Here for serialization backward compatibility only. 47 // For backward compatibility only
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | TimeUnit.java | 6 * Copyright (C) 2008-2014, Google, International Business Machines 23 private static final long serialVersionUID = -2839973855554750484L; 26 * Here for serialization backward compatibility only. 46 // For backward compatibility only
|
| /third_party/icu/icu4c/source/tools/tzcode/ |
| D | icuzones | 4 # Copyright (C) 2007-2014, International Business Machines 7 # This is an ICU-specific file with the same format as regular 12 # in tz.alias for rataining backward compatibility. 17 Zone Etc/Unknown 0 - Unknown 22 # file for compatibility purpose. 25 Rule SystemV min 1973 - Apr lastSun 2:00 1:00 D 26 Rule SystemV min 1973 - Oct lastSun 2:00 0 S 27 Rule SystemV 1974 only - Jan 6 2:00 1:00 D 28 Rule SystemV 1974 only - Nov lastSun 2:00 0 S 29 Rule SystemV 1975 only - Feb 23 2:00 1:00 D [all …]
|
| /third_party/glslang/StandAlone/ |
| D | CMakeLists.txt | 1 # Copyright (C) 2020-2023 The Khronos Group Inc. 43 "-i" ${GLSLANG_INTRINSIC_HEADER_DIR} 44 "-o" ${GLSLANG_INTRINSIC_H} 50 add_executable(glslang-standalone ${SOURCES}) 52 target_compile_options(glslang-standalone PRIVATE -Wconversion) 54 target_compile_options(glslang-standalone PRIVATE -Wshorten-64-to-32) 56 set_property(TARGET glslang-standalone PROPERTY FOLDER tools) 57 set_property(TARGET glslang-standalone PROPERTY OUTPUT_NAME glslang) 58 glslang_set_link_args(glslang-standalone) 64 glslang-default-resource-limits) [all …]
|
| /third_party/skia/third_party/externals/freetype/src/truetype/ |
| D | ttinterp.h | 7 * Copyright (C) 1996-2021 by 69 /* getting current ppem. Take care of non-square pixels if necessary */ 73 /* reading a cvt value. Take care of non-square pixels if necessary */ 78 /* setting or moving a cvt value. Take care of non-square pixels */ 260 FT_Bool grayscale; /* bi-level hinting and */ 265 * FreeType supports ClearType-like hinting of TrueType fonts through 273 * resolution on the x-axis and subpixel hinting for positioning stems 278 * would be reprogrammed, so Microsoft decided to implement a backward 279 * compatibility mode. It employs several simple to complicated 280 * assumptions and tricks, many of them font-dependent, that modify the [all …]
|
| /third_party/mbedtls/scripts/mbedtls_dev/ |
| D | psa_storage.py | 5 backward-incompatible way! Think carefully about backward compatibility 10 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later 41 def update_cache(self) -> None: 59 def normalize(string: str) -> str: 68 def value(self) -> int: 71 if re.match(r'([0-9]+|0x[0-9a-f]+)\Z', self.string, re.I): 82 def as_expr(thing: Exprable) -> Expr: 104 id: Optional[int] = None, #pylint: disable=redefined-builtin 106 type: Exprable, #pylint: disable=redefined-builtin 109 material: bytes #pylint: disable=used-before-assignment [all …]
|
| /third_party/tzdata/ |
| D | backward | 1 # tzdb links for backward compatibility 4 # 2009-05-17 by Arthur David Olson. 10 # for pre-1970 timestamps and so is out of scope for tzdb proper. 13 # building with 'make BACKWARD=', in practice downstream users 14 # typically use this file for backward compatibility. 17 # backward compatibility link. Each section is sorted by link name. 30 # Pre-1993 naming conventions 32 # Link TARGET LINK-NAME #= TARGET1 49 # This line is commented out, as the name exceeded the 14-character limit 51 #Link America/Regina Canada/East-Saskatchewan [all …]
|
| /third_party/icu/icu4c/source/common/ |
| D | unormimp.h | 6 * Copyright (C) 2001-2011, International Business Machines 11 * encoding: UTF-8 29 * The 2001-2010 implementation of the normalization code loads its data from 85 #define _NORM_AUX_FNC_MASK (uint32_t)(_NORM_AUX_MAX_FNC-1) 98 exclusion set for CJK compatibility characters */ 112 /* single-code point BMP sets are encoded directly in the search table except if result=0x4000..0x7… 123 … _NORM_INDEX_COMBINE_BOTH_COUNT, /* number of code points that combine forward and backward */ 124 _NORM_INDEX_COMBINE_BACK_COUNT, /* number of code points that combine backward */ 148 * preceded by a 16-bit word with the leading and trailing cc 149 * of the decomposition (like for A-umlaut); [all …]
|
| /third_party/skia/third_party/externals/icu/source/common/ |
| D | unormimp.h | 6 * Copyright (C) 2001-2011, International Business Machines 11 * encoding: UTF-8 29 * The 2001-2010 implementation of the normalization code loads its data from 85 #define _NORM_AUX_FNC_MASK (uint32_t)(_NORM_AUX_MAX_FNC-1) 98 exclusion set for CJK compatibility characters */ 112 /* single-code point BMP sets are encoded directly in the search table except if result=0x4000..0x7… 123 … _NORM_INDEX_COMBINE_BOTH_COUNT, /* number of code points that combine forward and backward */ 124 _NORM_INDEX_COMBINE_BACK_COUNT, /* number of code points that combine backward */ 148 * preceded by a 16-bit word with the leading and trailing cc 149 * of the decomposition (like for A-umlaut); [all …]
|
| /third_party/ffmpeg/libavformat/ |
| D | rtpdec_dv.c | 3 * Copyright (c) 2015 Thomas Volkert <thomas@homer-conferencing.com> 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 35 ffio_free_dyn_buf(&data->buf); in dv_close_context() 45 dv_data->bundled_audio = 1; in dv_sdp_parse_fmtp_config() 49 /* SD-VCR/525-60 */ in dv_sdp_parse_fmtp_config() 50 /* SD-VCR/625-50 */ in dv_sdp_parse_fmtp_config() 51 /* HD-VCR/1125-60 */ in dv_sdp_parse_fmtp_config() 52 /* HD-VCR/1250-50 */ in dv_sdp_parse_fmtp_config() 53 /* SDL-VCR/525-60 */ in dv_sdp_parse_fmtp_config() 54 /* SDL-VCR/625-50 */ in dv_sdp_parse_fmtp_config() [all …]
|
| /third_party/openssl/crypto/ocsp/ |
| D | ocsp_vfy.c | 2 * Copyright 2001-2022 The OpenSSL Project Authors. All Rights Reserved. 29 /* Returns 1 on success, 0 on failure, or -1 on fatal error */ 36 int ret = -1; in ocsp_verify_signer() 51 && X509_get_ext_by_NID(signer, NID_id_pkix_OCSP_noCheck, -1) >= 0) in ocsp_verify_signer() 54 * Done here for CRLs; should be done also for OCSP-based checks. in ocsp_verify_signer() 85 return -1; in ocsp_verify() 88 ret = OCSP_REQUEST_verify(req, skey, signer->libctx, signer->propq); in ocsp_verify() 90 ret = OCSP_BASICRESP_verify(bs, skey, signer->libctx, signer->propq); in ocsp_verify() 116 ret = -1; in OCSP_basic_verify() 118 if ((untrusted = sk_X509_dup(bs->certs)) == NULL) in OCSP_basic_verify() [all …]
|
| /third_party/python/Lib/importlib/ |
| D | abc.py | 18 # for compatibility with Python 3.10 27 # for compatibility with Python 3.10 47 It may be subclassed for compatibility with legacy third party 80 # hasattr checks we do to support backward compatibility. 89 finder.find_spec(). If find_spec() exists then backwards-compatible 117 # hasattr checks we do to support backward compatibility. 131 finder.find_spec(). If find_spec() is provided than backwards-compatible 164 back-end storage. 199 (e.g. built-in module). Raises ImportError if the module cannot be 251 Should return None if not applicable (e.g. built-in module). [all …]
|
| /third_party/alsa-lib/utils/ |
| D | alsa.m4 | 2 dnl Some modifications by Richard Boulton <richard-alsa@tartarus.org> 7 dnl AM_PATH_ALSA([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) 11 dnl enables arguments --with-alsa-prefix= 12 dnl --with-alsa-inc-prefix= 13 dnl --disable-alsatest 15 dnl For backwards compatibility, if ACTION_IF_NOT_FOUND is not specified, 30 AC_ARG_WITH(alsa-prefix, 31 AS_HELP_STRING([--with-alsa-prefix=PFX], [Prefix where Alsa library is installed(optional)]), 34 AC_ARG_WITH(alsa-inc-prefix, 35 AS_HELP_STRING([--with-alsa-inc-prefix=PFX], [Prefix where include libraries are (optional)]), [all …]
|
| /third_party/openssl/external/perl/Text-Template-1.56/ |
| D | README | 50 ---------------------------------------------------------------- 55 delivered better functionality and was almost 100% backward-compatible 59 1.0 release, while still retaining backward compatibility. With one
|