Home
last modified time | relevance | path

Searched refs:regmatch_t (Results 1 – 19 of 19) sorted by relevance

/external/oprofile/libregex/
Dop_regex.h95 regmatch_t const * match) const;
104 regmatch_t const & get_match(regmatch_t const * match, char idx) const;
Dop_regex.cpp46 bool op_regexec(regex_t const & regex, string const & str, regmatch_t * match, in op_regexec()
192 regmatch_t match[max_match]; in do_execute()
204 regmatch_t const &
205 regular_expression_replace::get_match(regmatch_t const * match, char idx) const in get_match()
216 (string & str, string const & replace, regmatch_t const * match) const in do_replace()
229 regmatch_t const & matched = get_match(match, in do_replace()
/external/lldb/include/lldb/Core/
DRegularExpression.h52 regmatch_t invalid_match = { -1, -1 }; in Clear()
63 regmatch_t *
82 … std::vector<regmatch_t> m_matches; ///< Where parenthesized subexpressions results are stored
/external/pcre/dist/
Dpcreposix.h110 } regmatch_t; typedef
138 regmatch_t *, int);
Dpcreposix.c323 regmatch_t pmatch[], int eflags) in regexec()
Dpcretest.c5049 regmatch_t *pmatch = NULL; in main()
5051 pmatch = (regmatch_t *)malloc(sizeof(regmatch_t) * use_size_offsets); in main()
/external/mesa3d/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c30 static int match_length(regmatch_t * matches, int index) in match_length()
38 regmatch_t * matches, in regex_helper()
94 regmatch_t matches[REGEX_SRC_MATCHES]; in init_rc_normal_src()
221 regmatch_t matches[REGEX_DST_MATCHES]; in init_rc_normal_dst()
320 regmatch_t matches[REGEX_INST_MATCHES]; in init_rc_normal_instruction()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
Drc_test_helpers.c30 static int match_length(regmatch_t * matches, int index) in match_length()
38 regmatch_t * matches, in regex_helper()
94 regmatch_t matches[REGEX_SRC_MATCHES]; in init_rc_normal_src()
221 regmatch_t matches[REGEX_DST_MATCHES]; in init_rc_normal_dst()
320 regmatch_t matches[REGEX_INST_MATCHES]; in init_rc_normal_instruction()
/external/protobuf/gtest/src/
Dgtest-port.cc121 regmatch_t match; in FullMatch()
130 regmatch_t match; in PartialMatch()
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc131 regmatch_t match; in FullMatch()
140 regmatch_t match; in PartialMatch()
/external/mesa3d/src/gtest/src/
Dgtest-port.cc131 regmatch_t match; in FullMatch()
140 regmatch_t match; in PartialMatch()
/external/chromium_org/third_party/mesa/src/src/gtest/src/
Dgtest-port.cc131 regmatch_t match; in FullMatch()
140 regmatch_t match; in PartialMatch()
/external/gtest/src/
Dgtest-port.cc157 regmatch_t match; in FullMatch()
166 regmatch_t match; in PartialMatch()
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp378 ::regmatch_t matches[3]; in CalculateMnemonicOperandsAndComment()
380 … if (!::regexec(&s_regex, out_string, sizeof(matches) / sizeof(::regmatch_t), matches, 0)) in CalculateMnemonicOperandsAndComment()
/external/chromium_org/testing/gtest/src/
Dgtest-port.cc540 regmatch_t match; in FullMatch()
549 regmatch_t match; in PartialMatch()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8366 regmatch_t match; in FullMatch()
8375 regmatch_t match; in PartialMatch()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8364 regmatch_t match; in FullMatch()
8373 regmatch_t match; in PartialMatch()
/external/chromium_org/third_party/apache-win32/
DCHANGES.txt2517 regmatch_t->ap_regmatch_t; REG_*->AP_REG_*; functions
/external/pcre/dist/doc/
Dpcre.txt9500 size_t nmatch, regmatch_t pmatch[], int eflags);
9704 an array of nmatch structures of type regmatch_t, containing the mem-