HomeSort by relevance Sort by last modified time
    Searched refs:thrown (Results 26 - 50 of 245) sorted by null

12 3 4 5 6 7 8 910

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/MultiSession/
MethodEntryExitTest.java 99 } catch (TestErrorException thrown) {
100 logWriter.println("=> Exception while receiving event:" + thrown);
129 } catch (Throwable thrown) {
132 + thrown);
133 fail("Exception while analyzing received event:" + thrown);
ThreadEndTest.java 89 } catch (TestErrorException thrown) {
90 logWriter.println("=> Exception while receiving event:" + thrown);
113 } catch (Throwable thrown) {
115 + thrown);
116 fail("##FAILURE: Exception while analyzing received event:" + thrown);
ThreadStartTest.java 90 } catch (TestErrorException thrown) {
91 logWriter.println("=> Exception while receiving event:" + thrown);
117 } catch (Throwable thrown) {
119 + thrown);
120 fail("##FAILURE: Exception while analyzing received event:" + thrown);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
TlvBufferUtilsTest.java 38 public ExpectedException thrown = ExpectedException.none(); field in class:TlvBufferUtilsTest
135 thrown.expect(IllegalArgumentException.class);
141 thrown.expect(IllegalArgumentException.class);
147 thrown.expect(IllegalArgumentException.class);
153 thrown.expect(IllegalArgumentException.class);
159 thrown.expect(IllegalArgumentException.class);
168 thrown.expect(IllegalArgumentException.class);
178 thrown.expect(IllegalArgumentException.class);
188 thrown.expect(IllegalArgumentException.class);
198 thrown.expect(IllegalArgumentException.class)
    [all...]
WifiNanManagerTest.java 44 public ExpectedException thrown = ExpectedException.none(); field in class:WifiNanManagerTest
70 thrown.expect(IllegalArgumentException.class);
77 thrown.expect(IllegalArgumentException.class);
83 thrown.expect(IllegalArgumentException.class);
89 thrown.expect(IllegalArgumentException.class);
95 thrown.expect(IllegalArgumentException.class);
101 thrown.expect(IllegalArgumentException.class);
107 thrown.expect(IllegalArgumentException.class);
113 thrown.expect(IllegalArgumentException.class);
119 thrown.expect(IllegalArgumentException.class)
    [all...]
  /external/vogar/src/vogar/target/junit/
JUnitRunner.java 112 Throwable thrown; local
114 thrown = timeoutSeconds == 0
124 thrown = e;
126 thrown = e;
129 if (thrown != null) {
130 prepareForDisplay(thrown);
131 thrown.printStackTrace(System.out);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
RedefineClassesTest.java 168 } catch (Throwable thrown) {
172 logWriter.println("===> Exception is thrown: " + thrown);
180 } catch (Throwable thrown) {
184 logWriter.println("===> Exception is thrown: " + thrown);
192 } catch (Throwable thrown) {
196 logWriter.println("===> Exception is thrown: " + thrown);
202 } catch (Throwable thrown) {
    [all...]
ResumeDebuggee.java 78 } catch ( Throwable thrown) {
80 ("--> ResumeDebuggee: Exception while creating threads: " + thrown);
  /external/dagger2/core/src/test/java/dagger/internal/
MapProviderFactoryTest.java 34 public ExpectedException thrown = ExpectedException.none(); field in class:MapProviderFactoryTest
38 thrown.expect(NullPointerException.class);
44 thrown.expect(NullPointerException.class);
SetFactoryTest.java 37 @Rule public ExpectedException thrown = ExpectedException.none(); field in class:SetFactoryTest
47 thrown.expect(NullPointerException.class);
59 thrown.expect(NullPointerException.class);
75 thrown.expect(NullPointerException.class);
91 thrown.expect(NullPointerException.class);
  /frameworks/base/core/java/com/android/internal/logging/
AndroidHandler.java 92 Throwable thrown = r.getThrown();
93 if (thrown != null) {
98 thrown.printStackTrace(pw);
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/
AbstractGroovyTestCase.groovy 52 * @return the thrown Exception instance
54 * @throws AssertionError - if no exception is thrown by the code or if the thrown exception is not of the expected type
60 } catch (Throwable thrown) {
61 actualException = thrown
63 assert actualException, "No exception thrown. Expected [${expectedExceptionClass.getName()}]"
73 * @return the message from the thrown Exception
75 * @throws AssertionError - if no exception is thrown by the code or if the thrown
  /art/runtime/interpreter/mterp/x86/
op_fill_array_data.S 10 testb %al, %al # 0 means an exception is thrown
op_new_array.S 19 testb %al, %al # 0 means an exception is thrown
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/
Status002Debuggee.java 71 } catch (Throwable thrown) {
102 } catch (Throwable thrown) {
StopDebuggee.java 120 } catch (Throwable thrown) {
121 logWriter.println(getName() + ": Exception is caught: " + thrown);
122 if ( thrown.equals(exception) ) {
ResumeDebuggee.java 77 } catch ( Throwable thrown) {
79 ("--> ResumeDebuggee: Exception while creating threads: " + thrown);
SuspendCountDebuggee.java 77 } catch ( Throwable thrown) {
79 ("--> SuspendCountDebuggee: Exception while creating threads: " + thrown);
SuspendDebuggee.java 75 } catch ( Throwable thrown) {
77 ("--> SuspendDebuggee: Exception while creating threads: " + thrown);
  /external/v8/test/mjsunit/regress/
regress-crbug-505370.js 15 thrown = true;
  /external/vogar/src/vogar/tasks/
Task.java 35 Exception thrown; field in class:Task
93 thrown = e;
  /frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyAndException/src/com/android/multidexlegacyandexception/
IntermediateClass.java 82 public static int get5(Throwable thrown) {
84 ClassInSecondaryDex.canThrowAll(thrown);
  /frameworks/support/design/tests/src/android/support/design/widget/
TabLayoutTest.java 89 final Throwable thrown = exceptions[0]; local
90 assertNotNull(thrown);
92 assertTrue(thrown instanceof InflateException
93 || thrown instanceof IllegalArgumentException);
  /art/runtime/interpreter/mterp/arm/
op_fill_array_data.S 10 cmp r0, #0 @ 0 means an exception is thrown
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 5 /** Base class for all exceptions thrown during AST rewrite construction.

Completed in 451 milliseconds

12 3 4 5 6 7 8 910