HomeSort by: relevance | last modified time | path
    Searched refs:has_errors (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/test/
run_tests.pl 90 # $ret->has_errors may be any number, not just 0 or 1. On VMS, numbers
95 exit !!$ret->has_errors if (ref($ret) eq "TAP::Parser::Aggregator");
  /src/crypto/external/apache2/openssl/dist/test/
run_tests.pl 340 if (ref($ret) ne "TAP::Parser::Aggregator" || !$ret->has_errors) {
346 # If this is a TAP::Parser::Aggregator, $ret->has_errors is the count of
350 exit 0 unless $ret->has_errors;
  /src/crypto/external/bsd/openssl/dist/test/
run_tests.pl 313 if (ref($ret) ne "TAP::Parser::Aggregator" || !$ret->has_errors) {
319 # If this is a TAP::Parser::Aggregator, $ret->has_errors is the count of
323 exit 0 unless $ret->has_errors;
  /src/external/bsd/atf/dist/tools/
parser.hpp 331 bool has_errors(void) const;
412 parser< TKZ >::has_errors(void) function in class:tools::parser::parser
571 if (!(parser).has_errors()) \
  /src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc 520 bool has_errors = false; local
532 has_errors = true;
566 has_errors = true;
572 return !has_errors;

Completed in 44 milliseconds