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

/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.cc375 free(const_cast<char*>(full_pattern_));
380 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
391 pattern_ = full_pattern_ = NULL;
407 full_pattern_ = buffer;
410 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
418 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-port.cc402 free(const_cast<char*>(full_pattern_));
407 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
418 pattern_ = full_pattern_ = NULL;
434 full_pattern_ = buffer;
437 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
445 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/gtest/src/
H A Dgtest-port.cc425 free(const_cast<char*>(full_pattern_));
430 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
441 pattern_ = full_pattern_ = NULL;
457 full_pattern_ = buffer;
460 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
468 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc785 free(const_cast<char*>(full_pattern_));
790 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
801 pattern_ = full_pattern_ = NULL;
817 full_pattern_ = buffer;
820 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
828 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-port.h716 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
H A Dgtest-port.h899 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/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1005 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
/external/libvpx/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/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc7958 free(const_cast<char*>(full_pattern_));
7963 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
7974 pattern_ = full_pattern_ = NULL;
7990 full_pattern_ = buffer;
7993 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
8001 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
H A Dgtest.h1778 const char* full_pattern_; // For FullMatch(); member in class:std::tr1::RE
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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 '$'.
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 8738 milliseconds