Home
last modified time | relevance | path

Searched defs:test_name (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-timeout/DummySubDir/
H A DOneTest.py19 test_name = sys.argv[1].split('=',1)[1] variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
H A DOneTest.py23 test_name = sys.argv[1].split('=',1)[1] variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/googletest-upstream-format/DummySubDir/
H A DOneTest.py24 test_name = sys.argv[1].split('=',1)[1] variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest_prod.h58 #define FRIEND_TEST(test_case_name, test_name)\ argument
H A Dgtest-param-test.h414 #define TEST_P(test_suite_name, test_name) \ argument
H A Dgtest.h2331 #define GTEST_TEST(test_suite_name, test_name) \ argument
2338 #define TEST(test_suite_name, test_name) GTEST_TEST(test_suite_name, test_name) argument
2368 #define TEST_F(test_fixture, test_name)\ argument
2438 TestInfo* RegisterTest(const char* test_suite_name, const char* test_name, in RegisterTest()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_cursor_kind.py12 def test_name(self): member in TestCursorKind
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h583 const char* test_name) { in AddTestName()
597 bool TestExists(const std::string& test_name) const { in TestExists()
601 const CodeLocation& GetCodeLocation(const std::string& test_name) const { in GetCodeLocation()
755 std::string test_name = StripTrailingSpaces( variable
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dfixtests.c57 tCC* test_name; member
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dfixtests.c57 tCC* test_name; member
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_name.c39 test_name(hx509_context context, const char *name) in test_name() function
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dcomplexity_test.cc15 int AddComplexityTest(std::string test_name, std::string big_o_test_name, in AddComplexityTest()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dmake_graph.py93 def get(self, res_dir, test_name): argument
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dmake_graph.py93 def get(self, res_dir, test_name): argument
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dtsig_test.c526 test_name(const char *name_string, const dns_name_t *expected) { test_name() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-common.c135 map_free(struct map_page *map, const char *test_name, const char *map_name) in map_free()
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dtestutils.c43 char *test_name; variable
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen.h84 const char *test_name; /* name of current test */ member
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dselftest_hangcheck.c768 const char *test_name, in __igt_reset_engines()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c1400 char *test_name; in reject_invalid_hostname() local
1438 char *test_name; in reject_non_fqdn_hostname() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest.cc524 const std::string& test_name) { in FilterMatchesTest()
5510 const std::string test_name(test_info->name()); in FilterTests() local