OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NullPointerException
(Results
126 - 150
of
229
) sorted by null
1
2
3
4
5
6
7
8
9
10
/libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java
411
* @throws
NullPointerException
if the time unit is null
620
* @throws
NullPointerException
if the thread is null
669
* @throws
NullPointerException
if the condition is null
673
throw new
NullPointerException
();
692
* @throws
NullPointerException
if the condition is null
696
throw new
NullPointerException
();
717
* @throws
NullPointerException
if the condition is null
721
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/util/logging/
Handler.java
230
throw new
NullPointerException
();
299
* @throws
NullPointerException
305
throw new
NullPointerException
();
330
throw new
NullPointerException
();
340
* @throws
NullPointerException
354
* @throws
NullPointerException
359
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/util/zip/
ZipEntry.java
74
throw new
NullPointerException
();
/libcore/luni/src/main/java/javax/crypto/
Cipher.java
137
* @throws
NullPointerException
144
throw new
NullPointerException
();
147
throw new
NullPointerException
();
[
all
...]
/libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java
130
* @throws
NullPointerException
134
if(schemaLanguage==null) throw new
NullPointerException
();
/libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java
125
* @throws
NullPointerException
129
if(uri==null) throw new
NullPointerException
();
/libcore/luni/src/main/java/libcore/icu/
RuleBasedCollatorICU.java
49
throw new
NullPointerException
();
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java
240
throw new
NullPointerException
();
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
SHA1withDSA_SignatureImpl.java
60
throw new
NullPointerException
();
161
throw new
NullPointerException
("param == null");
397
throw new
NullPointerException
("sigBytes == null");
/libcore/luni/src/test/java/libcore/java/util/
OldMapEntryTest.java
57
if (val == null) throw new
NullPointerException
();
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
InvocationTargetExceptionTest.java
100
public int invokeExceptionTest() throws
NullPointerException
{
101
throw new
NullPointerException
();
184
.getTargetException() instanceof
NullPointerException
);
205
e.getCause() instanceof
NullPointerException
);
/libcore/luni/src/test/java/tests/api/java/util/
AbstractSequentialListTest.java
111
if (o == null) throw new
NullPointerException
();
172
fail("
NullPointerException
expected");
173
} catch (
NullPointerException
ee) {
204
fail("
NullPointerException
expected");
205
} catch (
NullPointerException
e) {
272
fail("
NullPointerException
expected");
273
} catch (
NullPointerException
ee) {
534
if (o == null) throw new
NullPointerException
();
578
fail("
NullPointerException
expected");
579
} catch (
NullPointerException
ee)
[
all
...]
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyStoreSpi.java
85
throw new
NullPointerException
();
/libcore/xml/src/main/java/org/kxml2/kdom/
Node.java
50
throw new
NullPointerException
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java
56
throw new
NullPointerException
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserDictionary.java
58
if (null == locale) throw new
NullPointerException
(); // Catch the error earlier
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
InvocationTargetExceptionTest.java
98
public int invokeExceptionTest() throws
NullPointerException
{
99
throw new
NullPointerException
();
167
.getTargetException() instanceof
NullPointerException
);
MethodTest.java
95
public int invokeExceptionTest() throws
NullPointerException
{
96
throw new
NullPointerException
();
382
// Generate a
NullPointerException
387
} catch (
NullPointerException
e) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractQueueTest.java
74
throw new
NullPointerException
();
112
fail("should throw
NullPointerException
");
113
} catch (
NullPointerException
e) {
161
fail("should throw
NullPointerException
");
162
} catch (
NullPointerException
e) {
174
fail("should throw
NullPointerException
");
175
} catch (
NullPointerException
e) {
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java
197
throw new
NullPointerException
();
Phonenumber.java
81
throw new
NullPointerException
();
116
throw new
NullPointerException
();
135
throw new
NullPointerException
();
154
throw new
NullPointerException
();
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java
125
throw new
NullPointerException
();
/libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java
172
throw new
NullPointerException
();
187
throw new
NullPointerException
();
301
throw new
NullPointerException
();
/libcore/json/src/main/java/org/json/
JSONObject.java
121
* @throws
NullPointerException
if any of the map's keys are null.
134
throw new
NullPointerException
();
/libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java
440
throw new
NullPointerException
();
738
* @throws
NullPointerException
757
* @throws
NullPointerException
Completed in 1808 milliseconds
1
2
3
4
5
6
7
8
9
10