| /cts/tools/vm-tests/src/dot/junit/opcodes/sget_char/ |
| Test_sget_char.java | 74 fail("expected Error"); 75 } catch (Error e) {
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/sget_object/ |
| Test_sget_object.java | 75 fail("expected Error"); 76 } catch (Error e) {
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/sget_short/ |
| Test_sget_short.java | 74 fail("expected Error"); 75 } catch (Error e) {
|
| /cts/tools/vm-tests/src/dot/junit/opcodes/sget_wide/ |
| Test_sget_wide.java | 83 fail("expected Error"); 84 } catch (Error e) {
|
| /external/chromium/net/flip/ |
| flip_session.cc | 79 LOG(ERROR) << "FlipHeaderBlock without status header."; 87 LOG(ERROR) << "FlipHeaderBlock without version header."; 270 net::Error FlipSession::Connect(const std::string& group_name, 293 return static_cast<net::Error>(rv); 465 // socket (or have an error trying to do so). 472 CloseSessionOnError(static_cast<net::Error>(result)); 518 DCHECK_LT(result, 0); // It should be an error, not a byte count. 519 CloseSessionOnError(static_cast<net::Error>(result)); 534 net::Error error = static_cast<net::Error>(bytes_read) local [all...] |
| /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Array/ |
| 15.4.4.4-001.js | 74 x = new Error("Hello");
|
| /external/webkit/WebCore/bindings/js/ |
| JSClipboardCustom.cpp | 42 #include <runtime/Error.h>
|
| /external/webkit/WebCore/bridge/ |
| runtime_method.cpp | 31 #include <runtime/Error.h>
|
| /frameworks/base/core/java/com/android/internal/os/ |
| ZygoteInit.java | 188 "Error binding to local socket '" + fileDesc + "'", ex); 216 Log.e(TAG, "Zygote: error closing sockets", ex); 311 Log.e(TAG, "Error preloading " + line + ".", t); 312 if (t instanceof Error) { 313 throw (Error) t; 325 Log.e(TAG, "Error reading " + PRELOADED_CLASSES + ".", e); 628 Log.e(TAG, "Zygote Child: error closing sockets", ex); 638 throw new RuntimeException("Error invoking fork()"); 684 throw new RuntimeException("Error in select()", ex); 688 throw new RuntimeException("Error in select()") [all...] |
| /frameworks/base/services/audioflinger/ |
| A2dpAudioInterface.cpp | 282 goto Error; 287 goto Error; 293 goto Error; 303 Error: 304 // Simulate audio output timing in case of error
|
| /frameworks/base/tools/localize/ |
| XLIFFFile.cpp | 47 pos.Error("<%s> elements must contain exactly one <%s> element", 94 transUnit->Position().Error("<trans-unit> tag requires an id"); 101 transUnit->Position().Error("<trans-unit> has invalid id '%s'\n", rawID.c_str()); 214 str.pos.Error("Duplicate string resource: %s", res->id.c_str()); 215 res->pos.Error("Previous definition here"); 301 str.pos.Error("Internal Error %s:%d\n", __FILE__, __LINE__); 311 str.pos.Error("unknown config for string %s: %s", str.id.c_str(), 325 str.pos.Error("Internal Error %s:%d\n", __FILE__, __LINE__) [all...] |
| /hardware/msm7k/libaudio/ |
| AudioHardware.cpp | 75 /* this is not really an error on non-htc devices... */ 391 LOGE("snd_set_volume error."); 429 // We return an error code here to let the audioflinger do in-software 431 // return error - software mixer will handle it 467 LOGE("snd_set_device error."); 717 goto Error; 727 goto Error; 739 goto Error; 772 Error: 777 // Simulate audio output timing in case of error [all...] |
| /libcore/luni/src/main/java/java/util/concurrent/ |
| CyclicBarrier.java | 330 throw new Error(toe); // cannot happen;
|
| /libcore/luni/src/main/java/java/util/concurrent/locks/ |
| ReentrantReadWriteLock.java | 183 * {@link Error} throws from locking methods. 373 throw new Error("Maximum lock count exceeded"); 501 throw new Error("Maximum lock count exceeded"); 536 throw new Error("Maximum lock count exceeded"); 558 throw new Error("Maximum lock count exceeded"); [all...] |
| /libcore/support/src/test/java/tests/util/ |
| SerializationTester.java | 165 throw new Error(
|
| /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/ |
| AddressListParser.java | 125 {if (true) throw (Error)jjte000;} 183 {if (true) throw (Error)jjte000;} 229 {if (true) throw (Error)jjte000;} 260 {if (true) throw (Error)jjte000;} 323 {if (true) throw (Error)jjte000;} 363 {if (true) throw (Error)jjte000;} 421 {if (true) throw (Error)jjte000;} 492 {if (true) throw (Error)jjte000;} 815 static private final class LookaheadSuccess extends java.lang.Error { }
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
| ProjectCallback.java | 77 } catch (Error e) { 78 // Log this error with the class name we're trying to load and abort. 89 * @return The package namespace of the project or null in case of error.
|
| /external/emma/core/java12/com/vladium/util/ |
| IProperties.java | 173 throw new Error (cnse.toString ()); // never happens 191 throw new Error (cnse.toString ()); // never happens
|
| /frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
| CdmaMmiCode.java | 203 // password mismatch; return error 265 CommandException.Error err = ((CommandException)(ar.exception)).getCommandError(); 266 if (err == CommandException.Error.PASSWORD_INCORRECT) {
|
| /libcore/luni/src/main/java/java/nio/charset/ |
| Charset.java | 457 throw new Error(ex.getMessage(), ex); 492 throw new Error(ex.getMessage(), ex);
|
| /external/v8/src/ |
| d8.js | 366 throw new Error('Unknown command "' + cmd + '"'); 450 throw new Error('Invalid object id.'); 474 throw new Error('Invalid step arguments.'); 482 throw new Error('Invalid step count argument "' + args[0] + '".'); 510 throw new Error('Invalid step argument "' + args[0] + '".'); 549 throw new Error('Invalid start frame argument "' + args[0] + '".'); 552 throw new Error('Invalid end frame argument "' + args[1] + '".'); 555 throw new Error('Invalid arguments start frame cannot be larger ' + 562 throw new Error('Invalid backtrace arguments.'); 607 throw new Error('Missing expression.') [all...] |
| /external/dropbear/libtommath/ |
| bn.tex | 151 that is being performed. The numbers represent how many times the test was invoked. If an error is detected the program 330 This will return a pointer to a string which describes the given error code. It will not work for the return codes 395 printf("Error initializing the number. \%s", 426 printf("Error initializing the number. \%s", 466 printf("Error initializing the numbers. \%s", 500 printf("Error initializing the copy. \%s", 534 printf("Error initializing the number. \%s", 568 printf("Error initializing the number. \%s", 577 printf("Error shrinking the number. \%s", 615 printf("Error initializing the number. \%s", [all...] |
| /hardware/msm7k/libaudio-qsd8k/ |
| AudioHardware.cpp | 123 /* this is not really an error on non-htc devices... */ 639 // We return an error code here to let the audioflinger do in-software 641 // return error - software mixer will handle it 950 LOGE("Error reading firmware: %s\n", strerror(errno)); [all...] |
| /external/protobuf/python/ |
| mox.py | 69 class Error(AssertionError): 75 class ExpectedMethodCallsError(Error): 93 Error.__init__(self) 102 class UnexpectedMethodCallError(Error): 121 Error.__init__(self) 130 class UnknownMethodCallError(Error): 142 Error.__init__(self) 821 # Check raw types if there was a type error. This is helpful for [all...] |
| /external/tinyxml/ |
| xmltest.cpp | 129 if ( doc.Error() ) 131 printf( "Error in %s: %s\n", doc.Value(), doc.ErrorDesc() ); 142 printf( "Could not load test file 'demotest.xml'. Error='%s'. Exiting.\n", doc.ErrorDesc() ); 349 const char* error = "<?xml version=\"1.0\" standalone=\"no\" ?>\n" local 351 " <wrong error>\n" 355 doc.Parse( error ); 356 XmlTest( "Error row", doc.ErrorRow(), 3 ); 357 XmlTest( "Error column", doc.ErrorCol(), 17 ); 358 //printf( "error=%d id='%s' row %d col%d\n", (int) doc.Error(), doc.ErrorDesc(), doc.ErrorRow()+1, doc.ErrorCol() + 1 ) [all...] |