OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
2301 - 2325
of
5185
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java
119
if (mChosenPattern == null)
throw
new IllegalStateException("null chosen pattern in stage 'need to confirm");
133
throw
new IllegalStateException("Unexpected stage " + mUiStage + " when "
343
throw
new IllegalStateException("left footer button pressed, but stage of " +
350
throw
new IllegalStateException("expected ui stage " + Stage.FirstChoiceValid
356
throw
new IllegalStateException("expected ui stage " + Stage.ChoiceConfirmed
362
throw
new IllegalStateException("Help screen is only mode with ok button, but " +
/frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java
505
throw
new IllegalStateException("database not open");
516
throw
e;
533
throw
e;
552
throw
new IllegalStateException("database not open");
555
throw
new IllegalStateException("no transaction pending");
585
throw
savedException;
615
throw
new IllegalStateException("database not open");
618
throw
new IllegalStateException("no transaction pending");
621
throw
new IllegalStateException(
674
*
throw
an exception if that is not the case
[
all
...]
/cts/tests/tests/app/src/android/app/cts/
AlarmManagerTest.java
164
+ "framework will
throw
out exception")
208
+ "framework will
throw
out exception")
226
+ "framework will
throw
out exception")
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java
79
fail("Should
throw
NullPointerException");
122
fail("Should
throw
XmlPullParserException if neither 'drawable' attribute" +
129
fail("Should
throw
NullPointerException if resource is null");
135
fail("Should
throw
NullPointerException if parser is null");
141
fail("Should
throw
NullPointerException if attribute set is null");
206
fail("Should
throw
IndexOutOfBoundsException");
212
fail("Should
throw
IndexOutOfBoundsException");
218
fail("Should
throw
IndexOutOfBoundsException");
224
fail("Should
throw
IndexOutOfBoundsException");
291
fail("Should
throw
IndexOutOfBoundsException")
[
all
...]
/cts/tests/tests/os/src/android/os/cts/
MessengerTest.java
169
// Used in other process. If the sent msg does not equal to expected, it will
throw
failure
324
throw
new RuntimeException("test timed out");
327
throw
mFailure;
/cts/tests/tests/text/src/android/text/method/cts/
NumberKeyListenerTest.java
108
fail("should
throw
NullPointerException.");
137
fail("should
throw
NullPointerException.");
157
fail("should
throw
NullPointerException.");
/cts/tests/tests/text/src/android/text/util/cts/
Rfc822TokenTest.java
108
fail("Should
throw
NullPointerException!");
220
fail("Should
throw
NullPointerException!");
243
fail("Should
throw
NullPointerException!");
/cts/tests/tests/widget/src/android/widget/cts/
RadioGroup_LayoutParamsTest.java
125
fail("The constructor should
throw
NullPointerException when param "
156
fail("The constructor should
throw
NullPointerException when param "
180
fail("The constructor should
throw
NullPointerException when param Context is null.");
TableLayout_LayoutParamsTest.java
173
fail("Should
throw
NullPointerException");
183
fail("Should
throw
NullPointerException");
201
throw
new RuntimeException();
TimePickerTest.java
88
fail("did not
throw
NullPointerException when param context is null.");
96
fail("did not
throw
NullPointerException when param context is null.");
105
fail("did not
throw
NullPointerException when param context is null.");
/cts/tools/dasm/src/java_cup/runtime/
virtual_parse_stack.java
32
throw
new Exception(
112
throw
new Exception(
124
throw
new Exception(
/dalvik/docs/
verifier.html
104
attempts to perform an illegal access on a field, the VM should
throw
162
is replaced with an "always
throw
" opcode, and verification continues.
167
"always
throw
IllegalAccessError on field X". Creating copies of method
/dalvik/dx/src/com/android/dx/rop/cst/
CstType.java
116
throw
new IllegalArgumentException("not primitive: " + primitiveType);
143
throw
new NullPointerException("type == null");
147
throw
new UnsupportedOperationException(
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java
81
throw
new IllegalArgumentException("samplesPerSecond < 1");
173
throw
new IllegalStateException("Profiler is shutting down.");
192
throw
new IllegalStateException(
/dalvik/libcore/luni/src/main/java/java/io/
ByteArrayOutputStream.java
67
throw
new IllegalArgumentException(Msg.getString("K005e")); //$NON-NLS-1$
207
throw
new NullPointerException(Msg.getString("K0047")); //$NON-NLS-1$
210
throw
new IndexOutOfBoundsException(Msg.getString("K002f")); //$NON-NLS-1$
LineNumberInputStream.java
170
throw
new ArrayIndexOutOfBoundsException(Msg.getString("K002e", offset)); //$NON-NLS-1$
174
throw
new ArrayIndexOutOfBoundsException(Msg.getString("K0031", length)); //$NON-NLS-1$
185
throw
e;
/dalvik/libcore/luni/src/main/java/java/util/
BitSet.java
101
throw
new NegativeArraySizeException();
134
throw
new AssertionError(e); // android-changed
243
throw
new IndexOutOfBoundsException(Msg.getString("K0006")); //$NON-NLS-1$
270
throw
new IndexOutOfBoundsException(Msg.getString("K0006")); //$NON-NLS-1$
341
throw
new IndexOutOfBoundsException(Msg.getString("K0006")); //$NON-NLS-1$
391
throw
new IndexOutOfBoundsException(Msg.getString("K0006")); //$NON-NLS-1$
480
throw
new IndexOutOfBoundsException(Msg.getString("K0006")); //$NON-NLS-1$
510
throw
new IndexOutOfBoundsException(Msg.getString("K0006")); //$NON-NLS-1$
555
throw
new IndexOutOfBoundsException(Msg.getString("K0006")); //$NON-NLS-1$
585
throw
new IndexOutOfBoundsException(Msg.getString("K0006")); //$NON-NLS-1
[
all
...]
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
Header.java
91
throw
new AssertionError(e); // android-changed
103
throw
new NullPointerException();
127
throw
new NullPointerException();
/dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
SelectorProvider.java
122
throw
new Error(e);
155
throw
new Error(e);
185
throw
new Error(e);
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JCEMac.java
70
throw
new InvalidKeyException("key is null");
87
throw
new InvalidAlgorithmParameterException("PBE requires PBE parameters to be set.");
100
throw
new InvalidAlgorithmParameterException("unknown parameter type.");
/dalvik/libcore/security/src/test/java/org/apache/harmony/security/tests/java/security/
AlgorithmParameterGenerator3Test.java
116
// exception case - should
throw
IllegalArgumentException for null
125
// exception case - should
throw
IllegalArgumentException for empty
134
// exception case - should
throw
NoSuchProviderException
KeyStore3Test.java
102
fail("should
throw
KeyStoreException: not initialized");
147
fail("should
throw
IllegalArgumentException");
155
fail("should
throw
IllegalArgumentException");
/dalvik/libcore/security/src/test/java/tests/security/cert/
CertStore2Test.java
378
throw
new InvalidAlgorithmParameterException(
388
throw
new CertStoreException();
400
throw
new CertStoreException();
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLServerSocketImpl.java
61
throw
new IOException("No suitable certificates found");
171
throw
new IllegalArgumentException("Provided parameter is null");
181
else
throw
new IllegalArgumentException("Protocol " + protocols[i] +
/dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
FuncExtFunction.java
168
//try{
throw
new Exception("FuncExtFunction() " + namespace + " " + extensionName);} catch (Exception e){e.printStackTrace();}
186
throw
new javax.xml.transform.TransformerException(
327
throw
new RuntimeException(fMsg);
Completed in 600 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>