HomeSort by relevance Sort by last modified time
    Searched refs:errors (Results 326 - 350 of 682) sorted by null

<<11121314151617181920>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument13.js 100 var errors = new Array();
132 errors = errorMonitor.allErrors;
133 for(var indexN100B6 = 0;indexN100B6 < errors.length; indexN100B6++) {
134 error = errors[indexN100B6];
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
watch.js 1 description("Tests that watchPosition correctly reports position updates and errors from the Geolocation service.");
  /external/webkit/LayoutTests/fast/encoding/resources/
invalid-xml.js 3 // this only tests one of a large number of conditions that should cause fatal errors
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 103 int errors = 0; local
111 assertEquals(0, errors);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 35 // Test the "at 'property' with value 'value' range matching included with most aapt errors
166 List<String> errors = Collections.singletonList(originalError); local
177 AaptParser.parseOutput(errors, project);
  /development/testrunner/test_defs/
instrumentation_test.py 26 import errors namespace
101 errors.AbortError: if fatal error occurs
158 except errors.InstrumentationError, errors.DeviceUnresponsiveError:
186 raise errors.AbortError(msg=msg)
207 logger.Log("Tests run: %d, Failures: %d, Errors: %d" %
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
TokenSource.pm 7 # until you get a good one; errors are not passed through to the parser.
28 Errors from the lexer are never passed to the parser. Either you want
35 errors and keep going, looking for a valid token.
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/
rewrites.rb 1133 result, errors = parse( <<-'END', :decl, 'int 34 x=1;', true )
1144 errors.should == [ 'line 1:4 extraneous input "34" expecting ID' ]
1150 result, errors = parse( <<-'END', :decl, 'int =1;', true )
1161 errors.should == [ 'line 1:4 missing ID at "="' ]
1167 result, errors = parse( <<-'END', :decl, 'x=1;', true )
1178 errors.should == [ 'line 1:0 mismatched input "x" expecting set nil' ]
1184 result, errors = parse( <<-'END', :a, 'abc', true )
1193 errors.should == [ "line 0:-1 missing INT at \"<EOF>\"" ]
1200 result, errors = parse( <<-'END', :a, 'abc ick 34', true )
1211 errors.should == [ 'line 1:4 extraneous input "ick" expecting INT'
    [all...]
  /external/chromium/chrome/browser/
page_info_model.cc 48 // Some of what IsCertStatusError classifies as errors we want to show as
133 // HTTP or HTTPS with errors (not warnings).
140 std::vector<SSLErrorInfo> errors; local
142 url, &errors);
143 for (size_t i = 0; i < errors.size(); ++i) {
145 description += errors[i].short_description();
  /external/chromium/chrome/browser/sync/sessions/
session_state.cc 108 const ErrorCounters& errors,
121 errors(errors),
144 value->Set("errors", errors.ToValue());
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
proxy_error_handler.js 7 * flag proxy errors in a visual way for the extension's user.
16 * non-fatal errors, red for fatal).
  /external/chromium/chrome/common/extensions/
extension_l10n_util.cc 26 namespace errors = extension_manifest_errors;
46 *error = errors::kInvalidDefaultLocale;
86 *error = errors::kInvalidName;
121 *error = errors::kInvalidFileBrowserHandler;
  /external/chromium/chrome/common/
libxml_utils.h 20 // libxml uses a global error function pointer for reporting errors.
93 // Returns the errors reported by libxml, if any.
94 // (libxml normally just dumps these errors to stderr.)
95 const std::string& errors() const { return errors_; } function in class:XmlReader
98 // A callback for libxml to report errors.
108 // to report errors into |errors_| for the lifetime of this object.
160 // Returns false on errors.
  /external/e2fsprogs/lib/e2p/
e2p.h 42 void print_fs_errors (FILE * f, unsigned short errors);
  /external/qemu/proxy/
proxy_int.h 40 fd_set* errors; member in struct:__anon13831
proxy_common.c 395 FD_SET( fd, sel->errors );
397 FD_CLR( fd, sel->errors );
411 if ( FD_ISSET(fd, sel->errors) )
431 sel->errors = err_fds;
451 sel->errors = err_fds;
  /external/valgrind/main/memcheck/tests/
big_blocks_freed_list.stderr.exp 49 For counts of detected and suppressed errors, rerun with: -v
50 ERROR SUMMARY: 7 errors from 7 contexts (suppressed: 0 from 0)
  /external/chromium/chrome/browser/ssl/
ssl_error_info.cc 236 std::vector<SSLErrorInfo>* errors) {
269 if (errors)
270 errors->push_back(SSLErrorInfo::CreateError(kErrorTypes[i], cert, url));
  /external/doclava/src/com/google/doclava/
Errors.java 22 public class Errors {
85 public static void printErrors(Set<ErrorMessage> errors) {
86 for (ErrorMessage m : errors) {
91 for (ErrorMessage m : errors) {
124 // Errors for API verification
153 // Errors in javadoc generation
174 public static final Error[] ERRORS =
187 for (Error e : ERRORS) {
PackageInfo.java 136 ClassInfo.makeLinkListHDF(data, base + ".errors", errors());
171 public ClassInfo[] errors() { method in class:PackageInfo
173 mErrors = ClassInfo.sortByName(filterHidden(Converter.convertClasses(mPackage.errors())));
278 Errors.error(Errors.REMOVED_CLASS, cInfo.position(), "Removed public class "
285 Errors.error(Errors.ADDED_CLASS, cInfo.position(), "Added class " + cInfo.name()
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 240 // The second call stores its errors in a supplied string vector.
241 // If the string vector pointer is NULL, it reports the errors with LOG().
257 // Protocol buffers doesn't ever care about errors, but I don't want to remove
266 vector<string> *errors) {
267 GOOGLE_DCHECK(errors == NULL) << "Error reporting not implemented.";
282 LOG_STRING(ERROR, errors) << "String cannot end with \\";
309 LOG_STRING(ERROR, errors) << "String cannot end with \\x";
311 LOG_STRING(ERROR, errors) <<
321 LOG_STRING(ERROR, errors) << "Value of " <<
335 LOG_STRING(ERROR, errors)
    [all...]
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 21 --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]
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestSuiteBuilderTest.java 179 private Set<String> errors = new HashSet<String>();
183 errors.add(testName(test));
206 return errors.contains(testName);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
IdeScanningContext.java 51 * that at the end of a scan we can mark and clear errors, etc.
119 * Process any errors found to add error markers in the affected files (and
120 * also clear up any aapt errors in files that are no longer applicable)
152 // Add new errors
154 List<String> errors = new ArrayList<String>(); local
156 errors.add(pair.getSecond());
158 AaptParser.parseOutput(errors, mProject);
164 // returns true if it was explicitly requested or if a file that has errors was modified.
  /external/icu4c/common/
uts46.cpp 42 // Severe errors which usually result in a U+FFFD replacement character in the result string.
242 if( dest.length()>=254 && (info.errors&UIDNA_ERROR_DOMAIN_NAME_TOO_LONG)==0 &&
246 info.errors|=UIDNA_ERROR_DOMAIN_NAME_TOO_LONG;
327 info.errors|=UIDNA_ERROR_EMPTY_LABEL;
348 info.errors|=UIDNA_ERROR_DOMAIN_NAME_TOO_LONG;
351 info.errors|=info.labelErrors;
394 info.errors|=info.labelErrors;
400 info.errors|=info.labelErrors;
403 if( info.isBiDi && U_SUCCESS(errorCode) && (info.errors&severeErrors)==0 &&
406 info.errors|=UIDNA_ERROR_BIDI
    [all...]

Completed in 1998 milliseconds

<<11121314151617181920>>