OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:throwsException
(Results
1 - 3
of
3
) 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;
/frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java
676
* @param
throwsException
If true, throws EncodeException if unencodable
679
* @throws EncodeException the character can't be encoded and
throwsException
is true
682
countGsmSeptets(char c, boolean
throwsException
) throws EncodeException {
691
if (
throwsException
) {
[
all
...]
/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 228 milliseconds