OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:match_any
(Results
1 - 25
of
30
) sorted by null
1
2
/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/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/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_constants.h
228
static constexpr match_flag_type
match_any
= 1 << _S_any;
member in namespace:regex_constants
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_constants.h
228
static constexpr match_flag_type
match_any
= 1 << _S_any;
member in namespace:regex_constants
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h
228
static constexpr match_flag_type
match_any
= 1 << _S_any;
member in namespace:regex_constants
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h
228
static constexpr match_flag_type
match_any
= 1 << _S_any;
member in namespace:regex_constants
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_constants.h
228
static constexpr match_flag_type
match_any
= 1 << _S_any;
member in namespace:regex_constants
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_constants.h
228
static constexpr match_flag_type
match_any
= 1 << _S_any;
member in namespace:regex_constants
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_constants.h
235
constexpr match_flag_type
match_any
= 1 << _S_any;
member in namespace:regex_constants
/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
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
regex
50
match_any
= unspecified,
827
match_any
= 1 << 4,
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
regex
233
static const match_flag_type
match_any
= 1 << _S_any;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
regex
250
static const match_flag_type
match_any
= 1 << _S_any;
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
regex
250
static const match_flag_type
match_any
= 1 << _S_any;
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex
233
static const match_flag_type
match_any
= 1 << _S_any;
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex
233
static const match_flag_type
match_any
= 1 << _S_any;
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
regex
233
static const match_flag_type
match_any
= 1 << _S_any;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
regex
233
static const match_flag_type
match_any
= 1 << _S_any;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
regex
250
static const match_flag_type
match_any
= 1 << _S_any;
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
regex
250
static const match_flag_type
match_any
= 1 << _S_any;
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
regex
250
static const match_flag_type
match_any
= 1 << _S_any;
[
all
...]
Completed in 1305 milliseconds
1
2