Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 53) sorted by relevance

123

/libcore/luni/src/test/java/libcore/java/lang/
DBootstrapMethodErrorTest.java34 BootstrapMethodError error = new BootstrapMethodError(); in constructor() local
42 BootstrapMethodError error = new BootstrapMethodError(errorMessage); in constructorLString() local
50 BootstrapMethodError error = new BootstrapMethodError((String) null); in constructorLString_withNull() local
59 BootstrapMethodError error = new BootstrapMethodError(errorMessage, cause); in constructorLString_LThrowable() local
68 BootstrapMethodError error = new BootstrapMethodError(null, cause); in constructorLString_LThrowable_nullMessage() local
76 BootstrapMethodError error = new BootstrapMethodError(errorMessage, null /* cause */); in constructorLString_LThrowable_nullCause() local
84 BootstrapMethodError error = new BootstrapMethodError(null, null); in constructorLString_LThrowable_bothArgumentsNull() local
93 BootstrapMethodError error = new BootstrapMethodError(cause); in constructorLThrowable() local
101 BootstrapMethodError error = new BootstrapMethodError((Throwable) null /* cause */); in constructorLThrowable_withNull() local
DLinkageErrorTest.java34 LinkageError error = new LinkageError(errorMessage, cause); in constructorLString_LThrowable() local
43 LinkageError error = new LinkageError(null, cause); in constructorLString_LThrowable_nullMessage() local
51 LinkageError error = new LinkageError(errorMessage, null /* cause */); in constructorLString_LThrowable_nullCause() local
59 LinkageError error = new LinkageError(null, null); in constructorLString_LThrowable_bothArgumentsNull() local
DErrorTest.java32 Error error = new TestError("message", null /* cause */, in withNonWritableStackTrace_getStackTraceIsEmpty() local
41 Error error = new TestError("message", null /* cause */, in withWritableStackTrace_nonEmptyGetStackTrace() local
54 Error error = new TestError("Message", null, false /* enableSuppression */, true); in whenSuppressionDisabled_addSuppressHasNoEffect() local
63 Error error = new TestError("message", null /* cause */, true /* enableSuppression */, in whenSuppressionEnabled_addsSuppressed() local
DInternalErrorTest.java32 InternalError error = new InternalError(cause); in constructorLThrowable() local
40 InternalError error = new InternalError((Throwable) null); in constructorLThrowable_withNull() local
DVirtualMachineErrorTest.java31 VirtualMachineError error = new TestVirtualMachineError(cause); in constructorLThrowable() local
39 VirtualMachineError error = new TestVirtualMachineError(null /* cause */); in constructorLThrowable_withNull() local
DRuntimeExceptionTest.java64 RuntimeException error = new TestRuntimeException("message", null /* cause */, in whenSuppressionEnabled_addsSuppressed() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DZipErrorTest.java30 ZipError error = new ZipError("ZipError"); in test_constructor() local
38 ZipError error = new ZipError("serialization test"); in test_serialization() local
46 ZipError error = new ZipError("serialization test"); in testSerializationCompatibility() local
/libcore/luni/src/main/java/android/system/
DGaiException.java35 public final int error; field in GaiException
40 public GaiException(String functionName, int error) { in GaiException()
48 public GaiException(String functionName, int error, Throwable cause) { in GaiException()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DAbstractMethodErrorTest.java29 Error error = new AbstractMethodError(); in test_Constructor() local
39 Error error = new AbstractMethodError(null); in test_ConstructorLjava_lang_String() local
DUnsupportedClassVersionErrorTest.java32 UnsupportedClassVersionError error = new UnsupportedClassVersionError(); in test_UnsupportedClassVersionError() local
/libcore/dom/src/test/java/org/w3c/domts/
DDOMErrorMonitor.java43 public boolean handleError(DOMError error) { in handleError()
60 DOMError error = (DOMError) iter.next(); in assertLowerSeverity() local
DJAXPDOMTestDocumentBuilderFactory.java96 public void error(SAXParseException ex) { in error() method in JAXPDOMTestDocumentBuilderFactory.LoadErrorHandler
/libcore/luni/src/main/java/org/w3c/dom/
DDOMErrorHandler.java43 public boolean handleError(DOMError error); in handleError()
/libcore/luni/src/main/native/
DIcuUtilities.cpp25 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error) { in maybeThrowIcuException()
DZipUtilities.cpp24 void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error, in throwExceptionForZlibError()
/libcore/ojluni/src/main/native/
DUnixAsynchronousSocketChannelImpl.c42 int error = 0; in Java_sun_nio_ch_UnixAsynchronousSocketChannelImpl_checkConnect() local
DSocketChannelImpl.c56 int error = 0; in Java_sun_nio_ch_SocketChannelImpl_checkConnect() local
/libcore/luni/src/main/java/javax/xml/transform/
DErrorListener.java87 public abstract void error(TransformerException exception) in error() method
/libcore/luni/src/main/java/org/xml/sax/
DErrorHandler.java102 public abstract void error (SAXParseException exception) in error() method
DHandlerBase.java338 public void error (SAXParseException e) in error() method in HandlerBase
/libcore/ojluni/src/main/java/java/lang/
DRuntime.java913 String error = nativeLoad(absolutePath, loader); in load() local
927 String error = nativeLoad(filename, fromClass.getClassLoader()); in load0() local
1075 String error = nativeLoad(filename, loader); in loadLibrary0() local
1086 String error = nativeLoad(filename, loader, callerClass); in loadLibrary0() local
/libcore/ojluni/src/main/java/java/util/logging/
DErrorManager.java83 public synchronized void error(String msg, Exception ex, int code) { in error() method in ErrorManager
/libcore/tools/patch-style/
Dlibcore-patch-style.awk53 function error(message) { function
/libcore/support/src/test/java/tests/support/
DSupport_Exec.java105 AssertionFailedError error = new AssertionFailedError( in execAndGetOutput() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidZipFileTest.java186 Exception error = null; in read2() local

123