Home
last modified time | relevance | path

Searched defs:Tests (Results 1 – 25 of 100) sorted by relevance

1234

/external/linux-kselftest/android/
DREADME.md164 ### bpf/
169 ### cpufreq/
173 ### cpu-hotplug/
177 ### filesystems/dnotify_test.c
182 ### firmware/
187 ### ftrace/
191 ### gpio/
196 ### ipc/
201 ### kvm/
205 ### lib/
[all …]
/external/llvm-project/libcxxabi/test/
Dguard_test_basic.pass.cpp23 struct Tests { struct
25 Tests() : g{}, impl(&g) {} in Tests() function
42 Tests tests; in test() argument
48 void test_acquire() { in test_acquire()
65 void test_release() { in test_release()
76 void test_abort() { in test_abort()
/external/deqp/external/openglcts/
DREADME.md119 ### Configuration
213 ### Building the Tests
246 #### Windows
293 #### Linux
319 #### Android
428 ### Conformance runs
432 ### Linux and Windows
526 ### Running Subsets
677 ### Understanding the Results
710 ### Test Logs
/external/googletest/docs/
Dadvanced.md656 ### How to Write a Death Test
753 ### Death Test Naming
779 ### Regular Expression Syntax
822 ### How It Works
851 ### Death Tests And Threads
873 ### Death Test Styles
909 ### Caveats
1331 ### How to Write Value-Parameterized Tests
1466 ### Creating Value-Parameterized Abstract Tests
1490 ### Specifying Names for Value-Parameterized Test Parameters
[all …]
/external/angle/src/tests/perf_tests/
DREADME.md13 ### Choosing the Test to Run
17 ### Null/No-op Configurations
21 ### Command-line Arguments
/external/grpc-grpc/src/objective-c/tests/
DTests.m21 @interface Tests : NSObject interface
24 @implementation Tests implementation
/external/grpc-grpc/src/php/
DREADME.md272 ### Composer
282 ### Client Stub
291 ### Run test server
302 ### Run test client
/external/libcxx/utils/google-benchmark/docs/
DAssemblyTests.md87 #### Capturing Variables
107 #### Using Regular Expressions to Match Differing Output
/external/llvm-project/llvm/utils/benchmark/docs/
DAssemblyTests.md87 #### Capturing Variables
107 #### Using Regular Expressions to Match Differing Output
/external/llvm-project/libcxx/utils/google-benchmark/docs/
DAssemblyTests.md87 #### Capturing Variables
107 #### Using Regular Expressions to Match Differing Output
/external/google-benchmark/docs/
DAssemblyTests.md87 #### Capturing Variables
107 #### Using Regular Expressions to Match Differing Output
/external/grpc-grpc/doc/
Dinterop-test-descriptions.md933 #### rpc_soak
938 #### channel_soak
947 #### long_lived_channel
954 #### High priority:
962 #### Normal priority:
974 #### Lower priority:
991 #### To priorize:
/external/cldr/
DCONTRIBUTING.md59 ## Tests section in Contributing to CLDR
63 ### Automatic Test Runs
/external/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
Drsa.go39 Tests []rsaKeyGenTest `json:"tests"` member
48 Tests []rsaKeyGenTestResponse `json:"tests"` member
70 Tests []rsaSigGenTest `json:"tests"` member
82 Tests []rsaSigGenTestResponse `json:"tests"` member
101 Tests []rsaSigVerTest `json:"tests"` member
112 Tests []rsaSigVerTestResponse `json:"tests"` member
Dxts.go37 Tests []struct { member
49 Tests []xtsTestResponse `json:"tests"` member
Dhash.go33 Tests []struct { member
42 Tests []hashTestResponse `json:"tests"` member
DkeyedMac.go37 Tests []struct { member
47 Tests []keyedMACTestResponse `json:"tests"` member
Dhmac.go37 Tests []struct { member
46 Tests []hmacTestResponse `json:"tests"` member
/external/angle/third_party/vulkan-deps/spirv-tools/src/
DREADME.md271 ### Tests subsection
644 ### Tests subsection
648 #### Running test with CMake
661 #### Running test with Bazel
/external/llvm-project/llvm/unittests/Support/
DDJBTest.cpp21 static constexpr TestCase Tests[] = { in TEST() local
63 static constexpr TestCase Tests[] = { in TEST() local
/external/llvm-project/clang-tools-extra/clangd/unittests/
DXRefsTests.cpp77 const char *Tests[] = { in TEST() local
127 const char *Tests[] = { in TEST() local
390 const char *Tests[] = { in TEST() local
785 const char *Tests[] = { in TEST() local
862 const char *Tests[] = { in TEST() local
924 const char *Tests[] = { in TEST() local
1090 const char *Tests[] = { in TEST() local
1373 const char *Tests[] = { in TEST() local
1530 const char *Tests[] = { in TEST() local
1703 const char *Tests[] = { in TEST() local
[all …]
DSemanticSelectionTests.cpp57 const char *Tests[] = { in TEST() local
204 const char *Tests[] = { in TEST() local
/external/deqp-deps/amber/
DREADME.md34 ### Clear test as AmberScript
67 ### Clear test as VkScript
/external/swiftshader/third_party/subzero/crosstest/
Dtest_vector_ops.cpp714 static TestFn Tests[]; member in __anon2dff2f8a0111::ShuffleVectorTest
719 typename ShuffleVectorTest<Ty>::TestFn ShuffleVectorTest<Ty>::Tests[] = { member in __anon2dff2f8a0111::ShuffleVectorTest<Ty>
/external/python/cpython3/Lib/test/
Dtest_future4.py5 class Tests(unittest.TestCase): class

1234