Home
last modified time | relevance | path

Searched refs:CStringEquals (Results 1 – 21 of 21) sorted by relevance

/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/internal/
Dgtest-string.h102 static bool CStringEquals(const char* lhs, const char* rhs);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-string.h102 static bool CStringEquals(const char* lhs, const char* rhs);
/external/googletest/googletest/include/gtest/internal/
Dgtest-string.h102 static bool CStringEquals(const char* lhs, const char* rhs);
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-string.h102 static bool CStringEquals(const char* lhs, const char* rhs);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h102 static bool CStringEquals(const char* lhs, const char* rhs);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc895 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String
1165 if (String::CStringEquals(expected, actual)) { in CmpHelperSTREQ()
1197 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
1667 if (suffix == NULL || CStringEquals(suffix, "")) return true; in EndsWith()
1674 CStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWith()
1680 if (suffix == NULL || CStringEquals(suffix, "")) return true; in EndsWithCaseInsensitive()
2568 String::CStringEquals(term, "xterm") || in ShouldUseColor()
2569 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
2570 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor()
2571 String::CStringEquals(term, "screen") || in ShouldUseColor()
[all …]
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc895 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String
1165 if (String::CStringEquals(expected, actual)) { in CmpHelperSTREQ()
1197 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
1667 if (suffix == NULL || CStringEquals(suffix, "")) return true; in EndsWith()
1674 CStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWith()
1680 if (suffix == NULL || CStringEquals(suffix, "")) return true; in EndsWithCaseInsensitive()
2569 String::CStringEquals(term, "xterm") || in ShouldUseColor()
2570 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
2571 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor()
2572 String::CStringEquals(term, "screen") || in ShouldUseColor()
[all …]
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc896 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String
1166 if (String::CStringEquals(expected, actual)) { in CmpHelperSTREQ()
1198 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
1668 if (suffix == NULL || CStringEquals(suffix, "")) return true; in EndsWith()
1675 CStringEquals(c_str() + this_len - suffix_len, suffix); in EndsWith()
1681 if (suffix == NULL || CStringEquals(suffix, "")) return true; in EndsWithCaseInsensitive()
2598 String::CStringEquals(term, "xterm") || in ShouldUseColor()
2599 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
2600 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor()
2601 String::CStringEquals(term, "screen") || in ShouldUseColor()
[all …]
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc895 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String
1492 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
1524 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
2929 String::CStringEquals(term, "xterm") || in ShouldUseColor()
2930 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
2931 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor()
2932 String::CStringEquals(term, "screen") || in ShouldUseColor()
2933 String::CStringEquals(term, "screen-256color") || in ShouldUseColor()
2934 String::CStringEquals(term, "tmux") || in ShouldUseColor()
2935 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc894 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String
1491 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
1523 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
2928 String::CStringEquals(term, "xterm") || in ShouldUseColor()
2929 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
2930 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor()
2931 String::CStringEquals(term, "screen") || in ShouldUseColor()
2932 String::CStringEquals(term, "screen-256color") || in ShouldUseColor()
2933 String::CStringEquals(term, "tmux") || in ShouldUseColor()
2934 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor()
[all …]
/external/mesa3d/src/gtest/src/
Dgtest.cc894 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String
1491 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
1523 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
2928 String::CStringEquals(term, "xterm") || in ShouldUseColor()
2929 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
2930 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor()
2931 String::CStringEquals(term, "screen") || in ShouldUseColor()
2932 String::CStringEquals(term, "screen-256color") || in ShouldUseColor()
2933 String::CStringEquals(term, "tmux") || in ShouldUseColor()
2934 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor()
[all …]
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc938 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String
1536 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
1568 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
2996 String::CStringEquals(term, "xterm") || in ShouldUseColor()
2997 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
2998 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor()
2999 String::CStringEquals(term, "screen") || in ShouldUseColor()
3000 String::CStringEquals(term, "screen-256color") || in ShouldUseColor()
3001 String::CStringEquals(term, "tmux") || in ShouldUseColor()
3002 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor()
[all …]
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-string.h134 static bool CStringEquals(const char* lhs, const char* rhs);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h134 static bool CStringEquals(const char* lhs, const char* rhs);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-string.h134 static bool CStringEquals(const char* lhs, const char* rhs);
/external/googletest/googletest/src/
Dgtest.cc917 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String
1511 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
1543 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
2991 String::CStringEquals(term, "xterm") || in ShouldUseColor()
2992 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
2993 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor()
2994 String::CStringEquals(term, "screen") || in ShouldUseColor()
2995 String::CStringEquals(term, "screen-256color") || in ShouldUseColor()
2996 String::CStringEquals(term, "tmux") || in ShouldUseColor()
2997 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor()
[all …]
/external/epid-sdk/ext/gtest/
Dgtest-all.cc2342 bool String::CStringEquals(const char * lhs, const char * rhs) { in CStringEquals() function in testing::internal::String
2939 if (String::CStringEquals(lhs, rhs)) { in CmpHelperSTREQ()
2971 if (!String::CStringEquals(s1, s2)) { in CmpHelperSTRNE()
4380 String::CStringEquals(term, "xterm") || in ShouldUseColor()
4381 String::CStringEquals(term, "xterm-color") || in ShouldUseColor()
4382 String::CStringEquals(term, "xterm-256color") || in ShouldUseColor()
4383 String::CStringEquals(term, "screen") || in ShouldUseColor()
4384 String::CStringEquals(term, "screen-256color") || in ShouldUseColor()
4385 String::CStringEquals(term, "tmux") || in ShouldUseColor()
4386 String::CStringEquals(term, "tmux-256color") || in ShouldUseColor()
[all …]
Dgtest.h4212 static bool CStringEquals(const char* lhs, const char* rhs);
/external/v8/src/
Dutils.h55 inline bool CStringEquals(const char* s1, const char* s2) { in CStringEquals() function
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym21649 FUNC 39480 1c 0 testing::internal::String::CStringEquals
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym23144 FUNC 55dd8 30 0 testing::internal::String::CStringEquals