HomeSort by relevance Sort by last modified time
    Searched full:match_any (Results 1 - 25 of 28) sorted by null

1 2

  /external/libcxx/test/std/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...]
  /ndk/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...]
  /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 341 match_any = *m == '/'; local
342 mode_t m1 = string_to_mode(m+(match_min || match_any), 0),
345 if (match_min || match_any) m2 &= m1;
346 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)';
  /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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h 273 match_any = 1 << _S_any,
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 702 match_any
707 <if(label)><label; format="label"> = <endif>match_any
    [all...]
  /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...]
  /external/libcxx/include/
regex 50 match_any = unspecified,
858 match_any = 1 << 4,
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
regex 50 match_any = unspecified,
858 match_any = 1 << 4,
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
regex 50 match_any = unspecified,
858 match_any = 1 << 4,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
regex 250 static const match_flag_type match_any = 1 << _S_any;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
regex 250 static const match_flag_type match_any = 1 << _S_any;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
regex 250 static const match_flag_type match_any = 1 << _S_any;
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
regex 250 static const match_flag_type match_any = 1 << _S_any;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 
libstdc++.so.6.0.18 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib32/
libstdc++.so 
libstdc++.so.6 

Completed in 1265 milliseconds

1 2