Home
last modified time | relevance | path

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

12345678910>>...12

/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/tensorflow/tensorflow/tools/lib_package/
DBUILD8 load("//tensorflow/core/platform:build_config_root.bzl", "tf_additional_license_deps")
15 srcs = ["//tensorflow/core:protos_all_proto_srcs"],
23 # Mark as "manual" till
26 # are resolved, otherwise these rules break when built
28 tags = ["manual"],
45 # Mark as "manual" till
48 # are resolved, otherwise these rules break when built
50 tags = ["manual"],
68 tags = ["manual"],
78 # Mark as "manual" till
[all …]
/external/mesa3d/src/gallium/frontends/lavapipe/ci/
Dgitlab-ci-inc.yml1 .lavapipe-rules:
2 stage: software-renderer
3 rules:
4 - !reference [.test, rules]
5 - if: $FORCE_KERNEL_TAG != null
7 - !reference [.vulkan-rules, rules]
8 - !reference [.gallium-core-rules, rules]
9 - changes: &lavapipe_file_list
10 - src/gallium/drivers/llvmpipe/**/*
11 - src/gallium/frontends/lavapipe/**/*
[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 …]
/external/mesa3d/src/freedreno/ci/
Dgitlab-ci-inc.yml1 # Rules for changes that impact either freedreno or turnip.
2 .freedreno-common-rules:
3 rules:
4 - !reference [.test, rules]
5 - !reference [.no_scheduled_pipelines-rules, rules]
6 - changes: &freedreno_core_file_list
7 - src/freedreno/ci/gitlab-ci.yml
8 - src/freedreno/ci/gitlab-ci-inc.yml
9 - src/freedreno/ci/deqp-$DEQP_SUITE.toml
10 - src/freedreno/ci/$GPU_VERSION-fails.txt
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dgitlab-ci-inc.yml1 .llvmpipe-rules:
2 stage: software-renderer
3 rules:
4 - !reference [.test, rules]
5 - if: $FORCE_KERNEL_TAG != null
7 - !reference [.gl-rules, rules]
8 - changes: &llvmpipe_file_list
9 - src/gallium/drivers/llvmpipe/**/*
10 - src/gallium/winsys/sw/**/*
13 .llvmpipe-manual-rules:
[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/tensorflow/tensorflow/compiler/aot/
DBUILD1 load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
4 load("//tensorflow/core/platform:build_config.bzl", "if_llvm_aarch64_available", "if_llvm_system_z_…
17 deps = ["//tensorflow/core:test_main"],
69 "//tensorflow/core:core_cpu_internal",
70 "//tensorflow/core:framework_internal",
71 "//tensorflow/core:lib",
72 "//tensorflow/core:lib_internal",
73 "//tensorflow/core:protos_all_cc",
74 "@llvm-project//llvm:ARMCodeGen", # fixdeps: keep
75 "@llvm-project//llvm:PowerPCCodeGen", # fixdeps: keep
[all …]
/external/bazelbuild-rules_go/go/private/rules/
Dwrappers.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
23 "//go/private/rules:library.bzl",
27 "//go/private/rules:binary.bzl",
32 "//go/private/rules:test.bzl",
43 """See docs/go/core/rules.md#go_library for full documentation."""
48 """See docs/go/core/rules.md#go_binary for full documentation."""
54 # In the long term, we should replace goos/goarch with Bazel-native platform
74 tags = ["manual"],
79 """See docs/go/core/rules.md#go_test for full documentation."""
/external/tensorflow/tensorflow/tools/android/inference_interface/
DBUILD2 # JNI-based Java inference interface for TensorFlow.
4 load("@build_bazel_rules_android//android:rules.bzl", "android_library")
36 "//tensorflow/core:portable_tensorflow_lib_lite",
47 "-XepOpt:CheckReturnValue:CheckAllConstructors=false", # b/226969262
50 "manual",
57 # --crosstool_top=//external:android/crosstool \
58 # --host_crosstool_top=@bazel_tools//tools/cpp:toolchain \
59 # --cpu=armeabi-v7a
66 "-ffunction-sections",
67 "-fdata-sections",
[all …]
/external/pigweed/docs/get_started/
Dfirst_time_setup.rst1 .. _docs-first-time-setup-guide:
6 .. _docs-first-time-setup-guide-express-setup:
8 -------------
10 -------------
14 .. tab-set::
16 .. tab-item:: Linux
19 .. inclusive-language: disable
21 .. code-block:: sh
23 sudo apt install git build-essential
24 …curl -LJo /etc/udev/rules.d/60-openocd.rules https://raw.githubusercontent.com/openocd-org/openocd…
[all …]
/external/skia/bazel/
Dcc_test_with_flags.bzl2 THIS IS THE EXTERNAL-ONLY VERSION OF THIS FILE. G3 HAS ITS OWN.
8 It uses the same core implementation as cc_binary_with_flags.
34 # set_flags is a dictionary with the keys being the short-form of a flag name
37 # https://bazel.build/rules/lib/attr#string_list_dict
43 # https://bazel.build/rules/lib/attr#label
46 # transitions. It's okay to copy the below verbatim for all such rules.
49 # which packages can invoke these rules, since Starlark transitions
57 # Means it works with "$ bazel test". https://bazel.build/rules/lib/globals#rule.test
73 args: A list of strings with any command-line arguments to pass to the binary.
85 tags.append("manual") # We want to exclude this helper test from bazel test foo/...
/external/bazelbuild-rules_go/
DWORKSPACE13 strip_prefix = "protobuf-21.7",
14 # latest available in BCR, as of 2022-09-30
33 strip_prefix = "buildtools-6.0.1",
34 # latest, as of 2023-03-27
38 # For manual testing against an LLVM toolchain.
39 # Use --crosstool_top=@llvm_toolchain//:toolchain
43 strip_prefix = "bazel-toolchain-0.4.4",
44 urls = ["https://github.com/grailbio/bazel-toolchain/archive/0.4.4.tar.gz"],
47 load("@com_grail_bazel_toolchain//toolchain:rules.bzl", "llvm_toolchain")
57 strip_prefix = "bazelci_rules-1.0.0",
[all …]
/external/kotlinx.serialization/
DREADME.md1 # Kotlin multiplatform / multi-format reflectionless serialization
3 [![Kotlin Stable](https://kotl.in/badges/stable.svg)](https://kotlinlang.org/docs/components-stabil…
5 …tps://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.…
7 [![Kotlin](https://img.shields.io/badge/kotlin-1.9.22-blue.svg?logo=kotlin)](http://kotlinlang.org)
8-central/v/org.jetbrains.kotlinx/kotlinx-serialization-core/1.6.3)](https://central.sonatype.com/a…
9 [![KDoc link](https://img.shields.io/badge/API_reference-KDoc-blue)](https://kotlinlang.org/api/kot…
10 [![Slack channel](https://img.shields.io/badge/chat-slack-blue.svg?logo=slack)](https://kotlinlang.…
13 …runtime library with core serialization API and support libraries with various serialization forma…
21 <!--- TOC -->
23 * [Introduction and references](#introduction-and-references)
[all …]
/external/tensorflow/tensorflow/security/fuzzing/
Dtf_fuzzing.bzl1 """Definitions for rules to fuzz TensorFlow."""
6 # - ${FUZZ}_fuzz.cc : the implementation of the fuzzer
7 # - corpus/${FUZZ}/... : public corpus for the fuzzer
8 # - dictionaries/${FUZZ}.dict : fuzzing dictionary for the fuzzer
9 # - ${FUZZ}_internal/... : internal data for the fuzzer
16 # tensorflow/core/kernels/fuzzing.
18 # The internal folder can also contain proto definitions (if using proto-based
47 for the target. When doing "bazel test" in the default null-fuzzer
71 tags = tags + ["manual"]
109 for the target. When doing "bazel test" in the default null-fuzzer
[all …]
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
DBUILD3 load("@bazel_skylib//rules:common_settings.bzl", "bool_flag")
5 "//tensorflow/core/kernels/mlir_generated:build_defs.bzl",
14 load("//tensorflow:tensorflow.bzl", "tf_cuda_cc_test") # buildifier: disable=same-origin-load
15 load("//tensorflow:tensorflow.bzl", "tf_kernel_library") # buildifier: disable=same-origin-load
17 "//tensorflow/core/platform:build_config_root.bzl",
23 "//tensorflow/core/kernels:__subpackages__",
61 "//tensorflow/core:framework",
62 "//tensorflow/core:lib",
63 "//tensorflow/core/framework:allocation_description_proto_cc",
64 "//tensorflow/core/framework:op_requires",
[all …]
/external/curl/src/
DMakefile.am21 # SPDX-License-Identifier: curl
38 # $(top_srcdir)/src is for curl's src/tool_setup.h and "curl-private" files
40 AM_CPPFLAGS = -I$(top_srcdir)/include \
41 -I$(top_builddir)/lib \
42 -I$(top_builddir)/src \
43 -I$(top_srcdir)/lib \
44 -I$(top_srcdir)/src
53 AM_CPPFLAGS += -DCURL_STATICLIB
55 AM_CPPFLAGS += -DBUILDING_CURL
68 # This might hold -Werror
[all …]
/external/bazelbuild-rules_python/docs/
Dpackaging.md1 <!-- Generated with Stardoc: http://skydoc.bazel.build -->
10 py_package(<a href="#py_package-name">name</a>, <a href="#py_package-deps">deps</a>, <a href="#py_p…
23 | :------------- | :------------- | :------------- | :------------- | :------------- |
24 | <a id="py_package-name"></a>name | A unique name for this target. | <a href="https://bazel.bui…
25 | <a id="py_package-deps"></a>deps | - | <a href="https://bazel.build/concepts/labels">List of l…
26 | <a id="py_package-packages"></a>packages | List of Python packages to include in the distributio…
34 py_wheel_dist(<a href="#py_wheel_dist-name">name</a>, <a href="#py_wheel_dist-out">out</a>, <a href…
39 See https://packaging.python.org/en/latest/tutorials/packaging-projects/#generating-distribution-ar…
49 | :------------- | :------------- | :------------- | :------------- | :------------- |
50 | <a id="py_wheel_dist-name"></a>name | A unique name for this target. | <a href="https://bazel.…
[all …]
/external/wayland/
DREADME.android.md6 release of the core Wayland system code, and its core protocol. It is
19 - `./LICENSE` (symlinks to COPYING)
20 - `./METADATA`
21 - `./MODULE_LICENSE_MIT`
28 <https://opensource.google/docs/thirdparty/android#how-to-add-new-third-party-code-to-android>
34 open source rules, and are not really functional changes.
36 - `./Android.bp`
40 - `./config.h`
45 - `./import_official_snapshot.py`
51 - `./wayland-version.h`
[all …]
/external/nanopb-c/
DREADME.md1 Nanopb - Protocol Buffers for Embedded Systems
4 [![Build Status](https://travis-ci.org/nanopb/nanopb.svg?branch=master)](https://travis-ci.org/nano…
6 Nanopb is a small code-size Protocol Buffers implementation in ansi C. It is
18 ------------------------
26 However, for any other kind of build system, see the manual steps in
32 --------------------------------------------
39 Mac OS X version), the `protoc` binary is included in the 'generator-bin'
42 generator-bin/protoc --nanopb_out=. myprotocol.proto
46 On Linux, the necessary packages are `protobuf-compiler` and `python-protobuf`.
51 protoc --plugin=protoc-gen-nanopb=nanopb/generator/protoc-gen-nanopb ...
[all …]
/external/bazel-skylib/gazelle/bzl/
Dgazelle.go7 http://www.apache.org/licenses/LICENSE-2.0
20 // https://github.com/bazelbuild/bazel-skylib.
35 "github.com/bazelbuild/bazel-gazelle/config"
36 "github.com/bazelbuild/bazel-gazelle/label"
37 "github.com/bazelbuild/bazel-gazelle/language"
38 "github.com/bazelbuild/bazel-gazelle/pathtools"
39 "github.com/bazelbuild/bazel-gazelle/repo"
40 "github.com/bazelbuild/bazel-gazelle/resolve"
41 "github.com/bazelbuild/bazel-gazelle/rule"
73 // kinds of rules generated by the language, e.g., "go" for the Go extension
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/buildgen/
Dextract_metadata_from_bazel_xml.py8 # http://www.apache.org/licenses/LICENSE-2.0
30 # format entirely or simplify it to a point where it becomes self-explanatory
54 - destination(int): The relative path of this proto library should be.
56 - proto_prefix(str): The prefix to remove in order to insure the proto import
59 - urls(List[str]): Following 3 fields should be filled by build metadata from
61 - hash(str): The hash of the downloaded archive
62 - strip_prefix(str): The path to be stripped from the extracted directory, see
84 ExternalProtoLibrary(destination='third_party/envoy-api',
85 proto_prefix='third_party/envoy-api/'),
93 ExternalProtoLibrary(destination='third_party/opencensus-proto/src',
[all …]
/external/grpc-grpc/tools/buildgen/
Dextract_metadata_from_bazel_xml.py8 # http://www.apache.org/licenses/LICENSE-2.0
30 # format entirely or simplify it to a point where it becomes self-explanatory
54 - destination(int): The relative path of this proto library should be.
56 - proto_prefix(str): The prefix to remove in order to insure the proto import
59 - urls(List[str]): Following 3 fields should be filled by build metadata from
61 - hash(str): The hash of the downloaded archive
62 - strip_prefix(str): The path to be stripped from the extracted directory, see
81 destination="third_party/envoy-api",
82 proto_prefix="third_party/envoy-api/",
92 destination="third_party/opencensus-proto/src",
[all …]
/external/python/setuptools/docs/deprecated/
Dpython_eggs.rst9 ----------------------
11 ----------------------
25 code and resources, along with an ``EGG-INFO`` subdirectory that
28 2. ``.egg-info`` format: a file or directory placed *adjacent* to the
33 static data files, package and non-package directories, Python
37 The ``.egg`` format is well-suited to distribution and the easy
39 self-contained within a single directory or file, unmingled with any
44 The ``.egg-info`` format, on the other hand, was created to support
45 backward-compatibility, performance, and ease of installation for system
47 to a single directory (e.g. ``site-packages``). Placing the metadata
[all …]
/external/iptables/iptables/
Diptables.8.in5 .\" TODO: add a word for protocol helpers (FTP, IRC, SNMP-ALG)
28 \fBiptables\fP [\fB\-t\fP \fItable\fP] {\fB\-A\fP|\fB\-C\fP|\fB\-D\fP|\fB-V\fP}
29 \fIchain\fP \fIrule-specification\fP
31 \fBip6tables\fP [\fB\-t\fP \fItable\fP] {\fB\-A\fP|\fB\-C\fP|\fB\-D\fP|\fB-V\fP}
32 \fIchain rule-specification\fP
34 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-I\fP \fIchain\fP [\fIrulenum\fP] \fIrule-specification\…
36 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-R\fP \fIchain rulenum rule-specification\fP
38 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-D\fP \fIchain rulenum\fP
40 \fBiptables\fP [\fB\-t\fP \fItable\fP] \fB\-S\fP [\fIchain\fP [\fIrulenum\fP]]
42 \fBiptables\fP [\fB\-t\fP \fItable\fP] {\fB\-F\fP|\fB\-L\fP|\fB\-Z\fP} [\fIchain\fP [\fIrulenum\fP]…
[all …]

12345678910>>...12