Home
last modified time | relevance | path

Searched refs:all_options (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/coverage/coverage/
Dconfig.py231 all_options = collections.defaultdict(set)
234 all_options[section].add(option)
236 for section, options in iitems(all_options):
/external/pcre/dist/
Dpcrecpp.cc115 pcre_options = options_.all_options(); in Compile()
412 (NewlineMode(options_.all_options()) == PCRE_NEWLINE_CRLF || in GlobalReplace()
413 NewlineMode(options_.all_options()) == PCRE_NEWLINE_ANY || in GlobalReplace()
414 NewlineMode(options_.all_options()) == PCRE_NEWLINE_ANYCRLF)) { in GlobalReplace()
526 int options = (options_.all_options() & PCRE_NO_UTF8_CHECK); in TryMatch()
Dpcrecpp.h452 int all_options() const { in all_options() function
Dpcretest.c4160 unsigned long int all_options; in main() local
4229 all_options = REAL_PCRE_OPTIONS(re); in main()
4230 if (do_flip) all_options = swap_uint32(all_options); in main()
/external/pcre/
Dpcrecpp.h452 int all_options() const { in all_options() function
/external/protobuf/src/google/protobuf/
Ddescriptor.cc1785 vector<string> all_options; in FormatBracketedOptions() local
1786 if (RetrieveOptions(depth, options, &all_options)) { in FormatBracketedOptions()
1787 output->append(Join(all_options, ", ")); in FormatBracketedOptions()
1789 return !all_options.empty(); in FormatBracketedOptions()
1795 vector<string> all_options; in FormatLineOptions() local
1796 if (RetrieveOptions(depth, options, &all_options)) { in FormatLineOptions()
1797 for (int i = 0; i < all_options.size(); i++) { in FormatLineOptions()
1799 prefix, all_options[i]); in FormatLineOptions()
1802 return !all_options.empty(); in FormatLineOptions()