HomeSort by relevance Sort by last modified time
    Searched full:all_options (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/third_party/coverage/coverage/
config.py 231 all_options = collections.defaultdict(set)
234 all_options[section].add(option)
236 for section, options in iitems(all_options):
  /external/pcre/dist/
pcrecpp.cc 115 pcre_options = options_.all_options();
407 // all_options(), since options_ could have changed bewteen
412 (NewlineMode(options_.all_options()) == PCRE_NEWLINE_CRLF ||
413 NewlineMode(options_.all_options()) == PCRE_NEWLINE_ANY ||
414 NewlineMode(options_.all_options()) == PCRE_NEWLINE_ANYCRLF)) {
526 int options = (options_.all_options() & PCRE_NO_UTF8_CHECK);
pcrecpp_unittest.cc 743 TestOneOption("all_options (CASELESS|DOTALL)", "^hello.*WORLD", str , options, false);
745 TestOneOption("all_options (0)", "^hello.*WORLD", str , options, false, false);
748 TestOneOption("all_options (MULTILINE|EXTENDED)", " ^ c r u e l $ ", str, options, false);
749 TestOneOption("all_options (MULTILINE|EXTENDED) with constructor",
755 TestOneOption("all_options (MULTILINE|EXTENDED) with concatenation",
764 TestOneOption("all_options (0)", "^ c r u e l $", str, options, false, false);
    [all...]
pcrecpp.h 452 int all_options() const { function in class:pcrecpp::RE_Options
pcretest.c 4160 unsigned long int all_options; local
    [all...]
  /external/protobuf/src/google/protobuf/
descriptor.cc 1785 vector<string> all_options; local
1795 vector<string> all_options; local
    [all...]
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 271 TEST_F(MallocDebugTest, all_options) {
    [all...]

Completed in 427 milliseconds