/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest_main.cc | 42 void setup() { testing::InitGoogleTest(); } in setup() 55 testing::InitGoogleTest(); in main() 63 testing::InitGoogleTest(&argc, argv); in main()
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | gtest_premature_exit_test.cc | 38 using ::testing::InitGoogleTest; 112 InitGoogleTest(&argc, argv); in main()
|
H A D | googletest-shuffle-test_.cc | 37 using ::testing::InitGoogleTest; 90 InitGoogleTest(&argc, argv); in main()
|
H A D | gtest_xml_output_unittest_.cc | 44 using ::testing::InitGoogleTest; 187 InitGoogleTest(&argc, argv); in main()
|
H A D | gtest_stress_test.cc | 228 testing::InitGoogleTest(&argc, argv); in main() 242 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | gtest_no_test_unittest.cc | 36 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | googletest-color-test_.cc | 48 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | googletest-throw-on-failure-test_.cc | 56 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | googletest-param-test-invalid-name1-test_.cc | 44 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | gtest_skip_in_environment_setup_test.cc | 45 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | googletest-global-environment-unittest_.cc | 55 ::testing::InitGoogleTest(&argc, argv); in main()
|
H A D | googletest-param-test-invalid-name2-test_.cc | 50 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | googletest-break-on-failure-unittest_.cc | 80 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | gtest_throw_on_failure_ex_test.cc | 80 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | googletest-listener-test.cc | 42 using ::testing::InitGoogleTest; 265 InitGoogleTest(&argc, argv); in main()
|
H A D | googletest-death-test_ex_test.cc | 88 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | gtest_assert_by_exception_test.cc | 99 testing::InitGoogleTest(&argc, argv); in main()
|
H A D | gtest_list_output_unittest_.cc | 74 ::testing::InitGoogleTest(&argc, argv); in main()
|
/freebsd/contrib/googletest/googletest/samples/ |
H A D | sample10_unittest.cc | 37 using ::testing::InitGoogleTest; 106 InitGoogleTest(&argc, argv); in main()
|
H A D | sample9_unittest.cc | 38 using ::testing::InitGoogleTest; 97 InitGoogleTest(&argc, argv); in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/tests/ |
H A D | driver.cpp | 12 testing::InitGoogleTest(&argc, argv); in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/ |
H A D | driver.cpp | 12 testing::InitGoogleTest(&argc, argv); in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | orc_unit_test_main.cpp | 16 testing::InitGoogleTest(&argc, argv); in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/ |
H A D | nsan_unit_test_main.cpp | 16 testing::InitGoogleTest(&argc, argv); in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
H A D | rtsan_test_main.cpp | 15 testing::InitGoogleTest(&argc, argv); in main()
|