Home
last modified time | relevance | path

Searched defs:tests (Results 1 – 25 of 5122) sorted by relevance

12345678910>>...205

/external/swiftshader/tests/regres/
Dci-tests.json2 { "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/
DTestLeftRecursion.java55 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/pandora/avatar/doc/
Doverview.md90 ### Functional tests
98 ### Interoperability regression tests
105 ### Examples
114 ### From the Bluetooth specification (or a Google specification)
130 ### From a bug fix
140 ### From a coverage report
/external/mbedtls/docs/architecture/testing/
Ddriver-interface-test-strategy.md29 #### 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
Dtest-framework.md11 ### Unit test descriptions
29 ### SSL extension tests
31 #### SSL test case descriptions
37 ### SSL cipher suite tests
45 ### Outcome file
/external/openthread/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md29 #### 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
Dtest-framework.md11 ### Unit test descriptions
29 ### SSL extension tests
31 #### SSL test case descriptions
37 ### SSL cipher suite tests
45 ### Outcome file
/external/rust/android-crates-io/crates/coset/src/key/
Dtests.rs23 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 = [( in test_cose_keyset_decode_fail() localVariable
590 let tests = [ 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
755 let tests = [ in test_key_canonicalize() localVariable
/external/ltp/testcases/kernel/security/integrity/ima/
DREADME.md11 ### IMA measurement tests
18 ### IMA key test
46 ### IMA kexec test
54 ### IMA SELinux test
/external/webrtc/modules/desktop_capture/
Ddesktop_frame_unittest.cc78 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/android-crates-io/crates/coset/src/header/
Dtests.rs23 let tests = vec![ in test_header_encode() localVariable
194 let tests = vec![ in test_header_decode_fail() localVariable
364 let tests = [ 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/
DCONTRIBUTING.md25 ### Test framework overview
52 ### Data Files
67 ### Adding tests to dEQP Framework
78 ### Adding tests to GTF
/external/crosvm/docs/book/src/testing/
Dindex.md8 ### Unit Tests
51 ### Documentation tests
64 ### Integration tests
77 ### End To End (E2E) tests
93 ### Downstream Product tests
/external/robolectric/robolectric/src/test/java/org/robolectric/res/
DStringResourcesTest.java34 Map<String, String> tests = new HashMap<>(); in escape_shouldEscapeCodePoints() local
66 Map<String, String> tests = new HashMap<>(); in escape_shouldRemoveUnescapedDoubleQuotes() local
85 Map<String, String> tests = new HashMap<>(); in escape_shouldSupport() local
95 List<String> tests = new ArrayList<>(); in testInvalidCodePoints() local
/external/autotest/docs/
Duser-doc.md189 ### 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/rust/android-crates-io/crates/coset/src/common/
Dtests.rs38 let tests = [ in test_label_encode() localVariable
174 let tests = [ in test_label_decode_fail() localVariable
189 let tests = [ in test_registered_label_encode() localVariable
255 let tests = [ in test_registered_label_decode_fail() localVariable
283 let tests = [ in test_registered_label_with_private_encode() localVariable
365 let tests = [ in test_registered_label_with_private_decode_fail() localVariable
398 let tests = [(CBOR_NINT_MIN_HEX, i64::MIN), (CBOR_INT_MAX_HEX, i64::MAX)]; in test_large_label_decode() localVariable
408 let tests = [ in test_large_label_decode_fail() localVariable
421 let tests = [ in test_large_registered_label_decode_fail() localVariable
434 let tests = [ in test_large_registered_label_with_private_decode_fail() localVariable
/external/libwebsockets/READMEs/
DREADME.ctest.md231 ### Timeout
236 ### Working Directory
248 ### Spawning Buddies
306 ### Buddy sockets and test concurrency
/external/pigweed/targets/rp2040/
Dupstream.rst32 .. _PicoPico: https://pigweed.googlesource.com/pigweed/hardware/picopico
43 …errypi.com/documentation/microcontrollers/debug-probe.html#updating-the-firmware-on-the-debug-probe
44 …tarted: https://www.raspberrypi.com/documentation/microcontrollers/debug-probe.html#getting-started
346 Step 1: Start test server
369 Step 2: Configure GN
381 Step 3: Build changes
/external/cronet/tot/build/android/pylib/local/device/
Dlocal_device_test_run.py56 def run_tests_on_device(dev, tests, results): argument
220 def _GetTestsToRetry(self, tests, try_results): argument
253 def _ApplyExternalSharding(self, tests, shard_index, total_shards): argument
284 def _SortTests(self, tests): argument
299 def _PartitionTests(self, tests, num_desired_partitions, max_partition_size): argument
360 def _CreateShardsForDevices(self, tests): argument
391 def _GroupTests(self, tests): argument
395 def _GroupTestsAfterSharding(self, tests): argument
399 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
/external/cronet/stable/build/android/pylib/local/device/
Dlocal_device_test_run.py56 def run_tests_on_device(dev, tests, results): argument
220 def _GetTestsToRetry(self, tests, try_results): argument
253 def _ApplyExternalSharding(self, tests, shard_index, total_shards): argument
284 def _SortTests(self, tests): argument
299 def _PartitionTests(self, tests, num_desired_partitions, max_partition_size): argument
360 def _CreateShardsForDevices(self, tests): argument
391 def _GroupTests(self, tests): argument
395 def _GroupTestsAfterSharding(self, tests): argument
399 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
/external/angle/build/android/pylib/local/device/
Dlocal_device_test_run.py53 def _RunTestsOnDevice(self, dev, tests, results, exit_now): argument
229 def _GetTestsToRetry(self, tests, try_results): argument
262 def _ApplyExternalSharding(self, tests, shard_index, total_shards): argument
293 def _SortTests(self, tests): argument
308 def _PartitionTests(self, tests, num_desired_partitions, max_partition_size): argument
369 def _CreateShardsForDevices(self, tests): argument
400 def _GroupTests(self, tests): argument
404 def _GroupTestsAfterSharding(self, tests): argument
408 def _AppendPreTestsForRetry(self, failed_tests, tests): argument
/external/arm-trusted-firmware/docs/components/
Drealm-management-extension.rst260 …): 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/rust/android-crates-io/crates/etherparse/src/transport/icmpv4/
Dredirect_code.rs45 let tests = [ in from_u8() localVariable
67 let tests = [ in code_u8() localVariable
86 let tests = [ in clone_eq() localVariable
99 let tests = [ in debug() localVariable
/external/json-schema-validator/src/test/suite/tests/draft7/optional/
Dbignum.json5 "tests": [ array
21 "tests": [ array
37 "tests": [ array
48 "tests": [ array
61 "tests": [ array
72 "tests": [ array
85 "tests": [ array
/external/json-schema-validator/src/test/suite/tests/draft6/optional/
Dbignum.json5 "tests": [ array
21 "tests": [ array
37 "tests": [ array
48 "tests": [ array
61 "tests": [ array
72 "tests": [ array
85 "tests": [ array

12345678910>>...205