OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
1276 - 1300
of
1783
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java
141
fail("Test 1:
NullPointerException
expected.");
142
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
CertPinManagerTest.java
127
} catch (
NullPointerException
expected) {
/libcore/luni/src/test/java/tests/api/java/util/
LinkedListTest.java
61
fail("
NullPointerException
expected");
62
} catch (
NullPointerException
e) {
142
fail("
NullPointerException
expected");
143
} catch (
NullPointerException
e) {
198
fail("
NullPointerException
expected");
199
} catch (
NullPointerException
e) {
573
fail("
NullPointerException
expected");
574
} catch (
NullPointerException
e) {
ObservableTest.java
109
} catch (
NullPointerException
ex) {
/libcore/luni/src/test/java/tests/security/cert/
PolicyQualifierInfoTest.java
47
fail("No expected
NullPointerException
");
48
} catch (
NullPointerException
e) {
X509CRLTest.java
270
* Check if the default implementation throws
NullPointerException
278
fail("
NullPointerException
should be thrown "
280
} catch (
NullPointerException
e) {
/packages/apps/Email/src/org/apache/commons/io/
DirectoryWalker.java
326
* @throws
NullPointerException
if the start directory is null
331
throw new
NullPointerException
("Start Directory is null");
/packages/apps/Email/src/org/apache/james/mime4j/field/
ContentTypeField.java
254
catch (
NullPointerException
npe) {
/packages/apps/Gallery2/tests/src/com/android/gallery3d/common/
UtilsTest.java
138
} catch (
NullPointerException
ex) {
/packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepValidationServerTests.java
90
throw new
NullPointerException
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java
149
if (null == str) throw new
NullPointerException
("Debug info is null");
UserBinaryDictionary.java
76
if (null == locale) throw new
NullPointerException
(); // Catch the error earlier
/sdk/ddms/app/src/com/android/ddms/
AboutDialog.java
93
//throw new
NullPointerException
("couldn't find " + pathName);
102
throw new
NullPointerException
("couldn't load " + pathName);
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java
208
* Assertion: <code>
NullPointerException
</code> if encoding is
211
* Expected: <code>
NullPointerException
</code>
219
fail(getName() + ":
NullPointerException
has not been thrown");
220
} catch (
NullPointerException
ok) {
415
* Assertion: <code>
NullPointerException
</code>- if the specified
419
* Expected: <code>
NullPointerException
</code> in both cases
429
fail(getName() + ":
NullPointerException
has not been thrown");
430
} catch (
NullPointerException
ok) {
436
fail(getName() + ":
NullPointerException
has not been thrown");
437
} catch (
NullPointerException
ok)
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
EncryptedPrivateKeyInfoTest.java
244
* Assertion: <code>
NullPointerException
</code> if encoding is
247
* Expected: <code>
NullPointerException
</code>
255
fail(getName() + ":
NullPointerException
has not been thrown");
256
} catch (
NullPointerException
ok) {
451
* Assertion: <code>
NullPointerException
</code>- if the specified
455
* Expected: <code>
NullPointerException
</code> in both cases
465
fail(getName() + ":
NullPointerException
has not been thrown");
466
} catch (
NullPointerException
ok) {
472
fail(getName() + ":
NullPointerException
has not been thrown");
473
} catch (
NullPointerException
ok)
[
all
...]
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
GradientDrawableTest.java
238
fail("did not throw
NullPointerException
when rect is null.");
239
} catch (
NullPointerException
e) {
245
fail("did not throw
NullPointerException
when parameters are null.");
246
} catch (
NullPointerException
e) {
/cts/tests/tests/telephony/src/android/telephony/cts/
SmsMessageTest.java
226
fail("Should throw
NullPointerException
");
227
} catch (
NullPointerException
expected) {
235
fail("Should throw
NullPointerException
");
236
} catch (
NullPointerException
expected) {
/cts/tests/tests/text/src/android/text/method/cts/
TextKeyListenerTest.java
94
fail("should throw
NullPointerException
.");
95
} catch (
NullPointerException
e) {
157
fail("should throw
NullPointerException
.");
158
} catch (
NullPointerException
e) {
/cts/tests/tests/widget/src/android/widget/cts/
TableRow_LayoutParamsTest.java
165
fail("Should throw
NullPointerException
");
166
} catch (
NullPointerException
e) {
180
} catch (
NullPointerException
e) {
/dalvik/dexgen/src/com/android/dexgen/dex/file/
ClassDefItem.java
93
throw new
NullPointerException
("thisClass == null");
102
throw new
NullPointerException
("interfaces == null");
/dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java
103
throw new
NullPointerException
("local == null");
152
throw new
NullPointerException
("type == null");
/dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java
56
throw new
NullPointerException
("bytes == null");
60
throw new
NullPointerException
("observer == null");
/dalvik/dx/src/com/android/dx/dex/file/
ClassDefItem.java
91
throw new
NullPointerException
("thisClass == null");
100
throw new
NullPointerException
("interfaces == null");
ValueEncoder.java
110
throw new
NullPointerException
("file == null");
114
throw new
NullPointerException
("out == null");
/dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java
108
throw new
NullPointerException
("local == null");
157
throw new
NullPointerException
("type == null");
Completed in 1029 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>