| /external/swiftshader/tests/regres/ |
| D | ci-tests.json | 2 { "name": "vulkan-wsi", "api": "vulkan", "tests": "testlists/vk-wsi-PASS.txt" }, string 4 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ABORT.txt" }, string 5 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-ASSERT.txt" }, string 6 …{ "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-COMPATIBILITY_WARNING.tx… string 7 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-CRASH.txt" }, string 8 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-FAIL.txt" }, string 9 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-PASS.txt" }, string 10 … { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-QUALITY_WARNING.txt" }, string 11 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-TIMEOUT.txt" }, string 12 { "name": "vulkan-master", "api": "vulkan", "tests": "testlists/vk-master-UNIMPLEMENTED.txt" }, string [all …]
|
| /external/antlr/tool/src/test/java/org/antlr/test/ |
| D | TestLeftRecursion.java | 55 String[] tests = { in testTernaryExpr() local 85 String[] tests = { in testDeclarationsUsingASTOperators() local 116 String[] tests = { in testDeclarationsUsingRewriteOperators() local 146 String[] tests = { in testExpressionsUsingASTOperators() local 178 String[] tests = { in testExpressionsUsingRewriteOperators() local 211 String[] tests = { in testExpressionAssociativity() local 292 String[] tests = { in testJavaExpressions() local 335 String[] tests = { in testReturnValueAndActions() local 354 String[] tests = { in testReturnValueAndActionsAndASTs() local 361 public void runTests(String grammar, String[] tests, String startRule) { in runTests()
|
| /external/rust/crates/coset/src/key/ |
| D | tests.rs | 23 let tests = vec![ in test_cose_key_encode() localVariable 234 let tests = vec![ in test_rfc8152_public_cose_key_decode() localVariable 316 let tests = vec![ in test_rfc8152_private_cose_key_decode() localVariable 451 let tests = vec![ in test_cose_key_decode_fail() localVariable 572 let tests = vec![( in test_cose_keyset_decode_fail() localVariable 590 let tests = vec![ in test_cose_key_decode_dup_fail() localVariable 619 let tests = vec![CoseKeyBuilder::new() in test_cose_key_encode_dup_fail() localVariable 631 let tests = vec![ in test_key_builder() localVariable
|
| /external/webrtc/modules/desktop_capture/ |
| D | desktop_frame_unittest.cc | 78 void RunTests(const TestData* tests, int num_tests) { in RunTests() 91 const TestData tests[] = { in TEST() local 111 const TestData tests[] = { in TEST() local 141 const TestData tests[] = { in TEST() local 165 const TestData tests[] = { in TEST() local 214 const TestData tests[] = { in TEST() local 244 const TestData tests[] = { in TEST() local 275 const TestData tests[] = { in TEST() local 306 const TestData tests[] = { in TEST() local
|
| /external/rust/crates/coset/src/common/ |
| D | tests.rs | 38 let tests = vec![ in test_label_encode() localVariable 104 let tests = vec![ in test_label_decode_fail() localVariable 119 let tests = vec![ in test_registered_label_encode() localVariable 185 let tests = vec![ in test_registered_label_decode_fail() localVariable 213 let tests = vec![ in test_registered_label_with_private_encode() localVariable 295 let tests = vec![ in test_registered_label_with_private_decode_fail() localVariable 328 let tests = vec![(CBOR_NINT_MIN_HEX, i64::MIN), (CBOR_INT_MAX_HEX, i64::MAX)]; in test_large_label_decode() localVariable 338 let tests = vec![ in test_large_label_decode_fail() localVariable 351 let tests = vec![ in test_large_registered_label_decode_fail() localVariable 364 let tests = vec![ in test_large_registered_label_with_private_decode_fail() localVariable
|
| /external/ltp/testcases/kernel/security/integrity/ima/ |
| D | README.md | 11 ### IMA measurement tests 18 ### IMA key test 46 ### IMA kexec test 54 ### IMA SELinux test
|
| /external/rust/crates/coset/src/header/ |
| D | tests.rs | 23 let tests = vec![ in test_header_encode() localVariable 194 let tests = vec![ in test_header_decode_fail() localVariable 364 let tests = vec![ in test_header_decode_dup_fail() localVariable 393 let tests = vec![ in test_header_encode_dup_fail() localVariable 419 let tests = vec![ in test_header_builder() localVariable
|
| /external/deqp/external/openglcts/ |
| D | CONTRIBUTING.md | 25 ### Test framework overview 52 ### Data Files 67 ### Adding tests to dEQP Framework 78 ### Adding tests to GTF
|
| /external/autotest/docs/ |
| D | user-doc.md | 189 ### Building tests selectively 244 ### Running tests on a machine 249 ### Running tests in a VM - cros_run_test 340 ### Writing a test 355 ### Making a new test work with ebuilds 388 ### Deps 411 ### Test naming conventions
|
| /external/pdfium/fxjs/xfa/ |
| D | cfxjse_formcalc_context_embeddertest.cpp | 50 } tests[] = {{"123 + 456", 579}, in TEST_F() local 91 } tests[] = { in TEST_F() local 113 } tests[] = {{"0 and 1 or 2 > 1", true}, in TEST_F() local 153 } tests[] = {{"Abs(1.03)", 1.03f}, {"Abs(-1.03)", 1.03f}, {"Abs(0)", 0.0f}}; in TEST_F() local 171 } tests[] = {{"Avg(0, 32, 16)", 16.0f}, {"Avg(2.5, 17, null)", 9.75f}}; in TEST_F() local 189 } tests[] = {{"Ceil(2.5875)", 3}, {"Ceil(-5.9)", -5}, {"Ceil(\"abc\")", 0}}; in TEST_F() local 207 } tests[] = {{"Count(\"Tony\", \"Blue\", 41)", 3}}; in TEST_F() local 225 } tests[] = {{"Floor(21.3409873)", 21}, in TEST_F() local 245 } tests[] = {{"Max(234, 15, 107)", 234}, in TEST_F() local 265 } tests[] = {{"Min(234, 15, 107)", 15}, in TEST_F() local [all …]
|
| /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/ |
| D | StringResourcesTest.java | 31 Map<String, String> tests = new HashMap<>(); in escape_shouldEscapeCodePoints() local 59 Map<String, String> tests = new HashMap<>(); in escape_shouldRemoveUnescapedDoubleQuotes() local 78 Map<String, String> tests = new HashMap<>(); in escape_shouldSupport() local 88 List<String> tests = new ArrayList<>(); in testInvalidCodePoints() local
|
| /external/robolectric/robolectric/src/test/java/org/robolectric/res/ |
| D | StringResourcesTest.java | 31 Map<String, String> tests = new HashMap<>(); in escape_shouldEscapeCodePoints() local 59 Map<String, String> tests = new HashMap<>(); in escape_shouldRemoveUnescapedDoubleQuotes() local 78 Map<String, String> tests = new HashMap<>(); in escape_shouldSupport() local 88 List<String> tests = new ArrayList<>(); in testInvalidCodePoints() local
|
| /external/libwebsockets/READMEs/ |
| D | README.ctest.md | 231 ### Timeout 236 ### Working Directory 248 ### Spawning Buddies 306 ### Buddy sockets and test concurrency
|
| /external/rust/crates/coset/src/sign/ |
| D | tests.rs | 30 let tests = vec![ in test_cose_signature_encode() localVariable 128 let tests = vec![ in test_cose_signature_decode_fail() localVariable 205 let tests = vec![ in test_cose_signature_builder() localVariable 272 let tests = vec![ in test_cose_sign_encode() localVariable 405 let tests = vec![ in test_cose_sign_decode_fail() localVariable 512 let tests = vec![ in test_cose_sign_tagged_decode_fail() localVariable 602 let tests = vec![ in test_rfc8152_cose_sign_decode() localVariable 766 let tests = vec![ in test_cose_sign1_encode() localVariable 852 let tests = vec![ in test_cose_sign1_decode_fail() localVariable 945 let tests = vec![( in test_cose_sign1_decode_noncanonical() localVariable [all …]
|
| /external/python/oauth2client/ |
| D | tox.ini | 147 passenv = {[testenv:system-tests]passenv} 150 basepython = 152 commands = 154 deps = 157 passenv = {[testenv:system-tests]passenv}
|
| /external/python/cpython2/Lib/test/ |
| D | bisect_cmd.py | 32 def write_tests(filename, tests): argument 39 def write_output(filename, tests): argument 74 def run_tests(args, tests, huntrleaks=None): argument
|
| /external/python/cpython3/Lib/test/ |
| D | bisect_cmd.py | 31 def write_tests(filename, tests): argument 38 def write_output(filename, tests): argument 74 def run_tests(args, tests, huntrleaks=None): argument
|
| /external/curl/tests/ |
| D | README.md | 201 ### test data 211 ### curl tests 217 ### libcurl tests 224 ### unit tests
|
| /external/libwebsockets/minimal-examples/api-tests/api-test-lws_tokenize/ |
| D | main.c | 26 struct tests { struct 27 const char *string; 28 struct expected *exp; 29 int count; 30 int flags; 183 struct tests tests[] = { variable
|
| /external/boringssl/src/third_party/wycheproof_testvectors/ |
| D | rsa_pss_misc_test.json | 26 "tests" : [ array 51 "tests" : [ array 76 "tests" : [ array 101 "tests" : [ array 126 "tests" : [ array 151 "tests" : [ array 176 "tests" : [ array 201 "tests" : [ array 226 "tests" : [ array 251 "tests" : [ array [all …]
|
| /external/pdfium/xfa/fgas/crt/ |
| D | cfgas_stringformatter_unittest.cpp | 67 } tests[] = { in TEST_F() local 131 } tests[] = {{L"en", L"01:01:11", L"h:M A", L"1:1 AM"}, in TEST_F() local 182 } tests[] = { in TEST_F() local 212 } tests[] = { in TEST_F() local 240 } tests[] = { in TEST_F() local 351 static const TestCase tests[] = { in TEST_F() local 497 static const TestCase tests[] = { in TEST_F() local 624 } tests[] = {// TODO(dsinclair) Missing support for the global modifiers: in TEST_F() local 655 } tests[] = { in TEST_F() local 678 } tests[] = { in TEST_F() local [all …]
|
| /external/vixl/tools/ |
| D | known_test_failures.py | 31 def FilterKnownValgrindTestFailures(tests): argument 82 def FilterKnownTestFailures(tests, **env): argument
|
| /external/python/cpython3/Lib/test/libregrtest/ |
| D | main.py | 203 def find_tests(self, tests): argument 465 def _test_forever(self, tests): argument 636 def main(self, tests=None, **kwargs): argument 675 def _main(self, tests, kwargs): argument 734 def main(tests=None, **kwargs): argument
|
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| D | PluralRangesTest.java | 39 String[][] tests = { in TestLocaleData() local 63 String[][] tests = { in TestRangePattern() local 79 Object[][] tests = { in TestFormatting() local
|
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
| D | PluralRangesTest.java | 42 String[][] tests = { in TestLocaleData() local 66 String[][] tests = { in TestRangePattern() local 82 Object[][] tests = { in TestFormatting() local
|