/external/valgrind/main/memcheck/tests/ |
describe-block.stderr.exp | 14 For counts of detected and suppressed errors, rerun with: -v 15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
|
addressable.stderr.exp | 9 For counts of detected and suppressed errors, rerun with: -v 10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 38 For counts of detected and suppressed errors, rerun with: -v 39 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) 47 For counts of detected and suppressed errors, rerun with: -v 48 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 61 For counts of detected and suppressed errors, rerun with: -v 62 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) 80 For counts of detected and suppressed errors, rerun with: -v 82 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0 [all...] |
/external/valgrind/main/none/tests/x86/ |
bug126147-x86.c | 117 size_t errors = 0; variable 126 ++errors; 190 if (errors == 0) 192 printf("No errors.\n"); 196 printf("%d errors.\n", (int)errors);
|
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/ |
driver_ti.h | 83 int errors; /* Number of sequential errors */ member in struct:wpa_driver_ti_data
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
error_fixer.py | 24 from closure_linter import errors namespace 53 """Object that fixes simple style errors.""" 60 instead of overwriting the files the errors are found in. 69 """Notifies this ErrorPrinter that subsequent errors are in filename. 102 if code == errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL: 121 elif code == errors.JSDOC_MISSING_OPTIONAL_TYPE: 134 elif code in (errors.MISSING_SEMICOLON_AFTER_FUNCTION, 135 errors.MISSING_SEMICOLON): 143 elif code in (errors.ILLEGAL_SEMICOLON_AFTER_FUNCTION, 144 errors.REDUNDANT_SEMICOLON [all...] |
/external/chromium/testing/gtest/test/ |
gtest_xml_output_unittest.py | 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests"> 58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*"> 97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*"> 103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*"> 108 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*" [all...] |
/external/gtest/test/ |
gtest_xml_output_unittest.py | 57 <testsuites tests="23" failures="4" disabled="2" errors="0" time="*" name="AllTests"> 58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*"> 97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*"> 103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*"> 108 <testsuite name="Single/ValueParamTest" tests="4" failures="0" disabled="0" errors="0" time="*" [all...] |
/external/junit/src/org/junit/rules/ |
ErrorCollector.java | 36 private List<Throwable> errors= new ArrayList<Throwable>(); field in class:ErrorCollector 40 MultipleFailureException.assertEmpty(errors); 47 errors.add(error);
|
/external/libvorbis/test/ |
test.c | 40 int errors = 0 ; local 63 errors ++ ; 73 if (errors)
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
test_eap_sim_common.c | 48 int errors = 0; local 50 errors += test_eap_sim_prf(); 52 return errors;
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
test_eap_sim_common.c | 42 int errors = 0; local 44 errors += test_eap_sim_prf(); 46 return errors;
|
/external/wpa_supplicant_8/hostapd/ |
config_file.c | 1704 int errors = 0; local 2998 int errors = 0; local 3078 int errors; local [all...] |
/development/testrunner/test_defs/ |
test_defs.py | 25 import errors namespace 59 raise errors.ParseError 62 raise errors.ParseError 63 except errors.ParseError, e: 87 raise errors.ParseError(msg=error_msg)
|
/external/junit/src/org/junit/experimental/theories/ |
Theories.java | 29 protected void collectInitializationErrors(List<Throwable> errors) { 30 super.collectInitializationErrors(errors); 31 validateDataPointFields(errors); 34 private void validateDataPointFields(List<Throwable> errors) { 39 errors.add(new Error("DataPoint field " + each.getName() + " must be static")); 43 protected void validateConstructor(List<Throwable> errors) { 44 validateOnlyOneConstructor(errors); 48 protected void validateTestMethods(List<Throwable> errors) { 51 each.validatePublicVoid(false, errors); 53 each.validatePublicVoidNoArg(false, errors); [all...] |
/external/libsepol/src/ |
genbools.c | 75 int errors = 0, changes = 0; local 94 errors++; 99 errors++; 124 errors++; 131 errors++; 143 if (errors) 146 return errors ? -1 : 0; 214 int rc, i, errors = 0; local 227 errors++; 233 errors++ [all...] |
/external/protobuf/gtest/test/ |
gtest_xml_output_unittest.py | 57 <testsuites tests="15" failures="4" disabled="2" errors="0" time="*" name="AllTests"> 58 <testsuite name="SuccessfulTest" tests="1" failures="0" disabled="0" errors="0" time="*"> 61 <testsuite name="FailedTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 68 <testsuite name="MixedResultTest" tests="3" failures="1" disabled="1" errors="0" time="*"> 80 <testsuite name="XmlQuotingTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 87 <testsuite name="InvalidCharactersTest" tests="1" failures="1" disabled="0" errors="0" time="*"> 94 <testsuite name="DisabledTest" tests="1" failures="0" disabled="1" errors="0" time="*"> 97 <testsuite name="PropertyRecordingTest" tests="4" failures="0" disabled="0" errors="0" time="*"> 103 <testsuite name="NoFixtureTest" tests="3" failures="0" disabled="0" errors="0" time="*"> 112 <testsuites tests="0" failures="0" disabled="0" errors="0" time="*" name="AllTests" [all...] |
/external/protobuf/src/google/protobuf/ |
message_unittest.cc | 182 vector<string> errors; local 187 errors = log.GetMessages(ERROR); 190 ASSERT_EQ(1, errors.size()); 193 errors[0]); 236 vector<string> errors; local 237 message.FindInitializationErrors(&errors); 238 ASSERT_EQ(3, errors.size()); 239 EXPECT_EQ("a", errors[0]); 240 EXPECT_EQ("b", errors[1]); 241 EXPECT_EQ("c", errors[2]) [all...] |
/external/chromium/chrome/browser/sync/engine/ |
all_status.cc | 50 status.conflicting_count += snapshot->errors.num_conflicting_commits; 60 const sessions::ErrorCounters& errors(snapshot->errors); 61 if (errors.consecutive_errors > status.max_consecutive_errors) 62 status.max_consecutive_errors = errors.consecutive_errors; 65 if (errors.consecutive_transient_error_commits > 100)
|
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/ |
css_checker.py | 52 errors = [] 58 errors.append(' %s;\n' % (';\n '.join(rules))) 59 return errors 104 errors = [] 106 errors.append(' ' + b.group(1).strip().splitlines()[-1:][0]) 107 return errors 131 errors = [] 135 errors.append(' ' + first_line) 136 return errors
|
/external/linux-tools-perf/scripts/perl/ |
rw-by-pid.pl | 36 $reads{$common_pid}{errors}{$ret}++; 58 $writes{$common_pid}{errors}{$ret}++; 95 printf("%6s %20s %6s %10s\n", "pid", "comm", "error #", "# errors"); 102 foreach my $error (keys %{$reads{$pid}{errors}}) { 104 my $errcount = $reads{$pid}{errors}{$error} || 0; 135 printf("%6s %20s %6s %10s\n", "pid", "comm", "error #", "# errors"); 142 foreach my $error (keys %{$writes{$pid}{errors}}) { 144 my $errcount = $writes{$pid}{errors}{$error} || 0;
|
/external/openssh/ |
entropy.c | 76 int fd, addr_len, rval, errors; local 109 errors = 0; 134 if (errno == EPIPE && errors < 10) { 136 errors++; 145 if (errno == EPIPE && errors < 10) { 147 errors++;
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
handleerror02.js | 85 * @param errors Value from value attribute of nested var element 88 function DOMErrorHandlerN10053(errors) { 89 this.errors = errors; 105 var errors = errorHandler.errors; 113 errors[errors.length] = error; 122 Use an error handler to continue from errors and check that more than one 129 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-ERRORS-DOMErrorHandler-handleErro [all...] |
/external/junit/src/org/junit/runners/ |
ParentRunner.java | 105 * Adds to {@code errors} a throwable for each problem noted with the test class (available from {@link #getTestClass()}). 110 protected void collectInitializationErrors(List<Throwable> errors) { 111 validatePublicVoidNoArgMethods(BeforeClass.class, true, errors); 112 validatePublicVoidNoArgMethods(AfterClass.class, true, errors); 113 validateClassRules(errors); 117 * Adds to {@code errors} if any method in this class is annotated with 127 boolean isStatic, List<Throwable> errors) { 131 eachTestMethod.validatePublicVoidNoArg(isStatic, errors); 134 private void validateClassRules(List<Throwable> errors) { 135 CLASS_RULE_VALIDATOR.validate(getTestClass(), errors); local [all...] |
/external/chromium/chrome/browser/diagnostics/ |
sqlite_diagnostics.cc | 47 int errors = 0; local 70 ++errors; 74 if (errors != 0) { 76 str += base::IntToString16(errors) + ASCIIToUTF16(" errors");
|
/external/chromium/chrome/common/extensions/ |
update_manifest.h | 65 // errors(). 69 const std::string& errors() { return errors_; } function in class:UpdateManifest
|