Searched refs:errors (Results 501 - 525 of 954) sorted by relevance

<<21222324252627282930>>

/external/openssl/apps/
H A Dsrp.c287 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 !
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java143 * sometimes reports errors that will not actually affect
206 * errors - namely when a developer recompiles xalan.jar on their
257 boolean errors = false;
276 errors |= logFoundJars(v, keyStr);
287 errors = true;
301 return errors;
350 * as having errors
359 boolean errors = false;
378 errors = true;
385 errors
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt058rewriteAST.py1368 found, errors = self.execParser(grammar, "decl", "int 34 x=1;",
1371 errors)
1389 found, errors = self.execParser(grammar, "decl", "int =1;",
1391 self.assertEquals(["line 1:4 missing ID at u'='"], errors)
1408 found, errors = self.execParser(grammar, "decl", "x=1;",
1411 errors);
1426 found, errors = self.execParser(grammar, "a", "abc",
1428 self.assertEquals(["line 1:3 missing INT at '<EOF>'"], errors)
1446 found, errors = self.execParser(grammar, "a", "abc ick 34",
1449 errors)
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dcheckerbase.py29 from closure_linter import errors namespace
52 checker: Class to report errors to.
75 """Checks a token, given the current parser_state, for warnings and errors.
107 error_handler: Object that handles errors.
108 lint_rules: LintRules object defining lint errors given a token
144 """Returns true if the style checker has found any errors.
147 True if the style checker has found any errors.
152 """Checks the file, printing warnings and errors as they are found.
166 self.HandleError(errors.FILE_NOT_FOUND, 'File not found', None)
184 """Checks a file, given as an iterable of lines, for warnings and errors
[all...]
/external/chromium_org/chrome/browser/extensions/api/spellcheck/
H A Dspellcheck_api.cc16 namespace errors = manifest_errors;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_install_checker.h35 // Check whether the extension has requirement errors.
87 std::vector<std::string> errors);
H A Drequirements_checker.cc31 base::Callback<void(std::vector<std::string> errors)> callback) {
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_error.js88 * A variable length list of runtime or manifest errors for a given extension.
89 * @param {Array.<Object>} errors The list of extension errors with which
94 function ExtensionErrorList(errors) {
97 div.errors_ = errors;
128 * than |MAX_ERRORS_TO_SHOW_| errors in the list.
/external/chromium_org/components/component_updater/
H A Dupdate_response.h117 // errors().
121 const std::string& errors() const { return errors_; } function in class:component_updater::UpdateResponse
/external/chromium_org/extensions/common/manifest_handlers/
H A Dpermissions_parser.cc32 namespace errors = manifest_errors;
112 *error = ErrorUtils::FormatErrorMessageUTF16(errors::kInvalidPermissions,
163 *error = base::ASCIIToUTF16(errors::kExperimentalFlagRequired);
218 ErrorUtils::FormatErrorMessage(errors::kInvalidPermissionScheme,
/external/chromium_org/ppapi/generators/
H A Didl_generator.py40 self.errors = 0
45 self.errors += 1
64 self.errors = 0
71 # Generate list of files to ignore due to errors
73 # If this file has errors, skip it
129 return self.errors
184 # Ignore files with errors
198 ErrOut.Log('%s : Skipped because of %d errors.' % (
/external/chromium_org/ppapi/tests/
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/freetype/include/freetype/internal/
H A Dftrfork.h124 /* offset (offsets[N]), and an error code (errors[N]). */
148 /* errors :: */
149 /* An array of FreeType error codes. `errors[N]' is the error */
150 /* code of Nth guessing rule function. If `errors[N]' is not */
159 FT_Error* errors );
/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/protobuf/src/google/protobuf/
H A Dreflection_ops.cc225 vector<string>* errors) {
233 errors->push_back(prefix + descriptor->field(i)->name());
253 errors);
259 errors);
222 FindInitializationErrors( const Message& message, const string& prefix, vector<string>* errors) argument
/external/chromium_org/third_party/skia/tests/
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/tlslite/tlslite/integration/
H A Dxmlrpctransport.py20 import tlslite.errors namespace
/external/doclava/res/assets/templates/components/
H A Dleft_nav.cs25 <?cs call:list("Errors", class.package.errors) ?>
33 <?cs call:class_link_list("Errors", package.errors) ?>
/external/freetype/include/internal/
H A Dftrfork.h124 /* offset (offsets[N]), and an error code (errors[N]). */
148 /* errors :: */
149 /* An array of FreeType error codes. `errors[N]' is the error */
150 /* code of Nth guessing rule function. If `errors[N]' is not */
159 FT_Error* errors );
/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/libpng/
H A Dtest-driver47 [--enable-hard-errors={yes|no}] [--]
68 --enable-hard-errors) enable_hard_errors=$2; shift;;
/external/lldb/test/unittest2/
H A Dresult.py33 failures and errors that occurred among those test runs. The collections
43 self.errors = []
108 self.errors.append((test, self._exc_info_to_string(err, test)))
138 return (len(self.failures) + len(self.errors) == 0)
181 return "<%s run=%i errors=%i failures=%i>" % \
182 (util.strclass(self.__class__), self.testsRun, len(self.errors),
H A Drunner.py109 self.printErrorList('ERROR', self.errors)
112 def printErrorList(self, flavour, errors):
113 for test, err in errors:
127 It prints out the names of tests as they are run, errors as they
184 failed, errored = map(len, (result.failures, result.errors))
188 infos.append("errors=%d" % errored)
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftrfork.h124 /* offset (offsets[N]), and an error code (errors[N]). */
148 /* errors :: */
149 /* An array of FreeType error codes. `errors[N]' is the error */
150 /* code of Nth guessing rule function. If `errors[N]' is not */
159 FT_Error* errors );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftrfork.h124 /* offset (offsets[N]), and an error code (errors[N]). */
148 /* errors :: */
149 /* An array of FreeType error codes. `errors[N]' is the error */
150 /* code of Nth guessing rule function. If `errors[N]' is not */
159 FT_Error* errors );

Completed in 1176 milliseconds

<<21222324252627282930>>