HomeSort by relevance Sort by last modified time
    Searched defs:MatchRegexAtHead (Results 1 - 6 of 6) sorted by null

  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
347 bool MatchRegexAtHead(const char* regex, const char* str) {
361 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
371 MatchRegexAtHead(regex + 1, str + 1);
388 return MatchRegexAtHead(regex + 1, str);
392 if (MatchRegexAtHead(regex, str))
  /external/gtest/src/
gtest-port.cc 332 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
348 bool MatchRegexAtHead(const char* regex, const char* str) {
362 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
372 MatchRegexAtHead(regex + 1, str + 1);
389 return MatchRegexAtHead(regex + 1, str);
393 if (MatchRegexAtHead(regex, str))
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
322 bool MatchRegexAtHead(const char* regex, const char* str) {
336 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
346 MatchRegexAtHead(regex + 1, str + 1);
363 return MatchRegexAtHead(regex + 1, str);
367 if (MatchRegexAtHead(regex, str))
  /external/mesa3d/src/gtest/src/
gtest-port.cc 306 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
322 bool MatchRegexAtHead(const char* regex, const char* str) {
336 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
346 MatchRegexAtHead(regex + 1, str + 1);
363 return MatchRegexAtHead(regex + 1, str);
367 if (MatchRegexAtHead(regex, str))
  /external/protobuf/gtest/src/
gtest-port.cc 304 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
320 bool MatchRegexAtHead(const char* regex, const char* str) {
334 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
344 MatchRegexAtHead(regex + 1, str + 1);
361 return MatchRegexAtHead(regex + 1, str);
365 if (MatchRegexAtHead(regex, str))
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
347 bool MatchRegexAtHead(const char* regex, const char* str) {
361 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
371 MatchRegexAtHead(regex + 1, str + 1);
388 return MatchRegexAtHead(regex + 1, str);
392 if (MatchRegexAtHead(regex, str))

Completed in 47 milliseconds