HomeSort by relevance Sort by last modified time
    Searched defs:MatchRegexAtHead (Results 1 - 11 of 11) 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/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 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/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))
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
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))
  /prebuilts/ndk/r11/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))
  /prebuilts/ndk/r13/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))
  /external/googletest/googletest/src/
gtest-port.cc 755 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
771 bool MatchRegexAtHead(const char* regex, const char* str) {
785 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
795 MatchRegexAtHead(regex + 1, str + 1);
812 return MatchRegexAtHead(regex + 1, str);
816 if (MatchRegexAtHead(regex, str))
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 755 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
771 bool MatchRegexAtHead(const char* regex, const char* str) {
785 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
795 MatchRegexAtHead(regex + 1, str + 1);
812 return MatchRegexAtHead(regex + 1, str);
816 if (MatchRegexAtHead(regex, str))
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 737 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
753 bool MatchRegexAtHead(const char* regex, const char* str) {
767 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
777 MatchRegexAtHead(regex + 1, str + 1);
794 return MatchRegexAtHead(regex + 1, str);
798 if (MatchRegexAtHead(regex, str))
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 714 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
730 bool MatchRegexAtHead(const char* regex, const char* str) {
744 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
754 MatchRegexAtHead(regex + 1, str + 1);
771 return MatchRegexAtHead(regex + 1, str);
775 if (MatchRegexAtHead(regex, str))
    [all...]

Completed in 80 milliseconds