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

/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-port.cc377 free(const_cast<char*>(full_pattern_));
382 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
393 pattern_ = full_pattern_ = NULL;
409 full_pattern_ = buffer;
412 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
420 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc377 free(const_cast<char*>(full_pattern_));
382 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
393 pattern_ = full_pattern_ = NULL;
409 full_pattern_ = buffer;
412 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
420 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/mesa3d/src/gtest/src/
H A Dgtest-port.cc377 free(const_cast<char*>(full_pattern_));
382 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
393 pattern_ = full_pattern_ = NULL;
409 full_pattern_ = buffer;
412 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
420 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/protobuf/gtest/src/
H A Dgtest-port.cc366 free(const_cast<char*>(full_pattern_));
371 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
382 pattern_ = full_pattern_ = NULL;
398 full_pattern_ = buffer;
401 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
409 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/gtest/src/
H A Dgtest-port.cc403 free(const_cast<char*>(full_pattern_));
408 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
419 pattern_ = full_pattern_ = NULL;
435 full_pattern_ = buffer;
438 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
446 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc786 free(const_cast<char*>(full_pattern_));
791 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
802 pattern_ = full_pattern_ = NULL;
818 full_pattern_ = buffer;
821 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
829 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h680 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1218 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h875 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
/external/gtest/include/gtest/internal/
H A Dgtest-port.h991 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h885 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h875 const char* full_pattern_; // 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.cc8610 free(const_cast<char*>(full_pattern_));
8615 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
8626 pattern_ = full_pattern_ = NULL;
8642 full_pattern_ = buffer;
8645 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
8653 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc8612 free(const_cast<char*>(full_pattern_));
8617 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
8628 pattern_ = full_pattern_ = NULL;
8644 full_pattern_ = buffer;
8647 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
8655 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2098 const char* full_pattern_; // For FullMatch(); member in class:std::tr1::RE
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2098 const char* full_pattern_; // For FullMatch(); member in class:std::tr1::RE

Completed in 452 milliseconds