/external/chromium_org/chrome/browser/sync/glue/ |
data_type_manager_impl.cc | 135 // 1. Get the failed types (both due to fatal and crypto errors). 148 // Types with persistence errors are only purged/resynced when they're 191 // Check for new or resolved data type crypto errors. 304 // Persistence errors are reset after each backend configuration attempt 512 std::map<syncer::ModelType, syncer::SyncError> errors; local 514 errors[error.model_type()] = error; 517 errors,
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
wrench_menu_model.cc | 672 // how update the menu if new errors are added. 674 const GlobalErrorService::GlobalErrorList& errors = local 675 GlobalErrorServiceFactory::GetForProfile(browser_->profile())->errors(); 677 it = errors.begin(); it != errors.end(); ++it) { 682 std::vector<GlobalError*> errors = local 685 if (std::find(errors.begin(), errors.end(), error) != errors.end()) {
|
/external/chromium_org/chrome/browser/ui/website_settings/ |
website_settings.cc | 266 // There are no major errors. Check for minor errors. 333 // HTTP or HTTPS with errors (not warnings). 342 std::vector<SSLErrorInfo> errors; local 344 url, &errors); 345 for (size_t i = 0; i < errors.size(); ++i) { 347 site_identity_details_ += errors[i].short_description();
|
/external/chromium_org/chromeos/network/ |
shill_property_handler_unittest.cc | 96 int errors() { return errors_; } function in class:chromeos::__anon9754::TestListener 301 EXPECT_EQ(0, listener_->errors()); 330 EXPECT_EQ(0, listener_->errors()); 355 EXPECT_EQ(0, listener_->errors()); 418 EXPECT_EQ(0, listener_->errors());
|
/external/chromium_org/ppapi/tests/ |
test_utils.h | 123 // you can use failed() and errors(). 134 // error_message->assign(callback.errors()); 155 const std::string& errors() { return errors_; } function in class:TestCompletionCallback 224 const std::string& errors() { return callback_.errors(); } function in class:internal::TestCompletionCallbackWithOutputBase 300 // Verifies that the callback didn't record any errors. If the callback is run 307 (callback).errors().c_str()); \
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 29 from closure_linter import errors namespace 61 Can be used to find common style errors in JavaScript, ActionScript and other 102 """Handle errors associated with a parameter missing a @param tag.""" 161 self._HandleError(errors.LINE_TOO_LONG, 165 """Checks the given type for style errors. 176 self._HandleError(errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL, 183 self._HandleError(errors.JSDOC_ILLEGAL_QUESTION_WITH_PIPE, 189 self._HandleError(errors.MISSING_BRACES_AROUND_TYPE, 207 errors.MISSING_SPACE, 239 """Checks a token, given the current parser_state, for warnings and errors [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_sanity.c | 58 uint errors; member in struct:sanity_check_ctx 165 ctx->errors++; 512 if (ctx->errors || ctx->warnings) 513 debug_printf( "%u errors, %u warnings\n", ctx->errors, ctx->warnings ); 552 ctx.errors = 0; 563 return ctx.errors == 0;
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
srp.c | 287 int errors=0; local 582 errors++; 605 errors++; 632 errors++; 642 errors++; 659 errors++; 668 errors++; 688 errors++; 735 ret = (errors != 0); 737 if (errors != 0 [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
coded_stream_unittest.cc | 987 vector<string> errors; local 1053 vector<string> errors; local 1070 vector<string> errors; local 1170 vector<string> errors; local [all...] |
tokenizer_unittest.cc | 154 // An error collector which simply concatenates all its errors into a big 287 // There should be no errors. 317 // There should be no errors. 476 // There should be no errors. 510 // There should be no errors. 871 const char* errors; member in struct:google::protobuf::io::__anon15806::ErrorCase [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
message.cc | 96 void Message::FindInitializationErrors(vector<string>* errors) const { 97 return ReflectionOps::FindInitializationErrors(*this, "", errors); 101 vector<string> errors; local 102 FindInitializationErrors(&errors); 103 return JoinStrings(errors, ", ");
|
text_format_unittest.cc | 765 // An error collector which simply concatenates all its errors into a big 1156 vector<string> errors; local 1173 vector<string> errors; local [all...] |
wire_format_unittest.cc | 858 vector<string> errors; local 862 errors = log.GetMessages(ERROR); 865 ASSERT_EQ(1, errors.size()); 866 EXPECT_TRUE(StartsWith(errors[0], 871 ASSERT_EQ(0, errors.size()); 880 vector<string> errors; local 884 errors = log.GetMessages(ERROR); 887 ASSERT_EQ(1, errors.size()); 888 EXPECT_TRUE(StartsWith(errors[0], 894 ASSERT_EQ(0, errors.size()) 901 vector<string> errors; local 915 vector<string> errors; local 929 vector<string> errors; local 943 vector<string> errors; local 961 vector<string> errors; local [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
genperf.c | 52 static int errors = 0; variable 64 errors++; 495 if (errors > 0) 533 if (errors > 0) {
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
Diagnostics.h | 60 /// \brief All errors from the system. 120 /// This context will take care of merging all errors that happen within it 127 /// \brief Revert all errors that happened within this context. 159 ArrayRef<ErrorContent> errors() const { return Errors; } function in class:clang::ast_matchers::dynamic::Diagnostics 178 std::vector<ErrorContent> Errors;
|
/external/libvpx/libvpx/examples/includes/geshi/contrib/ |
cssgen.php | 159 $errors = 0; variable 194 ++$errors; 201 ++$errors; 215 ++$errors; 221 if ( $errors > 0 ) 251 // no errors - echo continue form
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_sanity.c | 58 uint errors; member in struct:sanity_check_ctx 165 ctx->errors++; 512 if (ctx->errors || ctx->warnings) 513 debug_printf( "%u errors, %u warnings\n", ctx->errors, ctx->warnings ); 552 ctx.errors = 0; 563 return ctx.errors == 0;
|
/external/openssl/apps/ |
srp.c | 287 int errors=0; local 582 errors++; 605 errors++; 632 errors++; 642 errors++; 659 errors++; 668 errors++; 688 errors++; 735 ret = (errors != 0); 737 if (errors != 0 [all...] |
/external/protobuf/src/google/protobuf/io/ |
coded_stream_unittest.cc | 954 vector<string> errors; local 1082 vector<string> errors; local [all...] |
tokenizer_unittest.cc | 153 // An error collector which simply concatenates all its errors into a big 281 // There should be no errors. 311 // There should be no errors. 452 // There should be no errors. 486 // There should be no errors. 620 const char* errors; member in struct:google::protobuf::io::__anon26338::ErrorCase 629 // String errors. 639 // Integer errors. 643 // Hex/octal errors. 655 // Float errors [all...] |
/external/protobuf/src/google/protobuf/ |
message.cc | 94 void Message::FindInitializationErrors(vector<string>* errors) const { 95 return ReflectionOps::FindInitializationErrors(*this, "", errors); 99 vector<string> errors; local 100 FindInitializationErrors(&errors); 101 return JoinStrings(errors, ", ");
|
text_format_unittest.cc | 684 // An error collector which simply concatenates all its errors into a big 990 vector<string> errors; local 1007 vector<string> errors; local [all...] |
wire_format_unittest.cc | 806 vector<string> errors; local 810 errors = log.GetMessages(ERROR); 813 ASSERT_EQ(1, errors.size()); 817 errors[0]); 820 ASSERT_EQ(0, errors.size()); 829 vector<string> errors; local 833 errors = log.GetMessages(ERROR); 836 ASSERT_EQ(1, errors.size()); 840 errors[0]); 843 ASSERT_EQ(0, errors.size()) 850 vector<string> errors; local 864 vector<string> errors; local 878 vector<string> errors; local 892 vector<string> errors; local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ctrl_iface_udp.c | 36 int errors; member in struct:wpa_ctrl_dst 391 dst->errors++; 392 if (dst->errors > 10) { 398 dst->errors = 0;
|
ctrl_iface_unix.c | 42 int errors; member in struct:wpa_ctrl_dst 618 dst->errors++; 619 if (dst->errors > 1000 || 620 (_errno != ENOBUFS && dst->errors > 10) || 627 dst->errors = 0;
|