HomeSort by relevance Sort by last modified time
    Searched refs:RE (Results 26 - 50 of 243) sorted by null

12 3 4 5 6 7 8 910

  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 113 // Implements RE. Currently only needed for death tests.
115 RE::~RE() {
127 // Returns true iff regular expression re matches the entire str.
128 bool RE::FullMatch(const char* str, const RE& re) {
129 if (!re.is_valid_) return false;
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
135 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/protobuf/gtest/src/
gtest-port.cc 111 // Implements RE. Currently only needed for death tests.
113 RE::~RE() {
125 // Returns true iff regular expression re matches the entire str.
126 bool RE::FullMatch(const char* str, const RE& re) {
127 if (!re.is_valid_) return false;
130 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
133 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-port.cc 113 // Implements RE. Currently only needed for death tests.
115 RE::~RE() {
127 // Returns true iff regular expression re matches the entire str.
128 bool RE::FullMatch(const char* str, const RE& re) {
129 if (!re.is_valid_) return false;
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
135 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
188 const ::testing::internal::RE& gtest_regex = (regex); \
308 ::testing::internal::RE::PartialMatch(".*", (regex)); \
  /external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
188 const ::testing::internal::RE& gtest_regex = (regex); \
308 ::testing::internal::RE::PartialMatch(".*", (regex)); \
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
188 const ::testing::internal::RE& gtest_regex = (regex); \
308 ::testing::internal::RE::PartialMatch(".*", (regex)); \
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 bool Create(const char *statement, const RE *regex, const char *file,
188 const ::testing::internal::RE& gtest_regex = (regex); \
295 ::testing::internal::RE::PartialMatch(".*", (regex)); \
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
188 const ::testing::internal::RE& gtest_regex = (regex); \
308 ::testing::internal::RE::PartialMatch(".*", (regex)); \
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 77 static bool Create(const char* statement, const RE* regex,
137 virtual bool Create(const char* statement, const RE* regex,
144 virtual bool Create(const char* statement, const RE* regex,
157 const ::testing::internal::RE& gtest_regex = (regex); \
264 ::testing::internal::RE::PartialMatch(".*", (regex)); \
gtest-port.h 137 // RE - a simple regular expression class using the POSIX
654 // Defines RE.
658 class GTEST_API_ RE {
662 RE(const RE& other) { Init(other.pattern()); }
664 // Constructs an RE from a string.
665 RE(const ::std::string& regex) { Init(regex.c_str()); } // NOLINT
668 RE(const ::string& regex) { Init(regex.c_str()); } // NOLINT
671 RE(const char* regex) { Init(regex); } // NOLINT
672 ~RE();
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
188 const ::testing::internal::RE& gtest_regex = (regex); \
297 ::testing::internal::RE::PartialMatch(".*", (regex)); \
  /external/v8/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
188 const ::testing::internal::RE& gtest_regex = (regex); \
308 ::testing::internal::RE::PartialMatch(".*", (regex)); \
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
188 const ::testing::internal::RE& gtest_regex = (regex); \
308 ::testing::internal::RE::PartialMatch(".*", (regex)); \
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
188 const ::testing::internal::RE& gtest_regex = (regex); \
308 ::testing::internal::RE::PartialMatch(".*", (regex)); \
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 79 static bool Create(const char* statement, const RE* regex,
143 virtual bool Create(const char* statement, const RE* regex,
150 virtual bool Create(const char* statement, const RE* regex,
188 const ::testing::internal::RE& gtest_regex = (regex); \
308 ::testing::internal::RE::PartialMatch(".*", (regex)); \
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 57 /// addend size and offset are taken from the corresponding fields of the RE).
58 int64_t memcpyAddend(const RelocationEntry &RE) const;
93 /// immediate (held in RE.Addend).
100 const RelocationEntry &RE,
108 /// Dump information about the relocation entry (RE) and resolved value.
109 void dumpRelocationToResolve(const RelocationEntry &RE, uint64_t Value) const;
  /external/markdown/markdown/extensions/
def_list.py 22 import markdown, re
29 RE = re.compile(r'(^|\n)[ ]{0,3}:[ ]{1,3}(.*?)(\n|$)')
32 return bool(self.RE.search(block))
36 m = self.RE.search(block)
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
RegionCode.java 53 static final String RE = "RE";
  /external/llvm/lib/CodeGen/
GCMetadata.cpp 118 RE = FD->roots_end();
119 RI != RE; ++RI)
130 RE = FD->live_end(PI);
133 if (++RI == RE)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
GCMetadata.cpp 161 RE = FD->roots_end(); RI != RE; ++RI)
172 RE = FD->live_end(PI);;) {
174 if (++RI == RE)
  /external/llvm/lib/Object/
MachOObjectFile.cpp 120 getPlainRelocationAddress(const MachO::any_relocation_info &RE) {
121 return RE.r_word0;
125 getScatteredRelocationAddress(const MachO::any_relocation_info &RE) {
126 return RE.r_word0 & 0xffffff;
130 const MachO::any_relocation_info &RE) {
132 return (RE.r_word1 >> 24) & 1;
133 return (RE.r_word1 >> 7) & 1;
138 const MachO::any_relocation_info &RE) {
139 return (RE.r_word0 >> 30) & 1;
143 const MachO::any_relocation_info &RE) {
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 138 // Implements RE. Currently only needed for death tests.
140 RE::~RE() {
152 // Returns true iff regular expression re matches the entire str.
153 bool RE::FullMatch(const char* str, const RE& re) {
154 if (!re.is_valid_) return false;
157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
160 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-port.cc 138 // Implements RE. Currently only needed for death tests.
140 RE::~RE() {
152 // Returns true iff regular expression re matches the entire str.
153 bool RE::FullMatch(const char* str, const RE& re) {
154 if (!re.is_valid_) return false;
157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
160 // Returns true iff regular expression re matches a substring of st
    [all...]
  /external/pcre/pcrecpp/
pcrecpp.cc 53 void RE::Init(const string& pat, const RE_Options* options) {
70 void RE::Cleanup() {
77 RE::~RE() {
90 pcre2_code* RE::Compile(Anchor anchor) {
128 pcre2_code* re; local
130 re = pcre2_compile(reinterpret_cast<PCRE2_SPTR>(pattern_.c_str()),
134 // Tack a '\z' at the end of RE. Parenthesize it first so that
139 re = pcre2_compile(reinterpret_cast<PCRE2_SPTR>(wrapped.c_str()),
143 if (re == NULL)
311 pcre2_code* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; local
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-port.cc 138 // Implements RE. Currently only needed for death tests.
140 RE::~RE() {
152 // Returns true iff regular expression re matches the entire str.
153 bool RE::FullMatch(const char* str, const RE& re) {
154 if (!re.is_valid_) return false;
157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
160 // Returns true iff regular expression re matches a substring of st
    [all...]

Completed in 721 milliseconds

12 3 4 5 6 7 8 910