Home
last modified time | relevance | path

Searched +full:core +full:- +full:rules (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/external/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 .scheduled_pipeline-rules:
6 rules:
7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
14 - api_failure
15 - runner_system_failure
16 - scheduler_failure
17 - data_integrity_failure
18 - unknown_failure
23 .no_scheduled_pipelines-rules:
24 rules:
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
DBundleCheckerTest.java5 * http://www.eclipse.org/legal/epl-2.0
7 * SPDX-License-Identifier: EPL-2.0
10 * Marc R. Hoffmann - initial API and implementation
21 import org.jacoco.core.analysis.IBundleCoverage;
22 import org.jacoco.core.analysis.IClassCoverage;
23 import org.jacoco.core.analysis.ICoverageNode;
24 import org.jacoco.core.analysis.ICoverageNode.ElementType;
25 import org.jacoco.core.analysis.IPackageCoverage;
26 import org.jacoco.core.analysis.ISourceFileCoverage;
27 import org.jacoco.core.internal.analysis.BundleCoverageImpl;
[all …]
/external/bazelbuild-rules_rust/
DARCHITECTURE.md1 # Rules Rust - Architecture
12 This is the core package of the rules. It contains all the core rules such as
15 rules integrating with rules_rust.
18 the core rules should be able to ignore all other packages.
24 file re-exports definitions from other files, typically from `//rust/private`.
25 Also other packages in `rules_rust` should access core rules through the public
31 and public APIs of other rules (such as `rules_cc`). Depending on
35 When core rules need custom tools (such as process wrapper, launcher, test
39 * be essential (it does not make sense to have core rules without them)
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/core/v3/
Dbase.proto3 package envoy.config.core.v3;
5 import "envoy/config/core/v3/address.proto";
6 import "envoy/config/core/v3/backoff.proto";
7 import "envoy/config/core/v3/http_uri.proto";
15 import "xds/core/v3/context_params.proto";
23 option java_package = "io.envoyproxy.envoy.config.core.v3";
26 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3";
29 // [#protodoc-title: Common types]
71 option (udpa.annotations.versioning).previous_message_type = "envoy.api.v2.core.Locality";
73 // Region this :ref:`zone <envoy_v3_api_field_config.core.v3.Locality.zone>` belongs to.
[all …]
Dhealth_check.proto3 package envoy.config.core.v3;
5 import "envoy/config/core/v3/base.proto";
6 import "envoy/config/core/v3/event_service_config.proto";
20 option java_package = "io.envoyproxy.envoy.config.core.v3";
23 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3";
26 // [#protodoc-title: Health check]
43 …// `<https://aws.amazon.com/blogs/aws/elb-connection-draining-remove-instances-from-service-with-c…
45 // `<https://cloud.google.com/compute/docs/load-balancing/enabling-connection-draining>`_.
58 // An order-independent set of health status.
60 [(validate.rules).repeated = {items {enum {defined_only: true}}}];
[all …]
Daddress.proto3 package envoy.config.core.v3;
5 import "envoy/config/core/v3/socket_option.proto";
14 option java_package = "io.envoyproxy.envoy.config.core.v3";
17 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3";
20 // [#protodoc-title: Network addresses]
23 option (udpa.annotations.versioning).previous_message_type = "envoy.api.v2.core.Pipe";
29 string path = 1 [(validate.rules).string = {min_len: 1}];
32 uint32 mode = 2 [(validate.rules).uint32 = {lte: 511}];
52 // [#next-free-field: 7]
54 option (udpa.annotations.versioning).previous_message_type = "envoy.api.v2.core.SocketAddress";
[all …]
Dprotocol.proto3 package envoy.config.core.v3;
5 import "envoy/config/core/v3/extension.proto";
18 option java_package = "io.envoyproxy.envoy.config.core.v3";
21 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3";
24 // [#protodoc-title: Protocol options]
26 // [#not-implemented-hide:]
29 "envoy.api.v2.core.TcpProtocolOptions";
33 // Note that QUIC keep-alive probing packets work differently from HTTP/2 keep-alive PINGs in a sen…
34 …ed differently from :ref:`connection_keepalive <envoy_v3_api_field_config.core.v3.Http2ProtocolOpt…
36 …// The max interval for a connection to send keep-alive probing packets (with PING or PATH_RESPONS…
[all …]
Dconfig_source.proto3 package envoy.config.core.v3;
5 import "envoy/config/core/v3/base.proto";
6 import "envoy/config/core/v3/extension.proto";
7 import "envoy/config/core/v3/grpc_service.proto";
13 import "xds/core/v3/authority.proto";
20 option java_package = "io.envoyproxy.envoy.config.core.v3";
23 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/core/v3;corev3";
26 // [#protodoc-title: Configuration sources]
28 // xDS API and non-xDS services version. This is used to describe both resource and transport
45 // [#next-free-field: 10]
[all …]
/external/bazelbuild-rules_go/go/
Dcore.rst1 Core Go rules
4 .. _"Make variable": https://docs.bazel.build/versions/master/be/make-variables.html
5 …l tokenization: https://docs.bazel.build/versions/master/be/common-definitions.html#sh-tokenization
6 .. _Gazelle: https://github.com/bazelbuild/bazel-gazelle
11 .. _build constraints: https://golang.org/pkg/go/build/#hdr-Build_Constraints
12 .. _cc_library deps: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
15 .. _data dependencies: https://docs.bazel.build/versions/master/build-ref.html#data
18 .. _mode attributes: modes.rst#mode-attributes
24 .. _shard_count: https://docs.bazel.build/versions/master/be/common-definitions.html#test.shard_cou…
26 .. _test_arg: https://docs.bazel.build/versions/master/user-manual.html#flag--test_arg
[all …]
Ddef.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
15 """Public definitions for Go rules.
17 All public Go rules, providers, and other definitions are imported and
18 re-exported in this file. This allows the real location of definitions
39 "//go/private/rules:sdk.bzl",
47 "//go/private/rules:wrappers.bzl",
53 "//go/private/rules:source.bzl",
69 "//go/private/rules:library.bzl",
73 "//go/private/rules:nogo.bzl",
77 "//go/private/rules:cross.bzl",
[all …]
/external/bazelbuild-rules_go/docs/go/extras/
Dextras.bzl2 [gazelle rule]: https://github.com/bazelbuild/bazel-gazelle#bazel-rule
4 [core go rules]: /docs/go/core/rules.md
6 # Extra rules
8 This is a collection of helper rules. These are not core to building a go binary, but are supplied
12 - [gazelle](#gazelle)
13 - [gomock](#gomock)
14 - [go_embed_data](#go_embed_data)
17 - [gazelle rule]
18 - [golang/mock]
19 - [core go rules]
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/xds/xds/type/matcher/v3/
Dmatcher.proto6 import "xds/core/v3/extension.proto";
16 // [#protodoc-title: Unified Matcher API]
38 // Protocol-specific action to take.
39 core.v3.TypedExtensionConfig action = 2;
51 // Protocol-specific specification of input field to match on.
52 // [#extension-category: envoy.matching.common_inputs]
53 core.v3.TypedExtensionConfig input = 1 [(validate.rules).message = {required: true}];
58 // Built-in string matcher.
62 // [#extension-category: envoy.matching.input_matchers]
63 core.v3.TypedExtensionConfig custom_match = 3;
[all …]
/external/grpc-grpc-java/xds/third_party/xds/src/main/proto/xds/type/matcher/v3/
Dmatcher.proto6 import "xds/core/v3/extension.proto";
16 // [#protodoc-title: Unified Matcher API]
38 // Protocol-specific action to take.
39 core.v3.TypedExtensionConfig action = 2;
51 // Protocol-specific specification of input field to match on.
52 // [#extension-category: envoy.matching.common_inputs]
53 core.v3.TypedExtensionConfig input = 1 [(validate.rules).message = {required: true}];
58 // Built-in string matcher.
62 // [#extension-category: envoy.matching.input_matchers]
63 core.v3.TypedExtensionConfig custom_match = 3;
[all …]
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
DRulesChecker.java5 * http://www.eclipse.org/legal/epl-2.0
7 * SPDX-License-Identifier: EPL-2.0
10 * Marc R. Hoffmann - initial API and implementation
20 import org.jacoco.core.analysis.IBundleCoverage;
21 import org.jacoco.core.data.IExecutionData;
22 import org.jacoco.core.data.SessionInfo;
30 * Formatter which checks a set of given rules and reports violations to a
35 private List<Rule> rules; field in RulesChecker
42 this.rules = new ArrayList<Rule>(); in RulesChecker()
47 * Sets the rules to check by this formatter.
[all …]
/external/bazelbuild-rules_go/docs/go/core/
Drules.bzl2 ["Make variable"]: https://docs.bazel.build/versions/master/be/make-variables.html
3 … tokenization]: https://docs.bazel.build/versions/master/be/common-definitions.html#sh-tokenization
4 [Gazelle]: https://github.com/bazelbuild/bazel-gazelle
9 [build constraints]: https://golang.org/pkg/go/build/#hdr-Build_Constraints
10 [cc_library deps]: https://docs.bazel.build/versions/master/be/c-cpp.html#cc_library.deps
13 [data dependencies]: https://docs.bazel.build/versions/master/build-ref.html#data
16 [mode attributes]: /go/modes.rst#mode-attributes
22 …[shard_count]: https://docs.bazel.build/versions/master/be/common-definitions.html#test.shard_count
24 [test_arg]: https://docs.bazel.build/versions/master/user-manual.html#flag--test_arg
25 [test_filter]: https://docs.bazel.build/versions/master/user-manual.html#flag--test_filter
[all …]
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/core/
Daddress.proto3 package envoy.api.v2.core;
5 import "envoy/api/v2/core/socket_option.proto";
13 option java_package = "io.envoyproxy.envoy.api.v2.core";
16 option go_package = "github.com/envoyproxy/go-control-plane/envoy/api/v2/core";
17 option (udpa.annotations.file_migrate).move_to_package = "envoy.config.core.v3";
20 // [#protodoc-title: Network addresses]
27 string path = 1 [(validate.rules).string = {min_bytes: 1}];
30 uint32 mode = 2 [(validate.rules).uint32 = {lte: 511}];
33 // [#next-free-field: 7]
40 Protocol protocol = 1 [(validate.rules).enum = {defined_only: true}];
[all …]
Dbase.proto3 package envoy.api.v2.core;
5 import "envoy/api/v2/core/address.proto";
6 import "envoy/api/v2/core/backoff.proto";
7 import "envoy/api/v2/core/http_uri.proto";
19 import public "envoy/api/v2/core/socket_option.proto";
21 option java_package = "io.envoyproxy.envoy.api.v2.core";
24 option go_package = "github.com/envoyproxy/go-control-plane/envoy/api/v2/core";
25 option (udpa.annotations.file_migrate).move_to_package = "envoy.config.core.v3";
28 // [#protodoc-title: Common types]
76 // either in this message or via :option:`--service-zone`. The meaning of zone
[all …]
/external/bazelbuild-rules_python/
DCONTRIBUTING.md18 gh repo fork bazelbuild/rules_python --clone --remote
23 [install pyenv](https://github.com/pyenv/pyenv-installer) and
39 git checkout -b my-feature # Create and switch to our feature branch
40 git push origin my-feature # Cause the branch to be created in your fork.
47 git push origin my-feature
66 the tests in those directories instead, which can speed up your edit-run cycle.
68 Note that there are tests to verify generated documentation is correct -- if
77 We suggest using a pre-commit hook to automate this.
78 First [install pre-commit](https://pre-commit.com/#installation),
82 pre-commit install
[all …]
DREADME.md1 # Python Rules for Bazel
3 …ba7a1205955a45b53e854.svg?branch=main)](https://buildkite.com/bazel/python-rules-python-postsubmit)
7 This repository is the home of the core Python rules -- `py_library`,
9 support in Bazel. It also contains package installation rules for integrating with PyPI and other i…
18 Currently, the core rules build into the Bazel binary, and the symbols in this
19rules to Starlark and removing them from the Bazel binary. Therefore, the future-proof way to depe…
21 The core rules are stable. Their implementation in Bazel is subject to Bazel's
22 [backward compatibility policy](https://docs.bazel.build/versions/master/backward-compatibility.htm…
30 - Status: Beta
31 - Full Feature Parity: No
[all …]
/external/bazelbuild-rules_go/
DREADME.rst1 Go rules for Bazel_
5 .. _//tests/core/cross: https://github.com/bazelbuild/rules_go/blob/master/tests/core/cross/BUILD.b…
6 .. _Avoiding conflicts: proto/core.rst#avoiding-conflicts
7 .. _Bazel labels: https://docs.bazel.build/versions/master/build-ref.html#labels
11 .. _Go with Bzlmod: docs/go/core/bzlmod.md
12 .. _Core rules: docs/go/core/rules.md
15 .. _Deprecation schedule: https://github.com/bazelbuild/rules_go/wiki/Deprecation-schedule
17 .. _gopls integration: https://github.com/bazelbuild/rules_go/wiki/Editor-setup
18 .. _Overriding dependencies: go/dependencies.rst#overriding-dependencies
19 .. _Proto dependencies: go/dependencies.rst#proto-dependencies
[all …]
/external/exoplayer/
DAndroid.bp8 // http://www.apache.org/licenses/LICENSE-2.0
18 // - Before expanding the visiblity of any of the targets in this file,
22 // - The names in this files follow the pattern exoplayer-dep_name[-module_name]
31 // Added automatically by a large-scale-change
32 // See: http://go/android-license-faq
37 "SPDX-license-identifier-Apache-2.0",
45 name: "exoplayer-mediaprovider-ui",
60 "exoplayer-annotation_stubs",
61 "exoplayer-mediaprovider-core",
71 jarjar_rules: "annotation-stripping-jarjar-rules.txt",
[all …]
/external/skia/bazel/exporter_tool/
Dmain.go3 // Use of this source code is governed by a BSD-style license that can be
23 Rules: []string{
28 Rules: []string{
34 Rules: []string{
40 Rules: []string{
45 Rules: []string{
51 {GNI: "gn/core.gni", Vars: []exporter.GNIFileListExportDesc{
53 Rules: []string{
54 "//include/core:public_hdrs",
57 Rules: []string{
[all …]
/external/perfetto/python/tools/
Dcheck_imports.py8 # http://www.apache.org/licenses/LICENSE-2.0
16 Enforce import rules for https://ui.perfetto.dev.
20 coupling (aka fewer imports) outside of the directory - but also
21 concrete rules:
22 - "base should not depend on the fronted"
23 - "plugins should only directly depend on the public API"
24 - "we should not have circular dependencies"
27 script allows such rules to be enforced at presubmit time.
40 # Current plan for the dependency tree of the UI code (2023-09-21)
51 _core [shape=ellipse, label="/core"];
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/codegen/core/
Dgen_upb_api_from_bazel_xml.py9 # http://www.apache.org/licenses/LICENSE-2.0
18 # in Bazel BUILD file. These generate upb files are for non-Bazel build such
28 # this will generate these upb source files at src/core/ext/upb-generated.
60 # extract actual name for alias rules
72 def get_transitive_protos(rules, t): argument
80 rule = rules.get(name, None)
93 '''Runs bazel query on given package file and returns all upb rules.'''
94 # Use a wrapper version of bazel in gRPC not to use system-wide bazel
97 [BAZEL_BIN, 'query', '--output', 'xml', '--noimplicit_deps', '//:all'])
99 rules = [
[all …]
/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/
Droute.proto5 import "envoy/api/v2/core/base.proto";
6 import "envoy/api/v2/core/config_source.proto";
18 option go_package = "github.com/envoyproxy/go-control-plane/envoy/api/v2;apiv2";
22 // [#protodoc-title: HTTP route configuration]
26 // [#next-free-field: 11]
40 // on-demand discovery of virtual hosts. The contents of these two fields will be merged to
47 // prior to filter invocation. See :ref:`config_http_conn_man_headers_x-envoy-internal` for more
50 (validate.rules).repeated = {items {string {well_known_regex: HTTP_HEADER_NAME strict: false}}}
59 repeated core.HeaderValueOption response_headers_to_add = 4
60 [(validate.rules).repeated = {max_items: 1000}];
[all …]

12345678910>>...45