| /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/ |
| D | JavaNamesTest.java | 5 * http://www.eclipse.org/legal/epl-2.0 7 * SPDX-License-Identifier: EPL-2.0 10 * Marc R. Hoffmann - initial API and implementation 18 import org.junit.Test; 25 private ILanguageNames names; field in JavaNamesTest 29 names = new JavaNames(); in setup() 32 @Test 34 assertEquals("default", names.getPackageName("")); in testGetPackageName1() 37 @Test 39 assertEquals("java.lang", names.getPackageName("java/lang")); in testGetPackageName2() [all …]
|
| /external/cronet/net/data/ |
| D | test_bundle_data.filelist | 2 # Use of this source code is governed by a BSD-style license that can be 190 data/cache_tests/simple_file_enumerator/test.txt 217 data/cert_net_fetcher_impl_unittest/404.html.mock-http-headers 219 data/cert_net_fetcher_impl_unittest/500.html.mock-http-headers 221 data/cert_net_fetcher_impl_unittest/cacheable_1hr.crt.mock-http-headers 223 data/cert_net_fetcher_impl_unittest/cert.crt.mock-http-headers 225 data/cert_net_fetcher_impl_unittest/certs.p7c.mock-http-headers 227 data/cert_net_fetcher_impl_unittest/downloadable.js.mock-http-headers 229 data/cert_net_fetcher_impl_unittest/foo.txt.mock-http-headers 231 data/cert_net_fetcher_impl_unittest/gzipped_crl.mock-http-headers [all …]
|
| /external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
| D | PathTester.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 40 private ImmutableList<String> names = ImmutableList.of(); field in PathTester 52 public PathTester names(Iterable<String> names) { in names() method in PathTester 53 this.names = ImmutableList.copyOf(names); in names() 57 public PathTester names(String... names) { in names() method in PathTester 58 return names(Arrays.asList(names)); in names() 61 public void test(String first, String... more) { in test() method in PathTester 63 test(path); in test() 66 public void test(Path path) { in test() method in PathTester 89 assertEquals(names.size(), path.getNameCount()); in testNames() [all …]
|
| /external/cronet/third_party/boringssl/src/ |
| D | sources.cmake | 40 crypto/fipsmodule/ec/p256-nistz_test.cc 76 crypto/test/file_test_gtest.cc 77 crypto/test/gtest_main.cc 88 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_implicit_iv_tests.txt 89 crypto/cipher_extra/test/aes_128_cbc_sha1_tls_tests.txt 90 crypto/cipher_extra/test/aes_128_ccm_bluetooth_tests.txt 91 crypto/cipher_extra/test/aes_128_ccm_bluetooth_8_tests.txt 92 crypto/cipher_extra/test/aes_128_ccm_matter_tests.txt 93 crypto/cipher_extra/test/aes_128_ctr_hmac_sha256.txt 94 crypto/cipher_extra/test/aes_128_gcm_randnonce_tests.txt [all …]
|
| /external/mbedtls/tests/suites/ |
| D | test_suite_x509write.data | 47 x509_csr_check:"data_files/server1.key":"data_files/server1.req.ku-ct":MBEDTLS_MD_SHA1:MBEDTLS_X509… 63 …test-ca.key":"PolarSSLTest":"C=NL,O=PolarSSL,CN=PolarSSL Test CA":"01":"20190210144406":"202902101… 67 …test-ca.key":"PolarSSLTest":"C=NL,O=PolarSSL,CN=PolarSSL Test CA":"01":"19700210144406":"202902101… 71 …test-ca.key":"PolarSSLTest":"C=NL,O=PolarSSL,CN=PolarSSL Test CA":"01":"20190210144406":"205002101… 75 …test-ca.key":"PolarSSLTest":"C=NL,O=PolarSSL,CN=PolarSSL Test CA":"01":"19700210144406":"205002101… 79 …test-ca.key":"PolarSSLTest":"C=NL,O=PolarSSL,CN=PolarSSL Test CA":"01":"20500210144406":"205902101… 83 …test-ca.key":"PolarSSLTest":"C=NL,O=PolarSSL,CN=PolarSSL Test CA":"01":"20190210144406":"202902101… 87 …test-ca.key":"PolarSSLTest":"C=NL,O=PolarSSL,CN=PolarSSL Test CA":"01":"20110212144406":"202102121… 91 …test-ca.key":"PolarSSLTest":"C=NL,O=PolarSSL,CN=PolarSSL Test CA":"01":"20110212144406":"202102121… 95 …test-ca.key":"PolarSSLTest":"C=NL,O=PolarSSL,CN=PolarSSL Test CA":"01":"20190210144406":"202902101… [all …]
|
| /external/openthread/tools/harness-automation/autothreadharness/ |
| D | runner.py | 14 # names of its contributors may be used to endorse or promote products 60 """Record test results in json file 77 def startTest(self, test): argument 80 test.__class__.__name__, 83 test.add_all_devices = self.add_all_devices 86 test.auto_reboot = True 88 … (' '.join(self.auto_reboot_args + ['-c', test.__class__.__name__]), RESUME_SCRIPT_PATH)) 91 self.started = time.strftime('%Y-%m-%dT%H:%M:%S') 93 os.system('mkdir %s' % test.result_dir) 94 …self.log_handler = logging.FileHandler('%s\\auto-%s.log' % (test.result_dir, time.strftime('%Y%m%d… [all …]
|
| /external/testng/src/main/java/org/testng/ |
| D | CommandLineArgs.java | 17 public static final String LOG = "-log"; 18 public static final String VERBOSE = "-verbose"; 19 @Parameter(names = { LOG, VERBOSE }, description = "Level of verbosity") 22 public static final String GROUPS = "-groups"; 23 @Parameter(names = GROUPS, description = "Comma-separated list of group names to be run") 26 public static final String EXCLUDED_GROUPS = "-excludegroups"; 27 @Parameter(names = EXCLUDED_GROUPS, description ="Comma-separated list of group names to " 31 public static final String OUTPUT_DIRECTORY = "-d"; 32 @Parameter(names = OUTPUT_DIRECTORY, description ="Output directory") 35 public static final String JUNIT = "-junit"; [all …]
|
| /external/cronet/third_party/boringssl/ |
| D | BUILD.generated_tests.gni | 18 "src/crypto/test/abi_test.cc", 19 "src/crypto/test/abi_test.h", 20 "src/crypto/test/file_test.cc", 21 "src/crypto/test/file_test.h", 22 "src/crypto/test/gtest_main.h", 23 "src/crypto/test/test_util.cc", 24 "src/crypto/test/test_util.h", 25 "src/crypto/test/wycheproof_util.cc", 26 "src/crypto/test/wycheproof_util.h", 27 "src/ssl/test/async_bio.h", [all …]
|
| /external/harfbuzz_ng/test/shape/data/aots/tests/ |
| D | gpos3.tests | 1 #../fonts/gpos3_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+001… 2 ../fonts/gpos3_font1.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011… 3 #../fonts/gpos3_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+001… 4 #../fonts/gpos3_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+001… 5 #../fonts/gpos3_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+001… 6 #../fonts/gpos3_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+001… 7 ../fonts/gpos3_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011… 8 ../fonts/gpos3_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011… 9 ../fonts/gpos3_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011… 10 ../fonts/gpos3_font3.otf;--features="test" --single-par --no-clusters --no-glyph-names --ned;U+0011… [all …]
|
| D | gsub_chaining2_simple.tests | 1 ../fonts/gsub_chaining2_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names… 2 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 3 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 4 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 5 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 6 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 7 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 8 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 9 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 10 ../fonts/gsub_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… [all …]
|
| D | gsub_chaining3_simple.tests | 1 ../fonts/gsub_chaining3_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names… 2 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 3 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 4 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 5 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 6 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 7 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 8 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 9 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 10 ../fonts/gsub_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… [all …]
|
| D | gsub_chaining1_simple.tests | 1 ../fonts/gsub_chaining1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names… 2 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 3 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 4 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 5 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 6 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 7 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 8 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 9 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 10 ../fonts/gsub_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… [all …]
|
| D | gpos_chaining1_simple.tests | 1 ../fonts/gpos_chaining1_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names… 2 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 3 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 4 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 5 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 6 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 7 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 8 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 9 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 10 ../fonts/gpos_chaining1_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… [all …]
|
| D | gpos_chaining3_simple.tests | 1 ../fonts/gpos_chaining3_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names… 2 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 3 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 4 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 5 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 6 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 7 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 8 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 9 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 10 ../fonts/gpos_chaining3_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… [all …]
|
| D | gpos_chaining2_simple.tests | 1 ../fonts/gpos_chaining2_simple_f1.otf;--features="test" --single-par --no-clusters --no-glyph-names… 2 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 3 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 4 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 5 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 6 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 7 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 8 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 9 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… 10 ../fonts/gpos_chaining2_simple_f2.otf;--features="test" --single-par --no-clusters --no-glyph-names… [all …]
|
| /external/fonttools/Tests/varLib/instancer/ |
| D | names_test.py | 9 varNameIDs = instancer.names.getVariationNameIDs(varfont) 16 with instancer.names.pruningUnusedNames(varfont): 22 assert not any(n for n in varfont["name"].names if n.nameID in {256, 258}) 24 with instancer.names.pruningUnusedNames(varfont): 28 assert not any(n for n in varfont["name"].names if n.nameID in varNameIDs) 36 for r in nametable.names 39 if k[-1] not in platforms: 59 (1, 3, 1, 0x409): "Test Variable Font", 61 (3, 3, 1, 0x409): "2.001;GOOG;TestVariableFont-Regular", 62 (6, 3, 1, 0x409): "TestVariableFont-Regular", [all …]
|
| /external/jcommander/src/test/java/com/beust/jcommander/ |
| D | ParametersDelegateTest.java | 4 import org.testng.annotations.Test; 14 @Test 20 @Parameter(names = "-a") in delegatingEmptyClassHasNoEffect() 22 @Parameter(names = {"-b", "--long-b"}) in delegatingEmptyClassHasNoEffect() 30 cmd.parse("-a", "-b", "someValue"); in delegatingEmptyClassHasNoEffect() 36 @Test 39 @Parameter(names = "-c") in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() 41 @Parameter(names = {"-d", "--long-d"}) in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() 45 @Parameter(names = "-a") in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() 47 @Parameter(names = {"-b", "--long-b"}) in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() [all …]
|
| D | JCommanderTest.java | 10 * http://www.apache.org/licenses/LICENSE-2.0 31 import org.testng.annotations.Test; 41 @Test 44 @Test 59 @Test 75 @Test 92 … String[] argv = {"-debug", "-log", "2", "-float", "1.2", "-double", "1.3", "-bigdecimal", "1.4", in simpleArgs() 93 "-date", "2011-10-26", "-groups", "unit", "a", "b", "c"}; in simpleArgs() 103 Assert.assertEquals(args.date, new SimpleDateFormat("yyyy-MM-dd").parse("2011-10-26")); in simpleArgs() 109 new String[][]{new String[]{"--servers", "1", "-s", "2", "--servers", "3"}}, in alternateNamesListArgs() [all …]
|
| /external/cronet/base/trace_event/ |
| D | trace_arguments_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 38 TEST(TraceArguments, StringStorageDefaultConstruction) { in TEST() function 45 TEST(TraceArguments, StringStorageConstructionWithSize) { in TEST() function 55 TEST(TraceArguments, StringStorageReset) { in TEST() function 65 TEST(TraceArguments, StringStorageResetWithSize) { in TEST() function 78 TEST(TraceArguments, StringStorageEstimateTraceMemoryOverhead) { in TEST() function 99 TEST(TraceArguments, TraceValueAppend) { in TEST() function 102 v.Init(-1024); in TEST() 103 CheckJSONFor(v, TRACE_VALUE_TYPE_INT, "-1024"); in TEST() 104 CheckStringFor(v, TRACE_VALUE_TYPE_INT, "-1024"); in TEST() [all …]
|
| /external/jcommander/src/test/java/com/beust/jcommander/args/ |
| D | CommandLineArgs.java | 10 * http://www.apache.org/licenses/LICENSE-2.0 31 @Parameter(names = { "-log", "-verbose" }, description = "Level of verbosity") 34 @Parameter(names = "-groups", description = "Comma-separated list of group names to be run") 37 @Parameter(names = "-excludedgroups", description ="Comma-separated list of group names to be " + 41 @Parameter(names = "-d", description ="Output directory") 44 @Parameter(names = "-junit", description ="JUnit mode") 47 @Parameter(names = "-listener", description = "List of .class files or list of class names" + 51 @Parameter(names = "-methodselectors", description = "List of .class files or list of class " + 52 "names implementing IMethodSelector") 55 @Parameter(names = "-objectfactory", description = "List of .class files or list of class " + [all …]
|
| /external/boringssl/src/gen/ |
| D | sources.cmake | 31 crypto/fipsmodule/bn/asm/x86_64-gcc.c 66 crypto/fipsmodule/ec/p224-64.c 67 crypto/fipsmodule/ec/p256-nistz.c 107 gen/bcm/aesni-gcm-x86_64-apple.S 108 gen/bcm/aesni-gcm-x86_64-linux.S 109 gen/bcm/aesni-x86-apple.S 110 gen/bcm/aesni-x86-linux.S 111 gen/bcm/aesni-x86_64-apple.S 112 gen/bcm/aesni-x86_64-linux.S 113 gen/bcm/aesv8-armv7-linux.S [all …]
|
| /external/boringssl/ |
| D | BUILD.generated_tests.bzl | 30 "src/crypto/fipsmodule/ec/p256-nistz-table.h", 31 "src/crypto/fipsmodule/ec/p256-nistz.h", 61 "src/crypto/test/abi_test.cc", 62 "src/crypto/test/abi_test.h", 63 "src/crypto/test/file_test.cc", 64 "src/crypto/test/file_test.h", 65 "src/crypto/test/file_test_gtest.cc", 66 "src/crypto/test/file_util.cc", 67 "src/crypto/test/file_util.h", 68 "src/crypto/test/gtest_main.h", [all …]
|
| /external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/ |
| D | ProtoMessageRequestFormatterTest.java | 14 * * Neither the name of Google LLC nor the names of its 43 import org.junit.Test; 63 "/api/v1/names/{name=field_name1/**}/aggregated", in setUp() 64 request -> { in setUp() 72 request -> { in setUp() 80 request -> { in setUp() 84 .setAdditionalPaths("/api/v1/names/{name=field_name1/**}/hello") in setUp() 88 @Test 96 // Test toBuilder() case in getQueryParamNames() 103 @Test [all …]
|
| /external/sandboxed-api/sandboxed_api/tools/generator2/ |
| D | code_test.py | 7 # https://www.apache.org/licenses/LICENSE-2.0 97 ('1:', '/tmp/test.h', 'tmp', 'tmp/test.h'), 98 ('2:', '/a/b/c/d/tmp/test.h', 'c/d', 'c/d/tmp/test.h'), 99 ('3:', '/tmp/test.h', None, '/tmp/test.h'), 100 ('4:', '/tmp/test.h', '', '/tmp/test.h'), 101 ('5:', '/tmp/test.h', 'xxx', 'xxx/test.h'), 130 result = generator.generate('Test', functions, 'sapi::Tests', None, None) 140 generator.generate('Test', ['function'], 'sapi::Tests', None, None) 149 generator.generate('Test', ['function'], 'sapi::Tests', None, None) 158 result = generator.generate('Test', [], 'sapi::Tests', None, None) [all …]
|
| /external/grpc-grpc-java/rls/src/test/java/io/grpc/rls/ |
| D | RlsProtoConvertersTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 39 import org.junit.Test; 46 @Test 59 @Test 72 @Test 87 @Test 101 @Test 106 + " \"names\": [\n" in convert_jsonRlsConfig() 115 + " \"names\": [\"User\", \"Parent\"],\n" in convert_jsonRlsConfig() 120 + " \"names\": [\"X-Google-Id\"],\n" in convert_jsonRlsConfig() [all …]
|