Searched defs:options2 (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_flags_test.cc63 static const char *options2 = member in namespace:__tsan
153 test_default_options = options2;
164 InitializeFlags(&f, options2);
171 test_default_options = options2;
176 InitializeFlags(&f, options2);
/external/pcre/dist/
H A Dpcrecpp_unittest.cc615 RE_Options options2; local
619 TestOneOption("CASELESS (class2)", "HELLO", "hello", options2.set_caseless(true), false);
630 RE_Options options2; local
635 TestOneOption("MULTILINE (class2)", "^cruel$", str, options2.set_multiline(true), false);
643 RE_Options options2; local
648 TestOneOption("DOTALL (class2)", "HELLO.*world", str, options2.set_dotall(true), true);
656 RE_Options options2; local
662 TestOneOption("DOLLAR_ENDONLY 2", "world$", str, options2.set_dollar_endonly(true), false, false);
678 RE_Options options2; local
683 TestOneOption("EXTENDED (class2)", "HELLO world", str, options2
[all...]

Completed in 630 milliseconds