OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
101 - 125
of
5185
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/jni/
sqlite3_exception.h
29
/*
throw
a SQLiteException with a message appropriate for the error in handle */
32
/*
throw
a SQLiteException with the given message */
35
/*
throw
a SQLiteException with a message appropriate for the error in handle
40
/*
throw
a SQLiteException for a given error code */
/frameworks/base/test-runner/src/android/test/mock/
MockApplication.java
23
* A mock {@link android.app.Application} class. All methods are non-functional and
throw
34
throw
new UnsupportedOperationException();
39
throw
new UnsupportedOperationException();
44
throw
new UnsupportedOperationException();
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
Java6Arrays.java
29
throw
new NullPointerException();
34
throw
new NegativeArraySizeException();
42
throw
new NegativeArraySizeException();
55
throw
new IllegalArgumentException();
57
throw
new ArrayIndexOutOfBoundsException();
72
throw
new ArrayIndexOutOfBoundsException();
74
throw
new IllegalArgumentException();
/dalvik/libcore/luni/src/test/java/java/text/
NumberFormatTest.java
30
public byte byteValue() {
throw
new UnsupportedOperationException(); }
32
public float floatValue() {
throw
new UnsupportedOperationException(); }
33
public int intValue() {
throw
new UnsupportedOperationException(); }
34
public long longValue() {
throw
new UnsupportedOperationException(); }
35
public short shortValue() {
throw
new UnsupportedOperationException(); }
36
public String toString() {
throw
new UnsupportedOperationException(); }
55
throw
new UnsupportedOperationException();
/dalvik/libcore/nio/src/main/java/java/nio/
ReadOnlyDoubleArrayBuffer.java
56
throw
new ReadOnlyBufferException();
71
throw
new ReadOnlyBufferException();
76
throw
new ReadOnlyBufferException();
86
throw
new ReadOnlyBufferException();
91
throw
new ReadOnlyBufferException();
96
throw
new ReadOnlyBufferException();
101
throw
new ReadOnlyBufferException();
ReadOnlyFloatArrayBuffer.java
54
throw
new ReadOnlyBufferException();
69
throw
new ReadOnlyBufferException();
74
throw
new ReadOnlyBufferException();
84
throw
new ReadOnlyBufferException();
89
throw
new ReadOnlyBufferException();
94
throw
new ReadOnlyBufferException();
99
throw
new ReadOnlyBufferException();
ReadOnlyIntArrayBuffer.java
54
throw
new ReadOnlyBufferException();
69
throw
new ReadOnlyBufferException();
74
throw
new ReadOnlyBufferException();
84
throw
new ReadOnlyBufferException();
89
throw
new ReadOnlyBufferException();
94
throw
new ReadOnlyBufferException();
99
throw
new ReadOnlyBufferException();
ReadOnlyLongArrayBuffer.java
54
throw
new ReadOnlyBufferException();
69
throw
new ReadOnlyBufferException();
74
throw
new ReadOnlyBufferException();
84
throw
new ReadOnlyBufferException();
89
throw
new ReadOnlyBufferException();
94
throw
new ReadOnlyBufferException();
99
throw
new ReadOnlyBufferException();
ReadOnlyShortArrayBuffer.java
54
throw
new ReadOnlyBufferException();
69
throw
new ReadOnlyBufferException();
74
throw
new ReadOnlyBufferException();
84
throw
new ReadOnlyBufferException();
89
throw
new ReadOnlyBufferException();
94
throw
new ReadOnlyBufferException();
99
throw
new ReadOnlyBufferException();
ReadWriteDirectByteBuffer.java
104
throw
new BufferOverflowException();
113
throw
new IndexOutOfBoundsException();
130
throw
new IndexOutOfBoundsException();
133
throw
new BufferOverflowException();
167
throw
new IndexOutOfBoundsException();
170
throw
new BufferOverflowException();
173
throw
new ReadOnlyBufferException();
207
throw
new IndexOutOfBoundsException();
210
throw
new BufferOverflowException();
213
throw
new ReadOnlyBufferException()
[
all
...]
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
WrappedByteBufferTest.java
54
fail("Should
throw
Exception"); //$NON-NLS-1$
60
fail("Should
throw
Exception"); //$NON-NLS-1$
66
fail("Should
throw
Exception"); //$NON-NLS-1$
72
fail("Should
throw
Exception"); //$NON-NLS-1$
78
fail("Should
throw
Exception"); //$NON-NLS-1$
84
fail("Should
throw
Exception"); //$NON-NLS-1$
90
fail("Should
throw
Exception"); //$NON-NLS-1$
WrappedCharBufferTest1.java
54
fail("Should
throw
Exception"); //$NON-NLS-1$
60
fail("Should
throw
Exception"); //$NON-NLS-1$
66
fail("Should
throw
Exception"); //$NON-NLS-1$
72
fail("Should
throw
Exception"); //$NON-NLS-1$
78
fail("Should
throw
Exception"); //$NON-NLS-1$
84
fail("Should
throw
Exception"); //$NON-NLS-1$
90
fail("Should
throw
NPE"); //$NON-NLS-1$
WrappedDoubleBufferTest.java
52
fail("Should
throw
Exception"); //$NON-NLS-1$
58
fail("Should
throw
Exception"); //$NON-NLS-1$
64
fail("Should
throw
Exception"); //$NON-NLS-1$
70
fail("Should
throw
Exception"); //$NON-NLS-1$
76
fail("Should
throw
Exception"); //$NON-NLS-1$
82
fail("Should
throw
Exception"); //$NON-NLS-1$
88
fail("Should
throw
NPE"); //$NON-NLS-1$
WrappedFloatBufferTest.java
52
fail("Should
throw
Exception"); //$NON-NLS-1$
58
fail("Should
throw
Exception"); //$NON-NLS-1$
64
fail("Should
throw
Exception"); //$NON-NLS-1$
70
fail("Should
throw
Exception"); //$NON-NLS-1$
76
fail("Should
throw
Exception"); //$NON-NLS-1$
82
fail("Should
throw
Exception"); //$NON-NLS-1$
88
fail("Should
throw
NPE"); //$NON-NLS-1$
WrappedIntBufferTest.java
52
fail("Should
throw
Exception"); //$NON-NLS-1$
58
fail("Should
throw
Exception"); //$NON-NLS-1$
64
fail("Should
throw
Exception"); //$NON-NLS-1$
70
fail("Should
throw
Exception"); //$NON-NLS-1$
76
fail("Should
throw
Exception"); //$NON-NLS-1$
82
fail("Should
throw
Exception"); //$NON-NLS-1$
88
fail("Should
throw
NPE"); //$NON-NLS-1$
WrappedLongBufferTest.java
52
fail("Should
throw
Exception"); //$NON-NLS-1$
58
fail("Should
throw
Exception"); //$NON-NLS-1$
64
fail("Should
throw
Exception"); //$NON-NLS-1$
70
fail("Should
throw
Exception"); //$NON-NLS-1$
76
fail("Should
throw
Exception"); //$NON-NLS-1$
82
fail("Should
throw
Exception"); //$NON-NLS-1$
88
fail("Should
throw
NPE"); //$NON-NLS-1$
WrappedShortBufferTest.java
52
fail("Should
throw
Exception"); //$NON-NLS-1$
58
fail("Should
throw
Exception"); //$NON-NLS-1$
64
fail("Should
throw
Exception"); //$NON-NLS-1$
70
fail("Should
throw
Exception"); //$NON-NLS-1$
76
fail("Should
throw
Exception"); //$NON-NLS-1$
82
fail("Should
throw
Exception"); //$NON-NLS-1$
88
fail("Should
throw
NPE"); //$NON-NLS-1$
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/parsers/
DocumentBuilderFactoryImpl.java
39
throw
new IllegalArgumentException(name);
45
throw
new NullPointerException();
53
throw
new ParserConfigurationException(name);
61
throw
new ParserConfigurationException(
86
throw
new IllegalArgumentException(name);
93
throw
new NullPointerException();
101
throw
new ParserConfigurationException(name);
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-012.js
26
TrySomething( "
throw
\"boo\"", true );
27
TrySomething( "
throw
3", true );
34
* that do and do not
throw
exceptions.
40
* the completion type
throw
)
55
// If the inner finally does not
throw
an exception, the result
57
// value should be
throw
if finally executes correctly
61
throw
0;
/cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java
54
fail("should
throw
NullPointerException.");
78
fail("should
throw
IllegalArgumentException");
85
fail("should
throw
IllegalArgumentException");
92
fail("should
throw
IllegalArgumentException");
99
fail("should
throw
IllegalArgumentException");
130
fail("should
throw
IllegalArgumentException");
136
fail("should
throw
IllegalArgumentException");
142
fail("should
throw
IllegalArgumentException");
148
fail("should
throw
IllegalArgumentException");
154
fail("should
throw
IllegalArgumentException")
[
all
...]
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEDHKeyAgreement.java
56
throw
new IllegalStateException("Diffie-Hellman not initialised.");
61
throw
new InvalidKeyException("DHKeyAgreement doPhase requires DHPublicKey");
67
throw
new InvalidKeyException("DHPublicKey not for this KeyAgreement!");
88
throw
new IllegalStateException("Diffie-Hellman not initialised.");
101
throw
new IllegalStateException("Diffie-Hellman not initialised.");
108
throw
new ShortBufferException("DHKeyAgreement - buffer too short");
121
throw
new IllegalStateException("Diffie-Hellman not initialised.");
135
throw
new InvalidKeyException("DHKeyAgreement requires DHPrivateKey for initialisation");
145
throw
new InvalidAlgorithmParameterException("DHKeyAgreement only accepts DHParameterSpec");
168
throw
new InvalidKeyException("DHKeyAgreement requires DHPrivateKey")
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
ATResponseParser.java
47
throw
new ATParseEx();
53
throw
new ATParseEx();
71
throw
new ATParseEx();
105
throw
new ATParseEx();
118
throw
new ATParseEx();
126
throw
new ATParseEx();
130
throw
new ATParseEx();
146
throw
new ATParseEx();
162
throw
new ATParseEx();
183
throw
new ATParseEx("missing prefix")
[
all
...]
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/
Util.java
51
throw
new IndexOutOfBoundsException(Messages.getString("nio.05")); //$NON-NLS-1$
55
throw
new IndexOutOfBoundsException(Messages.getString("nio.04")); //$NON-NLS-1$
62
throw
new IndexOutOfBoundsException(Messages.getString("nio.05")); //$NON-NLS-1$
66
throw
new IndexOutOfBoundsException(Messages.getString("nio.04")); //$NON-NLS-1$
73
throw
new IndexOutOfBoundsException(Messages.getString("nio.05")); //$NON-NLS-1$
77
throw
new IndexOutOfBoundsException(Messages.getString("nio.04")); //$NON-NLS-1$
84
throw
new IndexOutOfBoundsException(Messages.getString("nio.05")); //$NON-NLS-1$
88
throw
new IndexOutOfBoundsException(Messages.getString("nio.04")); //$NON-NLS-1$
95
throw
new IndexOutOfBoundsException(Messages.getString("nio.05")); //$NON-NLS-1$
99
throw
new IndexOutOfBoundsException(Messages.getString("nio.04")); //$NON-NLS-1
[
all
...]
/dalvik/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
MyKeyManagerFactorySpi.java
42
throw
new KeyStoreException("Incorrect password");
45
throw
new UnrecoverableKeyException("Incorrect keystore");
52
throw
new InvalidAlgorithmParameterException("Incorrect parameter");
59
throw
new InvalidAlgorithmParameterException(e.toString());
62
throw
new InvalidAlgorithmParameterException("Invalid parameter");
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
DefaultSSLSocketFactory.java
51
throw
new SocketException(errMessage);
56
throw
new SocketException(errMessage);
62
throw
new SocketException(errMessage);
67
throw
new SocketException(errMessage);
73
throw
new SocketException(errMessage);
Completed in 145 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>