Searched refs:Exception (Results 151 - 175 of 2741) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DExceptionExtensions.cs42 public static string getMessage(Exception e) {
47 public static StackFrame[] getStackTrace(Exception e) {
70 public static void PrintStackTrace(Exception e) {
73 public static void PrintStackTrace(Exception e, System.IO.TextWriter writer) {
84 public static Exception getTargetException(TargetInvocationException e) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DExceptionExtensions.cs45 public static string getMessage( this Exception e )
51 public static StackFrame[] getStackTrace( this Exception e )
77 public static void PrintStackTrace( this Exception e )
81 public static void PrintStackTrace( this Exception e, System.IO.TextWriter writer )
94 public static Exception getTargetException( this TargetInvocationException e )
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestSyntaxErrors.java35 @Test public void testLL2() throws Exception {
48 @Test public void testLL3() throws Exception {
62 @Test public void testLLStar() throws Exception {
75 @Test public void testSynPred() throws Exception {
92 @Test public void testLL1ErrorInfo() throws Exception {
H A DTestIntervalSet.java44 @Test public void testSingleElement() throws Exception {
50 @Test public void testIsolatedElements() throws Exception {
59 @Test public void testMixedRangesAndElements() throws Exception {
68 @Test public void testSimpleAnd() throws Exception {
76 @Test public void testRangeAndIsolatedElement() throws Exception {
84 @Test public void testEmptyIntersection() throws Exception {
92 @Test public void testEmptyIntersectionSingleElements() throws Exception {
100 @Test public void testNotSingleElement() throws Exception {
109 @Test public void testNotSet() throws Exception {
119 @Test public void testNotEqualSet() throws Exception {
[all...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismExceptionTest.java55 static String createErr(Exception tE, Exception eE) {
70 } catch (Exception e) {
89 } catch (Exception e) {
107 } catch (Exception e) {
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/provider/jsse/
H A DJSSETestData.java35 private static Exception initException;
66 } catch (Exception e) {
72 public static SSLContext getContext() throws Exception {
79 public static SSLParameters getSSLParameters() throws Exception {
86 public static KeyStore getKeyStore() throws Exception {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DKeyUtil.java17 catch (Exception e)
29 catch (Exception e)
41 catch (Exception e)
55 catch (Exception e)
67 catch (Exception e)
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
H A D_stream_base.py48 class ConnectionTerminatedException(Exception):
64 class BadOperationException(Exception):
73 class UnsupportedFrameException(Exception):
82 class InvalidUTF8Exception(Exception):
126 except Exception, e:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
H A D_stream_base.py50 class ConnectionTerminatedException(Exception):
66 class BadOperationException(Exception):
75 class UnsupportedFrameException(Exception):
84 class InvalidUTF8Exception(Exception):
142 except Exception, e:
/external/junit/src/org/junit/runner/
H A DResult.java69 public void testRunStarted(Description description) throws Exception {
74 public void testRunFinished(Result result) throws Exception {
80 public void testFinished(Description description) throws Exception {
85 public void testFailure(Failure failure) throws Exception {
90 public void testIgnored(Description description) throws Exception {
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DSpannableStringBuilderTest.java15 public void testAppend() throws Exception {
22 public void testLength() throws Exception {
28 public void testReplace() throws Exception {
35 public void testInsert() throws Exception {
41 public void testDelete() throws Exception {
H A DSyncResultTest.java19 public void testConstructor() throws Exception {
25 public void hasSoftError() throws Exception {
34 public void hasHardError() throws Exception {
43 public void testMadeSomeProgress() throws Exception {
51 public void testClear() throws Exception {
H A DHandlerThreadTest.java22 public void tearDown() throws Exception {
31 public void shouldReturnLooper() throws Exception {
39 public void shouldReturnNullIfThreadHasNotBeenStarted() throws Exception {
45 public void shouldQuitLooperAndThread() throws Exception {
56 public void shouldStopThreadIfLooperIsQuit() throws Exception {
69 public void shouldCallOnLooperPrepared() throws Exception {
H A DMediaRecorderTest.java23 public void setUp() throws Exception {
29 public void testAudioChannels() throws Exception {
36 public void testAudioEncoder() throws Exception {
45 public void testAudioEncodingBitRate() throws Exception {
52 public void testAudioSamplingRate() throws Exception {
59 public void testAudioSource() throws Exception {
68 public void testCamera() throws Exception {
77 public void testMaxDuration() throws Exception {
84 public void testMaxFileSize() throws Exception {
91 public void testOnErrorListener() throws Exception {
[all...]
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
H A DMessageTest.java79 public void testMergeFrom() throws Exception {
92 public void testMergeFromDynamic() throws Exception {
102 public void testDynamicMergeFrom() throws Exception {
119 public void testRequired() throws Exception {
131 public void testRequiredForeign() throws Exception {
149 public void testRequiredExtension() throws Exception {
167 public void testRequiredDynamic() throws Exception {
180 public void testRequiredDynamicForeign() throws Exception {
203 public void testUninitializedException() throws Exception {
212 public void testBuildPartial() throws Exception {
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DErrorManager.cs46 public static void InternalError(object error, Exception e)
49 string msg = "Exception " + e + "@" + location + ": " + error;
56 StackFrame location = GetLastNonErrorManagerCodeLocation(new Exception());
67 private static StackFrame GetLastNonErrorManagerCodeLocation(Exception e)
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DOutputStreamTesterTest.java125 public byte[] call() throws Exception {
138 public byte[] getBytes() throws Exception {
146 public OutputStream create(OutputStream delegate) throws Exception {
150 public byte[] decode(byte[] delegateBytes) throws Exception {
162 public OutputStream create(OutputStream delegate) throws Exception {
166 public byte[] decode(byte[] delegateBytes) throws Exception {
173 public OutputStream create(OutputStream delegate) throws Exception {
177 public byte[] decode(byte[] delegateBytes) throws Exception {
184 public OutputStream create(OutputStream delegate) throws Exception {
188 public byte[] decode(byte[] delegateBytes) throws Exception {
[all...]
/external/mockito/src/org/mockito/internal/runners/util/
H A DRunnerProvider.java29 public RunnerImpl newInstance(String runnerClassName, Class<?> constructorParam) throws Exception {
34 } catch (Exception e) {
42 } catch (Exception e) {
/external/nist-sip/java/gov/nist/core/
H A DInternalErrorHandler.java42 public static void handleException(Exception ex) throws RuntimeException {
51 public static void handleException(Exception ex, StackLogger stackLogger) {
64 new Exception().printStackTrace();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java59 public void testServiceStartStop() throws Exception {
68 @Override protected void runOneIteration() throws Exception { }
69 @Override protected void startUp() throws Exception { }
70 @Override protected void shutDown() throws Exception { }
75 public void testFailOnExceptionFromRun() throws Exception {
77 service.runException = new Exception();
94 service.startUpException = new Exception();
105 public void testFailOnExceptionFromShutDown() throws Exception {
107 service.shutDownException = new Exception();
121 public void testRunOneIterationCalledMultipleTimes() throws Exception {
[all...]
/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
H A DChannelBindingTest.java40 public void testGetApplicationData_0() throws Exception {
54 public void testGetInitiatorAddress() throws Exception {
61 public void testGetInitiatorAddress_0() throws Exception {
75 public void testGetAcceptorAddress() throws Exception {
81 public void testGetAcceptorAddress_0() throws Exception {
106 public void testEquals_0() throws Exception {
118 public void testEquals_0_0() throws Exception {
130 public void testEquals_1() throws Exception {
137 public void testEquals_2() throws Exception {
148 public void testEquals_2_0() throws Exception {
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DIllegalStateExceptionTest.java49 Throwable emptyThrowable = new Exception();
55 Throwable throwable = new Exception("msg");
66 Throwable emptyThrowable = new Exception();
72 Throwable throwable = new Exception("msg_exception");
83 public void testSerializationSelf() throws Exception {
91 public void testSerializationCompatibility() throws Exception {
H A DUnsupportedOperationExceptionTest.java49 Throwable emptyThrowable = new Exception();
56 Throwable throwable = new Exception("msg");
67 Throwable emptyThrowable = new Exception();
74 Throwable throwable = new Exception("msg_exception");
87 public void testSerializationSelf() throws Exception {
95 public void testSerializationCompatibility() throws Exception {
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwTestBase.java43 protected void setUp() throws Exception {
63 throws Exception {
84 final String url) throws Exception {
94 final String url) throws Exception {
108 final String url) throws Exception {
122 byte[] postData) throws Exception {
133 final String url, byte[] postData) throws Exception {
154 final boolean isBase64Encoded) throws Exception {
165 throws Exception {
183 throws Exception {
[all...]
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DGeneratedMessageTest.java64 public void testDefaultInstance() throws Exception {
71 public void testAccessors() throws Exception {
78 public void testDoubleBuildError() throws Exception {
89 public void testClearAfterBuildError() throws Exception {
100 public void testSettersRejectNull() throws Exception {
104 fail("Exception was not thrown");
110 fail("Exception was not thrown");
116 fail("Exception was not thrown");
123 fail("Exception was not thrown");
129 fail("Exception wa
[all...]

Completed in 927 milliseconds

1234567891011>>