Home
last modified time | relevance | path

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

12345678910>>...27

/aosp_15_r20/external/skia/modules/pathkit/
H A 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 …]
/aosp_15_r20/external/go-cmp/cmp/
H A 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 …]
/aosp_15_r20/external/skia/modules/canvaskit/
H A 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 …]
/aosp_15_r20/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/jsontype/
H A 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 …]
/aosp_15_r20/external/perfetto/ui/
H A Dpnpm-lock.yaml23 '@codemirror/theme-one-dark':
41 '@types/color-convert':
62 '@types/w3c-web-usb':
68 color-convert:
71 devtools-protocol:
89 jsbn-rsa:
95 noice-json-rpc:
104 protobufjs-cli:
116 vega-lite:
133 '@rollup/plugin-commonjs':
[all …]
/aosp_15_r20/external/fonttools/Lib/fontTools/ufoLib/
H A 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 …]
/aosp_15_r20/external/flatbuffers/
H A Dyarn.lock5 "@babel/code-[email protected]":
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 …]
/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/external/pigweed/pw_web/webconsole/
H A 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 …]
/aosp_15_r20/external/jspecify/docs/
H A Dpackage-lock.json12 "@docusaurus/preset-classic": "3.4.0",
13 "@mdx-js/react": "^3.0.0",
15 "prism-react-renderer": "^2.3.0",
17 "react-dom": "^18.0.0"
20 "@docusaurus/module-type-aliases": "3.4.0",
27 "node_modules/@algolia/autocomplete-core": {
29 … "resolved": "https://registry.npmjs.org/@algolia/autocomplete-core/-/autocomplete-core-1.9.3.tgz",
30 …"integrity": "sha512-009HdfugtGCdC4JdXUbVJClA0q0zh24yyePn+KUGk3rP7j8FEe/m5Yo/z65gn6nP/cM39PxpzqKrL…
33 "@algolia/autocomplete-plugin-algolia-insights": "1.9.3",
34 "@algolia/autocomplete-shared": "1.9.3"
[all …]
/aosp_15_r20/tools/netsim/ui/
H A Dpackage-lock.json2 "name": "netsim-app",
8 "name": "netsim-app",
17 "@custom-elements-manifest/analyzer": "^0.4.17",
18 "@open-wc/building-rollup": "^2.2.1",
19 "@open-wc/eslint-config": "^4.3.0",
20 "@open-wc/testing": "next",
21 "@rollup/plugin-node-resolve": "^15.0.1",
22 "@typescript-eslint/eslint-plugin": "^4.33.0",
23 "@typescript-eslint/parser": "^4.33.0",
24 "@web/dev-server": "^0.1.28",
[all …]
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A 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 …]
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/
H A Dpackage-lock.json10 "license": "Apache-2.0",
16 "js-yaml": "^4.1.0",
17 "node_modules-path": "^2.0.8",
18 "strip-ansi": "^7.1.0"
24 "@types/js-yaml": "^4.0.9",
27 "@typescript-eslint/eslint-plugin": "^7.16.0",
28 "@typescript-eslint/parser": "^7.16.0",
29 "@vscode/test-cli": "^0.0.10",
30 "@vscode/test-electron": "^2.4.1",
33 "node-polyfill-webpack-plugin": "^4.0.0",
[all …]
/aosp_15_r20/development/tools/otagui/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
17 "material-design-icons": "^3.0.1",
19 "roboto-fontface": "*",
20 "vue": "^3.0.0-0",
21 "vue-echarts": "^6.0.0-rc.6",
22 "vue-router": "^4.0.0-0",
23 "vue-uuid": "^2.0.2",
24 "vue3-table-lite": "^1.0.5",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/external/pigweed/
H A Dpackage-lock.json10 "license": "Apache-2.0",
12 "@protobuf-ts/protoc": "^2.7.0",
14 "google-protobuf": "^3.17.3",
16 "ts-protoc-gen": "^0.15.0"
23 "@codemirror/lang-python": "^6.1.6",
25 "@codemirror/theme-one-dark": "^6.1.2",
26 "@lit-labs/virtualizer": "^2.0.7",
27 "@material-ui/core": "^4.12.1",
28 "@material-ui/lab": "^4.0.0-alpha.60",
30 "@open-wc/testing": "^3.0.0-next.5",
[all …]
/aosp_15_r20/external/rust/android-crates-io/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 …]
/aosp_15_r20/external/skia/experimental/tskit/
H A Dpackage-lock.json9 "license": "BSD-3-Clause",
11 "@typescript-eslint/eslint-plugin": "^4.21.0",
12 "@typescript-eslint/parser": "^4.21.0",
14 "eslint-config-airbnb-typescript": "^12.3.1",
15 "eslint-plugin-import": "^2.22.1",
19 "node_modules/@babel/code-frame": {
21 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
22 …"integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETG…
28 "node_modules/@babel/helper-validator-identifier": {
30 …"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-iden…
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/timezone-boundary-builder/
H A Dpackage-lock.json2 "name": "timezone-boundary-builder",
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…
16 "@babel/helper-validator-identifier": {
18 …"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-iden…
19 …"integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhq…
24 "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
25 …"integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l…
28 "@babel/helper-validator-identifier": "^7.10.4",
[all …]
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/
H A Dpackage-lock.json2 "name": "watch-web-app",
8 "name": "watch-web-app",
17 "@angular/platform-browser": "^18.0.0",
18 "@angular/platform-browser-dynamic": "^18.0.0",
20 "ng-keyboard-shortcuts": "^13.0.8",
26 "@angular-devkit/build-angular": "^18.0.1",
28 "@angular/compiler-cli": "^18.0.0",
30 "jasmine-core": "~5.1.0",
32 "karma-chrome-launcher": "~3.2.0",
33 "karma-coverage": "~2.2.0",
[all …]
/aosp_15_r20/development/tools/ota_analysis/
H A Dpackage-lock.json13 "core-js": "^3.6.5",
15 "eslint-config-airbnb-base": "^14.2.1",
16 "flush-promises": "^1.0.2",
18 "material-design-icons": "^3.0.1",
20 "roboto-fontface": "*",
21 "vue": "^3.0.0-0",
22 "vue-echarts": "^6.0.0-rc.6",
23 "vue-router": "^4.0.0-0",
24 "vue-uuid": "^2.0.2",
25 "vuetify": "^3.0.0-alpha.0",
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/
H A DCHANGES1 Revision history for SPIRV-Tools
3 v2024.4 2024-09-19
4 - General
5 - Add FPEncoding operand type. (#5726)
6 - Support SPV_KHR_untyped_pointers (#5736)
7 - add support for SPV_INTEL_global_variable_host_access (#5786)
8 - Optimizer
9 - Add knowledge of cooperative matrices (#5720)
10 - Add struct-packing pass and unit test. (#5778)
11 - Validator
[all …]
/aosp_15_r20/development/tools/winscope/
H A Dpackage-lock.json19 "@angular/platform-browser": "^14.0.0",
20 "@angular/platform-browser-dynamic": "^14.0.0",
22 "@auth0/auth0-angular": "^1.10.0",
28 "gl-matrix": "^3.4.3",
29 "html-loader": "^3.1.0",
32 "jsbn-rsa": "^1.0.4",
35 "style-loader": "^3.3.1",
37 "ts-loader": "^9.3.0",
40 "webgl-utils": "^1.0.1",
41 "webgl-utils.js": "^1.1.0",
[all …]
/aosp_15_r20/external/rust/android-crates-io/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 …]

12345678910>>...27