Searched refs:errors (Results 651 - 675 of 954) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/base/memory/
H A Dshared_memory_unittest.cc640 int errors = 0; local
649 errors++;
653 errors++;
662 errors++;
667 return errors;
/external/chromium_org/chromeos/network/
H A Dshill_property_handler_unittest.cc119 int errors() { return errors_; } function in class:chromeos::__anon6227::TestListener
315 EXPECT_EQ(0, listener_->errors());
346 EXPECT_EQ(0, listener_->errors());
370 EXPECT_EQ(0, listener_->errors());
422 EXPECT_EQ(0, listener_->errors());
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Didnatest.c886 !info.isTransitionalDifferent || info.errors != 0
894 !info.isTransitionalDifferent || info.errors != 0
903 !info.isTransitionalDifferent || info.errors != 0
912 !info.isTransitionalDifferent || info.errors != 0
921 !info.isTransitionalDifferent || info.errors != 0
929 !info.isTransitionalDifferent || info.errors != 0
938 !info.isTransitionalDifferent || info.errors != 0
947 !info.isTransitionalDifferent || info.errors != 0
957 info.isTransitionalDifferent || info.errors != UIDNA_ERROR_EMPTY_LABEL
966 info.isTransitionalDifferent || info.errors
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Didnatest.c886 !info.isTransitionalDifferent || info.errors != 0
894 !info.isTransitionalDifferent || info.errors != 0
903 !info.isTransitionalDifferent || info.errors != 0
912 !info.isTransitionalDifferent || info.errors != 0
921 !info.isTransitionalDifferent || info.errors != 0
929 !info.isTransitionalDifferent || info.errors != 0
938 !info.isTransitionalDifferent || info.errors != 0
947 !info.isTransitionalDifferent || info.errors != 0
957 info.isTransitionalDifferent || info.errors != UIDNA_ERROR_EMPTY_LABEL
966 info.isTransitionalDifferent || info.errors
[all...]
/external/valgrind/main/coregrind/
H A Dm_errormgr.c57 /* After this many different unsuppressed errors have been observed,
61 /* After this many different unsuppressed errors have been observed,
62 stop collecting errors at all, and tell the user their program is
66 /* After this many total errors have been observed, stop collecting
67 errors at all. Counterpart to M_COLLECT_NO_ERRORS_AFTER_SHOWN. */
71 Initially empty, and grows as errors are detected. */
72 static Error* errors = NULL; variable
79 /* Running count of unsuppressed errors detected. */
82 /* Running count of suppressed errors detected. */
85 /* Running count of errors show
[all...]
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/chromium_org/build/android/pylib/
H A Dandroid_commands.py39 import errors namespace
411 errors.WaitForResponseTimedOutError after max retries reached.
419 except errors.WaitForResponseTimedOutError as e:
539 except errors.WaitForResponseTimedOutError:
555 raise errors.MsgException('Remount failed: %s' % out)
573 raise errors.MsgException('KillAdbServer: %d' % ret)
577 raise errors.MsgException('StartAdbServer: %d' % ret)
641 raise errors.WaitForResponseTimedOutError(
659 raise errors.WaitForResponseTimedOutError(
722 raise errors
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_parser.py1082 errors = 0
1094 errors += 1
1102 errors += 1
1105 # Check for expected errors
1111 InfoOut.Log("Mismatched fail (%d) vs. errors seen (%d)."
1115 errors += 1
1125 errors += 1
1129 return errors
1133 # Capture errors instead of reporting them so we can compare them
1134 # with the expected errors
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DMain.js858 var errors = 0;
862 errors = errors + targets[i].consoleModel.errors;
865 this._counter.setCounter("error-icon-small", errors, WebInspector.UIString(errors > 1 ? "%d errors" : "%d error", errors));
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc954 vector<string> errors; local
959 errors = error_log.GetMessages(ERROR);
962 ASSERT_EQ(1, errors.size());
964 "A protocol message was rejected because it was too big", errors[0]);
1082 vector<string> errors; local
1090 errors = error_log.GetMessages(ERROR);
1094 EXPECT_EQ(0, errors.size());
/external/chromium_org/chrome/browser/apps/
H A Dephemeral_app_launcher_browsertest.cc74 std::vector<std::string> errors; local
75 errors.push_back(requirements_error_);
76 OnRequirementsCheckDone(sequence_number, errors);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_checker_unittest.cc52 std::vector<std::string> errors; local
54 errors.push_back(requirements_error_);
55 OnRequirementsCheckDone(sequence_number, errors);
91 // Dummy errors for testing.
/external/chromium_org/chrome/browser/
H A Dtest_presubmit.py328 """Checks that var unix_hacker, $dollar are style errors."""
336 """Checks that variableNamesLikeThis aren't style errors."""
388 errors = self.checker.ClosureLint('', source=source)
390 for error in errors:
393 self.assertListEqual([], errors)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DConsoleModel.js43 this.errors = 0;
106 this.errors++;
128 this.errors = 0;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_configuration_unittest.py168 errors = []
169 self.assertEqual(converter.to_config_set(set(['xp', 'foo']), errors), set())
170 self.assertEqual(errors, ["Unrecognized specifier 'foo'"])
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dreflection_ops_unittest.cc358 vector<string> errors; local
359 ReflectionOps::FindInitializationErrors(message, "", &errors);
360 return JoinStrings(errors, ",");
/external/chromium_org/third_party/skia/tests/
H A DCachedDecodingPixelRefTest.cpp230 int errors = 0; local
234 ++errors;
238 REPORTER_ASSERT(reporter, 0 == errors);
/external/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp274 StreamString errors; local
276 if (!m_user_expression_sp->Parse(errors,
282 errors.GetData());
290 // We need to make sure the user sees any parse errors in their condition, so we'll hook the
291 // constructor errors up to the debugger's Async I/O.
/external/protobuf/src/google/protobuf/
H A Dreflection_ops_unittest.cc358 vector<string> errors; local
359 ReflectionOps::FindInitializationErrors(message, "", &errors);
360 return JoinStrings(errors, ",");
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as4 * and recover from errors etc... As a separate state object, it can be
28 * one token/tree node is consumed for two errors.
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dwrench_menu_model.cc660 // how update the menu if new errors are added.
667 const GlobalErrorService::GlobalErrorList& errors = local
668 GlobalErrorServiceFactory::GetForProfile(browser_->profile())->errors();
670 it = errors.begin(); it != errors.end(); ++it) {
/external/chromium_org/chrome/browser/ui/website_settings/
H A Dwebsite_settings.cc369 // There are no major errors. Check for minor errors.
468 // HTTP or HTTPS with errors (not warnings).
477 std::vector<SSLErrorInfo> errors; local
479 url, &errors);
480 for (size_t i = 0; i < errors.size(); ++i) {
482 site_identity_details_ += errors[i].short_description();
601 // errors on this site.
606 // bypass SSL host errors for this host in the past and the user is not using
/external/chromium_org/components/component_updater/
H A Dupdate_checker.cc147 error_message = update_response.errors();
/external/chromium_org/components/json_schema/
H A Djson_schema_validator.h165 // Returns any errors from the last call to to Validate().
166 const std::vector<Error>& errors() const { function in class:JSONSchemaValidator
171 // otherwise. If false is returned any errors are available from the errors()

Completed in 879 milliseconds

<<21222324252627282930>>