Searched refs:GetLastErrnoDescription (Results 1 - 23 of 23) sorted by relevance

/external/open-vcdiff/gtest/src/
H A Dgtest-death-test.cc251 String GetLastErrnoDescription() { function in namespace:testing::internal
276 << GetLastErrnoDescription() << " [" << last_error << "]";
404 << GetLastErrnoDescription();
865 GetLastErrnoDescription().c_str()));
878 GetLastErrnoDescription().c_str()));
H A Dgtest-internal-inl.h1160 String GetLastErrnoDescription();
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc251 String GetLastErrnoDescription() { function in namespace:testing::internal
276 << GetLastErrnoDescription() << " [" << last_error << "]";
404 << GetLastErrnoDescription();
865 GetLastErrnoDescription().c_str()));
878 GetLastErrnoDescription().c_str()));
H A Dgtest-internal-inl.h1156 String GetLastErrnoDescription();
/external/chromium_org/testing/gtest/src/
H A Dgtest-death-test.cc302 std::string GetLastErrnoDescription() { function in namespace:testing::internal
327 << GetLastErrnoDescription() << " [" << last_error << "]";
458 << GetLastErrnoDescription();
954 GetLastErrnoDescription());
966 GetLastErrnoDescription());
1018 GetLastErrnoDescription());
H A Dgtest-internal-inl.h956 GTEST_API_ std::string GetLastErrnoDescription();
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc264 String GetLastErrnoDescription() { function in namespace:testing::internal
289 << GetLastErrnoDescription() << " [" << last_error << "]";
420 << GetLastErrnoDescription();
913 GetLastErrnoDescription().c_str()));
926 GetLastErrnoDescription().c_str()));
H A Dgtest-internal-inl.h931 GTEST_API_ String GetLastErrnoDescription();
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-death-test.cc264 String GetLastErrnoDescription() { function in namespace:testing::internal
289 << GetLastErrnoDescription() << " [" << last_error << "]";
420 << GetLastErrnoDescription();
913 GetLastErrnoDescription().c_str()));
926 GetLastErrnoDescription().c_str()));
H A Dgtest-internal-inl.h938 GTEST_API_ String GetLastErrnoDescription();
/external/gtest/src/
H A Dgtest-death-test.cc264 String GetLastErrnoDescription() { function in namespace:testing::internal
289 << GetLastErrnoDescription() << " [" << last_error << "]";
420 << GetLastErrnoDescription();
913 GetLastErrnoDescription().c_str()));
926 GetLastErrnoDescription().c_str()));
H A Dgtest-internal-inl.h938 GTEST_API_ String GetLastErrnoDescription();
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc264 String GetLastErrnoDescription() { function in namespace:testing::internal
289 << GetLastErrnoDescription() << " [" << last_error << "]";
420 << GetLastErrnoDescription();
913 GetLastErrnoDescription().c_str()));
926 GetLastErrnoDescription().c_str()));
H A Dgtest-internal-inl.h938 GTEST_API_ String GetLastErrnoDescription();
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc264 String GetLastErrnoDescription() { function in namespace:testing::internal
289 << GetLastErrnoDescription() << " [" << last_error << "]";
420 << GetLastErrnoDescription();
912 GetLastErrnoDescription().c_str()));
925 GetLastErrnoDescription().c_str()));
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc264 String GetLastErrnoDescription() { function in namespace:testing::internal
289 << GetLastErrnoDescription() << " [" << last_error << "]";
420 << GetLastErrnoDescription();
913 GetLastErrnoDescription().c_str()));
926 GetLastErrnoDescription().c_str()));
H A Dgtest-internal-inl.h938 GTEST_API_ String GetLastErrnoDescription();
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc72 using testing::internal::GetLastErrnoDescription;
1034 // Tests that GetLastErrnoDescription returns an empty string when the
1036 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
1038 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
1040 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
/external/chromium_org/testing/gtest/test/
H A Dgtest-death-test_test.cc76 using testing::internal::GetLastErrnoDescription;
1087 // Tests that GetLastErrnoDescription returns an empty string when the
1089 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
1091 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
1093 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
/external/gtest/test/
H A Dgtest-death-test_test.cc72 using testing::internal::GetLastErrnoDescription;
1034 // Tests that GetLastErrnoDescription returns an empty string when the
1036 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
1038 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
1040 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest-death-test_test.cc72 using testing::internal::GetLastErrnoDescription;
1034 // Tests that GetLastErrnoDescription returns an empty string when the
1036 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
1038 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
1040 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc72 using testing::internal::GetLastErrnoDescription;
988 // Tests that GetLastErrnoDescription returns an empty string when the
990 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
992 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
994 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h937 GTEST_API_ String GetLastErrnoDescription();

Completed in 348 milliseconds