Home
last modified time | relevance | path

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

12345678910>>...36

/third_party/mesa3d/.gitlab-ci/
Dtest-source-dep.yml5 .scheduled_pipeline-rules:
6 rules:
7 - if: &is-scheduled-pipeline '$CI_PIPELINE_SOURCE == "schedule"'
12 # disables that, but keeps the auto-retry for infrastructure failures.
13 .no-auto-retry:
19 - api_failure
20 - runner_system_failure
21 - scheduler_failure
22 - data_integrity_failure
23 - unknown_failure
[all …]
/third_party/mesa3d/src/gallium/drivers/virgl/ci/
Dgitlab-ci-inc.yml1 .virgl-rules:
2 stage: layered-backends
3 rules:
4 - !reference [.test, rules]
5 - if: $EXTERNAL_KERNEL_TAG != null
7 - !reference [.gl-rules, rules]
8 - !reference [.llvmpipe-rules, rules]
9 - changes: &virgl_file_list
10 - src/gallium/drivers/virgl/**/*
11 - src/gallium/winsys/virgl/**/*
[all …]
Dgitlab-ci.yml2 - local: 'src/gallium/drivers/virgl/ci/gitlab-ci-inc.yml'
4 virpipe-on-gl:
6 - .deqp-test
7 - .virpipe-test
9 DEQP_SUITE: virpipe-gl
10 GPU_VERSION: virpipe-gl
14 virgl-on-gl:
16 DEQP_SUITE: virgl-gl
17 GPU_VERSION: virgl-gl
21 - kvm
[all …]
/third_party/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 …]
Dgitlab-ci.yml2 - local: 'src/freedreno/ci/gitlab-ci-inc.yml'
4 a306-gl:
6 - .baremetal-deqp-test
7 - .a306-test
9 DEQP_SUITE: freedreno-a307
13 a306-piglit:
15 - .baremetal-deqp-test
16 - .a306-test
17 - .google-freedreno-manual-rules
20 DEQP_SUITE: freedreno-a306-piglit
[all …]
/third_party/mesa3d/src/intel/ci/
Dgitlab-ci-inc.yml1 .intel-common-rules:
3 rules:
4 - changes: &intel_common_file_list
5 - src/intel/*
6 - src/intel/blorp/**/*
7 - src/intel/common/**/*
8 - src/intel/compiler/**/*
9 - src/intel/dev/**/*
10 - src/intel/ds/**/*
11 - src/intel/genxml/**/*
[all …]
Dgitlab-ci.yml2 - local: 'src/intel/ci/gitlab-ci-inc.yml'
4 anv-jsl:
6 - .lava-acer-cb317-1h-c3z6-dedede:x86_64
7 - .anv-test
9 DEQP_SUITE: anv-jsl
11 … # force fixed kernel, since too many flakes and unexpected results seen with 6.13-rc4 and 6.11-rc7
12 EXTERNAL_KERNEL_TAG: "v6.6.21-mesa-f8ea"
15 anv-jsl-full:
17 - anv-jsl
18 - .anv-manual-rules
[all …]
/third_party/mesa3d/src/gallium/drivers/zink/ci/
Dgitlab-ci.yml2 - local: 'src/gallium/drivers/zink/ci/gitlab-ci-inc.yml'
4 zink-lvp:
6 - .test-gl
7 - .deqp-test
8 - .zink-lvp-test
10 DEQP_SUITE: zink-lvp
13 # Enable validation (except for on piglit, see deqp-zink-lvp.toml), logging
16 XVFB_SCRIPT: "VK_DRIVER=lvp install/deqp-runner.sh"
20 xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}"
22 zink-venus-lvp:
[all …]
/third_party/icu/icu4c/source/i18n/
Drbt_set.h5 * Copyright (C) 1999-2007, International Business Machines Corporation
33 * A set of rules for a <code>RuleBasedTransliterator</code>.
38 * Vector of rules, in the order added. This is used while the
40 * indexes the rules into rules[]. Any given rule is stored once
41 * in ruleVector, and one or more times in rules[]. ruleVector
42 * owns and deletes the rules.
47 * Sorted and indexed table of rules. This is created by freeze()
48 * from the rules in ruleVector. It contains alias pointers to
49 * the rules in ruleVector. It is zero before freeze() is called
50 * and non-zero thereafter.
[all …]
Drbt_set.cpp5 * Copyright (C) 1999-2011, International Business Machines
31 //----------------------------------------------------------------------
33 //----------------------------------------------------------------------
85 while (digits--) { in _appendHex()
117 rule->toRule(r, true); in _debugOut()
133 //----------------------------------------------------------------------
135 //----------------------------------------------------------------------
137 // Fill the precontext and postcontext with the patterns of the rules
145 parseError.line = parseError.offset = -1; in maskingError()
147 // for pre-context in maskingError()
[all …]
Drbt.cpp5 * Copyright (C) 1999-2015, International Business Machines
32 void RuleBasedTransliterator::_construct(const UnicodeString& rules, in _construct() argument
43 parser.parse(rules, direction, parseError, status); in _construct()
56 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in _construct()
60 * Constructs a new transliterator from the given rules.
62 * @param rules rules, separated by ';'
68 * @exception IllegalArgumentException if rules are malformed
73 const UnicodeString& rules, in RuleBasedTransliterator() argument
79 _construct(rules, direction,parseError,status); in RuleBasedTransliterator()
83 * Constructs a new transliterator from the given rules.
[all …]
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Drbt_set.h5 * Copyright (C) 1999-2007, International Business Machines Corporation
33 * A set of rules for a <code>RuleBasedTransliterator</code>.
38 * Vector of rules, in the order added. This is used while the
40 * indexes the rules into rules[]. Any given rule is stored once
41 * in ruleVector, and one or more times in rules[]. ruleVector
42 * owns and deletes the rules.
47 * Sorted and indexed table of rules. This is created by freeze()
48 * from the rules in ruleVector. It contains alias pointers to
49 * the rules in ruleVector. It is zero before freeze() is called
50 * and non-zero thereafter.
[all …]
Drbt_set.cpp5 * Copyright (C) 1999-2011, International Business Machines
31 //----------------------------------------------------------------------
33 //----------------------------------------------------------------------
85 while (digits--) { in _appendHex()
117 rule->toRule(r, true); in _debugOut()
133 //----------------------------------------------------------------------
135 //----------------------------------------------------------------------
137 // Fill the precontext and postcontext with the patterns of the rules
145 parseError.line = parseError.offset = -1; in maskingError()
147 // for pre-context in maskingError()
[all …]
Drbt.cpp5 * Copyright (C) 1999-2015, International Business Machines
32 void RuleBasedTransliterator::_construct(const UnicodeString& rules, in _construct() argument
43 parser.parse(rules, direction, parseError, status); in _construct()
56 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in _construct()
60 * Constructs a new transliterator from the given rules.
62 * @param rules rules, separated by ';'
68 * @exception IllegalArgumentException if rules are malformed
73 const UnicodeString& rules, in RuleBasedTransliterator() argument
79 _construct(rules, direction,parseError,status); in RuleBasedTransliterator()
83 * Constructs a new transliterator from the given rules.
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Drbt_set.h5 * Copyright (C) 1999-2007, International Business Machines Corporation
33 * A set of rules for a <code>RuleBasedTransliterator</code>.
38 * Vector of rules, in the order added. This is used while the
40 * indexes the rules into rules[]. Any given rule is stored once
41 * in ruleVector, and one or more times in rules[]. ruleVector
42 * owns and deletes the rules.
47 * Sorted and indexed table of rules. This is created by freeze()
48 * from the rules in ruleVector. It contains alias pointers to
49 * the rules in ruleVector. It is zero before freeze() is called
50 * and non-zero thereafter.
[all …]
Drbt_set.cpp5 * Copyright (C) 1999-2011, International Business Machines
31 //----------------------------------------------------------------------
33 //----------------------------------------------------------------------
85 while (digits--) { in _appendHex()
117 rule->toRule(r, TRUE); in _debugOut()
133 //----------------------------------------------------------------------
135 //----------------------------------------------------------------------
137 // Fill the precontext and postcontext with the patterns of the rules
145 parseError.line = parseError.offset = -1; in maskingError()
147 // for pre-context in maskingError()
[all …]
Drbt.cpp5 * Copyright (C) 1999-2015, International Business Machines
32 void RuleBasedTransliterator::_construct(const UnicodeString& rules, in _construct() argument
43 parser.parse(rules, direction, parseError, status); in _construct()
56 setMaximumContextLength(fData->ruleSet.getMaximumContextLength()); in _construct()
60 * Constructs a new transliterator from the given rules.
62 * @param rules rules, separated by ';'
68 * @exception IllegalArgumentException if rules are malformed
73 const UnicodeString& rules, in RuleBasedTransliterator() argument
79 _construct(rules, direction,parseError,status); in RuleBasedTransliterator()
83 * Constructs a new transliterator from the given rules.
[all …]
/third_party/typescript/src/
D.eslintrc.json5 "project": "./tsconfig-base.json"
7 "rules": { object
8 "@typescript-eslint/no-unnecessary-qualifier": "error",
9 "@typescript-eslint/no-unnecessary-type-assertion": "error",
10 "no-restricted-globals": ["error",
17 { "name": "performance" },
28 "rules": { object
29 "@typescript-eslint/interface-name-prefix": "off",
30 "@typescript-eslint/prefer-function-type": "off",
31 "@typescript-eslint/unified-signatures": "off",
[all …]
/third_party/icu/docs/userguide/collation/customization/
Dindex.md1 ---
6 ---
7 <!--
10 -->
16 {: .no_toc .text-delta }
21 ---
26 order](http://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation)
35 Therefore, ICU provides a data-driven, flexible, and run-time-customizable
46 A tailoring is specified via a string containing a set of rules. ICU implements
48 syntax](http://www.unicode.org/reports/tr35/tr35-collation.html#Rules). For more
[all …]
/third_party/optimized-routines/math/
DREADME.contributors5 sub-directory is expected to be upstreamed into glibc so the GNU
12 ISO C and POSIX rules. If possible the built shared libraries and static
22 CONTRIBUTION GUIDELINES FOR math SUB-DIRECTORY
25 1. Math functions have quality and performance requirements.
28 - Worst-case ULP error should be small in the entire input domain (for most
30 and < 1 ULP for single precision, even performance optimized function
36 - All standard rounding modes need to be supported but in non-default rounding
37 modes the quality requirement can be relaxed. (Non-nearest rounded
41 - Special cases and error handling need to follow ISO C Annex F requirements,
42 POSIX requirements, IEEE 754-2008 requirements and Glibc requiremnts:
[all …]
/third_party/icu/docs/userguide/collation/
Darchitecture.md1 ---
6 ---
7 <!--
10 -->
16 {: .no_toc .text-delta }
21 ---
40 custom set of rules (a tailoring).
52 function is supported for cloning collators in a thread-safe fashion.
68 length is required in a separate argument. If -1 is passed for the length,
86 If there is a locale with a keyword, like "de-u-co-phonebk" or "de@collation=phonebook", the
[all …]
/third_party/icu/docs/userguide/strings/
Dstringprep.md1 ---
6 ---
7 <!--
10 -->
18 StringPrep provides sets of rules for use of Unicode and syntax for prevention
25 protocols is defined in RFC 3454 (<http://www.rfc-editor.org/rfc/rfc3454.txt> ).
26 The RFC defines a broad framework and rules for processing the strings.
29 whose applicability is limited to the protocol. Profiles are a set of rules and
51 output string. Control codes, private use area code points, non-character
69 4. *Check BiDi*: Check for code points with strong right-to-left directionality
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DTransliterationRuleSet.java6 * Copyright (C) 1996-2010, International Business Machines Corporation and *
18 * A set of rules for a <code>RuleBasedTransliterator</code>. This set encodes
33 * Vector of rules, in the order added.
43 * Sorted and indexed table of rules. This is created by freeze() from
44 * the rules in ruleVector. rules.length >= ruleVector.size(), and the
45 * references in rules[] are aliases of the references in ruleVector.
46 * A single rule in ruleVector is listed one or more times in rules[].
48 private TransliterationRule[] rules; field in TransliterationRuleSet
52 * Now use rules[index[x]..index[x+1]-1]. This index table is created by
74 * Add a rule to this set. Rules are added in order, and order is
[all …]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliterationRuleSet.java5 * Copyright (C) 1996-2010, International Business Machines Corporation and *
17 * A set of rules for a <code>RuleBasedTransliterator</code>. This set encodes
32 * Vector of rules, in the order added.
42 * Sorted and indexed table of rules. This is created by freeze() from
43 * the rules in ruleVector. rules.length >= ruleVector.size(), and the
44 * references in rules[] are aliases of the references in ruleVector.
45 * A single rule in ruleVector is listed one or more times in rules[].
47 private TransliterationRule[] rules; field in TransliterationRuleSet
51 * Now use rules[index[x]..index[x+1]-1]. This index table is created by
73 * Add a rule to this set. Rules are added in order, and order is
[all …]
/third_party/mesa3d/
DOAT.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (c) 2021 Huawei Device Co., Ltd.
8 http://www.apache.org/licenses/LICENSE-2.0
18 -->
19 <!-- OAT(OSS Audit Tool) configuration guide:
33 1. policy: All policyitems will be merged to default OAT.xml rules, the name of policy doesn't affe…
47 7. policyitem filefilter: Used to bind filefilter which define filter rules.
48 8. filefilter: Filter rules, the type filename is used to filter file name, the type filepath is us…
50 Note:If the text contains special characters, please escape them according to the following rules:
56 -->
[all …]

12345678910>>...36