HomeSort by relevance Sort by last modified time
    Searched refs:REG_EXTENDED (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-pcre.c 166 REG_EXTENDED | (ignorecase ? REG_ICASE : 0));
tst-regex2.c 77 REG_EXTENDED | (testno ? REG_NOSUB : 0));
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 114 if (regcomp(&regex, re, REG_EXTENDED | REG_NOSUB) != 0) {
246 if (regcomp(&re, "[a-z0-9_]*[$]([a-z0-9]+)[_]*", REG_EXTENDED) != 0) {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
  /external/mesa3d/src/gtest/src/
gtest-port.cc 154 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
165 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
  /external/protobuf/gtest/src/
gtest-port.cc 144 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
154 is_valid_ = (regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0)
  /external/oprofile/libregex/
op_regex.cpp 38 int err = regcomp(&regexp, pattern.c_str(), REG_EXTENDED);
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 340 #define REG_EXTENDED 1
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 67 int syntax = ((extended_regexp_flags & REG_EXTENDED)
compile.c 631 flags |= REG_EXTENDED;
983 flags |= REG_EXTENDED;
    [all...]
  /external/gtest/src/
gtest-port.cc 180 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
191 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 179 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
190 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 46 err_code = regcomp(&regex, regex_str, REG_EXTENDED);
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 46 err_code = regcomp(&regex, regex_str, REG_EXTENDED);
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 651 cflags |= REG_EXTENDED;
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 563 is_valid_ = regcomp(&full_regex_, full_pattern, REG_EXTENDED) == 0;
574 is_valid_ = regcomp(&partial_regex_, partial_regex, REG_EXTENDED) == 0;
    [all...]
  /external/lldb/source/Host/common/
FileSpec.cpp     [all...]
  /external/lldb/source/Plugins/Disassembler/llvm/
DisassemblerLLVMC.cpp 374 ::regcomp(&s_regex, "[ \t]*([^ ^\t]+)[ \t]*([^ ^\t].*)?", REG_EXTENDED);
  /external/qemu/distrib/libselinux/src/
label_file.c 258 REG_EXTENDED | REG_NOSUB);
  /external/llvm/lib/Support/
regcomp.c 171 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
223 if (cflags&REG_EXTENDED)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regcomp.c 163 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
215 if (cflags&REG_EXTENDED)
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regcomp.c 225 = #define REG_EXTENDED 0001
254 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
306 if (cflags&REG_EXTENDED)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-report.c 699 int err = regcomp(&ignore_callees_regex, arg, REG_EXTENDED);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
sort.c 934 int ret = regcomp(&parent_regex, parent_pattern, REG_EXTENDED);

Completed in 1258 milliseconds

1 2 34 5