OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLastErrnoDescription
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/testing/gtest/src/
gtest-death-test.cc
304
std::string
GetLastErrnoDescription
() {
329
<<
GetLastErrnoDescription
() << " [" << last_error << "]";
460
<<
GetLastErrnoDescription
();
[
all
...]
gtest-internal-inl.h
[
all
...]
/ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc
304
std::string
GetLastErrnoDescription
() {
329
<<
GetLastErrnoDescription
() << " [" << last_error << "]";
460
<<
GetLastErrnoDescription
();
[
all
...]
gtest-internal-inl.h
[
all
...]
/external/chromium/testing/gtest/src/
gtest-death-test.cc
264
String
GetLastErrnoDescription
() {
289
<<
GetLastErrnoDescription
() << " [" << last_error << "]";
420
<<
GetLastErrnoDescription
();
[
all
...]
gtest-internal-inl.h
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-death-test.cc
264
String
GetLastErrnoDescription
() {
289
<<
GetLastErrnoDescription
() << " [" << last_error << "]";
420
<<
GetLastErrnoDescription
();
[
all
...]
gtest-internal-inl.h
[
all
...]
/external/gtest/src/
gtest-death-test.cc
264
String
GetLastErrnoDescription
() {
289
<<
GetLastErrnoDescription
() << " [" << last_error << "]";
420
<<
GetLastErrnoDescription
();
[
all
...]
gtest-internal-inl.h
[
all
...]
/external/llvm/utils/unittest/googletest/
gtest-death-test.cc
264
String
GetLastErrnoDescription
() {
289
<<
GetLastErrnoDescription
() << " [" << last_error << "]";
420
<<
GetLastErrnoDescription
();
[
all
...]
/external/mesa3d/src/gtest/src/
gtest-death-test.cc
264
String
GetLastErrnoDescription
() {
289
<<
GetLastErrnoDescription
() << " [" << last_error << "]";
420
<<
GetLastErrnoDescription
();
[
all
...]
gtest-internal-inl.h
[
all
...]
/external/open-vcdiff/gtest/src/
gtest-death-test.cc
251
String
GetLastErrnoDescription
() {
276
<<
GetLastErrnoDescription
() << " [" << last_error << "]";
404
<<
GetLastErrnoDescription
();
[
all
...]
gtest-internal-inl.h
[
all
...]
/external/protobuf/gtest/src/
gtest-death-test.cc
251
String
GetLastErrnoDescription
() {
276
<<
GetLastErrnoDescription
() << " [" << last_error << "]";
404
<<
GetLastErrnoDescription
();
[
all
...]
gtest-internal-inl.h
[
all
...]
/external/chromium/testing/gtest/test/
gtest-death-test_test.cc
72
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());
[
all
...]
/external/chromium_org/testing/gtest/test/
gtest-death-test_test.cc
76
using testing::internal::
GetLastErrnoDescription
;
[
all
...]
/external/gtest/test/
gtest-death-test_test.cc
72
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());
[
all
...]
/external/protobuf/gtest/test/
gtest-death-test_test.cc
72
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());
[
all
...]
/ndk/sources/third_party/googletest/googletest/test/
gtest-death-test_test.cc
76
using testing::internal::
GetLastErrnoDescription
;
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal-inl.h
[
all
...]
/external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc
[
all
...]
Completed in 4988 milliseconds