OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:throwsException
(Results
1 - 2
of
2
) sorted by null
/libcore/support/src/test/java/tests/support/
Support_OutputStream.java
23
private boolean
throwsException
;
31
throwsException
= throwException;
38
throwsException
= false;
43
if (
throwsException
) {
51
if (
throwsException
) {
59
if (
throwsException
) {
69
if (
throwsException
) {
82
if (
throwsException
) {
108
throwsException
= newValue;
/external/doclava/src/com/google/doclava/
MethodInfo.java
700
public boolean
throwsException
(ClassInfo exception) {
773
if (!mInfo.
throwsException
(exception)) {
785
if (!
throwsException
(exec)) {
Completed in 153 milliseconds