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

12 3 4

  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
InvokeMethodTest.java 44 private void testInvokeMethodStatic(boolean shouldThrow) {
103 Value throwValue = Value.createBoolean(shouldThrow);
115 ((shouldThrow) ? "with" : "without") + " exception.");
121 if (shouldThrow) {
  /libcore/jsr166-tests/src/test/java/jsr166/
AtomicReferenceFieldUpdaterTest.java 42 // shouldThrow();
97 shouldThrow();
109 shouldThrow();
119 shouldThrow();
129 shouldThrow();
CyclicBarrierTest.java 56 shouldThrow();
66 shouldThrow();
187 shouldThrow();
205 shouldThrow();
214 shouldThrow();
233 shouldThrow();
242 shouldThrow();
315 shouldThrow();
405 shouldThrow();
414 shouldThrow();
    [all...]
AtomicIntegerArrayTest.java 45 shouldThrow();
68 shouldThrow();
72 shouldThrow();
76 shouldThrow();
80 shouldThrow();
84 shouldThrow();
88 shouldThrow();
92 shouldThrow();
AtomicLongArrayTest.java 44 shouldThrow();
67 shouldThrow();
71 shouldThrow();
75 shouldThrow();
79 shouldThrow();
83 shouldThrow();
87 shouldThrow();
91 shouldThrow();
AtomicReferenceArrayTest.java 45 shouldThrow();
83 shouldThrow();
87 shouldThrow();
91 shouldThrow();
95 shouldThrow();
99 shouldThrow();
ForkJoinPoolTest.java 192 shouldThrow();
202 shouldThrow();
362 shouldThrow();
532 shouldThrow();
550 shouldThrow();
563 shouldThrow();
605 shouldThrow();
620 shouldThrow();
633 shouldThrow();
648 shouldThrow();
    [all...]
RecursiveTaskTest.java 71 shouldThrow();
78 shouldThrow();
85 shouldThrow();
138 shouldThrow();
144 shouldThrow();
150 shouldThrow();
167 shouldThrow();
174 shouldThrow();
181 shouldThrow();
354 shouldThrow();
    [all...]
ThreadLocalRandomTest.java 55 shouldThrow();
133 shouldThrow();
151 shouldThrow();
205 shouldThrow();
223 shouldThrow();
283 shouldThrow();
PhaserTest.java 81 shouldThrow();
92 shouldThrow();
104 shouldThrow();
110 shouldThrow();
160 shouldThrow();
165 shouldThrow();
230 shouldThrow();
255 shouldThrow();
260 shouldThrow();
348 shouldThrow();
    [all...]
ArrayDequeTest.java 59 shouldThrow();
69 shouldThrow();
82 shouldThrow();
134 shouldThrow();
158 shouldThrow();
169 shouldThrow();
180 shouldThrow();
191 shouldThrow();
235 shouldThrow();
246 shouldThrow();
    [all...]
CountedCompleterTest.java 85 shouldThrow();
137 shouldThrow();
150 shouldThrow();
156 shouldThrow();
174 shouldThrow();
188 shouldThrow();
195 shouldThrow();
202 shouldThrow();
328 shouldThrow();
710 shouldThrow();
    [all...]
PriorityBlockingQueueTest.java 96 shouldThrow();
106 shouldThrow();
117 shouldThrow();
131 shouldThrow();
211 shouldThrow();
233 shouldThrow();
248 shouldThrow();
338 shouldThrow();
345 shouldThrow();
410 shouldThrow();
    [all...]
SynchronousQueueTest.java 88 shouldThrow();
101 shouldThrow();
118 shouldThrow();
135 shouldThrow();
142 shouldThrow();
171 shouldThrow();
204 shouldThrow();
271 shouldThrow();
278 shouldThrow();
316 shouldThrow();
    [all...]
FutureTaskTest.java 128 shouldThrow();
134 shouldThrow();
153 shouldThrow();
160 shouldThrow();
241 shouldThrow();
251 shouldThrow();
327 shouldThrow();
335 shouldThrow();
423 shouldThrow();
467 shouldThrow();
    [all...]
ArrayBlockingQueueTest.java 84 shouldThrow();
94 shouldThrow();
105 shouldThrow();
119 shouldThrow();
133 shouldThrow();
202 shouldThrow();
213 shouldThrow();
228 shouldThrow();
242 shouldThrow();
290 shouldThrow();
    [all...]
CopyOnWriteArrayListTest.java 215 shouldThrow();
265 shouldThrow();
299 shouldThrow();
525 shouldThrow();
538 shouldThrow();
552 shouldThrow();
566 shouldThrow();
580 shouldThrow();
594 shouldThrow();
608 shouldThrow();
    [all...]
LinkedListTest.java 58 shouldThrow();
140 shouldThrow();
169 shouldThrow();
183 shouldThrow();
223 shouldThrow();
237 shouldThrow();
367 shouldThrow();
379 shouldThrow();
451 shouldThrow();
527 shouldThrow();
    [all...]
ScheduledExecutorSubclassTest.java 292 shouldThrow();
306 shouldThrow();
321 shouldThrow();
337 shouldThrow();
353 shouldThrow();
369 shouldThrow();
385 shouldThrow();
565 shouldThrow();
    [all...]
ScheduledExecutorTest.java 236 shouldThrow();
250 shouldThrow();
265 shouldThrow();
281 shouldThrow();
297 shouldThrow();
313 shouldThrow();
329 shouldThrow();
510 shouldThrow();
    [all...]
LinkedBlockingQueueTest.java 87 shouldThrow();
97 shouldThrow();
108 shouldThrow();
123 shouldThrow();
190 shouldThrow();
201 shouldThrow();
217 shouldThrow();
232 shouldThrow();
280 shouldThrow();
287 shouldThrow();
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
CloseablesTest.java 107 private void setupCloseable(boolean shouldThrow) throws IOException {
110 if (shouldThrow) {
  /external/r8/src/test/examples/sync/
Sync.java 22 private static boolean shouldThrow = false;
32 if (shouldThrow) throw new RuntimeException();
115 shouldThrow = args.length > 100;
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/test/
AbstractGroovyTestCase.groovy 56 protected Throwable shouldThrow(Class expectedExceptionClass, Closure code) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
InvokeMethodDefault002Test.java 46 * @param shouldThrow If true test that we can make the function throw.
48 private void testInvokeMethod(boolean shouldThrow) {
128 Value throwValue = Value.createBoolean(shouldThrow);
141 ((shouldThrow) ? "with" : "without") + " exception");
147 if (shouldThrow) {

Completed in 385 milliseconds

12 3 4