HomeSort by relevance Sort by last modified time
    Searched refs:full_pattern_ (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/mesa/src/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/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 366 free(const_cast<char*>(full_pattern_));
371 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
382 pattern_ = full_pattern_ = NULL;
398 full_pattern_ = buffer;
401 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
409 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
  /external/chromium_org/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/gtest/src/
gtest-port.cc 403 free(const_cast<char*>(full_pattern_));
408 return re.is_valid_ && MatchRegexAnywhere(re.full_pattern_, str);
419 pattern_ = full_pattern_ = NULL;
435 full_pattern_ = buffer;
438 *buffer++ = '^'; // Makes sure full_pattern_ starts with '^'.
446 *buffer++ = '$'; // Makes sure full_pattern_ ends with '$'.
  /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/protobuf/gtest/include/gtest/internal/
gtest-port.h 680 const char* full_pattern_; // For FullMatch(); member in class:testing::internal::RE
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h 1138 const char* full_pattern_; \/\/ For FullMatch(); member in class:testing::internal::RE
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h 875 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...]
  /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/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2098 const char* full_pattern_; \/\/ For FullMatch(); member in class:std::tr1::RE
    [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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
gtest.h 2098 const char* full_pattern_; \/\/ For FullMatch(); member in class:std::tr1::RE
    [all...]

Completed in 191 milliseconds