Home
last modified time | relevance | path

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

12345678910>>...44

/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/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
14 # We don't enable a full run of anv-jsl nightly because it's about 8 hours of
16 .anv-jsl-full:
18 - anv-jsl
19 - .intel-manual-rules
21 DEQP_SUITE: anv-jsl-full
[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 …]
Dgitlab-ci.yml2 - local: 'src/freedreno/ci/gitlab-ci-inc.yml'
6 - .baremetal-deqp-test
7 - .a306-test
9 DEQP_SUITE: freedreno-a307
15 - .a306_piglit
20 a306-traces:
22 - .google-freedreno-test-traces
23 - .a306-test
25 PIGLIT_REPLAY_DEVICE_NAME: "freedreno-a306"
26 PIGLIT_RESULTS: "freedreno-a306-replay"
[all …]
/external/mesa3d/src/gallium/drivers/virgl/ci/
Dgitlab-ci-inc.yml1 .virgl-rules:
2 stage: layered-backends
3 rules:
4 - !reference [.test, rules]
5 - if: $FORCE_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 …]
/external/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"
18 xvfb-run --server-args='-noreset' bash -c ". $SCRIPTS_DIR/setup-test-env.sh && ${XVFB_SCRIPT}"
20 zink-anv-tgl:
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/repository/doc/karma/
Dsubrule.qbk2 Copyright (C) 2001-2011 Joel de Guzman
3 Copyright (C) 2001-2011 Hartmut Kaiser
15 to refer to it by name -- much like rules and grammars. It is in fact a fully
18 The strength of subrules is performance. Replacing some rules with subrules
20 [link spirit_repository.karma_components.nonterminal.subrule.performance Performance]
22 by the C++ compiler, whereas the implementation of rules is based on a virtual
23 function call which, depending on the compiler, can have some run-time overhead
41 subrules can be freely mixed with rules and grammars. Here, a group of
44 the innermost, most performance-critical parts), whereas the rest can use
45 rules and grammars.
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/repository/doc/qi/
Dsubrule.qbk2 Copyright (C) 2001-2011 Joel de Guzman
3 Copyright (C) 2001-2011 Hartmut Kaiser
15 to refer to it by name -- much like rules and grammars. It is in fact a fully
18 The strength of subrules is performance. Replacing some rules with subrules
20 [link spirit_repository.qi_components.nonterminal.subrule.performance Performance]
22 by the C++ compiler, whereas the implementation of rules is based on a virtual
23 function call which, depending on the compiler, can have some run-time overhead
41 subrules can be freely mixed with rules and grammars. Here, a group of
44 the innermost, most performance-critical parts), whereas the rest can use
45 rules and grammars.
[all …]
/external/icu/libicu/cts_headers/
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 …]
/external/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 …]
/external/cronet/third_party/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 …]
/external/cronet/base/memory/
Draw_ptr.md5 - Initialize it yourself, don't assume the constructor default-initializes it
7 initialization rather than the so-called uniform initialization form
10 - Don't assume that moving clears the pointer (it may or may not).
11 - The owner of the memory must free it when the time is right, don't assume
15 - If this is the owner of the memory, consider using an alternative smart
17 - Don't assume `raw_ptr<T>` will protect you from freeing memory too early (it
21 (There are other, much more subtle rules that you should follow. They're also
23 [the "Extra pointer rules" section](#Extra-pointer-rules).)
25 `raw_ptr<T>` is a non-owning smart pointer that has improved memory-safety over
30 Use-after-Free (UaF) bugs from being exploitable. It does this by poisoning
[all …]
/external/bazelbuild-rules_android/rules/android_binary_internal/
Dattrs.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
17 load("//rules:android_neverlink_aspect.bzl", "android_neverlink_aspect")
19 "//rules:attrs.bzl",
22 load("//rules:dex_desugar_aspect.bzl", "dex_desugar_aspect")
24 "//rules:native_deps.bzl",
27 load("//rules:providers.bzl", "StarlarkApkInfo")
82 Runtime(ART) will perform Ahead-of-time (AOT) compilation of methods in the
90 List of baseline profiles that were collected at runtime (often from start-up) for
93 performance at the cost of dex size. If the dex size cost is too large and the
94 performance wins too small, the same profiles can be provided as a dep from an
[all …]
/external/perfetto/protos/perfetto/trace/translation/
Dtranslation_table.proto8 * http://www.apache.org/licenses/LICENSE-2.0
21 // Translation rules for the trace processor.
33 // Chrome histogram sample hash -> name translation rules.
38 // Chrome user event action hash -> name translation rules.
43 // Chrome performance mark translation rules.
49 // Raw -> deobfuscated slice name translation rules.
54 // Raw -> deobfuscated process track name translation rules.
/external/bazelbuild-rules_android/rules/android_library/
Dattrs.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
18 "//rules:attrs.bzl",
21 load("//rules:providers.bzl", "StarlarkApkInfo")
29 "to provide profile rules and could be used at installation time to " +
31 "https://developer.android.com/topic/performance/baselineprofiles/overview for " +
51 "(https://developer.android.com/topic/libraries/data-binding) " +
56 "\n\n1. Set this attribute for all Android rules that transitively depend on " +
74 "[plugins](#android_library-plugins)."
83 "The closure of all rules reached via `exports` attributes are considered " +
92 "depend on this target. `uses-permissions` attributes are never exported."
[all …]
/external/ply/ply/
DCHANGES2 ---------------------
15 ---------------------
21 Fixed Issue #101: Incorrect shift-reduce conflict resolution with
24 PLY was incorrectly resolving shift-reduce conflicts in certain
28 calc > -3 - 4
29 1 (correct answer should be -7)
35 ---------------------
66 ---------------------
71 ---------------------
80 ---------------------
[all …]
/external/aws-sdk-java-v2/.changes/2.7.x/
D2.7.2.json3 "date": "2019-07-09",
23 …ng when a connection is closed. Fixes [#1260](https://github.com/aws/aws-sdk-java-v2/issues/1260)."
38 …EFS Infrequent Access (IA) storage class. EFS IA provides price/performance that is cost-optimized…
43rules across your organization in AWS Organizations. Using this capability, you can centrally crea…
/external/sdv/vsomeip/third_party/boost/serialization/performance/
DJamfile.v21 # Boost serialization Library performance test Jamfile
3 # (C) Copyright Robert Ramey 2002-2004.
9 project libs/serialization/performance
10 : default-build release
14 # import rules from the boost serialization test
15 # import ../util/test : test-bsl-run-no-lib ;
17 run-template
18 run-invoke
19 run-winvoke
20 test-bsl-run-no-lib
[all …]
/external/perfetto/debian/
Dcontrol5 Build-Depends: debhelper (>= 13),
6 generate-ninja,
8 libprotoc-dev,
9 ninja-build,
11 protobuf-compiler,
13 zlib1g-dev,
15 Standards-Version: 4.5.1
17 Vcs-Git: https://android.googlesource.com/platform/external/perfetto/
18 Vcs-Browser: https://android.googlesource.com/platform/external/perfetto/
19 Rules-Requires-Root: no
[all …]
/external/googleapis/google/firestore/v1beta1/
Dfirestore_v1beta1.yaml7 - name: google.firestore.v1beta1.Firestore
10 summary: |-
12 performance, and ease of application development.
13 rules:
14 - selector: google.cloud.location.Locations.GetLocation
17 - selector: google.cloud.location.Locations.ListLocations
21 rules:
22 - selector: google.cloud.location.Locations.GetLocation
24 - selector: google.cloud.location.Locations.ListLocations
26 - selector: 'google.firestore.v1beta1.Firestore.*'
[all …]
/external/aws-sdk-java-v2/.changes/2.18.x/
D2.18.26.json3 "date": "2022-11-28",
7 "category": "AWS ARC - Zonal Shift",
9 … more information: https://docs.aws.amazon.com/r53recovery/latest/dg/what-is-route53-recovery.html"
21 …ate your resources for compliance with Config rules before they are created or updated. Using Conf…
33 …": "Adds support for Lambda SnapStart, which helps improve the startup performance of functions. C…
39-compliant, Amazon-provided licenses for Microsoft Office Professional Plus 2021 Amazon Machine Im…
45-Region Access Point failover controls: GetMultiRegionAccessPointRoutes and SubmitMultiRegionAcces…
57 …lyzer and AWS Organizations to enable cross-account analysis, and adds support for Infrastructure
63 "description": "Adds support for additional EKS add-ons metadata and filtering fields"
69 …dds support for DP volumes, snapshot policy, copy tags to backups, and Multi-AZ route table update…
/external/googleapis/google/firestore/v1/
Dfirestore_v1.yaml7 - name: google.cloud.location.Locations
8 - name: google.firestore.v1.Firestore
9 - name: google.longrunning.Operations
12 summary: |-
14 performance, and ease of application development.
15 rules:
16 - selector: google.cloud.location.Locations.GetLocation
19 - selector: google.cloud.location.Locations.ListLocations
23 rules:
24 - selector: google.longrunning.Operations.CancelOperation
[all …]
/external/googleapis/google/firestore/admin/v1/
Dfirestore_v1.yaml7 - name: google.cloud.location.Locations
8 - name: google.firestore.admin.v1.FirestoreAdmin
9 - name: google.longrunning.Operations
12 - name: google.firestore.admin.v1.CreateDatabaseMetadata
13 - name: google.firestore.admin.v1.DeleteDatabaseMetadata
14 - name: google.firestore.admin.v1.ExportDocumentsMetadata
15 - name: google.firestore.admin.v1.ExportDocumentsResponse
16 - name: google.firestore.admin.v1.FieldOperationMetadata
17 - name: google.firestore.admin.v1.ImportDocumentsMetadata
18 - name: google.firestore.admin.v1.IndexOperationMetadata
[all …]

12345678910>>...44