HomeSort by relevance Sort by last modified time
    Searched full:full_pattern_ (Results 1 - 25 of 26) sorted by null

1 2

  /external/google-breakpad/src/testing/gtest/src/
gtest-port.cc 402 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/llvm/utils/unittest/googletest/src/
gtest-port.cc 377 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/
gtest-port.cc 377 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/
gtest-port.cc 375 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/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc.orig 402 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 '$'.
gtest-port.cc 785 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 '$'.
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 402 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/
gtest-port.cc 425 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/protobuf/gtest/include/gtest/internal/
gtest-port.h 716 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 899 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
    [all...]
  /external/gtest/include/gtest/internal/
gtest-port.h 991 const char* full_pattern_; \/\/ For FullMatch(); member in class:testing::internal::RE
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h 885 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h 875 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-port.h.orig     [all...]
gtest-port.h 1005 const char* full_pattern_; \/\/ For FullMatch(); member in class:testing::internal::RE
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-port.h 991 const char* full_pattern_; \/\/ For FullMatch(); member in class:testing::internal::RE
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/opencv3/modules/ts/src/
ts_gtest.cpp     [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc     [all...]
gtest.h 1778 const char* full_pattern_; \/\/ For FullMatch(); member in class:std::tr1::RE
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest-all.cc     [all...]
gtest.h 2098 const char* full_pattern_; \/\/ For FullMatch(); member in class:std::tr1::RE
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2098 const char* full_pattern_; \/\/ For FullMatch(); member in class:std::tr1::RE
    [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_gtest.h 2149 const char* full_pattern_; \/\/ For FullMatch(); member in class:std::tr1::RE
    [all...]

Completed in 1398 milliseconds

1 2