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

12

/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.h980 String GetLastErrnoDescription();
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc302 String GetLastErrnoDescription() { function in namespace:testing::internal
327 << GetLastErrnoDescription() << " [" << last_error << "]";
458 << GetLastErrnoDescription();
959 GetLastErrnoDescription().c_str()));
972 GetLastErrnoDescription().c_str()));
1025 GetLastErrnoDescription().c_str()));
H A Dgtest-internal-inl.h956 GTEST_API_ String GetLastErrnoDescription();
/external/googletest/googletest/src/
H A Dgtest-death-test.cc315 std::string GetLastErrnoDescription() { function in namespace:testing::internal
340 << GetLastErrnoDescription() << " [" << last_error << "]";
471 << GetLastErrnoDescription();
971 GetLastErrnoDescription());
983 GetLastErrnoDescription());
1037 GetLastErrnoDescription());
H A Dgtest-internal-inl.h960 GTEST_API_ std::string GetLastErrnoDescription();
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-death-test.cc315 std::string GetLastErrnoDescription() { function in namespace:testing::internal
340 << GetLastErrnoDescription() << " [" << last_error << "]";
471 << GetLastErrnoDescription();
972 GetLastErrnoDescription());
984 GetLastErrnoDescription());
1038 GetLastErrnoDescription());
H A Dgtest-internal-inl.h960 GTEST_API_ std::string GetLastErrnoDescription();
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc304 std::string GetLastErrnoDescription() { function in namespace:testing::internal
329 << GetLastErrnoDescription() << " [" << last_error << "]";
460 << GetLastErrnoDescription();
956 GetLastErrnoDescription());
968 GetLastErrnoDescription());
1020 GetLastErrnoDescription());
H A Dgtest-internal-inl.h969 GTEST_API_ std::string GetLastErrnoDescription();
/external/v8/testing/gtest/src/
H A Dgtest-death-test.cc313 std::string GetLastErrnoDescription() { function in namespace:testing::internal
338 << GetLastErrnoDescription() << " [" << last_error << "]";
469 << GetLastErrnoDescription();
970 GetLastErrnoDescription());
982 GetLastErrnoDescription());
1036 GetLastErrnoDescription());
H A Dgtest-internal-inl.h960 GTEST_API_ std::string GetLastErrnoDescription();
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-death-test.cc304 std::string GetLastErrnoDescription() { function in namespace:testing::internal
329 << GetLastErrnoDescription() << " [" << last_error << "]";
460 << GetLastErrnoDescription();
956 GetLastErrnoDescription());
968 GetLastErrnoDescription());
1020 GetLastErrnoDescription());
H A Dgtest-internal-inl.h969 GTEST_API_ std::string GetLastErrnoDescription();
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc264 String GetLastErrnoDescription() { function in namespace:testing::internal
289 << GetLastErrnoDescription() << " [" << last_error << "]";
423 << GetLastErrnoDescription();
916 GetLastErrnoDescription().c_str()));
929 GetLastErrnoDescription().c_str()));
H A Dgtest-internal-inl.h941 GTEST_API_ String GetLastErrnoDescription();
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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()));
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc76 using testing::internal::GetLastErrnoDescription;
1088 // Tests that GetLastErrnoDescription returns an empty string when the
1090 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
1092 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
1094 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
/external/googletest/googletest/test/
H A Dgtest-death-test_test.cc75 using testing::internal::GetLastErrnoDescription;
1151 // Tests that GetLastErrnoDescription returns an empty string when the
1153 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
1155 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
1157 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc72 using testing::internal::GetLastErrnoDescription;
968 // Tests that GetLastErrnoDescription returns an empty string when the
970 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
972 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
974 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
/external/v8/testing/gtest/test/
H A Dgtest-death-test_test.cc75 using testing::internal::GetLastErrnoDescription;
1151 // Tests that GetLastErrnoDescription returns an empty string when the
1153 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
1155 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
1157 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-death-test_test.cc75 using testing::internal::GetLastErrnoDescription;
1152 // Tests that GetLastErrnoDescription returns an empty string when the
1154 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
1156 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
1158 EXPECT_STREQ("", GetLastErrnoDescription().c_str());
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h938 GTEST_API_ String GetLastErrnoDescription();
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc1370 GTEST_API_ std::string GetLastErrnoDescription();
6798 std::string GetLastErrnoDescription() {
6823 << GetLastErrnoDescription() << " [" << last_error << "]";
6954 << GetLastErrnoDescription();
7450 GetLastErrnoDescription());
7462 GetLastErrnoDescription());
7514 GetLastErrnoDescription());
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1374 String GetLastErrnoDescription();
6290 String GetLastErrnoDescription() {
6315 << GetLastErrnoDescription() << " [" << last_error << "]";
6443 << GetLastErrnoDescription();
6904 GetLastErrnoDescription().c_str()));
6917 GetLastErrnoDescription().c_str()));

Completed in 381 milliseconds

12