| /libcore/luni/src/main/java/java/util/ |
| Properties.java | 605 * @throws IOException in case an error occurs during a read operation. 624 throw new Error(e); 632 public void error(SAXParseException e) throws SAXException { 697 * @throws IOException if an error occurs during writing to the output. 719 * @throws IOException if an error occurs during writing to the output.
|
| /libcore/luni/src/main/java/java/util/prefs/ |
| XMLParser.java | 123 throw new Error(e); 142 public void error(SAXParseException e) throws SAXException {
|
| /libcore/luni/src/main/java/org/apache/harmony/nio/internal/ |
| FileChannelImpl.java | 63 throw new Error(e);
|
| /libcore/luni/src/test/java/org/apache/harmony/xml/ |
| XsltXPathConformanceTestSuite.java | 252 if (!operation.equals("execution-error")) { 321 /** either "standard" or "execution-error" */ 374 if (errorRecorder.error == null) { 383 if (errorRecorder.error != null) { 384 throw errorRecorder.error; 386 } else if (operation.equals("execution-error")) { 387 if (errorRecorder.error != null) { 464 Error error = new AssertionFailedError( local 466 error.initCause(e) 615 Exception error; field in class:XsltXPathConformanceTestSuite.ErrorRecorder 623 public void error(TransformerException exception) { method in class:XsltXPathConformanceTestSuite.ErrorRecorder [all...] |
| /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
| AddressListParserTokenManager.java | 751 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer."); 780 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
|
| /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/ |
| ContentTypeParserTokenManager.java | 637 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer."); 666 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
|
| /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/ |
| DateTimeParserTokenManager.java | 676 throw new Error("ERROR: Cannot use a static CharStream class with a non-static lexical analyzer."); 705 throw new TokenMgrError("Error: Ignoring invalid lexical state : " + lexState + ". State unchanged.", TokenMgrError.INVALID_LEXICAL_STATE);
|
| /external/zlib/contrib/pascal/ |
| example.pas | 41 WriteLn(msg, ' error: ', err); 48 WriteLn('Error: ', msg); 95 WriteLn('gzopen error'); 123 WriteLn('gzopen error'); 145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile)); 151 WriteLn('gzgetc error'); 157 WriteLn('gzungetc error'); 389 Inc(PByteArray(compr)^[3]); (* force an error in first compressed block *)
|
| /external/chromium/net/tools/flip_server/ |
| balsa_frame.cc | 64 case ERROR: 65 return "ERROR"; 155 // Exactly zero or one warning or error (but not both) may be detected 172 // error_code may be modified if either a warning or error is detected 175 // True if no error (as opposed to warning) is detected. 176 // False if an error (as opposed to warning) is detected. [all...] |
| /external/chromium/third_party/icu/source/tools/pkgdata/ |
| pkgdata.cpp | 267 /* error handling, printing usage message */ 268 /* I've decided to simply print an error and quit. This tool has too 277 "%s: error in command line argument \"%s\"\n", 433 fprintf(stderr, "error loading input file lists: %s\n", u_errorName(status)); 491 fprintf(stderr,"Error allocating memory for pkgDataFlags.\n"); 496 fprintf(stderr,"Error allocating memory for pkgDataFlags.\n"); 534 fprintf(stderr,"Error writing package dat file.\n"); 612 fprintf(stderr, "Error generating assembly code for data.\n"); 633 fprintf(stderr, "Error generating package data.\n"); 641 fprintf(stderr, "Error creating data archive library file.\n") [all...] |
| /external/jdiff/src/jdiff/ |
| RootDocToXML.java | 52 System.out.println("IO Error while attempting to create " + tempFileName); 53 System.out.println("Error: " + e.getMessage()); 205 System.out.println("IO Error while attempting to create " + xsdFileName); 206 System.out.println("Error: " + e.getMessage()); 439 System.err.println("Error: method \"position\" not found"); 442 System.err.println("Error: class not permitted to be instantiated"); 445 System.err.println("Error: method \"position\" could not be invoked"); 448 System.err.println("Error: "); [all...] |
| /external/tinyxml/ |
| tinyxml.h | 261 or 0 if the function has an error. 532 Returns a pointer to the new object or NULL if an error occured. 549 Returns a pointer to the new object or NULL if an error occured. 554 Returns a pointer to the new object or NULL if an error occured. 559 Returns a pointer to the new object or NULL if an error occured. 732 IntValue() method with richer error checking. 755 SetName ( buf.buffer ? buf.buffer : "error" ); 761 SetValue( buf.buffer ? buf.buffer : "error" ); 793 TiXmlDocument* document; // A pointer back to a document, for error reporting. 883 Attribute() method with richer error checking 1359 bool error; member in class:TiXmlDocument [all...] |
| /external/v8/tools/ |
| tickprocessor.py | 241 except csv.Error: 242 print("parse error in line " + str(row_num))
|
| /external/webkit/JavaScriptCore/tests/mozilla/Getopt/ |
| Mixed.pm | 149 # Prints an error message and exits. 156 # The option that caused the error 481 option name. If an abbreviation is ambiguous, an error message will 501 B<-i> and B<-f> will cause an error, because the null string is not a 565 want to print an error message, use the third element, which does 575 Getopt::Mixed::abortMsg("Error"); 579 foo.pl: Error 646 The default is a function that prints an error message and exits the 656 (including the option start character), suitable for error messages. 662 The default is a function that prints an error message and exits th [all...] |
| /external/webkit/WebCore/bindings/js/ |
| JSDOMBinding.cpp | 53 #include <runtime/Error.h>
|
| JSDOMWindowCustom.cpp | 87 #include <runtime/Error.h> [all...] |
| JSWebGLRenderingContextCustom.cpp | 59 #include <runtime/Error.h>
|
| /external/webkit/WebCore/bindings/v8/ |
| V8Proxy.cpp | 189 return; // Ignore error if the source document is gone. 193 // FIXME: This error message should contain more specifics of why the same 222 // FIXME: We temporarily deal with V8 internal error situations 269 // Warning, error, disable JS for this frame? 463 // Handle V8 internal error situation (Out-of-memory). 696 return v8::ThrowException(v8::Exception::Error(v8String(message)));
|
| /external/webkit/WebKit/chromium/src/js/ |
| DebuggerAgent.js | 419 WebInspector.ConsoleMessage.MessageLevel.Error, [all...] |
| /frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
| CDMAPhone.java | 603 CommandException.Error.REQUEST_NOT_SUPPORTED); [all...] |
| /libcore/luni/src/main/java/java/util/concurrent/locks/ |
| AbstractQueuedLongSynchronizer.java | [all...] |
| AbstractQueuedSynchronizer.java | [all...] |
| /libcore/luni/src/test/java/libcore/java/nio/channels/ |
| OldFileChannelTest.java | 65 throw new Error(e); [all...] |
| /external/v8/src/ |
| mirror-debugger.js | 155 const ERROR_TYPE = 'error'; 342 * Check whether the mirror reflects an error. 343 * @returns {boolean} True if the mirror reflects an error 1063 * Mirror object for error objects. 1064 * @param {Error} value The error object reflected by this mirror 1089 str = '#<an Error>'; [all...] |
| /build/tools/droiddoc/templates/assets/ |
| prettify.js | 17 k[e])k[e]=++b;for(h=e=0;e<s;++e){p=f[e];if(p===H){++h;if(k[h]===undefined)f[e]=dc}else if(Q===p.charAt(0))if((t=+p.substring(1))&&t<=h)f[e]=Q+k[h]}for(h=e=0;e<s;++e)if(M===f[e]&&M!==f[e+1])f[e]=P;if(j.ignoreCase&&c)for(e=0;e<s;++e){p=f[e];var u=p.charAt(0);if(p.length>=2&&u===L)f[e]=q(p);else if(u!==Q)f[e]=p.replace(/[a-zA-Z]/g,function(x){var B=x.charCodeAt(0);return L+String.fromCharCode(B&-33,B|32)+Tb})}return f.join(P)}var w=[];g=0;for(i=a.length;g<i;++g){m=a[g];if(m.global||m.multiline)throw new Error(P+
|