Home
last modified time | relevance | path

Searched +full:- +full:- +full:exclude (Results 1 – 25 of 1258) sorted by relevance

12345678910>>...51

/external/ltp/
DTEST_MAPPING2 "kernel-presubmit": [
8 "exclude-filter": "cve.cve-2021-4034_32bit"
12 "exclude-filter": "syscalls.tgkill03_32bit"
16 "exclude-filter": "syscalls.memfd_create01_32bit"
19 "exclude-filter": "syscalls.futimesat01_32bit"
22 "exclude-filter": "syscalls.clock_nanosleep02_32bit"
25 "exclude-filter": "syscalls.select04_32bit"
28 "exclude-filter": "syscalls.epoll_wait02_32bit"
31 "exclude-filter": "syscalls.clock_nanosleep02_32bit"
34 "exclude-filter": "syscalls.pselect01_64_32bit"
[all …]
/external/rust/crates/pdl-compiler/tests/
Drun_cxx_generator_tests.sh3 set -euxo pipefail
5 mkdir -p out/
8 # move to `pdl-compiler` directory
9 cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." &> /dev/null
11 sed -e 's/little_endian_packets/big_endian_packets/' \
12 -e '/Start: little_endian_only/,/End: little_endian_only/d' \
19 --input "$OUT_DIR"/le_test_file.json \
20 --output "$OUT_DIR"/le_backend.h \
21 --exclude-declaration Packet_Custom_Field_ConstantSize \
22 --exclude-declaration Packet_Custom_Field_VariableSize \
[all …]
Drun_rust_legacy_generator_tests.sh3 set -euxo pipefail
5 mkdir -p out/
8 # move to `pdl-compiler` directory
9 cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." &> /dev/null
11 sed -e 's/little_endian_packets/big_endian_packets/' \
12 -e '/Start: little_endian_only/,/End: little_endian_only/d' \
15 mkdir -p "$OUT_DIR/canonical_test/src"
17 cargo run --bin pdlc -- \
19 --output-format rust_legacy \
20 --exclude-declaration UnsizedCustomField \
[all …]
Drun_rust_generator_tests.sh3 set -euxo pipefail
5 mkdir -p out/
8 # move to `pdl-compiler` directory
9 cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." &> /dev/null
11 sed -e 's/little_endian_packets/big_endian_packets/' \
12 -e '/Start: little_endian_only/,/End: little_endian_only/d' \
15 mkdir -p "$OUT_DIR/canonical_test/src"
17 cargo run --bin pdlc -- \
19 --output-format rust \
20 --exclude-declaration UnsizedCustomField \
[all …]
/external/rust/crates/pdl-compiler/
Dcargo2android_toplevel.bp4 cmd: "$(location :pdlc) --output-format rust $(in) > $(out)",
18 cmd: "$(location :pdlc) --output-format rust_legacy $(in) > $(out)",
32 cmd: "$(location :pdlc) --output-format rust_no_alloc $(in) > $(out)",
82 test_suites: ["general-tests"],
106 test_suites: ["general-tests"],
125 cmd: "sed -e 's/little_endian_packets/big_endian_packets/' " +
126 " -e '/Start: little_endian_only/,/End: little_endian_only/d' " +
140 " --output-format rust" +
141 " --exclude-declaration UnsizedCustomField" +
142 " --exclude-declaration Packet_Custom_Field_VariableSize" +
[all …]
DAndroid.bp64 cmd: "$(location :pdlc) --output-format rust $(in) > $(out)",
78 cmd: "$(location :pdlc) --output-format rust_legacy $(in) > $(out)",
92 cmd: "$(location :pdlc) --output-format rust_no_alloc $(in) > $(out)",
142 test_suites: ["general-tests"],
166 test_suites: ["general-tests"],
185 cmd: "sed -e 's/little_endian_packets/big_endian_packets/' " +
186 " -e '/Start: little_endian_only/,/End: little_endian_only/d' " +
200 " --output-format rust" +
201 " --exclude-declaration UnsizedCustomField" +
202 " --exclude-declaration Packet_Custom_Field_VariableSize" +
[all …]
/external/autotest/server/site_tests/cheets_CTS_Instant/
Dcontrol.internal.arm.all.CtsAccessibilityServiceTestCases_-_CtsAutoFillServiceTestCases2 # Use of this source code is governed by a BSD-style license that can be
8 NAME = 'cheets_CTS_Instant.internal.arm.all.CtsAccessibilityServiceTestCases_-_CtsAutoFillServiceTe…
9 ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-qual'
25 tag='internal.arm.all.CtsAccessibilityServiceTestCases_-_CtsAutoFillServiceTestCases',
26 …test_name='cheets_CTS_Instant.internal.arm.all.CtsAccessibilityServiceTestCases_-_CtsAutoFillServi…
27-instant', '--exclude-filter', 'CtsBackgroundRestrictionsTestCases', '--exclude-filter', 'CtsCamer…
28 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
29 target_module='all.CtsAccessibilityServiceTestCases_-_CtsAutoFillServiceTestCases',
33 login_precondition_commands=['lsblk -do NAME,RM | sed -n s/1$//p | xargs -n1 eject'],
Dcontrol.internal.x86.all.CtsAccessibilityServiceTestCases_-_CtsAutoFillServiceTestCases2 # Use of this source code is governed by a BSD-style license that can be
8 NAME = 'cheets_CTS_Instant.internal.x86.all.CtsAccessibilityServiceTestCases_-_CtsAutoFillServiceTe…
9 ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-qual'
25 tag='internal.x86.all.CtsAccessibilityServiceTestCases_-_CtsAutoFillServiceTestCases',
26 …test_name='cheets_CTS_Instant.internal.x86.all.CtsAccessibilityServiceTestCases_-_CtsAutoFillServi…
27-instant', '--exclude-filter', 'CtsBackgroundRestrictionsTestCases', '--exclude-filter', 'CtsCamer…
28 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
29 target_module='all.CtsAccessibilityServiceTestCases_-_CtsAutoFillServiceTestCases',
33 login_precondition_commands=['lsblk -do NAME,RM | sed -n s/1$//p | xargs -n1 eject'],
Dcontrol.internal.arm.all.CtsSampleDeviceTestCases_-_CtsWindowManagerDeviceTestCases2 # Use of this source code is governed by a BSD-style license that can be
8 NAME = 'cheets_CTS_Instant.internal.arm.all.CtsSampleDeviceTestCases_-_CtsWindowManagerDeviceTestCa…
9 ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-qual'
25 tag='internal.arm.all.CtsSampleDeviceTestCases_-_CtsWindowManagerDeviceTestCases',
26 …test_name='cheets_CTS_Instant.internal.arm.all.CtsSampleDeviceTestCases_-_CtsWindowManagerDeviceTe…
27-instant', '--exclude-filter', 'CtsAccessibilityServiceTestCases', '--exclude-filter', 'CtsAccessi…
28 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
29 target_module='all.CtsSampleDeviceTestCases_-_CtsWindowManagerDeviceTestCases',
Dcontrol.internal.x86.all.CtsSampleDeviceTestCases_-_CtsWindowManagerDeviceTestCases2 # Use of this source code is governed by a BSD-style license that can be
8 NAME = 'cheets_CTS_Instant.internal.x86.all.CtsSampleDeviceTestCases_-_CtsWindowManagerDeviceTestCa…
9 ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-qual'
25 tag='internal.x86.all.CtsSampleDeviceTestCases_-_CtsWindowManagerDeviceTestCases',
26 …test_name='cheets_CTS_Instant.internal.x86.all.CtsSampleDeviceTestCases_-_CtsWindowManagerDeviceTe…
27-instant', '--exclude-filter', 'CtsAccessibilityServiceTestCases', '--exclude-filter', 'CtsAccessi…
28 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
29 target_module='all.CtsSampleDeviceTestCases_-_CtsWindowManagerDeviceTestCases',
Dcontrol.internal.x86.all.CtsBackgroundRestrictionsTestCases_-_CtsPrintTestCases2 # Use of this source code is governed by a BSD-style license that can be
8 NAME = 'cheets_CTS_Instant.internal.x86.all.CtsBackgroundRestrictionsTestCases_-_CtsPrintTestCases'
9 ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-qual'
25 tag='internal.x86.all.CtsBackgroundRestrictionsTestCases_-_CtsPrintTestCases',
26 …test_name='cheets_CTS_Instant.internal.x86.all.CtsBackgroundRestrictionsTestCases_-_CtsPrintTestCa…
27-instant', '--exclude-filter', 'CtsAccessibilityServiceTestCases', '--exclude-filter', 'CtsAccessi…
28 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
29 target_module='all.CtsBackgroundRestrictionsTestCases_-_CtsPrintTestCases',
Dcontrol.internal.arm.all.CtsBackgroundRestrictionsTestCases_-_CtsPrintTestCases2 # Use of this source code is governed by a BSD-style license that can be
8 NAME = 'cheets_CTS_Instant.internal.arm.all.CtsBackgroundRestrictionsTestCases_-_CtsPrintTestCases'
9 ATTRIBUTES = 'suite:arc-cts, suite:arc-cts-qual'
25 tag='internal.arm.all.CtsBackgroundRestrictionsTestCases_-_CtsPrintTestCases',
26 …test_name='cheets_CTS_Instant.internal.arm.all.CtsBackgroundRestrictionsTestCases_-_CtsPrintTestCa…
27-instant', '--exclude-filter', 'CtsAccessibilityServiceTestCases', '--exclude-filter', 'CtsAccessi…
28 retry_template=['run', 'commandAndExit', 'retry', '--retry', '{session_id}'],
29 target_module='all.CtsBackgroundRestrictionsTestCases_-_CtsPrintTestCases',
/external/ow2-asm/tools/
Dpmd.xml4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10 <!-- Core API is using this on purpose. -->
11 <exclude name="AbstractClassWithoutAbstractMethod" />
12 <!-- Does not work, too many false positives. -->
13 <exclude name="AccessorMethodGeneration" />
14 <!-- Already covered with Checkstyle 'FinalParameters' rule. -->
15 <exclude name="AvoidReassigningParameters" />
16 <!-- Used for legitimate purposes in some Writer classes. -->
17 <exclude name="AvoidStringBufferField" />
18 <!-- Not relevant for ASM. -->
[all …]
/external/protobuf/java/lite/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
6 <artifactId>protobuf-parent</artifactId>
10 <artifactId>protobuf-javalite</artifactId>
27 <artifactId>mockito-core</artifactId>
43 <!-- Include core protos in the bundle as resources -->
73 <artifactId>maven-resources-plugin</artifactId>
77 <id>copy-source-files</id>
78 <phase>generate-sources</phase>
80 <goal>copy-resources</goal>
[all …]
/external/cronet/third_party/protobuf/java/lite/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …//www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http:/…
6 <artifactId>protobuf-parent</artifactId>
10 <artifactId>protobuf-javalite</artifactId>
27 <artifactId>mockito-core</artifactId>
43 <!-- Include core protos in the bundle as resources -->
73 <artifactId>maven-resources-plugin</artifactId>
77 <id>copy-source-files</id>
78 <phase>generate-sources</phase>
80 <goal>copy-resources</goal>
[all …]
/external/ComputeLibrary/scripts/
Dcheck_bad_style.sh3 set -e
8 if [ ! -n "$1" ]
16 grep -HrnP --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=ar…
17 if (( `cat bad_style.log | wc -l` > 0 ))
21 exit -1
24 grep -Hnr --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=arm…
25 if (( `cat bad_style.log | wc -l` > 0 ))
29 exit -1
32-HnRE --exclude-dir=assembly --exclude-dir=convolution --exclude-dir=arm_gemm --exclude-dir=dynami…
33 if [[ $(cat bad_style.log | wc -l) > 0 ]]
[all …]
/external/grpc-grpc/src/ruby/
D.rubocop_todo.yml2 # `rubocop --auto-gen-config`
3 # on 2022-12-30 04:58:05 UTC using RuboCop version 1.41.1.
13 Exclude:
14 - 'tools/grpc-tools.gemspec'
17 # This cop supports safe autocorrection (--autocorrect).
21 Exclude:
22 - 'qps/proxy-worker.rb'
25 # This cop supports safe autocorrection (--autocorrect).
29 Exclude:
30 - 'tools/platform_check.rb'
[all …]
/external/conscrypt/apex/tests/
DTEST_MAPPING2 "conscrypt-mainline-presubmit": [
7 …"exclude-filter": "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#te…
10 …"exclude-filter": "com.android.org.conscrypt.java.security.AlgorithmParameterGeneratorTestDH#testA…
13 …"exclude-filter": "org.apache.harmony.crypto.tests.javax.crypto.KeyAgreementTest#test_generateSecr…
16 …"exclude-filter": "org.apache.harmony.tests.javax.net.ssl.TrustManagerFactory1Test#test_initLjavax…
19 "exclude-filter": "com.android.org.conscrypt.java.security.SignatureTest#test_getInstance"
22 …"exclude-filter": "com.android.org.conscrypt.javax.crypto.CipherTest#test_PBKDF2WITHHMACSHA1_SKFac…
30 …"exclude-filter": "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest#te…
33 …"exclude-filter": "com.android.org.conscrypt.java.security.AlgorithmParameterGeneratorTestDH#testA…
36 …"exclude-filter": "org.apache.harmony.crypto.tests.javax.crypto.KeyAgreementTest#test_generateSecr…
[all …]
/external/cronet/
DTEST_MAPPING7 "captiveportal-networkstack-resolve-tethering-mainline-presubmit": [
13 "exclude-annotation": "com.android.testutils.SkipPresubmit"
17 "exclude-annotation": "androidx.test.filters.LargeTest"
26 // Use exclude-filter once (b/342355769) has been fixed
28 "set-option": "exclude-filter:HttpAuthNegotiateAndroidTest.GenerateAuthToken"
31 …"set-option": "exclude-filter:MerkleAuditProofDeathTest.DiesIfLeafIndexIsGreaterThanOrEqualToTreeS…
34 "set-option": "exclude-filter:CertNetFetcherURLRequestTest.ParallelFetchDuplicates"
37 "set-option": "exclude-filter:DiskCacheBackendTest.SimpleDoomRecent"
40 "set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.DisableCname"
43 "set-option": "exclude-filter:HttpAuthHandlerNegotiateTest.DisableCnameStandardPort"
[all …]
/external/cronet/third_party/protobuf/python/
DMANIFEST.in2 exclude google/protobuf/internal/*_pb2.py
3 exclude google/protobuf/internal/*_test.py
4 exclude google/protobuf/internal/*.proto
5 exclude google/protobuf/internal/test_util.py
7 recursive-include google *.cc
8 recursive-include google *.h
10 recursive-exclude google *_test.py
11 recursive-exclude google *_test.proto
12 recursive-exclude google unittest*_pb2.py
14 global-exclude *.dll
[all …]
/external/protobuf/python/
DMANIFEST.in2 exclude google/protobuf/internal/*_pb2.py
3 exclude google/protobuf/internal/*_test.py
4 exclude google/protobuf/internal/*.proto
5 exclude google/protobuf/internal/test_util.py
7 recursive-include google *.cc
8 recursive-include google *.h
10 recursive-exclude google *_test.py
11 recursive-exclude google *_test.proto
12 recursive-exclude google unittest*_pb2.py
14 global-exclude *.dll
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
Dmodule.modulemap26 // Exclude these; they're intended to be included into only a single
28 exclude header "CodeGen/LinkAllAsmWriterComponents.h"
29 exclude header "CodeGen/LinkAllCodegenComponents.h"
38 // Doing so causes a linker error in clang-format.
108 exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
109 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
110 exclude header "DebugInfo/PDB/DIA/DIAEnumFrameData.h"
111 exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
112 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
113 exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
[all …]
/external/apache-commons-bcel/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
11 * http://www.apache.org/licenses/LICENSE-2.0
19 -->
22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
29 <artifactId>commons-parent</artifactId>
40 <url>http://commons.apache.org/proper/commons-bcel</url>
44 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
45 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
[all …]
/external/deqp/scripts/
Dbuild_android_mustpass.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
26 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists,…
37 http://www.apache.org/licenses/LICENSE-2.0
50 EGL_MODULE = getModuleByName("dEQP-EGL")
51 GLES2_MODULE = getModuleByName("dEQP-GLES2")
52 GLES3_MODULE = getModuleByName("dEQP-GLES3")
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/
Dmodule.modulemap27 // Exclude these; they're intended to be included into only a single
29 exclude header "CodeGen/LinkAllAsmWriterComponents.h"
30 exclude header "CodeGen/LinkAllCodegenComponents.h"
39 // Doing so causes a linker error in clang-format.
121 exclude header "DebugInfo/PDB/DIA/DIADataStream.h"
122 exclude header "DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
123 exclude header "DebugInfo/PDB/DIA/DIAEnumFrameData.h"
124 exclude header "DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
125 exclude header "DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
126 exclude header "DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
[all …]

12345678910>>...51