Home
last modified time | relevance | path

Searched +full:backward +full:- +full:compatibility (Results 1 – 25 of 983) sorted by relevance

12345678910>>...40

/third_party/mbedtls/
DBRANCHES.md5 - 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/grpc/doc/core/
Dpending_api_cleanups.md2 backward-compatibility (e.g., a macro or some other function to preserve
5 feature that does change the API in a non-backward-compatible way, we
7 can take the opportunity to clean up any pending backward-compatibility
10 This file lists all pending backward-compatibility changes that should
14 - remove `GRPC_ARG_MAX_MESSAGE_LENGTH` channel arg from
18 - require a C++ runtime for all languages wrapping core.
19 - remove `GRPC_ARG_HTTP2_MIN_SENT_PING_INTERVAL_WITHOUT_DATA_MS` channel arg
/third_party/grpc/doc/cpp/
Dpending_api_cleanups.md2 backward-compatibility (e.g., a macro or some other function to preserve
5 feature that does change the API in a non-backward-compatible way, we
7 can take the opportunity to clean up any pending backward-compatibility
10 This file lists all pending backward-compatibility changes that should
14 - remove `ServerBuilder::SetMaxMessageSize()` method from
16 - remove `ClientContext::set_fail_fast()` method from
18 - remove directory `include/grpc++` and all headers in it
20 - make all `Request` and `Mark` methods in `grpc::Service` take a
/third_party/skia/m133/third_party/externals/vulkanmemoryallocator/docs/html/
Ddeprecated.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xh…
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5 <meta http-equiv="X-UA-Compatible" content="IE=11"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1"/>
18 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
31 <!-- end header part -->
32 <!-- Generated by Doxygen 1.9.3 -->
36 /* @license-end */
46 /* @license-end */
48 <div id="main-nav"></div>
[all …]
/third_party/libbpf/src/
Dbpf.h1 /* 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 …]
Dlibbpf.h1 /* 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/skia/third_party/externals/freetype/include/freetype/
Dftcolor.h7 * 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/icu/docs/processes/release/tasks/
Dupdating-measure-unit.md1 ---
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/skia/m133/third_party/externals/vulkanmemoryallocator/
DCHANGELOG.md1 # 3.0.1 (2022-05-26)
3 - Fixes in defragmentation algorithm.
4 - Fixes in GpuMemDumpVis.py regarding image height calculation.
5 - Other bug fixes, optimizations, and improvements in the code and documentation.
7 # 3.0.0 (2022-03-25)
9 … has changed, so there are some compatibility-breaking changes, but the basic API stays the same a…
11 Major features added (some compatibility-breaking):
13 - Added new API for selecting preferred memory type: flags `VMA_MEMORY_USAGE_AUTO`, `VMA_MEMORY_USA…
14 - Added new defragmentation API and algorithm, replacing the old one. See structure `VmaDefragmenta…
15 - Redesigned API for statistics, replacing the old one. See structures: `VmaStatistics`, `VmaDetail…
[all …]
/third_party/mbedtls/docs/architecture/testing/
Dpsa-storage-format-testing.md5 …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/libexif/auto-m4/
Dgettext.m41 # gettext.m4 serial 66 (gettext-0.18.2)
2 dnl Copyright (C) 1995-2013 Free Software Foundation, Inc.
17 dnl Ulrich Drepper <drepper@cygnus.com>, 1995-2000.
18 dnl Bruno Haible <haible@clisp.cons.org>, 2000-2006, 2008-2010.
23 dnl INTLSYMBOL can be one of 'external', 'no-libtool', 'use-libtool'. The
24 dnl default (if it is not specified or empty) is 'no-libtool'.
26 dnl and 'no-libtool' or 'use-libtool' for packages with an intl directory.
27 dnl If INTLSYMBOL is 'use-libtool', then a libtool library
29 dnl depending on --{enable,disable}-{shared,static} and on the presence of
30 dnl AM-DISABLE-SHARED). If INTLSYMBOL is 'no-libtool', a static library
[all …]
/third_party/grpc/doc/
Dworkarounds.md1 # gRPC Server Backward Compatibility Issues and Workarounds Management
16 **Issue:** Before version v1.3.0-dev, gRPC iOS client's Cronet transport did not implement compress…
17 …C v1.3.0-dev. For backward compatibility, a server must forcingly disable compression for gRPC cli…
19 … core. The filter identifies the version of peer client with incoming `user-agent` header of each…
/third_party/python/Modules/
Dspwdmodule.c24 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/skia/third_party/externals/abseil-cpp/patches/
D0002-delete-unprefixed-annotations.patch1 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/
Dcacert.md1 ---
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/opencl-headers/
DREADME.md7 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/m133/third_party/externals/icu/source/tools/tzcode/
Dicuzones4 # 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/skia/third_party/externals/icu/source/tools/tzcode/
Dicuzones4 # 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/
DTimeUnit.java5 * 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/
DTimeUnit.java6 * 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/grpc/tools/interop_matrix/
DREADME.md6 from specific releases/tag, are used to test version compatibility between gRPC release versions.
8 ## Step-by-step instructions for adding a AR docker image for a new release for compatibility test
10 We have continuous nightly test setup to test gRPC backward compatibility between old clients and l…
11 When a gRPC developer creates a new gRPC release, s/he is also responsible to add the just-released…
13 - Add (or update) an entry in `./client_matrix.py` file to reference the github tag for the release.
14 - Build new client docker image(s). For example, for C and wrapper languages release `v1.9.9`, do
15- `tools/interop_matrix/create_matrix_images.py --git_checkout --release=v1.9.9 --upload_images --
16 - Verify that the new docker image was built successfully and uploaded to AR. For example,
17- `gcloud artifacts docker images list us-docker.pkg.dev/grpc-testing/testing-images-public` lists…
18- `gcloud artifacts docker images list us-docker.pkg.dev/grpc-testing/testing-images-public/grpc_i…
[all …]
/third_party/icu/icu4c/source/tools/tzcode/
Dicuzones4 # 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/
DCMakeLists.txt1 # 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/mbedtls/scripts/mbedtls_dev/
Dpsa_storage.py5 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/skia/third_party/externals/freetype/src/truetype/
Dttinterp.h7 * 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 …]

12345678910>>...40