Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1353 GTEST_API_ bool ValidateRegex(const char* regex);
1354 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);
1356 bool escaped, char ch, char repeat, const char* regex, const char* str);
1357 GTEST_API_ bool MatchRegexAnywhere(const char* regex, const char* str);
6839 bool DeathTest::Create(const char* statement, const RE* regex, in Create() argument
6842 statement, regex, file, line, test); in Create()
6874 const RE* regex() const { return regex_; } in regex() function in testing::internal::DeathTestImpl
7049 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); in Passed()
7054 << " Expected: " << regex()->pattern() << "\n" in Passed()
7272 ForkingDeathTest(const char* statement, const RE* regex);
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2040 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT
2044 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT
2048 RE(const char* regex) { Init(regex); } // NOLINT
2083 void Init(const char* regex);
8236 static bool Create(const char* statement, const RE* regex,
8300 virtual bool Create(const char* statement, const RE* regex,
8307 virtual bool Create(const char* statement, const RE* regex,
8342 # define GTEST_DEATH_TEST_(statement, predicate, regex, fail) \
8345 const ::testing::internal::RE& gtest_regex = (regex); \
8381 # define GTEST_EXECUTE_STATEMENT_(statement, regex) \
[all …]
/hardware/intel/img/libdrm/
Dltmain.sh1566 -export-symbols-regex REGEX
1576 -precious-files-regex REGEX
4443 -export-symbols | -export-symbols-regex)
4626 -precious-files-regex)
Daclocal.m42999 # 'file_magic [[regex]]' -- check by looking for files in library path
3000 # which responds to the $file_magic_cmd with a given extended regex.
7225 # PREFIX and SUFFIX must not contain globbing or regex special
7303 # PREFIX and SUFFIX must not contain globbing or regex special
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/
DREADME40 * POSIX(-2) Regular Expressions (regex.h)