Searched refs:full_regex_ (Results 1 - 24 of 24) sorted by relevance

/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc122 regfree(&full_regex_);
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/protobuf/gtest/src/
H A Dgtest-port.cc120 regfree(&full_regex_);
130 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
152 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
H A Dgtest-port.cc122 regfree(&full_regex_);
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-port.cc147 regfree(&full_regex_);
157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc147 regfree(&full_regex_);
157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/googletest/googletest/src/
H A Dgtest-port.cc571 regfree(&full_regex_);
581 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
603 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-port.cc571 regfree(&full_regex_);
581 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
603 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/v8/testing/gtest/src/
H A Dgtest-port.cc553 regfree(&full_regex_);
563 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
585 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc530 regfree(&full_regex_);
540 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
562 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h713 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h894 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h883 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h986 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h875 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1000 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1250 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-port.h1216 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/v8/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1215 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc7703 regfree(&full_regex_);
7713 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
7735 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
H A Dgtest.h1775 regex_t full_regex_; // For FullMatch(). member in class:std::tr1::RE
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc8357 regfree(&full_regex_);
8367 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
8389 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
H A Dgtest.h2093 regex_t full_regex_; // For FullMatch(). member in class:std::tr1::RE
/external/fmtlib/test/
H A Dgmock-gtest-all.cc8357 regfree(&full_regex_);
8367 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
8389 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/fmtlib/test/gtest/
H A Dgtest.h2093 regex_t full_regex_; // For FullMatch(). member in class:std::tr1::RE

Completed in 549 milliseconds