Home
last modified time | relevance | path

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

12345678910>>...46

/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/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 …]
/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>
23 <scope>test</scope>
27 <artifactId>mockito-core</artifactId>
28 <scope>test</scope>
33 <scope>test</scope>
38 <scope>test</scope>
43 <!-- Include core protos in the bundle as resources -->
[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>
23 <scope>test</scope>
27 <artifactId>mockito-core</artifactId>
28 <scope>test</scope>
33 <scope>test</scope>
38 <scope>test</scope>
43 <!-- Include core protos in the bundle as resources -->
[all …]
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.31 SQUASHFS 3.3 - A squashed read-only filesystem for Linux
3 Copyright 2002-2007 Phillip Lougher <phillip@lougher.demon.co.uk>
10 also to the Squashfs-tools Mksquashfs and Unsquashfs. As usual the
16 1. MKSQUASHFS - EXTENDED EXCLUDE FILE HANDLING
17 ----------------------------------------------
19 1. Extended wildcard pattern matching now supported in exclude files
21 Enabled by specifying -wildcards option
23 Supports both anchored and non-anchored exclude files.
27 Similar to existing exclude files except with wildcards. Exclude
32 1. mksquashfs example image.sqsh -wildcards -e 'test/*.gz'
[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/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/autotest/server/
Dsite_server_job_utils.py3 # Use of this source code is governed by a BSD-style license that can be
8 test_item: extends the basic test tuple to add include/exclude attributes and
19 """Adds machine verification logic to the basic test tuple.
22 extended form ('testname', {args}, {'include': [], 'exclude': [],
23 'attributes': []}) where include and exclude are lists of host attribute
25 labels in include and must not have any of the labels in exclude to be valid
26 for the test. Attributes strings can include reboot_before, reboot_after,
34 test_name: string, name of test to execute.
35 test_args: dictionary, arguments to pass into test.
36 test_attribs: Dictionary of test attributes. Valid keys are:
[all …]
/external/tensorflow/tensorflow/compiler/mlir/
Dglob_lit_test.bzl1 # Test definitions for Lit, the LLVM test runner.
3 # This is reusing the LLVM Lit test runner in the interim until the new build
6 """Lit runner globbing test
11 # Default values used by the test runner.
13 _default_driver = "@llvm-project//mlir:run_lit.sh"
18 # test input data files.
23 # Exclude input files that have spaces in their names, since bazel
37 name: str, the name of the test, including extension.
38 data: [str], the data input to the test.
39 size: str, the size of the test.
[all …]
/external/deqp/external/openglcts/scripts/
Dbuild_mustpass.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
12 # http://www.apache.org/licenses/LICENSE-2.0
20 #-------------------------------------------------------------------------
27 from mustpass import Project, Package, Mustpass, Configuration, include, exclude, genMustpassLists
38 /* Copyright (C) 2016-2017 The Khronos Group Inc
44 * http://www.apache.org/licenses/LICENSE-2.0
55 #-------------------------------------------------- ES MUSTPASS------------------------------------…
89 EGL_MODULE = getModuleByName("dEQP-EGL")
90 ES2CTS_MODULE = getModuleByName("dEQP-GLES2")
[all …]
/external/truth/core/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-inst…
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
7 <artifactId>truth-parent</artifactId>
8 <version>HEAD-SNAPSHOT</version>
19 <artifactId>checker-qual</artifactId>
25 <!-- Required only to test the -gwt sub-artifact. -->
28 <artifactId>gwt-user</artifactId>
29 <scope>test</scope>
33 <artifactId>auto-value-annotations</artifactId>
[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/autotest/utils/
Dpackager.py1 #!/usr/bin/python3 -u
26 Get the exclude string for the tar command to exclude specific
28 For profilers we need to exclude everything except the __init__.py
31 exclude_string = ('--exclude="deps/*" --exclude="tests/*" --exclude=.git '
32 '--exclude="site_tests/*" --exclude="**.pyc"')
37 # Include the __init__.py file for the profilers and exclude all its
41 exclude_string += ' --exclude="profilers/%s"' % f
44 # directory. We use '-C' for tar to change to the required
53 # Also note that this only works because tar prevents us from un-tarring
62 parser.add_option("-d", "--dependency", help="package the dependency"
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
DBaseUrlExclusionListTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
28 import androidx.test.ext.junit.runners.AndroidJUnit4;
34 import org.junit.Test;
42 @Test
54 baseUrlExclusionList.exclude(baseUrls.get(0), 5000); in selectBaseUrl_excludeByServiceLocation_excludesAllBaseUrlOfSameServiceLocation()
62 @Test
76 baseUrlExclusionList.exclude(baseUrls.get(0), 5000); in selectBaseUrl_excludeByPriority_excludesAllBaseUrlsOfSamePriority()
84 @Test
103 @Test
130 @Test
[all …]
/external/vixl/test/aarch64/
Dtest-api-aarch64.cc31 #include "test-runner.h"
32 #include "test-utils.h"
33 #include "aarch64/test-utils-aarch64.h"
35 #include "aarch64/macro-assembler-aarch64.h"
36 #include "aarch64/registers-aarch64.h"
37 #include "aarch64/simulator-aarch64.h"
40 #define TEST(name) TEST_(AARCH64_API_##name) macro
48 TEST(count_leading_sign_bits) { in TEST() function
56 int leading_sign_bits = width - non_sign_bits - 1; in TEST()
75 Helper::Check(-1, 0); // 0b---- in TEST()
[all …]
/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
Droundtrip.bzl1 """Test rule using roundtrip-tool."""
4 """roundtrip_test() uses verify-roundtrip execution for testing.
11 size: Size of the test.
17 name = "{0}.test".format(name),
27 roundtrip_cmd = "//tensorflow/core/ir/importexport/tests/roundtrip:verify-roundtrip",
28 exclude = [],
37 name: Name of test suite (not used).
39 exclude: [str], paths to exclude (for tests and inputs).
41 default_size: str, the test size for targets not in "size_override".
42 default_args: [str], the default arguments to pass to verify-roundtrip.
[all …]
/external/aws-sdk-java-v2/
Dpom.xml2 <!--
15 -->
17 <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.…
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
22 <artifactId>aws-sdk-java-pom</artifactId>
27 for building software on AWS' cost-effective, scalable, and reliable
53 <module>aws-sdk-java</module>
56 <module>services-custom</module>
58 <module>bom-internal</module>
60 <module>http-client-spi</module>
[all …]
/external/guice/core/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
8 <artifactId>guice-parent</artifactId>
14 <name>Google Guice - Core Library</name>
29 <!--
31 -->
42 <!--
43 | Test dependencies
44 -->
47 <artifactId>javax.inject-tck</artifactId>
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
26 // Exclude dependencies that are only used by Guava at compile time
28 exclude group: 'com.google.code.findbugs', module: 'jsr305'
29 exclude group: 'org.checkerframework', module: 'checker-compat-qual'
30 exclude group: 'org.checkerframework', module: 'checker-qual'
31 exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
32 exclude group: 'com.google.j2objc', module: 'j2objc-annotations'
33 exclude group: 'org.codehaus.mojo', module: 'animal-sniffer-annotations'
38 compileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
39 compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/
Dbuild.gradle7 // http://www.apache.org/licenses/LICENSE-2.0
26 // Exclude dependencies that are only used by Guava at compile time
28 exclude group: 'com.google.code.findbugs', module: 'jsr305'
29 exclude group: 'org.checkerframework', module: 'checker-compat-qual'
30 exclude group: 'org.checkerframework', module: 'checker-qual'
31 exclude group: 'com.google.errorprone', module: 'error_prone_annotations'
32 exclude group: 'com.google.j2objc', module: 'j2objc-annotations'
33 exclude group: 'org.codehaus.mojo', module: 'animal-sniffer-annotations'
38 compileOnly 'org.checkerframework:checker-compat-qual:' + checkerframeworkCompatVersion
39 compileOnly 'org.checkerframework:checker-qual:' + checkerframeworkVersion
[all …]
/external/squashfs-tools/
DRELEASE-README1 SQUASHFS 4.3 - A squashed read-only filesystem for Linux
3 Copyright 2002-2014 Phillip Lougher <phillip@lougher.demon.co.uk>
7 Welcome to Squashfs version 4.3. Please read the README-4.3 and CHANGES files
10 Squashfs is a highly compressed read-only filesystem for Linux.
16 Squashfs is intended for general read-only filesystem use, for archival
22 --------------------
46 --------------------------------
55 5. Inline and out-of-line xattr values supported for higher performance
57 de-duplication.
72 -----------------
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
DBaseUrlExclusionListTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
26 import androidx.test.ext.junit.runners.AndroidJUnit4;
32 import org.junit.Test;
40 @Test
52 baseUrlExclusionList.exclude(baseUrls.get(0), 5000); in selectBaseUrl_excludeByServiceLocation_excludesAllBaseUrlOfSameServiceLocation()
60 @Test
74 baseUrlExclusionList.exclude(baseUrls.get(0), 5000); in selectBaseUrl_excludeByPriority_excludesAllBaseUrlsOfSamePriority()
82 @Test
101 @Test
128 @Test
[all …]
/external/snakeyaml/
Dpom.xml1 <?xml version="1.0" encoding="utf-8"?>
2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
9 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18 <maven-bundle-plugin.version>5.1.8</maven-bundle-plugin.version>
19 <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version><!-- for Github CI -->
20 <cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>
21 <maven-site-plugin.version>3.12.1</maven-site-plugin.version>
22 <maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
23 <jdk9-illegal-access-level>deny</jdk9-illegal-access-level>
36 <post>snakeyaml-core@googlegroups.com</post>
[all …]
/external/apache-commons-io/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
10 http://www.apache.org/licenses/LICENSE-2.0
17 -->
18 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
21 <artifactId>commons-parent</artifactId>
25 <groupId>commons-io</groupId>
26 <artifactId>commons-io</artifactId>
36 <url>https://commons.apache.org/proper/commons-io/</url>
47 …svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-io/</url>
[all …]

12345678910>>...46