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

  /external/regex-re2/util/
pcre.h 464 int stack_limit, bool report_errors);
547 // iff report_errors() is true. Default: true.
548 bool report_errors() const { return report_errors_; } function in class:re2::PCRE_Options
549 void set_report_errors(bool report_errors) {
550 report_errors_ = report_errors;
pcre.cc 52 int stack_limit, bool report_errors) {
59 report_errors_ = report_errors;
89 re_option.stack_limit(), re_option.report_errors());
94 re_option.stack_limit(), re_option.report_errors());
    [all...]
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 186 def _send(self, msg, report_errors = True):
220 report_errors,
    [all...]

Completed in 213 milliseconds