/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/openthread/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 29 #### SE driver registration 37 #### Dispatch to SE driver 50 #### SE driver inputs 58 #### SE driver outputs 72 #### Persistence of SE keys 81 #### Resilience for SE drivers 96 #### Real-world use case 107 #### Complete driver
|
D | test-framework.md | 11 ### Unit test descriptions 29 ### SSL extension tests 31 #### SSL test case descriptions 39 ### Outcome file
|
/external/mbedtls/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 29 #### SE driver registration 37 #### Dispatch to SE driver 50 #### SE driver inputs 58 #### SE driver outputs 72 #### Persistence of SE keys 81 #### Resilience for SE drivers 96 #### Real-world use case 107 #### Complete driver
|
D | test-framework.md | 11 ### Unit test descriptions 29 ### SSL extension tests 31 #### SSL test case descriptions 39 ### Outcome file
|
/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/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/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/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 338 ### Writing a test 353 ### Making a new test work with ebuilds 386 ### Deps 409 ### Test naming conventions
|
/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/crosvm/docs/book/src/ |
D | testing.md | 8 ### Unit Tests 24 ### Integration tests 37 ### End To End (E2E) tests 44 ### Downstream Product tests
|
/external/arm-trusted-firmware/docs/components/ |
D | realm-management-extension.rst | 260 …): https://www.arm.com/why-arm/architecture/security-features/arm-confidential-compute-architecture 261 …developer.arm.com/tools-and-software/simulation-models/fixed-virtual-platforms/arm-ecosystem-models 262 .. _TF-A Tests: https://trustedfirmware-a-tests.readthedocs.io/en/latest 263 .. _Hafnium: https://www.trustedfirmware.org/projects/hafnium
|
/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/cronet/build/android/pylib/local/device/ |
D | local_device_test_run.py | 69 def run_tests_on_device(dev, tests, results): argument 216 def _GetTestsToRetry(self, tests, try_results): argument 246 def _ApplyExternalSharding(self, tests, shard_index, total_shards): argument 277 def _SortTests(self, tests): argument 292 def _PartitionTests(self, tests, num_desired_partitions, max_partition_size): argument 354 def _CreateShardsForDevices(self, tests): argument 375 def _GroupTests(self, tests): argument
|
/external/angle/build/android/pylib/local/device/ |
D | local_device_test_run.py | 69 def run_tests_on_device(dev, tests, results): argument 216 def _GetTestsToRetry(self, tests, try_results): argument 246 def _ApplyExternalSharding(self, tests, shard_index, total_shards): argument 277 def _SortTests(self, tests): argument 292 def _PartitionTests(self, tests, num_desired_partitions, max_partition_size): argument 354 def _CreateShardsForDevices(self, tests): argument 375 def _GroupTests(self, tests): 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/cronet/net/base/ |
D | proxy_string_util_unittest.cc | 24 } tests[] = { in TEST() local 118 const char* const tests[] = { in TEST() local 145 const char* const tests[] = { in TEST() local 162 } tests[] = { in TEST() local 221 const char* const tests[] = { in TEST() local
|