Home
last modified time | relevance | path

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

123456789

/third_party/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
/third_party/mesa3d/
D.gitlab-ci.yml3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd
4 CI_PRE_CLONE_SCRIPT: |-
5 set -o xtrace
6 …wget -q -O download-git-cache.sh ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-
7 bash download-git-cache.sh
8 rm download-git-cache.sh
12 # per-pipeline artifact storage on MinIO
14 # per-job artifact storage on MinIO
17 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO"
28- echo -e "\e[0Ksection_start:$(date +%s):unset_env_vars_section[collapsed=true]\r\e[0KUnsetting v…
[all …]
/third_party/node/deps/icu-small/source/common/unicode/
Duidna.h6 * Copyright (C) 2003-2014, International Business Machines
11 * encoding: UTF-8
68 * Option to check whether the input conforms to the STD3 ASCII rules,
70 * (ASCII Letters, Digits and Hyphen-Minus).
76 * IDNA option to check for whether the input conforms to the BiDi rules.
84 * IDNA option to check for whether the input conforms to the CONTEXTJ rules.
110 * IDNA option to check for whether the input conforms to the CONTEXTO rules.
132 * The instance is thread-safe, that is, it can be used concurrently.
176 * Output container for IDNA processing errors.
216 * If any processing step fails, then pInfo->errors will be non-zero and
[all …]
/third_party/icu/icu4c/source/common/unicode/
Duidna.h6 * Copyright (C) 2003-2014, International Business Machines
11 * encoding: UTF-8
68 * Option to check whether the input conforms to the STD3 ASCII rules,
70 * (ASCII Letters, Digits and Hyphen-Minus).
76 * IDNA option to check for whether the input conforms to the BiDi rules.
84 * IDNA option to check for whether the input conforms to the CONTEXTJ rules.
110 * IDNA option to check for whether the input conforms to the CONTEXTO rules.
132 * The instance is thread-safe, that is, it can be used concurrently.
176 * Output container for IDNA processing errors.
216 * If any processing step fails, then pInfo->errors will be non-zero and
[all …]
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duidna.h6 * Copyright (C) 2003-2014, International Business Machines
11 * encoding: UTF-8
68 * Option to check whether the input conforms to the STD3 ASCII rules,
70 * (ASCII Letters, Digits and Hyphen-Minus).
76 * IDNA option to check for whether the input conforms to the BiDi rules.
84 * IDNA option to check for whether the input conforms to the CONTEXTJ rules.
110 * IDNA option to check for whether the input conforms to the CONTEXTO rules.
132 * The instance is thread-safe, that is, it can be used concurrently.
176 * Output container for IDNA processing errors.
216 * If any processing step fails, then pInfo->errors will be non-zero and
[all …]
/third_party/python/Doc/c-api/
Dgcsupport.rst3 .. _supporting-cycle-detection:
15 To create a container type, the :c:member:`~PyTypeObject.tp_flags` field of the type object must
24 Objects with a type with this flag set must conform with the rules
26 container objects.
28 Constructors for container types must conform to two rules:
37 rules:
59 Analogous to :c:func:`PyObject_New` but for container objects with the
65 Analogous to :c:func:`PyObject_NewVar` but for container objects with the
77 Adds the object *op* to the set of container objects tracked by the
86 Returns non-zero if the object implements the garbage collector protocol,
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
DLocaleDistanceBuilder.java55 /** Directed, acyclic containment graph. Maps each container to its direct contents. */
57 /** Maps each container to all of its contents, direct and indirect. */
59 /** Maps each container only to its leaf contents. */
71 String container = entry.getKey(); in TerritoryContainment() local
74 toLeavesOnly.put(container, contained); in TerritoryContainment()
85 String container = key.toString(); in addContainments() local
88 graph.put(container, s); in addContainments()
149 int end = s.length() - 1; in addSubtag()
312 DistanceTable dt = new DistanceTable(-1); in addSubtables()
343 DistanceTable dt = new DistanceTable(-1); in addSubtables()
[all …]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
DLocaleDistanceBuilder.java55 /** Directed, acyclic containment graph. Maps each container to its direct contents. */
57 /** Maps each container to all of its contents, direct and indirect. */
59 /** Maps each container only to its leaf contents. */
71 String container = entry.getKey(); in TerritoryContainment() local
74 toLeavesOnly.put(container, contained); in TerritoryContainment()
85 String container = key.toString(); in addContainments() local
88 graph.put(container, s); in addContainments()
149 int end = s.length() - 1; in addSubtag()
312 DistanceTable dt = new DistanceTable(-1); in addSubtables()
343 DistanceTable dt = new DistanceTable(-1); in addSubtables()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DIDNA.java6 * Copyright (C) 2003-2016, International Business Machines Corporation and *
27 * The non-static methods implement UTS #46 and IDNA2008.
37 * containing non-ASCII code points are required to be processed by
68 * @hide deprecated on icu4j-org
73 * Option to check whether the input conforms to the STD3 ASCII rules,
75 * (ASCII Letters, Digits and Hyphen-Minus).
80 * IDNA option to check for whether the input conforms to the BiDi rules.
87 * IDNA option to check for whether the input conforms to the CONTEXTJ rules.
110 * IDNA option to check for whether the input conforms to the CONTEXTO rules.
123 * The instance is thread-safe, that is, it can be used concurrently.
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DIDNA.java5 * Copyright (C) 2003-2016, International Business Machines Corporation and *
26 * The non-static methods implement UTS #46 and IDNA2008.
36 * containing non-ASCII code points are required to be processed by
73 * Option to check whether the input conforms to the STD3 ASCII rules,
75 * (ASCII Letters, Digits and Hyphen-Minus).
81 * IDNA option to check for whether the input conforms to the BiDi rules.
89 * IDNA option to check for whether the input conforms to the CONTEXTJ rules.
115 * IDNA option to check for whether the input conforms to the CONTEXTO rules.
129 * The instance is thread-safe, that is, it can be used concurrently.
165 * @param info Output container of IDNA processing details.
[all …]
/third_party/typescript/src/services/formatting/
Dformatting.ts32 Unknown = -1
46 …getIndentationForToken(tokenLine: number, tokenKind: SyntaxKind, container: Node, suppressDelta: b…
47 …getIndentationForComment(owningToken: SyntaxKind, tokenIndentation: number, container: Node): numb…
53 * ____ - indentation
54 * ____ - delta
82 …ey, the cursor is now at a new line. The new line may or may not contain non-whitespace characters.
86 // 2. the last non-whitespace character in the current line
89 endOfFormatSpan--;
95 endOfFormatSpan--;
99 pos: getStartPositionOfLine(line - 1, sourceFile),
[all …]
/third_party/mesa3d/.gitlab-ci/b2c/
Db2c.yml.jinja2.jinja23 # Rules to match for a machine to qualify
9 - '{{ tag | trim }}'
30 regex: >-
33 regex: >-
36 regex: >-
39 regex: >-
52 …e="--privileged --tls-verify=false --pid=host docker://{{ '{{' }} fdo_proxy_registry }}/mupuf/valv…
53 …b2c.container="-ti --tls-verify=false docker://{{ '{{' }} fdo_proxy_registry }}/mupuf/valve-infra/…
56 …b2c.volume="{{ '{{' }} job_bucket }}-results,mirror=gateway/{{ '{{' }} job_bucket }},pull_on=pipel…
60container="-v {{ '{{' }} job_bucket }}-results:{{ working_dir }} -w {{ working_dir }} {% for mount…
/third_party/selinux/secilc/docs/
Dcil_container_statements.md1 Container Statements
5 -----
13 …lock to be declared so that an [`in-statement`](cil_container_statements.md#in) could be used on i…
52 -------------
104 ------------
106 Used to add common policy rules to the current namespace via a template that has been defined with …
108 Inherited rules are resolved by searching namespaces in the following order:
110 - The parent namespaces (if any) where the [`blockinherit`](cil_container_statements.md#blockinher…
112 - The parent namespaces of the block being inherited (but not that block's namespace) with the exc…
114 - The global namespace.
[all …]
DREADME.md6 * [Design Philosophy](cil_introduction.md#design-philosophy)
7 * [Goals and Primary Features](cil_introduction.md#goals-and-primary-features)
8 * [Design Overview](cil_introduction.md#design-overview)
10 * [CIL Information](cil_reference_guide.md#cil-information)
13 * [Symbol Character Set](cil_reference_guide.md#symbol-character-set)
14 * [String Character Set](cil_reference_guide.md#string-character-set)
17 * [Global Namespace](cil_reference_guide.md#global-namespace)
19 * [Name String](cil_reference_guide.md#name-string)
23 * [Access Vector Rules](cil_access_vector_rules.md#access-vector-rules)
33 * [Call / Macro Statements](cil_call_macro_statements.md#call--macro-statements)
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationTailoring.java6 * Copyright (C) 2013-2015, International Business Machines
29 * This is a container of values for a collation tailoring
30 * built from rules or deserialized from binary data.
56 /** Not thread-safe, call only before sharing. */
58 assert rules == null && rulesResource == null; in setRules()
59 rules = r; in setRules()
61 /** Not thread-safe, call only before sharing. */
63 assert rules == null && rulesResource == null; in setRulesResource()
67 if (rules != null) { in getRules()
68 return rules; in getRules()
[all …]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationTailoring.java5 * Copyright (C) 2013-2015, International Business Machines
28 * This is a container of values for a collation tailoring
29 * built from rules or deserialized from binary data.
54 /** Not thread-safe, call only before sharing. */
56 assert rules == null && rulesResource == null; in setRules()
57 rules = r; in setRules()
59 /** Not thread-safe, call only before sharing. */
61 assert rules == null && rulesResource == null; in setRulesResource()
65 if (rules != null) { in getRules()
66 return rules; in getRules()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationtailoring.h5 * Copyright (C) 2013-2014, International Business Machines
40 * This is a container of values for a collation tailoring
41 * built from rules or deserialized from binary data.
46 * It is shared, reference-counted, and auto-deleted; see SharedObject.
65 const CollationSettings *settings; // reference-counted
66 UnicodeString rules; member
67 // The locale is bogus when built from rules or constructed from a binary blob.
68 // It can then be set by the service registration code which is thread-safe.
70 // UCA version u.v.w & rules version r.s.t.q:
99 t->addRef(); in CollationCacheEntry()
/third_party/icu/icu4c/source/i18n/
Dcollationtailoring.h5 * Copyright (C) 2013-2014, International Business Machines
42 * This is a container of values for a collation tailoring
43 * built from rules or deserialized from binary data.
48 * It is shared, reference-counted, and auto-deleted; see SharedObject.
67 const CollationSettings *settings; // reference-counted
68 UnicodeString rules; member
69 // The locale is bogus when built from rules or constructed from a binary blob.
70 // It can then be set by the service registration code which is thread-safe.
72 // UCA version u.v.w & rules version r.s.t.q:
101 t->addRef(); in CollationCacheEntry()
/third_party/node/deps/icu-small/source/i18n/
Dcollationtailoring.h5 * Copyright (C) 2013-2014, International Business Machines
42 * This is a container of values for a collation tailoring
43 * built from rules or deserialized from binary data.
48 * It is shared, reference-counted, and auto-deleted; see SharedObject.
67 const CollationSettings *settings; // reference-counted
68 UnicodeString rules; member
69 // The locale is bogus when built from rules or constructed from a binary blob.
70 // It can then be set by the service registration code which is thread-safe.
72 // UCA version u.v.w & rules version r.s.t.q:
101 t->addRef(); in CollationCacheEntry()
/third_party/python/Doc/tools/extensions/
Dsuspicious.py5 Suspicious lines are reported in a comma-separated-file,
8 The file is utf-8 encoded, and each line contains four fields:
20 - each line defines a rule; if the rule matches, the issue
22 - line number may be empty (that is, nothing between the
25 - the last field does not have to be a complete line; some
29 Rules are processed sequentially. A rule matches when:
54 :[a-zA-Z][a-zA-Z0-9]+| # :foo
66 # None -> don't care
68 self.line = line # text of the container element (single line only)
94 'susp-ignored.csv'))
[all …]
/third_party/mesa3d/docs/ci/
Dindex.rst5 ---------
8 We use it to test merge requests (MRs) before merging them (pre-merge testing),
9 as well as post-merge testing, for everything that hits ``main``
14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering:
16 - Build testing for a number of build systems, configurations and platforms
17 - Sanity checks (``meson test``)
18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested
19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__
20 - Replay of application traces
30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``,
[all …]
/third_party/astc-encoder/Docs/
DEncoding.md7 ASTC on the other hand is an extremely flexible container format which can
18 The most commonly used non-ASTC compressed formats, their color format, and
22 | -------- | ------------ | ---------- | ---------------- |
23 | BC1 | RGB+A | 4 | RGB565 + 1-bit A |
33 | ETC2 | RGB+A | 4 | RGB565 + 1-bit A |
40 **Note:** Color representations shown with a `+` symbol indicate non-correlated
43 a strength (it improves quality when compressing non-correlated signals), but
50 a container format which always decompresses in to a 4 component RGBA result.
52 1-4 components as needed on a per-block basis.
63 actually need to store a per-pixel alpha value at all.
[all …]
/third_party/json/docs/mkdocs/docs/api/basic_json/
Dbasic_json.md43 |------------|----------------|
55 …mplicitly creating `#!json null`). The passed null pointer itself is not read -- it is only used to
64- **arrays**: [`array_t`](array_t.md) and all kinds of compatible containers such as `std::vector`…
67- **objects**: [`object_t`](object_t.md) and all kinds of compatible associative containers such a…
70 - **strings**: `string_t`, string literals, and all compatible string containers can be used.
71- **numbers**: [`number_integer_t`](number_integer_t.md), [`number_unsigned_t`](number_unsigned_t.…
74 - **boolean**: `boolean_t` / `bool` can be used.
75- **binary**: `binary_t` / `std::vector<uint8_t>` may be used; unfortunately because string litera…
89 according to the following rules:
96 …The rules aim to create the best fit between a C++ initializer list and JSON values. The rationale…
[all …]
Dbinary_t.md17 > Major type 2: a byte string. The string's length in bytes is represented following the rules for …
21 family](https://github.com/msgpack/msgpack/blob/master/spec.md#bin-format-family) describes this ty…
26 > Generic binary subtype - This is the most commonly used binary subtype and should be the 'default…
38 : container type to store arrays
53 - CBOR
54 - Binary values are represented as byte strings. Subtypes are written as tags.
56 - MessagePack
57- If a subtype is given and the binary array contains exactly 1, 2, 4, 8, or 16 elements, the fixe…
59 then added as signed 8-bit integer.
60 - If no subtype is given, the bin family (bin8, bin16, bin32) is used.
[all …]
/third_party/rust/crates/serde/serde_derive/src/internals/
Dattr.rs14 // are `attr::Container::from_ast`, `attr::Variant::from_ast`, and
31 fn none(cx: &'c Ctxt, name: Symbol) -> Self { in none()
64 fn get(self) -> Option<T> { in get()
68 fn get_with_tokens(self) -> Option<(TokenStream, T)> { in get_with_tokens()
79 fn none(cx: &'c Ctxt, name: Symbol) -> Self { in none()
87 fn get(&self) -> bool { in get()
100 fn none(cx: &'c Ctxt, name: Symbol) -> Self { in none()
116 fn at_most_one(mut self) -> Option<T> { in at_most_one()
127 fn get(self) -> Vec<T> { in get()
140 fn unraw(ident: &Ident) -> String { in unraw()
[all …]

123456789