Searched refs:errors (Results 276 - 300 of 543) sorted by relevance

<<11121314151617181920>>

/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/chrome/browser/sync/sessions/
H A Dsession_state_unittest.cc114 ErrorCounters errors; local
115 errors.num_conflicting_commits = 250;
117 errors.ToValue());
144 errors,
159 ExpectDictionaryValue(*expected_errors_value, *value, "errors");
/external/chromium/chrome/common/extensions/
H A Dextension_unpacker.cc29 namespace errors = extension_manifest_errors;
98 SetError(errors::kInvalidManifest);
111 SetError(errors::kInvalidManifest);
296 SetError(base::StringPrintf("%s %s", errors::kLocalesMessagesFileMissing,
H A Dextension_unittest.cc38 namespace errors = extension_manifest_errors;
159 EXPECT_EQ(errors::kInvalidVersion, error);
164 EXPECT_EQ(errors::kInvalidVersion, error);
171 EXPECT_EQ(errors::kInvalidName, error);
176 EXPECT_EQ(errors::kInvalidName, error);
183 EXPECT_EQ(errors::kInvalidDescription, error);
190 EXPECT_EQ(errors::kInvalidIcons, error);
200 EXPECT_TRUE(MatchPattern(error, errors::kInvalidIconPath));
207 EXPECT_EQ(errors::kInvalidContentScriptsList, error);
217 EXPECT_TRUE(MatchPattern(error, errors
1070 std::string errors; local
1158 std::string errors; local
[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/dbus/dbus/
H A Ddbus-transport-protected.h27 #include <dbus/dbus-errors.h>
/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/freetype/internal/
H A Dftrfork.h113 /* offset (offsets[N]), and an error code (errors[N]). */
137 /* errors :: */
138 /* An array of FreeType error codes. `errors[N]' is the error */
139 /* code of Nth guessing rule function. If `errors[N]' is not */
148 FT_Error* errors );
/external/icu4c/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/protobuf/src/google/protobuf/
H A Dreflection_ops.cc220 vector<string>* errors) {
228 errors->push_back(prefix + descriptor->field(i)->name());
248 errors);
254 errors);
217 FindInitializationErrors( const Message& message, const string& prefix, vector<string>* errors) argument
/external/valgrind/main/memcheck/tests/linux/
H A Dtimerfd-syscall.stderr.exp55 For counts of detected and suppressed errors, rerun with: -v
56 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
/external/valgrind/main/memcheck/tests/
H A Dpartial_load_dflt.stderr.exp33 For counts of detected and suppressed errors, rerun with: -v
34 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
/external/webkit/LayoutTests/dom/xhtml/level3/core/
H A Dhandleerror01.js130 var errors = new Array();
/external/webkit/Tools/TestResultServer/handlers/
H A Dtestfilehandler.py196 errors = []
208 errors.append(
212 if errors:
213 messages = "FAIL: " + "; ".join(errors)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wext.h49 int errors; member in struct:wpa_driver_wext_data
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wext.h49 int errors; member in struct:wpa_driver_wext_data
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wext.h49 int errors; member in struct:wpa_driver_wext_data
/external/chromium/base/
H A Dshared_memory_unittest.cc339 int errors = 0; local
346 errors++;
350 errors++;
359 errors++;
364 return errors;
/external/icu4c/common/
H A Duts46.cpp39 // Severe errors which usually result in a U+FFFD replacement character in the result string.
234 if( dest.length()>=254 && (info.errors&UIDNA_ERROR_DOMAIN_NAME_TOO_LONG)==0 &&
238 info.errors|=UIDNA_ERROR_DOMAIN_NAME_TOO_LONG;
319 info.errors|=UIDNA_ERROR_EMPTY_LABEL;
340 info.errors|=UIDNA_ERROR_DOMAIN_NAME_TOO_LONG;
343 info.errors|=info.labelErrors;
386 info.errors|=info.labelErrors;
392 info.errors|=info.labelErrors;
395 if( info.isBiDi && U_SUCCESS(errorCode) && (info.errors&severeErrors)==0 &&
398 info.errors|
[all...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dtest_expectations.py99 looking for errors.
191 def __init__(self, fatal, errors):
193 self.errors = errors
196 return '\n'.join(map(str, self.errors))
199 return 'ParseError(fatal=%s, errors=%s)' % (self.fatal, self.errors)
369 raise ParseError(fatal=True, errors=self._errors)
371 raise ParseError(fatal=False, errors=self._non_fatal_errors)
550 for error in match_result.errors
[all...]
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp21 --vgdb-error=<number> invoke gdbserver after <number> errors [999999999]
30 user options for Valgrind tools that report errors:
38 --error-limit=no|yes stop showing new errors if too many? [yes]
39 --error-exitcode=<number> exit code to return if errors found [0=disable]
41 --suppressions=<filename> suppress errors described in <filename>
42 --gen-suppressions=no|yes|all print suppressions for errors? [no]
43 --db-attach=no|yes start debugger when errors detected? [no]
127 debugging options for Valgrind tools that report errors
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.js226 get errors()
231 set errors(x)
262 if (!this.errors && !this.warnings) {
271 if (this.errors) {
274 errorElement.textContent = this.errors;
285 if (this.errors) {
287 if (this.errors == 1) {
289 errorWarningElement.title = WebInspector.UIString("%d error, %d warning", this.errors, this.warnings);
291 errorWarningElement.title = WebInspector.UIString("%d error, %d warnings", this.errors, this.warnings);
293 errorWarningElement.title = WebInspector.UIString("%d errors,
[all...]
/external/v8/tools/gcmole/
H A Dgcmole.lua357 errors_found and "Errors found" or "No errors found")
363 local status, errors = pcall(CheckCorrectnessForArch, arch)
365 print(string.format("There was an error: %s", errors))
366 errors = true
368 return errors
371 local errors = false
378 errors = SafeCheckCorrectnessForArch(arch, report) or errors
381 os.exit(errors and 1 or 0)
/external/libvpx/examples/includes/geshi/contrib/
H A Dcssgen.php159 $errors = 0; variable
194 ++$errors;
201 ++$errors;
215 ++$errors;
221 if ( $errors > 0 )
251 // no errors - echo continue form
/external/libxslt/libxslt/
H A Dxslt.c139 style->errors++;
743 ret->errors = 0;
863 * Returns 0 if OK, -1 on API or internal errors.
1192 if (style != NULL) style->errors++;
1232 style->errors++;
1246 style->errors++;
1261 style->errors++;
1295 style->errors++;
1311 style->errors++;
1390 if (style != NULL) style->errors
[all...]

Completed in 496 milliseconds

<<11121314151617181920>>