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

  /art/runtime/base/
hex_dump_test.cc 33 TEST(HexDump, OneLine) {
  /external/regex-re2/re2/testing/
simplify_test.cc 147 ~Regexp::OneLine),
tester.cc 142 static_cast<Regexp::ParseFlags>(Regexp::LikePerl & ~Regexp::OneLine);
219 if (!(flags & Regexp::OneLine))
  /external/google-breakpad/src/client/linux/minidump_writer/
line_reader_unittest.cc 83 TEST(LineReaderTest, OneLine) {
proc_cpuinfo_reader_unittest.cc 85 TEST(ProcCpuInfoReaderTest, OneLine) {
  /external/regex-re2/re2/
regexp.h 279 OneLine = 1<<4, // Treat ^ and $ as only matching at beginning and
291 // m - !OneLine
305 LikePerl = ClassNL | OneLine | PerlClasses | PerlB | PerlX |
parse.cc 399 if (flags_ & OneLine) {
414 if (flags_ & OneLine) {
    [all...]
re2.cc 167 flags |= Regexp::OneLine;
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/syntax/
simplify_test.go 141 re, err := Parse(tt.Regexp, MatchNL|Perl&^OneLine)
parse.go 60 OneLine // treat ^ and $ as only matching at beginning and end of text
69 Perl = ClassNL | OneLine | PerlX | UnicodeGroups // as close to Perl as possible
753 if p.flags&OneLine != 0 {
760 if p.flags&OneLine != 0 {
1012 flags &^= OneLine
    [all...]
  /prebuilts/go/linux-x86/src/regexp/syntax/
simplify_test.go 141 re, err := Parse(tt.Regexp, MatchNL|Perl&^OneLine)
parse.go 60 OneLine // treat ^ and $ as only matching at beginning and end of text
69 Perl = ClassNL | OneLine | PerlX | UnicodeGroups // as close to Perl as possible
753 if p.flags&OneLine != 0 {
760 if p.flags&OneLine != 0 {
1012 flags &^= OneLine
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/
all_test.go 524 {syntax.Perl | syntax.OneLine, false},
525 {syntax.Perl &^ syntax.OneLine, true},
  /prebuilts/go/linux-x86/src/regexp/
all_test.go 524 {syntax.Perl | syntax.OneLine, false},
525 {syntax.Perl &^ syntax.OneLine, true},

Completed in 212 milliseconds