OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NullPointerException
(Results
1676 - 1700
of
1783
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/frameworks/base/location/java/android/location/
Location.java
218
* @throws
NullPointerException
if coordinate is null
225
throw new
NullPointerException
("coordinate");
/frameworks/base/obex/javax/obex/
ServerSession.java
142
} catch (
NullPointerException
e) {
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduComposer.java
471
} catch (
NullPointerException
e) {
[
all
...]
/libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java
440
throw new
NullPointerException
("string == null");
738
* @throws
NullPointerException
757
* @throws
NullPointerException
/libcore/luni/src/main/java/java/util/
EnumMap.java
400
* @throws
NullPointerException
413
* @throws
NullPointerException
431
* @throws
NullPointerException
625
* @throws
NullPointerException
647
* @throws
NullPointerException
776
throw new
NullPointerException
("key == null");
Arrays.java
38
throw new
NullPointerException
("storage == null");
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java
120
* Throws
NullPointerException
if argument is null.
126
throw new
NullPointerException
();
243
* @throws
NullPointerException
if the specified collection or any
278
* @throws
NullPointerException
if the specified element is null
291
* @throws
NullPointerException
if the specified element is null
314
* @throws
NullPointerException
{@inheritDoc}
335
* @throws
NullPointerException
{@inheritDoc}
573
* @throws
NullPointerException
if the specified array is null
649
* @throws
NullPointerException
{@inheritDoc}
659
* @throws
NullPointerException
{@inheritDoc
[
all
...]
/libcore/luni/src/test/java/libcore/java/net/
OldURLTest.java
684
} catch (
NullPointerException
e) {
685
// Expected
NullPointerException
URLConnectionTest.java
138
} catch (
NullPointerException
expected) {
143
} catch (
NullPointerException
expected) {
[
all
...]
/libcore/luni/src/test/java/libcore/java/security/
SignatureTest.java
[
all
...]
/libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java
423
fail("Expected
NullPointerException
was not thrown");
424
} catch (
NullPointerException
e) {
/libcore/luni/src/test/java/tests/api/java/io/
ObjectInputStreamTest.java
521
// Test 1: Check that a
NullPointerException
is thrown
525
fail("Test 1:
NullPointerException
expected.");
527
catch (
NullPointerException
npe) {
/packages/apps/LegacyCamera/src/com/android/camera/
Util.java
296
if (object == null) throw new
NullPointerException
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java
356
} catch (
NullPointerException
npe) {
/cts/tools/dasm/test/
all_opcodes.d
14
.throws java/lang/
NullPointerException
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
PropertyChangeSupportTest.java
[
all
...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
BitSetTest.java
[
all
...]
/external/guava/guava-tests/test/com/google/common/collect/
MultimapsTest.java
781
} catch (
NullPointerException
e) {}
789
} catch (
NullPointerException
e) {}
[
all
...]
/external/icu4c/test/intltest/
icusvtst.cpp
[
all
...]
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java
633
throw new
NullPointerException
();
775
throw new
NullPointerException
();
[
all
...]
/external/littlemock/tests/com/google/testing/littlemock/
LittleMockTest.java
630
} catch (
NullPointerException
e) {
[
all
...]
/frameworks/base/core/java/android/os/
Parcel.java
[
all
...]
StrictMode.java
542
throw new
NullPointerException
("classInstanceLimit == null");
597
throw new
NullPointerException
("klass == null");
[
all
...]
/frameworks/base/services/java/com/android/server/location/
GpsLocationProvider.java
316
throw new
NullPointerException
("listener is null in addGpsStatusListener");
339
throw new
NullPointerException
("listener is null in addGpsStatusListener");
[
all
...]
/libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java
[
all
...]
Completed in 2344 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>