OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
1526 - 1550
of
1783
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/external/guava/guava-tests/test/com/google/common/base/
ToStringHelperTest.java
241
} catch (
NullPointerException
expected) {
/external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicDoubleArrayTest.java
73
} catch (
NullPointerException
success) {}
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
Uniform.java
269
throw new
NullPointerException
();
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java
612
* @throws
NullPointerException
618
throw new
NullPointerException
("format may not be null.");
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ByteArrayAnnotatedOutput.java
106
throw new
NullPointerException
("data == null");
/frameworks/base/core/java/android/bluetooth/
BluetoothDevice.java
789
catch (
NullPointerException
npe) {
792
Log.e(TAG, "
NullPointerException
for getBondState() of device ("+
[
all
...]
/frameworks/base/core/java/android/net/http/
Request.java
176
throw new
NullPointerException
(damage);
/frameworks/base/core/java/android/os/
MessageQueue.java
83
throw new
NullPointerException
("Can't add a null IdleHandler");
/frameworks/base/core/java/android/preference/
GenericInflater.java
197
throw new
NullPointerException
("Given factory can not be null");
/frameworks/base/core/java/android/util/
JsonReader.java
235
throw new
NullPointerException
("in == null");
[
all
...]
/frameworks/base/core/java/android/view/
TextureView.java
724
throw new
NullPointerException
("surfaceTexture must not be null");
/frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java
130
throw new
NullPointerException
();
/frameworks/base/voip/java/android/net/sip/
SipManager.java
209
* @throws
NullPointerException
if {@code incomingCallPendingIntent} is null
220
throw new
NullPointerException
(
/frameworks/ex/common/java/com/android/common/widget/
CompositeCursorAdapter.java
344
throw new
NullPointerException
("View should not be null, partition: " + i
/libcore/luni/src/main/java/java/lang/
ClassLoader.java
198
throw new
NullPointerException
("parentLoader == null && !nullAllowed");
ThreadGroup.java
88
* @throws
NullPointerException
if {@code parent == null}
94
throw new
NullPointerException
("parent == null");
/libcore/luni/src/main/java/java/math/
BigInt.java
156
throw new
NullPointerException
("s == null");
/libcore/luni/src/main/java/java/net/
URL.java
239
throw new
NullPointerException
("protocol == null");
/libcore/luni/src/main/java/java/text/
NumberFormat.java
569
throw new
NullPointerException
("position == null");
/libcore/luni/src/main/java/java/util/
AbstractMap.java
265
} catch (
NullPointerException
ignored) {
/libcore/luni/src/main/java/java/util/logging/
LogManager.java
449
throw new
NullPointerException
("l == null");
/libcore/luni/src/main/java/org/apache/harmony/security/provider/cert/
X509CRLImpl.java
240
throw new
NullPointerException
("certificate == null");
/libcore/luni/src/test/java/libcore/java/io/
OldObjectOutputStreamTest.java
160
fail("Test 1:
NullPointerException
expected.");
161
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/libcore/java/lang/
OldThreadTest.java
382
fail("
NullPointerException
was not thrown.");
383
} catch(
NullPointerException
npe) {
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
Identity2Test.java
187
} catch (
NullPointerException
npe) {
Completed in 2116 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>