Home
last modified time | relevance | path

Searched refs:partial_regex_ (Results 1 – 25 of 26) sorted by relevance

12

/external/protobuf/gtest/src/
Dgtest-port.cc119 regfree(&partial_regex_); in ~RE()
139 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
163 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc121 regfree(&partial_regex_); in ~RE()
141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc121 regfree(&partial_regex_); in ~RE()
141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-port.cc121 regfree(&partial_regex_); in ~RE()
141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc146 regfree(&partial_regex_); in ~RE()
166 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc529 regfree(&partial_regex_); in ~RE()
549 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
573 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
Dgtest-port.cc.orig146 regfree(&partial_regex_);
166 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
180 // We want to call regcomp(&partial_regex_, ...) even if the
181 // previous expression returns false. Otherwise partial_regex_ may
190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
/external/v8/testing/gtest/src/
Dgtest-port.cc552 regfree(&partial_regex_); in ~RE()
572 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
596 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/googletest/googletest/src/
Dgtest-port.cc570 regfree(&partial_regex_); in ~RE()
590 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
614 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc570 regfree(&partial_regex_); in ~RE()
590 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
614 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/protobuf/gtest/include/gtest/internal/
Dgtest-port.h714 regex_t partial_regex_; // For PartialMatch(). variable
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h884 regex_t partial_regex_; // For PartialMatch().
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h871 regex_t partial_regex_; // For PartialMatch().
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-port.h876 regex_t partial_regex_; // For PartialMatch().
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-port.h895 regex_t partial_regex_; // For PartialMatch().
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-port.h1001 regex_t partial_regex_; // For PartialMatch().
Dgtest-port.h.orig991 regex_t partial_regex_; // For PartialMatch().
/external/googletest/googletest/include/gtest/internal/
Dgtest-port.h1217 regex_t partial_regex_; // For PartialMatch().
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-port.h1216 regex_t partial_regex_; // For PartialMatch().
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-port.h1217 regex_t partial_regex_; // For PartialMatch().
/external/protobuf/gtest/fused-src/gtest/
Dgtest-all.cc7702 regfree(&partial_regex_); in ~RE()
7722 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
7746 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
Dgtest.h1776 regex_t partial_regex_; // For PartialMatch().
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest-all.cc8356 regfree(&partial_regex_); in ~RE()
8376 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
8400 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/fmtlib/test/
Dgmock-gtest-all.cc8356 regfree(&partial_regex_); in ~RE()
8376 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0; in PartialMatch()
8400 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/fmtlib/test/gtest/
Dgtest.h2094 regex_t partial_regex_; // For PartialMatch().

12