Searched refs:errors (Results 226 - 250 of 954) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/
H A Dsbfragment.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
H A Dsem.stderr.exp9 For counts of detected and suppressed errors, rerun with: -v
10 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
H A Drunner.py46 self.errors = []
57 def handle(self, message_name, source, test_name, delay=None, failures=None, errors=None):
65 if errors:
66 self.errors.append((test_name, errors))
67 self.printer.print_finished_test(source, test_name, delay, failures, errors)
90 [failure[1] for failure in result.failures], [error[1] for error in result.errors])
/external/chromium_org/chrome/browser/ui/global_error/
H A Dglobal_error_service_unittest.cc14 // Error base class that keeps track of the number of errors that exist.
71 // Test adding errors to the global error service.
74 EXPECT_EQ(0u, service->errors().size());
78 EXPECT_EQ(1u, service->errors().size());
79 EXPECT_EQ(error1, service->errors()[0]);
83 EXPECT_EQ(2u, service->errors().size());
84 EXPECT_EQ(error1, service->errors()[0]);
85 EXPECT_EQ(error2, service->errors()[1]);
93 // Test removing errors from the global error service.
101 EXPECT_EQ(2u, service->errors()
[all...]
/external/chromium_org/extensions/common/manifest_handlers/
H A Drequirements_info.cc17 namespace errors = manifest_errors;
75 *error = base::ASCIIToUTF16(errors::kInvalidRequirements);
85 errors::kInvalidRequirement, iter.key());
95 errors::kInvalidRequirement, iter.key());
102 errors::kInvalidRequirement, iter.key());
112 errors::kInvalidRequirement, iter.key());
127 errors::kInvalidRequirement, iter.key());
138 errors::kInvalidRequirement, iter.key());
145 errors::kInvalidRequirement, iter.key());
150 *error = base::ASCIIToUTF16(errors
[all...]
H A Dnacl_modules_handler.cc18 namespace errors = manifest_errors;
46 *error = base::ASCIIToUTF16(errors::kInvalidNaClModules);
55 *error = base::ASCIIToUTF16(errors::kInvalidNaClModules);
63 errors::kInvalidNaClModulesPath, base::IntToString(i));
71 errors::kInvalidNaClModulesMIMEType, base::IntToString(i));
H A Dfile_handler_info.cc19 namespace errors = manifest_errors;
60 errors::kInvalidFileHandlerType, handler_id);
68 errors::kInvalidFileHandlerExtension, handler_id);
75 errors::kInvalidFileHandlerNoTypeOrExtension,
85 errors::kInvalidFileHandlerTypeElement,
99 errors::kInvalidFileHandlerExtensionElement,
130 *error = base::ASCIIToUTF16(errors::kInvalidFileHandlers);
147 *error = base::ASCIIToUTF16(errors::kInvalidFileHandlers);
162 errors::kInvalidFileHandlersTooManyTypesAndExtensions);
H A Dwebview_info.cc19 namespace errors = extensions::manifest_errors;
110 *error = base::ASCIIToUTF16(errors::kInvalidWebview);
116 *error = base::ASCIIToUTF16(errors::kInvalidWebviewPartitionsList);
122 *error = base::ASCIIToUTF16(errors::kInvalidWebviewPartitionsList);
130 errors::kInvalidWebviewPartition, base::IntToString(i));
137 errors::kInvalidWebviewPartitionName, base::IntToString(i));
145 errors::kInvalidWebviewAccessibleResourcesList);
152 errors::kInvalidWebviewAccessibleResourcesList);
163 errors::kInvalidWebviewAccessibleResource, base::IntToString(i));
H A Dshared_module_info.cc24 namespace errors = manifest_errors;
134 *error = base::ASCIIToUTF16(errors::kInvalidImportAndExport);
141 *error = base::ASCIIToUTF16(errors::kInvalidExport);
146 *error = base::ASCIIToUTF16(errors::kInvalidExportResources);
152 *error = base::ASCIIToUTF16(errors::kInvalidExportWhitelist);
160 errors::kInvalidExportWhitelistString, base::IntToString(i));
170 errors::kInvalidExportResourcesString, base::IntToString(i));
176 errors::kInvalidExportResourcesString, base::IntToString(i));
187 *error = base::ASCIIToUTF16(errors::kInvalidImport);
193 *error = base::ASCIIToUTF16(errors
[all...]
/external/libsepol/src/
H A Dassertion.c70 unsigned long errors = 0; local
82 errors++;
90 errors++;
95 return errors;
105 unsigned long errors = 0; local
140 errors += check_assertion_helper
147 errors += check_assertion_helper
154 if (errors)
155 ERR(handle, "%lu neverallow failures occurred", errors);
159 return errors
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Dfiletestcase.py17 """Test case that runs a checker on a file, matching errors against annotations.
19 Runs the given checker on the given file, accumulating all errors. The list
20 of errors is then matched against those annotated in the file. Based heavily
100 errors = erroraccumulator.ErrorAccumulator()
101 self._runner.Run([filename], errors)
103 errors = errors.GetErrors()
106 error_msgs = [(error.token.line_number, error.code) for error in errors]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dsettings_format_browsertest.js45 * List of errors generated during a test. Used instead of expect* functions
51 errors: null,
54 this.errors = [];
58 assertTrue(this.errors.length == 0, '\n' + this.errors.join('\n'));
77 this.errors.push(message);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Didna.h96 * The label might be modified according to the types of errors.
97 * Labels with severe errors will be left in (or turned into) their Unicode form.
119 * The label might be modified according to the types of errors.
142 * The domain name might be modified according to the types of errors.
143 * Labels with severe errors will be left in (or turned into) their Unicode form.
165 * The domain name might be modified according to the types of errors.
262 * Output container for IDNA processing errors.
272 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {}
274 * Were there IDNA processing errors?
275 * @return TRUE if there were processing errors
314 uint32_t errors, labelErrors; member in class:IDNAInfo
[all...]
/external/icu/icu4c/source/common/unicode/
H A Didna.h96 * The label might be modified according to the types of errors.
97 * Labels with severe errors will be left in (or turned into) their Unicode form.
119 * The label might be modified according to the types of errors.
142 * The domain name might be modified according to the types of errors.
143 * Labels with severe errors will be left in (or turned into) their Unicode form.
165 * The domain name might be modified according to the types of errors.
262 * Output container for IDNA processing errors.
272 IDNAInfo() : errors(0), labelErrors(0), isTransDiff(FALSE), isBiDi(FALSE), isOkBiDi(TRUE) {}
274 * Were there IDNA processing errors?
275 * @return TRUE if there were processing errors
314 uint32_t errors, labelErrors; member in class:IDNAInfo
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Decmalintrules.py29 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/chrome/browser/net/
H A Dproxy_policy_handler.cc65 PolicyErrorMap* errors) {
75 errors->AddError(key::kProxySettings,
82 if (!CheckProxyModeAndServerMode(policies, errors, &mode_value))
99 errors->AddError(key::kProxySettings,
104 errors->AddError(key::kProxySettings,
109 errors->AddError(key::kProxySettings,
122 errors->AddError(key::kProxySettings,
232 PolicyErrorMap* errors,
244 errors->AddError(key::kProxySettings,
250 errors
64 CheckPolicySettings(const PolicyMap& policies, PolicyErrorMap* errors) argument
231 CheckProxyModeAndServerMode(const PolicyMap& policies, PolicyErrorMap* errors, std::string* mode_value) argument
[all...]
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Decmalintrules.py32 from closure_linter import errors namespace
62 Can be used to find common style errors in JavaScript, ActionScript and other
110 """Handle errors associated with a parameter missing a @param tag."""
172 errors.LINE_TOO_LONG,
176 """Checks the given type for style errors.
188 errors.JSDOC_PREFER_QUESTION_TO_PIPE_NULL,
198 errors.MISSING_BRACES_AROUND_TYPE,
216 errors.MISSING_SPACE,
233 errors.EXTRA_SPACE, 'Extra space before "%s"' % token.string,
239 self._HandleError(errors
[all...]
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator_main.cc35 namespace errors { namespace in namespace:__anon5737
57 } // namespace errors
62 errors::ErrorCode error_code,
64 const wchar_t* error_message = errors::GetErrorMessage(error_code);
67 errors::GetErrorMessage(error_code));
133 DumpUsage(*cmd_line, errors::SHOW_HELP, std::wstring());
139 DumpUsage(*cmd_line, errors::MINI_INSTALLER_NOT_FOUND, std::wstring());
144 DumpUsage(*cmd_line, errors::MINI_INSTALLER_NOT_FOUND,
152 DumpUsage(*cmd_line, errors::OUT_FILE_EXISTS, out.value());
168 DumpUsage(*cmd_line, errors
[all...]
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
H A Dfile_browser_handler.cc20 namespace errors = extensions::manifest_errors;
144 *error = base::ASCIIToUTF16(errors::kInvalidPageActionId);
153 *error = base::ASCIIToUTF16(errors::kInvalidPageActionDefaultTitle);
164 *error = base::ASCIIToUTF16(errors::kInvalidFileAccessList);
172 errors::kInvalidFileAccessValue, base::IntToString(i));
178 *error = base::ASCIIToUTF16(errors::kInvalidFileAccessList);
188 *error = base::ASCIIToUTF16(errors::kInvalidFileFiltersList);
195 errors::kInvalidFileFilterValue, base::IntToString(i));
203 errors::kInvalidURLPatternError, filter);
212 errors
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dcalc.rb71 errors = parser.reported_errors
72 return [ value, errors ]
87 parser_value, errors = evaluate( expression )
93 val, errors = evaluate "6 - (2*1"
95 errors.should have( 1 ).thing
96 errors.first.should =~ /mismatched/
/external/chromium_org/chrome/browser/extensions/error_console/
H A Derror_console_browsertest.cc115 false, // manifest errors are never from incognito.
133 // A helper class in order to wait for the proper number of errors to be
135 // number of errors are observed.
139 // <Cause three errors...>
169 // Spin until the appropriate number of errors have been observed.
189 // cause any errors.
197 // Do nothing (errors will be caused by a background script,
206 // errors. This should be enabled on any channel <= Dev, but let's make
233 // |expected_errors| errors. Populate |extension| with a pointer to the loaded
269 // We should only have errors fo
299 const ErrorList& errors = local
378 const ErrorList& errors = local
436 const ErrorList& errors = local
475 const ErrorList& errors = local
514 const ErrorList& errors = local
559 const ErrorList& errors = local
[all...]
/external/chromium_org/chrome/browser/sessions/
H A Drestore_on_startup_policy_handler.cc79 PolicyErrorMap* errors) {
80 if (!TypeCheckingPolicyHandler::CheckPolicySettings(policies, errors))
90 errors->AddError(policy_name(), IDS_POLICY_VALUE_DEPRECATED);
101 errors->AddError(key::kCookiesSessionOnlyForUrls,
111 errors->AddError(key::kClearSiteDataOnExit,
122 errors->AddError(policy_name(),
77 CheckPolicySettings( const PolicyMap& policies, PolicyErrorMap* errors) argument
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dgcs_file_system.py7 from third_party.cloudstorage import errors namespace
35 except errors.Error:
48 except errors.Error:
63 except (TypeError, errors.Error):
95 except errors.AuthorizationError:
108 except errors.AuthorizationError:
/external/chromium_org/components/json_schema/
H A Djson_schema_validator_unittest.cc23 for (size_t i = 0; i < validator.errors().size(); ++i) {
25 << validator.errors()[i].path << ": "
26 << validator.errors()[i].message;
42 ASSERT_EQ(1u, validator.errors().size()) << test_source;
43 EXPECT_EQ(expected_error_path, validator.errors()[0].path) << test_source;
44 EXPECT_EQ(expected_error_message, validator.errors()[0].message)
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_pref_store.cc24 // be retrieved. This function is posted to UI to log any errors found on
26 void LogErrors(PolicyErrorMap* errors) { argument
28 for (iter = errors->begin(); iter != errors->end(); ++iter) {
119 scoped_ptr<PolicyErrorMap> errors(new PolicyErrorMap);
123 errors.get());
125 // Retrieve and log the errors once the UI loop is ready. This is only an
128 FROM_HERE, base::Bind(&LogErrors, base::Owned(errors.release())));

Completed in 653 milliseconds

1234567891011>>