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

  /external/libcxx/test/std/re/re.const/re.matchflag/
match_flag_type.pass.cpp 23 // match_any = unspecified,
46 assert(std::regex_constants::match_any != 0);
58 assert((std::regex_constants::match_not_bol & std::regex_constants::match_any) == 0);
68 assert((std::regex_constants::match_not_eol & std::regex_constants::match_any) == 0);
77 assert((std::regex_constants::match_not_bow & std::regex_constants::match_any) == 0);
85 assert((std::regex_constants::match_not_eow & std::regex_constants::match_any) == 0);
93 assert((std::regex_constants::match_any & std::regex_constants::match_not_null) == 0);
94 assert((std::regex_constants::match_any & std::regex_constants::match_continuous) == 0);
95 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0);
96 assert((std::regex_constants::match_any & std::regex_constants::format_sed) == 0)
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.matchflag/
match_flag_type.pass.cpp 23 // match_any = unspecified,
45 assert(std::regex_constants::match_any != 0);
57 assert((std::regex_constants::match_not_bol & std::regex_constants::match_any) == 0);
67 assert((std::regex_constants::match_not_eol & std::regex_constants::match_any) == 0);
76 assert((std::regex_constants::match_not_bow & std::regex_constants::match_any) == 0);
84 assert((std::regex_constants::match_not_eow & std::regex_constants::match_any) == 0);
92 assert((std::regex_constants::match_any & std::regex_constants::match_not_null) == 0);
93 assert((std::regex_constants::match_any & std::regex_constants::match_continuous) == 0);
94 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0);
95 assert((std::regex_constants::match_any & std::regex_constants::format_sed) == 0)
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.const/re.matchflag/
match_flag_type.pass.cpp 23 // match_any = unspecified,
46 assert(std::regex_constants::match_any != 0);
58 assert((std::regex_constants::match_not_bol & std::regex_constants::match_any) == 0);
68 assert((std::regex_constants::match_not_eol & std::regex_constants::match_any) == 0);
77 assert((std::regex_constants::match_not_bow & std::regex_constants::match_any) == 0);
85 assert((std::regex_constants::match_not_eow & std::regex_constants::match_any) == 0);
93 assert((std::regex_constants::match_any & std::regex_constants::match_not_null) == 0);
94 assert((std::regex_constants::match_any & std::regex_constants::match_continuous) == 0);
95 assert((std::regex_constants::match_any & std::regex_constants::match_prev_avail) == 0);
96 assert((std::regex_constants::match_any & std::regex_constants::format_sed) == 0)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 235 constexpr match_flag_type match_any = 1 << _S_any; member in namespace:regex_constants
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_constants.h 235 constexpr match_flag_type match_any = 1 << _S_any; member in namespace:regex_constants
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_constants.h 235 constexpr match_flag_type match_any = 1 << _S_any; member in namespace:regex_constants
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h 273 match_any = 1 << _S_any,
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h 273 match_any = 1 << _S_any,
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h 273 match_any = 1 << _S_any,
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 513 match_any
517 match_any
588 match_any
626 match_any
750 match_any
  /external/toybox/toys/posix/
find.c 338 match_any = *m == '/'; local
339 mode_t m1 = string_to_mode(m+(match_min || match_any), 0),
342 if (match_min || match_any) m2 &= m1;
343 test = match_any ? !m1 || m2 : m1 == m2;
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
Lexer.pm 180 sub match_any { subroutine
BaseRecognizer.pm 85 sub match_any { subroutine
86 Readonly my $usage => 'void match_any(IntStream input)';
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
recognizers.rb 398 def match_any method in class:ANTLR3.Scope
1100 def match_any method in class:ANTLR3.Hypothetical.Lexer.Hypothetical.Parser.Lexer
    [all...]
tree.rb 133 def match_any( ignore = nil ) method in class:ANTLR3.AST.TreeParser
    [all...]

Completed in 594 milliseconds