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

/external/chromium_org/third_party/mesa/src/src/gtest/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/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/mesa3d/src/gtest/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.cc113 regfree(&full_regex_);
122 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
144 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/gtest/src/
H A Dgtest-port.cc148 regfree(&full_regex_);
158 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
180 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc531 regfree(&full_regex_);
541 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
563 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h677 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1213 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h870 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/gtest/include/gtest/internal/
H A Dgtest-port.h986 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h880 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h870 regex_t full_regex_; // For FullMatch(). member in class:testing::internal::RE
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8355 regfree(&full_regex_);
8365 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
8387 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/libvpx/libvpx/third_party/googletest/src/src/
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;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2093 regex_t full_regex_; // For FullMatch(). member in class:std::tr1::RE
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2093 regex_t full_regex_; // For FullMatch(). member in class:std::tr1::RE

Completed in 481 milliseconds