/external/protobuf/gtest/src/ |
D | gtest-port.cc | 120 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/ |
D | gtest-port.cc | 122 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/ |
D | gtest-port.cc | 122 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/ |
D | gtest-port.cc | 147 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/ |
D | gtest-port.cc | 170 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/ |
D | gtest-port.cc | 530 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()
|
D | gtest-port.cc.orig | 147 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/ |
D | gtest-port.h | 713 regex_t full_regex_; // For FullMatch(). variable
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 870 regex_t full_regex_; // For FullMatch().
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 880 regex_t full_regex_; // For FullMatch().
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 894 regex_t full_regex_; // For FullMatch().
|
/external/gtest/include/gtest/internal/ |
D | gtest-port.h | 986 regex_t full_regex_; // For FullMatch().
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-port.h | 1000 regex_t full_regex_; // For FullMatch().
|
D | gtest-port.h.orig | 990 regex_t full_regex_; // For FullMatch().
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 7703 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()
|
D | gtest.h | 1775 regex_t full_regex_; // For FullMatch().
|
/external/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 8398 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/ |
D | gtest-all.cc | 8357 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()
|
D | gtest.h | 2093 regex_t full_regex_; // For FullMatch().
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 8355 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/ |
D | ts_gtest.h | 2144 regex_t full_regex_; // For FullMatch().
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 2093 regex_t full_regex_; // For FullMatch().
|