HomeSort by relevance Sort by last modified time
    Searched refs:_Matcher (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/site_tests/platform_Crossystem/
platform_Crossystem.py 11 class _Matcher(object):
37 _ALPHANUM = _Matcher("[\d\w]+")
38 _NUM = _Matcher("[\d]+")
39 _HEXNUM = _Matcher("0x[\da-fA-F]+")
40 _BIT = _Matcher("[01]")
41 _ANYTHING = _Matcher("!(\(error\))|") # anything but "(error)" or ""
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_nfa.h 120 typedef std::function<bool (const _PatternCursor&)> _Matcher;
220 _Matcher _M_matches; // for _S_opcode_match
226 _State(const _Matcher& __m)
316 _M_insert_matcher(_Matcher __m)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_nfa.h 120 typedef std::function<bool (const _PatternCursor&)> _Matcher;
220 _Matcher _M_matches; // for _S_opcode_match
226 _State(const _Matcher& __m)
316 _M_insert_matcher(_Matcher __m)

Completed in 51 milliseconds