Home
last modified time | relevance | path

Searched refs:FormatFileLocation (Results 1 – 25 of 1479) sorted by relevance

12345678910>>...60

/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/include/gmock/internal/
H A Dgmock-port.h240 inline void FormatFileLocation(const char* file, int line, ::std::ostream* os) { in FormatFileLocation() function
272 FormatFileLocation(file, line, &::std::cerr); in GMockCheckProvider()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/googletest/test/
H A Dgtest-port_test.cc234 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
235 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
240 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
241 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
245 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
249 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/cubeb-sys-0.5.5/libcubeb/googletest/test/
H A Dgtest-port_test.cc234 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
235 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
240 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
241 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
245 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
249 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-sys/libcubeb/googletest/test/
H A Dgtest-port_test.cc234 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
235 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
240 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
241 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
245 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
249 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-sys/libcubeb/googletest/test/
H A Dgtest-port_test.cc234 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
235 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
240 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
241 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
245 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
249 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-sys/libcubeb/googletest/test/
H A Dgtest-port_test.cc234 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
235 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
240 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
241 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
245 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
249 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-sys/libcubeb/googletest/test/
H A Dgtest-port_test.cc234 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
235 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
240 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
241 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
245 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
249 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/dports/devel/string_theory/string_theory-3.4/test/gtest-1.10.0/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/science/ALPSCore/ALPSCore-2.2.0/common/deps/gtest-1.7.0/test/
H A Dgtest-port_test.cc271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/dports/math/pdal/PDAL-2.3.0/vendor/gtest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/gtests/google_test/gtest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/archivers/lazperf/laz-perf-2.0.0/cpp/test/gtest/gtest-1.10.0/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/math/stanmath/math-4.2.0/lib/benchmark_1.5.1/googletest/googletest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/security/ca_root_nss/nss-3.71/nss/gtests/google_test/gtest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/chinese/opencc/OpenCC-ver.1.0.5/deps/gtest-1.7.0/test/
H A Dgtest-port_test.cc271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/dports/misc/quantum++/qpp-3.0/unit_tests/lib/googletest/googletest-release-1.10.0/googletest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/science/axom/axom-0.6.1/src/cmake/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/science/conduit/conduit-0.8.0/src/blt/thirdparty_builtin/googletest-master-2020-01-07/googletest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/www/firefox/firefox-99.0/security/nss/gtests/google_test/gtest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/googletest/src/googletest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/games/warzone2100/warzone2100/3rdparty/SQLiteCpp/googletest/googletest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/3rdparty/googletest/googletest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/testing/gtest/test/
H A Dgtest-port_test.cc271 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
272 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
277 IsSubstring, "unknown file", FormatFileLocation(NULL, 42)); in TEST()
278 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(NULL, 42)); in TEST()
282 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
286 EXPECT_EQ("unknown file:", FormatFileLocation(NULL, -1)); in TEST()
/dports/devel/yaml-cpp/yaml-cpp-yaml-cpp-0.7.0/test/gtest-1.10.0/googletest/test/
H A Dgoogletest-port-test.cc235 EXPECT_PRED_FORMAT2(IsSubstring, "foo.cc", FormatFileLocation("foo.cc", 42)); in TEST()
236 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation("foo.cc", 42)); in TEST()
241 FormatFileLocation(nullptr, 42)); in TEST()
242 EXPECT_PRED_FORMAT2(IsSubstring, "42", FormatFileLocation(nullptr, 42)); in TEST()
246 EXPECT_EQ("foo.cc:", FormatFileLocation("foo.cc", -1)); in TEST()
250 EXPECT_EQ("unknown file:", FormatFileLocation(nullptr, -1)); in TEST()

12345678910>>...60