OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AbortedException
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ExactCalculator/src/com/android/calculator2/
BoundedRational.java
461
throw new CR.
AbortedException
();
505
throw new CR.
AbortedException
();
550
throw new CR.
AbortedException
();
554
throw new CR.
AbortedException
();
/external/crcalc/src/com/hp/creals/
UnaryCRFunction.java
434
throw new
AbortedException
();
656
throw new
AbortedException
();
CR.java
154
* Any operation may throw <TT>com.hp.creals.
AbortedException
</tt> if the thread in
177
public static class
AbortedException
extends RuntimeException {
178
public
AbortedException
() { super(); }
179
public
AbortedException
(String s) { super(s); }
209
* throwing
AbortedException
. Must be rest to false before any further
402
if (Thread.interrupted() || please_stop) throw new
AbortedException
();
[
all
...]
Completed in 177 milliseconds