Home
last modified time | relevance | path

Searched +full:check +full:- +full:api +full:- +full:compatibility (Results 1 – 25 of 1101) sorted by relevance

12345678910>>...45

/external/gson/.github/workflows/
Dcheck-api-compatibility.yml1 name: Check API compatibility
6 check-api-compatibility:
7 runs-on: ubuntu-latest
10 - name: Checkout old version
14 path: 'gson-old-japicmp'
16 - name: Set up JDK 11
17 uses: actions/setup-java@v3
20 java-version: '11'
23 - name: Build old version
25 cd gson-old-japicmp
[all …]
/external/tensorflow/tensorflow/python/summary/
Dsummary.py7 # http://www.apache.org/licenses/LICENSE-2.0
28 # pylint: disable=unused-import, g-importing-member
31 …re.framework.summary_pb2 import SummaryMetadata as _SummaryMetadata # pylint: enable=unused-import
35 # pylint: enable=unused-import
44 from tensorflow.python.ops import gen_summary_ops as _gen_summary_ops # pylint: disable=unused-imp…
49 # pylint: disable=unused-import
52 # pylint: enable=unused-import
80 @compatibility(TF2)
81 For compatibility purposes, when invoked in TF2 where the outermost context is
82 eager mode, this API will check if there is a suitable TF2 summary writer
[all …]
/external/kotlinx.serialization/docs/
Dcompatibility.md1 # Compatibility policy
3 This document describes the compatibility policy of kotlinx.serialization library since version 1.0…
6 since other experimental platforms currently do not impose any backward-compatibility guarantees.
7 You can check out what platforms are considered to be stable on [this page](https://kotlinlang.org/…
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)
15 ## Core library compatibility
[all …]
/external/ksp/buildSrc/src/main/kotlin/com/google/devtools/ksp/
DApiCheck.kt3 * Copyright 2010-2020 JetBrains s.r.o. and Kotlin Programming Language contributors. in <lambda>()
9 * http://www.apache.org/licenses/LICENSE-2.0 in <lambda>()
19 import org.gradle.api.Project in <lambda>()
20 import org.gradle.api.artifacts.Configuration in <lambda>()
21 import org.gradle.api.tasks.JavaExec in <lambda>()
23 val API_BASE_FILE="api.base" in <lambda>()
29 val checkProvider = tasks.register("checkApi", JavaExec::class.java) { task -> in <lambda>()
31 task.description = "Check API compatibility." in <lambda>()
33 task.args = listOf("--check-compatibility:api:released", API_BASE_FILE) + task.args!! in <lambda>()
37 // check task is not available yet, which is why we use afterEvaluate in <lambda>()
[all …]
/external/openthread/third_party/mbedtls/repo/scripts/
Dabi_check.py8 For the source (API) and runtime (ABI) interface compatibility, this script
9 is a small wrapper around the abi-compliance-checker and abi-dumper tools,
19 The results of the API/ABI comparison are either formatted as HTML and stored
21 Returns 0 on success, 1 on non-compliance, and 2 if there is an error
24 ### How to interpret non-compliance ###
31 breaking a backward compatibility goal.
33 **API**: the goal is that if an application works with the old version of the
64 **Storage format**: the goal is to check that persistent keys stored by the
74 **Generated test coverage**: the goal is to check that automatically
87 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
[all …]
/external/mbedtls/scripts/
Dabi_check.py8 For the source (API) and runtime (ABI) interface compatibility, this script
9 is a small wrapper around the abi-compliance-checker and abi-dumper tools,
19 The results of the API/ABI comparison are either formatted as HTML and stored
21 Returns 0 on success, 1 on non-compliance, and 2 if there is an error
24 ### How to interpret non-compliance ###
31 breaking a backward compatibility goal.
33 **API**: the goal is that if an application works with the old version of the
64 **Storage format**: the goal is to check that persistent keys stored by the
74 **Generated test coverage**: the goal is to check that automatically
87 # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
[all …]
/external/libsrtp2/
DCHANGES3 2.2.0-pre (This version)
7 …nt. A .clang-format file and format.sh script has been added that can be use to verify and enforce…
11 PR #409 - Compatibilty with LibreSSL
13 PR #406 - Fix unprotect when pktlen < (2*mki_size + tag_len)
15 PR #405 - Prevent potential double free
17 PR #404 - Add back extern to global variables
19 PR #403 - Set gcm IV directly with EVP_CipherInit_ex
21 PR #401 - Fix memory access issue in srtp_get_session_keys()
23 PR #398 - Fix memory access fixes when invalid profiles where used
25 PR #391 - Return NULL when allocating memory of size zero
[all …]
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dauthoring.ipynb25 "# https://www.apache.org/licenses/LICENSE-2.0\n",
49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n",
57 …ing.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV…
71 …"TensorFlow Lite Authoring API provides a way to maintain your `tf.function` models compatibile wi…
100 "## TensorFlow to TensorFlow Lite compatibility issue\n",
103 …"During the conversion, you might encounter a compatibility error because of unsupported TensorFlo…
154 …"We introduced Authoring API to detect the TensorFlow Lite compatibility issue during the model au…
156 …authoring.compatible` decorator to wrap your `tf.function` model to check TFLite compatibility.\n",
158 "After this, the compatibility will be checked automatically when you evaluate your model."
184 "id": "ZWkBEqv-eUwV"
[all …]
Dmodel_analyzer.ipynb25 "# https://www.apache.org/licenses/LICENSE-2.0\n",
49 "\u003ctable class=\"tfo-notebook-buttons\" align=\"left\"\u003e\n",
57 …zer.ipynb\"\u003e\u003cimg src=\"https://www.tensorflow.org/images/GitHub-Mark-32px.png\" /\u003eV…
71 …"TensorFlow Lite Model Analyzer API helps you analyze models in TensorFlow Lite format by listing …
80 "## Model Analyzer API\n",
82 "The following API is available for the TensorFlow Lite Model Analyzer.\n",
90 …"You can find the API details from https://www.tensorflow.org/api_docs/python/tf/lite/experimental…
134 …"This API works with large models such as MobileNetV3Large. Since the output is large, you might w…
157 "## Check GPU delegate compatibility\n",
159 …"The ModelAnalyzer API provides a way to check the [GPU delegate](https://www.tensorflow.org/lite/…
[all …]
/external/tink/docs/
DJAVA-HACKING.md14 * Check out the source code, navigate to the Java Bazel workspace and execute
30 types](JAVA-HOWTO.md#custom-implementation-of-a-primitive)
44 * API backward-compatibility guarantee: yes
58 * API backward-compatibility guarantee: yes
68 * com.google.api.services.cloudkms.v1
69 * com.google.api.client.googleapis.auth.oauth2.GoogleCredential
70 * com.google.api.client.http.javanet.NetHttpTransport
71 * com.google.api.client.json.jackson2.JacksonFactory
73 * API backward-compatibility guarantee: yes
88 * API backward-compatibility guarantee: yes
[all …]
/external/ksp/.github/workflows/
Dmain.yml7 branches: [ main, 1.0.10-release, 1.0.9-release ]
9 branches: [ main, 1.0.10-release, 1.0.9-release ]
12 build-and-test:
14 fail-fast: false
16 os: [ubuntu-latest, macos-latest]
19 runs-on: ${{ matrix.os }}
22 - name: Setup Java 9
23 uses: actions/setup-java@v1.4.3
25 java-version: '9'
26 java-package: jdk
[all …]
Dauto-merge.yml1 # Workflow to cherry-pick changes from main to release branch.
3 name: auto-merge
10 build-and-test:
12 fail-fast: false
14 os: [ ubuntu-latest, macos-latest ]
17 runs-on: ${{ matrix.os }}
21 - uses: actions/checkout@v2
23 fetch-depth: 0
24 ref: 1.0.10-release
26 - name: merge commits from main to release branch
[all …]
/external/mbedtls/docs/architecture/psa-migration/
Dstrategy.md10 G2. Allow isolation of long-term secrets (for example, private keys).
11 G3. Allow isolation of short-term secrets (for example, TLS session keys).
12 G4. Have a clean, unified API for Crypto (retire the legacy API).
18 implemented, see `docs/use-psa-crypto.md`, where new APIs are about (G2), and
28 Compile-time options
31 We currently have a few compile-time options that are relevant to the migration:
33 - `MBEDTLS_PSA_CRYPTO_C` - enabled by default, controls the presence of the PSA
35 - `MBEDTLS_USE_PSA_CRYPTO` - disabled by default (enabled in "full" config),
38 - `PSA_CRYPTO_CONFIG` - disabled by default, supports builds with drivers and
43 - it's not fully compatible with `MBEDTLS_ECP_RESTARTABLE`: you can enable
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/
DPORTING.md1 Porting applications to use zlib-ng
4 Zlib-ng can be used/compiled in two different modes, that require some
7 zlib-compat mode
8 ----------------
9 Zlib-ng can be compiled in zlib-compat mode, suitable for zlib-replacement
10 in a single application or system-wide.
12 Please note that zlib-ng in zlib-compat mode tries to maintain both API and
13 ABI compatibility with the original zlib. Any issues regarding compatibility
18 recompiled against the zlib-ng headers and libs to ensure full compatibility.
26 - Easy to port to, since it only requires a recompile of the application and
[all …]
/external/googleapis/google/cloud/kms/v1/
Dservice.proto7 // http://www.apache.org/licenses/LICENSE-2.0
19 import "google/api/annotations.proto";
20 import "google/api/client.proto";
21 import "google/api/field_behavior.proto";
22 import "google/api/resource.proto";
48 option (google.api.default_host) = "cloudkms.googleapis.com";
49 option (google.api.oauth_scopes) =
50 "https://www.googleapis.com/auth/cloud-platform,"
55 option (google.api.http) = {
58 option (google.api.method_signature) = "parent";
[all …]
/external/cronet/third_party/boringssl/src/
DBREAKING-CHANGES.md1 # How to change BoringSSL's API
5 Ultimately, the strategy for each breaking change is decided on a case-by-case basis. This document…
9 … of API or ABI surface. Exposed symbols and type signatures cannot change, etc. But this is a poor…
13 Some changes, such as internal cleanups or bug-fixes, are low risk and do not need special measures…
15API, forbidding some edge case, or adjusting some behavior, are more likely to break things. To he…
19 …dquo;How to Code Search&rdquo; in the (Google-only) [go/boringssl-folder](https://goto.google.com/…
23 …th the trouble. For instance, it is likely not worth removing a small compatibility function in th…
33 1. Add the replacement API.
34 2. As the replacement API enters each consuming repository, migrate callers to it.
35 3. Remove the original API once all consumers have been migrated.
[all …]
/external/boringssl/src/
DBREAKING-CHANGES.md1 # How to change BoringSSL's API
5 Ultimately, the strategy for each breaking change is decided on a case-by-case basis. This document…
9 … of API or ABI surface. Exposed symbols and type signatures cannot change, etc. But this is a poor…
13 Some changes, such as internal cleanups or bug-fixes, are low risk and do not need special measures…
15API, forbidding some edge case, or adjusting some behavior, are more likely to break things. To he…
19 …dquo;How to Code Search&rdquo; in the (Google-only) [go/boringssl-folder](https://goto.google.com/…
23 …th the trouble. For instance, it is likely not worth removing a small compatibility function in th…
33 1. Add the replacement API.
34 2. As the replacement API enters each consuming repository, migrate callers to it.
35 3. Remove the original API once all consumers have been migrated.
[all …]
/external/mbedtls/
DCONTRIBUTING.md7 -----------------------------------
10 - [Sign-off](#license-and-copyright): all commits must be signed off.
11 - [Tests](#tests): please ensure the PR includes adequate tests.
12 - [Changelog](#documentation): if needed, please provide a changelog entry.
13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t…
16 ----------------
17 - Contributions should include tests, as mentioned in the [Tests](#tests) and [Continuous Integrati…
18 - The code should be written in a clean and readable style, and must follow [our coding standards](…
19 - The code should be written in a portable generic way, that will benefit the whole community, and …
20 - The code should be secure, and will be reviewed from a security point of view as well.
[all …]
/external/openthread/third_party/mbedtls/repo/
DCONTRIBUTING.md7 -----------------------------------
10 - [Sign-off](#license-and-copyright): all commits must be signed off.
11 - [Tests](#tests): please ensure the PR includes adequate tests.
12 - [Changelog](#documentation): if needed, please provide a changelog entry.
13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t…
16 ----------------
17 - Contributions should include tests, as mentioned in the [Tests](#tests) and [Continuous Integrati…
18 - The code should be written in a clean and readable style, and must follow [our coding standards](…
19 - The code should be written in a portable generic way, that will benefit the whole community, and …
20 - The code should be secure, and will be reviewed from a security point of view as well.
[all …]
/external/python/cpython3/Doc/c-api/
Dstable.rst6 C API Stability
9 Python's C API is covered by the Backwards Compatibility Policy, :pep:`387`.
10 While the C API will change with every minor release (e.g. from 3.9 to 3.10),
11 most changes will be source-compatible, typically by only adding new API.
12 Changing existing API or removing API is only done after a deprecation period
15 CPython's Application Binary Interface (ABI) is forward- and
16 backwards-compatible across a minor release (if these are compiled the same
17 way; see :ref:`stable-abi-platform` below).
22 are private API that can change without notice even in patch releases.
28 Python 3.2 introduced the *Limited API*, a subset of Python's C API.
[all …]
/external/tpm2-tss/
DREADME.md1 …x Build Status](https://travis-ci.org/tpm2-software/tpm2-tss.svg?branch=master)](https://travis-ci…
2 …s](https://ci.appveyor.com/api/projects/status/2rdmyn1ndkiavngn?svg=true)](https://ci.appveyor.com…
3 …d status](https://api.cirrus-ci.com/github/tpm2-software/tpm2-tss.svg?branch=master)](https://cirr…
4 … Scan](https://img.shields.io/coverity/scan/3997.svg)](https://scan.coverity.com/projects/tpm2-tss)
5 …us](https://codecov.io/gh/tpm2-software/tpm2-tss/branch/master/graph/badge.svg)](https://codecov.i…
7 …shields.io/lgtm/alerts/g/tpm2-software/tpm2-tss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/proj…
8 …elds.io/lgtm/grade/cpp/g/tpm2-software/tpm2-tss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/proj…
9 …mentation Status](https://readthedocs.org/projects/tpm2-tss/badge/?version=latest)](https://tpm2-t…
10 …//oss-fuzz-build-logs.storage.googleapis.com/badges/tpm2-tss.svg)](https://bugs.chromium.org/p/oss
11 …es.gitter.im/tpm2-software/community.svg)](https://gitter.im/tpm2-software/community?utm_source=ba…
[all …]
/external/icu/icu4c/source/common/unicode/
Dunorm.h5 * Copyright (c) 1996-2016, International Business Machines Corporation
29 * \brief C API: Unicode Normalization
31 * Old Unicode normalization API.
33 * This API has been replaced by the unorm2.h API and is only available
34 * for backward compatibility. The functions here simply delegate to the
36 * There is one exception: The new API does not provide a replacement for unorm_compare().
46 * several different ways in Unicode. For example, take the character A-acute.
62 * treated as the same "user-level" character "A with acute accent". When you are searching or
84 * it shouldn't be in Unicode at all, but it was included for compatibility
86 * identifies such characters by giving them "compatibility" decompositions
[all …]
/external/cronet/third_party/icu/source/common/unicode/
Dunorm.h5 * Copyright (c) 1996-2016, International Business Machines Corporation
29 * \brief C API: Unicode Normalization
31 * Old Unicode normalization API.
33 * This API has been replaced by the unorm2.h API and is only available
34 * for backward compatibility. The functions here simply delegate to the
36 * There is one exception: The new API does not provide a replacement for unorm_compare().
46 * several different ways in Unicode. For example, take the character A-acute.
62 * treated as the same "user-level" character "A with acute accent". When you are searching or
84 * it shouldn't be in Unicode at all, but it was included for compatibility
86 * identifies such characters by giving them "compatibility" decompositions
[all …]
/external/icu/libicu/cts_headers/unicode/
Dunorm.h5 * Copyright (c) 1996-2016, International Business Machines Corporation
29 * \brief C API: Unicode Normalization
31 * Old Unicode normalization API.
33 * This API has been replaced by the unorm2.h API and is only available
34 * for backward compatibility. The functions here simply delegate to the
36 * There is one exception: The new API does not provide a replacement for unorm_compare().
46 * several different ways in Unicode. For example, take the character A-acute.
62 * treated as the same "user-level" character "A with acute accent". When you are searching or
84 * it shouldn't be in Unicode at all, but it was included for compatibility
86 * identifies such characters by giving them "compatibility" decompositions
[all …]
/external/icu/libandroidicu/include/unicode/
Dunorm.h5 * Copyright (c) 1996-2016, International Business Machines Corporation
29 * \brief C API: Unicode Normalization
31 * Old Unicode normalization API.
33 * This API has been replaced by the unorm2.h API and is only available
34 * for backward compatibility. The functions here simply delegate to the
36 * There is one exception: The new API does not provide a replacement for unorm_compare().
46 * several different ways in Unicode. For example, take the character A-acute.
62 * treated as the same "user-level" character "A with acute accent". When you are searching or
84 * it shouldn't be in Unicode at all, but it was included for compatibility
86 * identifies such characters by giving them "compatibility" decompositions
[all …]

12345678910>>...45