Home
last modified time | relevance | path

Searched +full:helper +full:- +full:validator +full:- +full:identifier (Results 1 – 25 of 61) sorted by relevance

123

/external/skia/modules/pathkit/
Dpackage-lock.json2 "name": "pathkit-local",
7 "@babel/code-frame": {
9 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
10 …"integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3O…
18 "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.10.tgz",
19 …"integrity": "sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dp…
22 "@babel/code-frame": "^7.10.4",
24 "@babel/helper-module-transforms": "^7.12.1",
30 "convert-source-map": "^1.7.0",
32 "gensync": "^1.0.0-beta.1",
[all …]
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
DPolymorphicTypeValidator.java7 * Interface for classes that handle validation of class-name - based subtypes used
9 * {@code @JsonTypeInfo} when using Java Class name as Type Identifier.
12 …(See <a href="https://medium.com/@cowtowncoder/on-jackson-cves-dont-panic-here-is-what-you-need-to
17 * <li>When a deserializer is needed for a polymorphic property (including root values) -- either
18 * for explicitly annotated polymorphic type, or "default typing" -- {@link #validateBaseType}
36 * Notes on implementations: implementations must be thread-safe and shareable (usually meaning they
37 * are stateless). Determinations for validity are usually effectively cached on per-property
39 * caching at validator level is usually not needed. If caching is used, however, it must be done
40 * in thread-safe manner as validators are shared within {@link ObjectMapper} as well as possible
41 * across mappers (in case of default/standard validator).
[all …]
/external/go-cmp/cmp/
Doptions.go2 // Use of this source code is governed by a BSD-style
13 "github.com/google/go-cmp/cmp/internal/function"
23 // The cmp/cmpopts package provides helper functions for creating options that
31 // or sub-Options containing values of those types.
37 // Fundamental: ignore | validator | *comparer | *transformer
48 // Fundamental: ignore | validator | *comparer | *transformer
60 // Helper comparison packages may return an Options value when packing multiple
72 return ignore{} // Only ignore can short-circuit evaluation
73 case validator:
74 out = validator{} // Takes precedence over comparer or transformer
[all …]
/external/skia/modules/canvaskit/
Dpackage-lock.json2 "name": "canvaskit-local",
8 "name": "canvaskit-local",
10 "license": "BSD-3-Clause",
12 "is-docker": "~1.1.0",
13 "jasmine-core": "~3.6.0",
15 "karma-chrome-launcher": "~3.1.0",
16 "karma-coverage": "~2.0.3",
17 "karma-jasmine": "~4.0.1",
21 "node_modules/@babel/code-frame": {
23 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz",
[all …]
/external/fonttools/Lib/fontTools/ufoLib/
DglifLib.py2 glifLib.py -- Generic module for reading and writing the .glif format.
54 # ---------
56 # ---------
88 # ------------
90 # ------------
119 # ---------
121 # ---------
197 # network or in-memory FS may not map to the local one
202 self.dirName = fs.path.parts(path)[-1]
260 important for case-insensitive file systems.
[all …]
/external/angle/third_party/spirv-tools/src/
DCHANGES1 Revision history for SPIRV-Tools
3 v2024.2 2024-04-22
4 - General
5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591)
6 - Use bazel 7 and bzlmod (#5601)
7 - Optimizer
8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648)
9 - Fix rebuilding types with circular references. (#5637)
10 - Add AliasedPointer decoration (#5635)
11 - add support for vulkan-shader-profiler external passes (#5512)
[all …]
/external/swiftshader/third_party/SPIRV-Tools/
DCHANGES1 Revision history for SPIRV-Tools
3 v2024.2 2024-04-22
4 - General
5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591)
6 - Use bazel 7 and bzlmod (#5601)
7 - Optimizer
8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648)
9 - Fix rebuilding types with circular references. (#5637)
10 - Add AliasedPointer decoration (#5635)
11 - add support for vulkan-shader-profiler external passes (#5512)
[all …]
/external/deqp-deps/SPIRV-Tools/
DCHANGES1 Revision history for SPIRV-Tools
3 v2023.6 2023-12-18
4 - General
5 - update_build_version.py produce deterministic header. (#5426)
6 - Support missing git in update_build_version.py (#5473)
7 - Optimizer
8 - Add ComputeDerivativeGroup*NV capabilities to trim capabilities pass. (#5430)
9 - Do not crash when tryingto fold unsupported spec constant (#5496)
10 - instrument: Fix handling of gl_InvocationID (#5493)
11 - Fix nullptr argument in MarkInsertChain (#5465)
[all …]
/external/rust/crates/mls-rs/src/external_client/
Dbuilder.rs3 // SPDX-License-Identifier: (Apache-2.0 OR MIT)
37 /// - To specify the [`CryptoProvider`]: [`ExternalClientBuilder::crypto_provider`]
38 /// - To specify the [`IdentityProvider`]: [`ExternalClientBuilder::identity_provider`]
69 /// fn make_client() -> ExternalClient<impl MlsConfig> {
91 /// fn make_client_2() -> MlsClient {
103 fn default() -> Self { in default()
109 pub fn new() -> Self { in new()
125 ) -> ExternalClientBuilder<IntoConfigOutput<C>> { in extension_type()
130 pub fn extension_types<I>(self, types: I) -> ExternalClientBuilder<IntoConfigOutput<C>> in extension_types()
143 ) -> ExternalClientBuilder<IntoConfigOutput<C>> { in custom_proposal_type()
[all …]
/external/flatbuffers/
Dyarn.lock5 "@babel/code-frame@7.12.11":
7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db93…
8 …integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH…
12 "@babel/helper-validator-identifier@^7.16.7":
14 …resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-ident…
15 …integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/…
19 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea7…
20 …integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfT…
22 "@babel/helper-validator-identifier" "^7.16.7"
24 js-tokens "^4.0.0"
[all …]
/external/pigweed/
Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
17 "rollup-plugin-postcss": "^4.0.2",
18 "ts-protoc-gen": "^0.15.0"
24 "@grpc/grpc-js": "^1.3.7",
25 "@material-ui/core": "^4.12.1",
26 "@material-ui/lab": "^4.0.0-alpha.60",
27 "@rollup/plugin-commonjs": "^19.0.0",
28 "@rollup/plugin-node-resolve": "^13.3.0",
[all …]
/external/pigweed/pw_ide/ts/pigweed-vscode/
Dpackage-lock.json2 "name": "pigweed-vscode",
8 "name": "pigweed-vscode",
10 "license": "Apache-2.0",
21 "@typescript-eslint/eslint-plugin": "^5.59.8",
22 "@typescript-eslint/parser": "^5.59.8",
23 "@vscode/test-electron": "^2.3.2",
26 "node-polyfill-webpack-plugin": "^2.0.1",
27 "ts-jest": "^29.1.1",
28 "ts-loader": "^9.4.4",
31 "webpack-cli": "^5.1.4"
[all …]
/external/mesa3d/docs/relnotes/
D22.2.0.rst1 Mesa 22.2.0 Release Notes / 2022-09-21
20 ---------------
24 b1f9c8fd08f2cae3adf83355bef4d2398e8025f44947332880f2d0066bdafa8c mesa-22.2.0.tar.xz
29 ------------
31 - WGL_ARB_create_context_robustness
33 - d3d12 ARB_robust_buffer_access_behavior
35 - VK_EXT_robustness2 for lavapipe
37 - VK_EXT_image_2d_view_of_3d on RADV
39 - zink and d3d12 GL_EXT_memory_object_win32 and GL_EXT_semaphore_win32 support
41 - vertexAttributeInstanceRateZeroDivisor support for lavapipe
[all …]
/external/perfetto/ui/
Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
38 '@types/color-convert':
59 '@types/w3c-web-usb':
68 color-convert:
74 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
119 vega-lite:
124 '@rollup/plugin-commonjs':
[all …]
/external/rust/crates/mls-rs/src/
Dclient_builder.rs3 // SPDX-License-Identifier: (Apache-2.0 OR MIT)
86 /// - To specify the [`CryptoProvider`]: [`ClientBuilder::crypto_provider`]
87 /// - To specify the [`IdentityProvider`]: [`ClientBuilder::identity_provider`]
101 /// let secret_key = b"never hard-code secrets".to_vec().into();
129 /// fn make_client() -> Client<impl MlsConfig> {
131 /// let secret_key = b"never hard-code secrets".to_vec().into();
162 /// fn make_client_2() -> MlsClient {
164 /// let secret_key = b"never hard-code secrets".to_vec().into();
181 fn default() -> Self { in default()
187 pub(crate) fn from_config(c: C) -> Self { in from_config()
[all …]
/external/jackson-databind/docs/javadoc/2.11.rc1/com/fasterxml/jackson/databind/jsontype/
DPolymorphicTypeValidator.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Tue Mar 24 11:44:41 PDT 2020 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>PolymorphicTypeValidator (jackson-databind 2.11.0.rc1 API)</title>
8 <meta name="date" content="2020-03-24">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="PolymorphicTypeValidator (jackson-databind 2.11.0.rc1 API)";
21 //-->
[all …]
/external/jackson-databind/docs/javadoc/2.10/com/fasterxml/jackson/databind/jsontype/
DPolymorphicTypeValidator.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Tue Nov 05 19:39:09 PST 2019 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>PolymorphicTypeValidator (jackson-databind 2.10.0 API)</title>
8 <meta name="date" content="2019-11-05">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="PolymorphicTypeValidator (jackson-databind 2.10.0 API)";
21 //-->
[all …]
/external/jackson-databind/docs/javadoc/2.11/com/fasterxml/jackson/databind/jsontype/
DPolymorphicTypeValidator.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <!-- NewPage -->
5 <!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 17:14:53 PDT 2020 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>PolymorphicTypeValidator (jackson-databind 2.11.0 API)</title>
8 <meta name="date" content="2020-04-25">
13 <script type="text/javascript"><!--
15 if (location.href.indexOf('is-external=true') == -1) {
16 parent.document.title="PolymorphicTypeValidator (jackson-databind 2.11.0 API)";
21 //-->
[all …]
/external/rust/crates/pest_meta/src/
Dparser.rs5 // <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT
6 // license <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
21 use crate::validator;
25 #[cfg(not(feature = "not-bootstrap-in-src"))]
28 #[cfg(feature = "not-bootstrap-in-src")]
34 /// A helper that will parse using the pest grammar
36 pub fn parse(rule: Rule, data: &str) -> Result<Pairs<'_, Rule>, Error<Rule>> { in parse()
64 pub fn filter_map_top_down<F, T>(self, mut f: F) -> Vec<T> in filter_map_top_down()
66 F: FnMut(ParserNode<'i>) -> Option<T>, in filter_map_top_down()
70 F: FnMut(ParserNode<'i>) -> Option<T>, in filter_map_top_down()
[all …]
/external/pigweed/pw_web/webconsole/
Dpackage-lock.json12 "@codemirror/lang-javascript": "^6.0.2",
14 "@codemirror/theme-one-dark": "^6.0.0",
20 "object-path": "^0.11.8",
23 "react-dom": "18.2.0",
24 "react-virtualized": "^9.22.3",
25 "react-virtualized-auto-sizer": "^1.0.6",
26 "react-window": "^1.8.7",
28 "xterm-addon-fit": "^0.5.0"
33 "@types/react-dom": "18.0.6",
34 "@types/react-virtualized": "^9.21.21",
[all …]
/external/trusty/arm-trusted-firmware/
Dpackage-lock.json2 "name": "trusted-firmware-a",
8 "name": "trusted-firmware-a",
11 "license": "BSD-3-Clause",
14 "@commitlint/config-conventional": "^16.0.0",
15 "@commitlint/cz-commitlint": "^16.1.0",
17 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
19 "js-yaml": "^4.1.0",
20 "standard-version": "^9.3.2"
26 "node_modules/@babel/code-frame": {
28 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
[all …]
/external/icing/icing/store/
Ddocument-store.h7 // http://www.apache.org/licenses/LICENSE-2.0
26 #include "icing/file/file-backed-proto-log.h"
27 #include "icing/file/file-backed-vector.h"
29 #include "icing/file/portable-file-backed-proto-log.h"
39 #include "icing/schema/schema-store.h"
40 #include "icing/store/corpus-associated-scoring-data.h"
41 #include "icing/store/corpus-id.h"
42 #include "icing/store/document-associated-score-data.h"
43 #include "icing/store/document-filter-data.h"
44 #include "icing/store/document-id.h"
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DRFC3280CertPathUtilities.java452 JcaJceHelper helper) in processCRLF() argument
507 // BEGIN Android-changed: in processCRLF()
510 // END Android-changed: in processCRLF()
540 validKeys.add(CertPathValidatorUtilities.getNextWorkingKey(certs, 0, helper)); in processCRLF()
638 * If use-deltas is set, verify the issuer and scope of the delta CRL.
724 … "Authority key identifier extension could not be extracted from complete CRL.", e); in processCRLC()
736 "Authority key identifier extension could not be extracted from delta CRL.", e); in processCRLC()
741 throw new AnnotatedException("CRL authority key identifier is null."); in processCRLC()
746 throw new AnnotatedException("Delta CRL authority key identifier is null."); in processCRLC()
752 … "Delta CRL authority key identifier does not match complete CRL authority key identifier."); in processCRLC()
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/
DRFC3280CertPathUtilities.java453 JcaJceHelper helper) in processCRLF() argument
508 // BEGIN Android-changed: in processCRLF()
511 // END Android-changed: in processCRLF()
541 validKeys.add(CertPathValidatorUtilities.getNextWorkingKey(certs, 0, helper)); in processCRLF()
639 * If use-deltas is set, verify the issuer and scope of the delta CRL.
725 … "Authority key identifier extension could not be extracted from complete CRL.", e); in processCRLC()
737 "Authority key identifier extension could not be extracted from delta CRL.", e); in processCRLC()
742 throw new AnnotatedException("CRL authority key identifier is null."); in processCRLC()
747 throw new AnnotatedException("Delta CRL authority key identifier is null."); in processCRLC()
753 … "Delta CRL authority key identifier does not match complete CRL authority key identifier."); in processCRLC()
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DRFC3280CertPathUtilities.java453 JcaJceHelper helper) in processCRLF() argument
508 // BEGIN Android-changed: in processCRLF()
511 // END Android-changed: in processCRLF()
541 validKeys.add(CertPathValidatorUtilities.getNextWorkingKey(certs, 0, helper)); in processCRLF()
639 * If use-deltas is set, verify the issuer and scope of the delta CRL.
725 … "Authority key identifier extension could not be extracted from complete CRL.", e); in processCRLC()
737 "Authority key identifier extension could not be extracted from delta CRL.", e); in processCRLC()
742 throw new AnnotatedException("CRL authority key identifier is null."); in processCRLC()
747 throw new AnnotatedException("Delta CRL authority key identifier is null."); in processCRLC()
753 … "Delta CRL authority key identifier does not match complete CRL authority key identifier."); in processCRLC()
[all …]

123