Home
last modified time | relevance | path

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

12345678910>>...26

/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"
16 // Option configures for specific behavior of Equal and Diff. In particular,
17 // the fundamental Option functions (Ignore, Transformer, and Comparer),
23 // The cmp/cmpopts package provides helper functions for creating options that
25 type Option interface { interface
26 // filter applies all filters and returns the option that remains.
27 // Each option may only read s.curPath and call s.callTTBFunc.
31 // or sub-Options containing values of those types.
37 // Fundamental: ignore | validator | *comparer | *transformer
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/client/src/
Deditor.rs9 use rustyline::validate::Validator;
11 use rustyline_derive::Helper;
21 #[derive(Helper)]
35 // list found any-cached-address
37 // list bond any-cached-address
56 ) -> Result<(usize, Vec<String>), ReadlineError> { in complete()
80 impl Validator for BtHelper {}
83 fn get_candidates(&self, cmd: String) -> HashSet<CommandCandidate> { in get_candidates()
92 .filter_map(|(i, token)| (i == n_splits - 1 || !token.is_empty()).then_some(token)); in get_candidates()
118 if i == n_cmd - 1 { in get_candidates()
[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 …]
H A D22.1.0.rst1 Mesa 22.1.0 Release Notes / 2022-05-18
20 ---------------
24 df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 mesa-22.1.0.tar.xz
28 ------------
30 - d3d12 GL4.2
31 - GL_NV_pack_subimage
32 - VK_EXT_depth_clip_control on lavapipe and RADV
33 - Vulkan 1.3 support on lavapipe
34 - VK_EXT_graphics_pipeline_library on lavapipe
35 - VK_EXT_primitives_generated_query on lavapipe
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/
DREADME.md1 # SPIR-V Tools
2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c…
4 NEWS 2023-01-11: Development occurs on the `main` branch.
8 The SPIR-V Tools project provides an API and commands for processing SPIR-V
12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based
21 SPIR-V is defined by the Khronos Group Inc.
22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification,
27 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag…
28 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag…
29 …ps://storage.googleapis.com/spirv-tools/badges/build_status_windows_release.svg)](https://storage.…
[all …]
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/angle/third_party/spirv-tools/src/
H A DREADME.md1 # SPIR-V Tools
2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c…
4 NEWS 2023-01-11: Development occurs on the `main` branch.
8 The SPIR-V Tools project provides an API and commands for processing SPIR-V
12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based
21 SPIR-V is defined by the Khronos Group Inc.
22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification,
27 The official releases for SPIRV-Tools can be found on LunarG's
34 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag…
35 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag…
[all …]
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/external/swiftshader/third_party/SPIRV-Tools/
H A DREADME.md1 # SPIR-V Tools
2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c…
4 NEWS 2023-01-11: Development occurs on the `main` branch.
8 The SPIR-V Tools project provides an API and commands for processing SPIR-V
12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based
21 SPIR-V is defined by the Khronos Group Inc.
22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification,
27 The official releases for SPIRV-Tools can be found on LunarG's
34 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag…
35 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag…
[all …]
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/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`]
60 /// The first option uses `impl MlsConfig`:
69 /// fn make_client() -> ExternalClient<impl MlsConfig> {
77 /// The second option is more verbose and consists in writing the full `ExternalClient` type:
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()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/pest_meta/src/
Dlib.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
7 // option. All files in the project carrying such notice may not be copied,
14 html_logo_url = "https://raw.githubusercontent.com/pest-parser/pest/master/pest-logo.svg",
15 html_favicon_url = "https://raw.githubusercontent.com/pest-parser/pest/master/pest-logo.svg"
32 pub mod validator; module
34 /// A helper that will unwrap the result or panic
36 pub fn unwrap_or_report<T, E>(result: Result<T, E>) -> T in unwrap_or_report()
61 ) -> Result<UsedBuiltinAndOptimized<'_>, Vec<Error<parser::Rule>>> { in parse_and_optimize()
67 let defaults = validator::validate_pairs(pairs.clone())?; in parse_and_optimize()
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
7 // option. All files in the project carrying such notice may not be copied,
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()
[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/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();
118 /// The first option uses `impl MlsConfig`:
129 /// fn make_client() -> Client<impl MlsConfig> {
131 /// let secret_key = b"never hard-code secrets".to_vec().into();
144 /// The second option is more verbose and consists in writing the full `Client` type:
162 /// fn make_client_2() -> MlsClient {
164 /// let secret_key = b"never hard-code secrets".to_vec().into();
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
50 // The result returned by 'system' is implementation-defined, but is in ExecuteCommand()
56 // Status and actions to perform after parsing command-line arguments.
75 R"(%s - Fuzzes an equivalent SPIR-V binary based on a given binary. in PrintUsage()
77 USAGE: %s [options] <input.spv> -o <output.spv> \ in PrintUsage()
78 --donors=<donors.txt> in PrintUsage()
79 USAGE: %s [options] <input.spv> -o <output.spv> \ in PrintUsage()
80 --shrink=<input.transformations> -- <interestingness_test> [args...] in PrintUsage()
82 The SPIR-V binary is read from <input.spv>. If <input.facts> is also present, in PrintUsage()
83 facts about the SPIR-V binary are read from this file. in PrintUsage()
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
H A Dfuzz.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
50 // The result returned by 'system' is implementation-defined, but is in ExecuteCommand()
56 // Status and actions to perform after parsing command-line arguments.
75 R"(%s - Fuzzes an equivalent SPIR-V binary based on a given binary. in PrintUsage()
77 USAGE: %s [options] <input.spv> -o <output.spv> \ in PrintUsage()
78 --donors=<donors.txt> in PrintUsage()
79 USAGE: %s [options] <input.spv> -o <output.spv> \ in PrintUsage()
80 --shrink=<input.transformations> -- <interestingness_test> [args...] in PrintUsage()
82 The SPIR-V binary is read from <input.spv>. If <input.facts> is also present, in PrintUsage()
83 facts about the SPIR-V binary are read from this file. in PrintUsage()
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/fuzz/
H A Dfuzz.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
50 // The result returned by 'system' is implementation-defined, but is in ExecuteCommand()
56 // Status and actions to perform after parsing command-line arguments.
75 R"(%s - Fuzzes an equivalent SPIR-V binary based on a given binary. in PrintUsage()
77 USAGE: %s [options] <input.spv> -o <output.spv> \ in PrintUsage()
78 --donors=<donors.txt> in PrintUsage()
79 USAGE: %s [options] <input.spv> -o <output.spv> \ in PrintUsage()
80 --shrink=<input.transformations> -- <interestingness_test> [args...] in PrintUsage()
82 The SPIR-V binary is read from <input.spv>. If <input.facts> is also present, in PrintUsage()
83 facts about the SPIR-V binary are read from this file. in PrintUsage()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/python/
H A Dquantize_model.py7 # http://www.apache.org/licenses/LICENSE-2.0
26 # pylint: disable=invalid-import-order,g-bad-import-order
27 from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import
56 # Mapping of signature def key -> SignatureDef.
60 def _legalize_tensor_name(tensor_name: str) -> str:
66 """Checks if the SavedModel is QAT-enabled by looking for 'FakeQuant' ops."""
80 tags: Collection[str]) -> _SignatureDefMap:
101 exported_graph: ops.Graph) -> Optional[_SignatureDefMap]:
110 exported_graph: The PTQ-exported GraphDef.
123 index_path_name = index_path_name.decode('utf-8')
[all …]
/aosp_15_r20/external/gflags/src/
H A Dgflags.cc30 // ---
46 // -- The main classes that hold flag data:
49 // pseudo-templatized: every operation on a FlagValue is typed. It
50 // also deals with storage-lifetime issues (so flag values don't go
54 // CommandLineFlag is all the information about a single command-line
70 // --- Some other classes and free functions:
72 // CommandLineFlagInfo is a client-exposed version of CommandLineFlag.
76 // FlagRegisterer is the helper class used by the DEFINE_* macros to
81 // the innards of the FlagValue->CommandLineFlag->FlagRegistry class
83 // lock before doing any writing or other non-const actions.
[all …]
/aosp_15_r20/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
H A DWindowManagerStateHelper.java8 * http://www.apache.org/licenses/LICENSE-2.0
61 /** Window Manager State helper class with assert and wait functions. */
103 if (!Condition.waitFor("valid stacks and activities states", () -> { in waitForValidState()
117 Condition.waitFor("all activities to be stopped", () -> { in waitForAllStoppedActivities()
120 final Activity notStopped = rootTask.getActivity(a -> switch (a.state) { in waitForAllStoppedActivities()
139 Condition.waitFor("all non-home activities to be destroyed", () -> { in waitForAllNonHomeActivitiesToDestroyed()
143 (a) -> !a.state.equals(STATE_DESTROYED) in waitForAllNonHomeActivitiesToDestroyed()
155 * This should only be used when starting with -D (debugger) option, where we pop up the
156 * waiting-for-debugger window, but real activity window won't show up since we're waiting
160 Condition.waitFor("debugger window", () -> { in waitForDebuggerWindowVisible()
[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/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/external/rust/android-crates-io/crates/darling_core/src/error/
Dmod.rs4 //! never the reason that a proc-macro author started writing their crate. As a result, the
35 /// Proc-macro expansion happens very infrequently compared to runtime tasks such as
40 /// As a result, `darling::Error` is more of guaranteed-non-empty error collection
44 /// These characteristics make for great experiences when using darling-powered crates,
50 /// a custom error enum works as-expected and does not force any loss of fidelity.
56 /// keep the main validator manageable.
57 /// 3. Use `darling::Error::custom` to create additional errors as-needed, then call `with_span`
66 span: Option<Span>,
74 pub(in crate::error) fn new(kind: ErrorKind) -> Self { in new()
85 pub fn custom<T: fmt::Display>(msg: T) -> Self { in custom()
[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 …]

12345678910>>...26