Searched defs:errors (Results 126 - 150 of 315) sorted by relevance

1234567891011>>

/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/build/android/pylib/utils/
H A Demulator.py25 import errors namespace
407 except errors.WaitForResponseTimedOutError:
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsyncable_settings_storage.cc283 std::vector<syncer::SyncError> errors; local
297 errors.push_back(syncer::SyncError(
353 errors.push_back(error);
365 // TODO(kalman): Something sensible with multiple errors.
366 return errors.empty() ? syncer::SyncError() : errors[0];
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_startup_unittest.cc151 sync_driver::DataTypeStatusTable::TypeErrorMap errors; local
152 errors[syncer::BOOKMARKS] =
157 result->data_type_status_table.UpdateFailedDataTypes(errors);
/external/chromium_org/components/search_engines/
H A Ddefault_search_policy_handler.cc198 PolicyErrorMap* errors) {
199 if (!CheckIndividualPolicies(policies, errors))
212 errors->AddError(policy_name, IDS_POLICY_DEFAULT_SEARCH_DISABLED);
223 errors->AddError(key::kDefaultSearchProviderSearchURL, url ?
393 PolicyErrorMap* errors) {
397 if (!(*handler)->CheckPolicySettings(policies, errors))
197 CheckPolicySettings(const PolicyMap& policies, PolicyErrorMap* errors) argument
391 CheckIndividualPolicies( const PolicyMap& policies, PolicyErrorMap* errors) argument
/external/chromium_org/device/serial/
H A Dserial_io_handler_win.cc195 DWORD errors; local
197 if (!ClearCommError(file().GetPlatformFile(), &errors, &status) ||
198 errors != 0) {
/external/chromium_org/net/tools/testserver/
H A Dtestserver_base.py17 import tlslite.errors namespace
69 """Allows the server to deal with "broken pipe" errors (which happen if the
76 if isinstance(value, tlslite.errors.TLSClosedConnectionError):
/external/chromium_org/ppapi/tests/
H A Dtest_case.cc198 std::string TestCase::CheckResourcesAndVars(std::string errors) { argument
199 if (!errors.empty())
200 return errors;
210 errors += output.str();
225 errors += output.str();
230 errors += leaked_var.DebugString() + "<p>";
233 return errors;
H A Dtest_utils.h128 // you can use failed() and errors().
139 // error_message->assign(callback.errors());
160 const std::string& errors() { return errors_; } function in class:TestCompletionCallback
227 const std::string& errors() { return callback_.errors(); } function in class:TestCompletionCallbackWithOutput
259 // Verifies that the callback didn't record any errors. If the callback is run
266 (callback).errors().c_str()); \
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMetaElement-in.cpp359 static const char* const errors[] = { local
367 return errors[errorCode];
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3nametest.c306 static int errors; variable
320 ++errors;
341 ++errors;
360 ++errors;
419 if (errors == 0) {
422 return errors > 0 ? 1 : 0;
/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/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dstorage_api.py32 from . import errors namespace
131 raise errors.TimeoutError(
213 errors.check_status(status, [200], path, resp_headers=headers)
434 errors.check_status(status, [200, 206], self._path, headers, resp_headers)
639 errors.check_status(status, [201], path, headers, resp_headers)
813 errors.check_status(status, [expected], self._path, headers,
829 errors.check_status(status, [308], self._path, headers,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Djamotest.cpp399 int32_t errors = 0; local
408 ++errors;
430 if (errors != 0) {
431 errln((UnicodeString)"Test word failures: " + errors + " out of " + total);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideorenderer.h83 int errors() const { return errors_; } function in class:cricket::FakeVideoRenderer
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c58 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/protobuf/src/google/protobuf/io/
H A Dtokenizer_unittest.cc154 // 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::__anon14844::ErrorCase
880 // String errors.
896 // Integer errors.
900 // Hex/octal errors.
912 // Float errors
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_unittest.cc858 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
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/skia/tests/
H A DCachedDecodingPixelRefTest.cpp230 int errors = 0; local
234 ++errors;
238 REPORTER_ASSERT(reporter, 0 == errors);
H A DPathOpsCubicLineIntersectionIdeas.cpp45 /* last output : errors=3121
142 int errors = 0; local
237 ++errors;
239 SkDebugf("errors=%d avgIter=%1.9g", errors, (double) iters / errors);
H A DRecordingXfermodeTest.cpp199 SkString errors; local
227 errors.append(str);
233 errors.append(str);
238 REPORTER_ASSERT_MESSAGE( reporter, 0==numErrors, errors.c_str() );
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dgenperf.c52 static int errors = 0; variable
64 errors++;
495 if (errors > 0)
533 if (errors > 0) {
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h59 /// \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
/external/icu/icu4c/source/test/intltest/
H A Djamotest.cpp399 int32_t errors = 0; local
408 ++errors;
430 if (errors != 0) {
431 errln((UnicodeString)"Test word failures: " + errors + " out of " + total);
/external/junit/src/org/junit/runners/
H A DBlockJUnit4ClassRunner.java97 protected void collectInitializationErrors(List<Throwable> errors) { argument
98 super.collectInitializationErrors(errors);
100 validateNoNonStaticInnerClass(errors);
101 validateConstructor(errors);
102 validateInstanceMethods(errors);
103 validateFields(errors);
106 protected void validateNoNonStaticInnerClass(List<Throwable> errors) { argument
110 errors.add(new Exception(gripe));
115 * Adds to {@code errors} if the test class has more than one constructor,
119 protected void validateConstructor(List<Throwable> errors) { argument
128 validateOnlyOneConstructor(List<Throwable> errors) argument
139 validateZeroArgConstructor(List<Throwable> errors) argument
160 validateInstanceMethods(List<Throwable> errors) argument
169 validateFields(List<Throwable> errors) argument
177 validateTestMethods(List<Throwable> errors) argument
[all...]

Completed in 601 milliseconds

1234567891011>>