Searched refs:TEST_P (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest-param-test.h | 63 TEST_P(FooTest, DoesBlah) { 70 TEST_P(FooTest, HasBlahBlah) { 170 TEST_P(DerivedTest, DoesBlah) { 414 #define TEST_P(test_suite_name, test_name) \ macro
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| H A D | sanitizer_libc_test.cc | 189 TEST_P(SanitizerCommonFileTest, ReadFileToBuffer) { in TEST_P() function 198 TEST_P(SanitizerCommonFileTest, ReadFileToBufferHalf) { in TEST_P() function 208 TEST_P(SanitizerCommonFileTest, ReadFileToVector) { in TEST_P() function 214 TEST_P(SanitizerCommonFileTest, ReadFileToVectorHalf) { in TEST_P() function
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
| H A D | msan_test.cc | 993 TEST_P(MemorySanitizerIpTest, accept) { in TEST_P() function 1037 TEST_P(MemorySanitizerIpTest, recvmsg) { in TEST_P() function
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | generic.texi | 91 if (TEST_P (t) && !TEST_P (y)) 97 int i = (TEST_P (t) != 0); 106 if (TEST_P (t) == 1)
|
| H A D | gccint.info | 10060 if (TEST_P (t) && !TEST_P (y)) 10063 int i = (TEST_P (t) != 0); 10069 if (TEST_P (t) == 1)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | generic.texi | 91 if (TEST_P (t) && !TEST_P (y)) 97 int i = (TEST_P (t) != 0); 106 if (TEST_P (t) == 1)
|
| H A D | gccint.info | 9697 if (TEST_P (t) && !TEST_P (y)) 9700 int i = (TEST_P (t) != 0); 9706 if (TEST_P (t) == 1)
|