Searched refs:IsValidEscape (Results 1 - 17 of 17) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest-port_test.cc330 EXPECT_FALSE(IsValidEscape('\0'));
331 EXPECT_FALSE(IsValidEscape('\007'));
335 EXPECT_FALSE(IsValidEscape('0'));
336 EXPECT_FALSE(IsValidEscape('9'));
340 EXPECT_FALSE(IsValidEscape(' '));
341 EXPECT_FALSE(IsValidEscape('\n'));
345 EXPECT_FALSE(IsValidEscape('a'));
346 EXPECT_FALSE(IsValidEscape('Z'));
350 EXPECT_TRUE(IsValidEscape('.'));
351 EXPECT_TRUE(IsValidEscape('
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest-port_test.cc573 EXPECT_FALSE(IsValidEscape('\0'));
574 EXPECT_FALSE(IsValidEscape('\007'));
578 EXPECT_FALSE(IsValidEscape('0'));
579 EXPECT_FALSE(IsValidEscape('9'));
583 EXPECT_FALSE(IsValidEscape(' '));
584 EXPECT_FALSE(IsValidEscape('\n'));
588 EXPECT_FALSE(IsValidEscape('a'));
589 EXPECT_FALSE(IsValidEscape('Z'));
593 EXPECT_TRUE(IsValidEscape('.'));
594 EXPECT_TRUE(IsValidEscape('
[all...]
/external/gtest/test/
H A Dgtest-port_test.cc573 EXPECT_FALSE(IsValidEscape('\0'));
574 EXPECT_FALSE(IsValidEscape('\007'));
578 EXPECT_FALSE(IsValidEscape('0'));
579 EXPECT_FALSE(IsValidEscape('9'));
583 EXPECT_FALSE(IsValidEscape(' '));
584 EXPECT_FALSE(IsValidEscape('\n'));
588 EXPECT_FALSE(IsValidEscape('a'));
589 EXPECT_FALSE(IsValidEscape('Z'));
593 EXPECT_TRUE(IsValidEscape('.'));
594 EXPECT_TRUE(IsValidEscape('
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc197 bool IsValidEscape(char c) { function in namespace:testing::internal
254 if (!IsValidEscape(regex[i])) {
H A Dgtest-internal-inl.h919 GTEST_API_ bool IsValidEscape(char ch);
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc197 bool IsValidEscape(char c) { function in namespace:testing::internal
254 if (!IsValidEscape(regex[i])) {
H A Dgtest-internal-inl.h918 GTEST_API_ bool IsValidEscape(char ch);
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc197 bool IsValidEscape(char c) { function in namespace:testing::internal
254 if (!IsValidEscape(regex[i])) {
H A Dgtest-internal-inl.h919 GTEST_API_ bool IsValidEscape(char ch);
/external/protobuf/gtest/src/
H A Dgtest-port.cc186 bool IsValidEscape(char c) { function in namespace:testing::internal
243 if (!IsValidEscape(regex[i])) {
H A Dgtest-internal-inl.h1139 bool IsValidEscape(char ch);
/external/gtest/src/
H A Dgtest-port.cc223 bool IsValidEscape(char c) { function in namespace:testing::internal
280 if (!IsValidEscape(regex[i])) {
H A Dgtest-internal-inl.h950 GTEST_API_ bool IsValidEscape(char ch);
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc606 bool IsValidEscape(char c) { function in namespace:testing::internal
663 if (!IsValidEscape(regex[i])) {
H A Dgtest-internal-inl.h950 GTEST_API_ bool IsValidEscape(char ch);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1351 GTEST_API_ bool IsValidEscape(char ch);
8430 bool IsValidEscape(char c) {
8487 if (!IsValidEscape(regex[i])) {
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1351 GTEST_API_ bool IsValidEscape(char ch);
8432 bool IsValidEscape(char c) {
8489 if (!IsValidEscape(regex[i])) {

Completed in 8677 milliseconds