Home
last modified time | relevance | path

Searched refs:REG_EXTENDED (Results 1 – 25 of 44) sorted by relevance

12

/external/google-benchmark/cmake/
Dgnu_posix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
Dposix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
/external/libcxx/utils/google-benchmark/cmake/
Dgnu_posix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
Dposix_regex.cpp6 int ec = regcomp(&re, "^[a-z]+[0-9]+$", REG_EXTENDED | REG_NOSUB); in main()
/external/llvm/lib/Support/
Dregex_impl.h57 #define REG_EXTENDED 0001 macro
DRegex.cpp31 flags |= REG_EXTENDED; in Regex()
/external/swiftshader/third_party/LLVM/lib/Support/
Dregex_impl.h57 #define REG_EXTENDED 0001 macro
DRegex.cpp30 error = llvm_regcomp(preg, regex.data(), flags|REG_EXTENDED|REG_PEND); in Regex()
/external/pcre/dist2/src/
Dpcre2posix.h69 #define REG_EXTENDED 0 macro
/external/toybox/toys/posix/
Dnl.c89 REG_NOSUB | (toys.optflags&FLAG_E)*REG_EXTENDED); in nl_main()
Dsed.c784 xregcomp((void *)reg, s, (toys.optflags & FLAG_r)*REG_EXTENDED); in parse_pattern()
878 ((toys.optflags & FLAG_r)*REG_EXTENDED)|((command->sflags&1)*REG_ICASE)); in parse_pattern()
/external/libcxx/utils/google-benchmark/src/
Dre.h88 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/google-benchmark/src/
Dre.h88 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init()
/external/libmicrohttpd/src/examples/
Dmhd2spdy_structures.c59 return regcomp(preg, "^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\\?([^#]*))?(#(.*))?", REG_EXTENDED); in init_parse_uri()
/external/protobuf/gtest/src/
Dgtest-port.cc152 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
163 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-port.cc154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/toybox/toys/pending/
Dmdev.c116 xregcomp(&match, regex, REG_EXTENDED); in make_device()
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
Dgtest-port.cc562 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
573 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/v8/testing/gtest/src/
Dgtest-port.cc585 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
596 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/libcups/cups/
Ddebug.c307 else if (regcomp(debug_filter, filter, REG_EXTENDED)) in _cups_debug_set()
/external/googletest/googletest/src/
Dgtest-port.cc603 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
614 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc603 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0; in Init()
614 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0; in Init()

12