Home
last modified time | relevance | path

Searched refs:full_regex_ (Results 1 – 22 of 22) sorted by relevance

/external/protobuf/gtest/src/
Dgtest-port.cc120 regfree(&full_regex_); in ~RE()
130 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
152 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc122 regfree(&full_regex_); in ~RE()
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc122 regfree(&full_regex_); in ~RE()
132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc147 regfree(&full_regex_); in ~RE()
157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
/external/gtest/src/
Dgtest-port.cc170 regfree(&full_regex_); in ~RE()
180 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
202 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc530 regfree(&full_regex_); in ~RE()
540 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
562 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
Dgtest-port.cc.orig147 regfree(&full_regex_);
157 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h713 regex_t full_regex_; // For FullMatch(). variable
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h870 regex_t full_regex_; // For FullMatch().
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h880 regex_t full_regex_; // For FullMatch().
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h894 regex_t full_regex_; // For FullMatch().
/external/gtest/include/gtest/internal/
Dgtest-port.h986 regex_t full_regex_; // For FullMatch().
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1000 regex_t full_regex_; // For FullMatch().
Dgtest-port.h.orig990 regex_t full_regex_; // For FullMatch().
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc7703 regfree(&full_regex_); in ~RE()
7713 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
7735 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
Dgtest.h1775 regex_t full_regex_; // For FullMatch().
/external/opencv3/modules/ts/src/
Dts_gtest.cpp8398 regfree(&full_regex_); in ~RE()
8408 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
8430 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc8357 regfree(&full_regex_); in ~RE()
8367 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
8389 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
Dgtest.h2093 regex_t full_regex_; // For FullMatch().
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8355 regfree(&full_regex_); in ~RE()
8365 return regexec(&re.full_regex_, str, 1, &match, 0) == 0; in FullMatch()
8387 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_gtest.h2144 regex_t full_regex_; // For FullMatch().
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h2093 regex_t full_regex_; // For FullMatch().