HomeSort by relevance Sort by last modified time
    Searched refs:NullPointerException (Results 151 - 175 of 1923) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
TypeIdsSection.java 58 throw new NullPointerException("cst == null");
105 throw new NullPointerException("type == null");
128 throw new NullPointerException("type == null");
153 throw new NullPointerException("type == null");
176 throw new NullPointerException("type == null");
MapItem.java 70 throw new NullPointerException("sections == null");
129 throw new NullPointerException("type == null");
133 throw new NullPointerException("section == null");
137 throw new NullPointerException("firstItem == null");
141 throw new NullPointerException("lastItem == null");
165 throw new NullPointerException("section == null");
FieldIdsSection.java 58 throw new NullPointerException("cst == null");
100 throw new NullPointerException("field == null");
124 throw new NullPointerException("ref == null");
MethodIdsSection.java 58 throw new NullPointerException("cst == null");
100 throw new NullPointerException("method == null");
124 throw new NullPointerException("ref == null");
  /libcore/luni/src/main/java/java/security/
KeyStore.java 108 * @throws NullPointerException if {@code type == null}
113 throw new NullPointerException("type == null");
139 * @throws NullPointerException
175 * @throws NullPointerException if {@code type == null} (instead of
185 throw new NullPointerException("type == null");
324 * @throws NullPointerException
361 * @throws NullPointerException
385 * @throws NullPointerException
633 * @throws NullPointerException
639 throw new NullPointerException("alias == null")
    [all...]
  /libcore/luni/src/main/java/java/security/cert/
TrustAnchor.java 66 throw new NullPointerException("trustedCert == null");
105 throw new NullPointerException("caName == null");
109 throw new NullPointerException("caPublicKey == null");
152 throw new NullPointerException("caPrincipal == null");
156 throw new NullPointerException("caPublicKey == null");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
ConcurrentMapInterfaceTest.java 147 fail("Expected NullPointerException");
148 } catch (NullPointerException e) {
154 fail("Expected UnsupportedOperationException or NullPointerException");
157 } catch (NullPointerException e) {
181 fail("Expected NullPointerException");
182 } catch (NullPointerException e) {
188 fail("Expected UnsupportedOperationException or NullPointerException");
191 } catch (NullPointerException e) {
215 } catch (NullPointerException e) {
221 fail("Expected UnsupportedOperationException or NullPointerException");
    [all...]
MinimalCollection.java 57 throw new NullPointerException();
71 throw new NullPointerException();
83 throw new NullPointerException();
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 78 throw new NullPointerException("null URI");
95 throw new NullPointerException("null URI");
115 throw new NullPointerException("null host");
150 throw new NullPointerException("null url");
163 throw new NullPointerException("null address");
183 throw new NullPointerException("null address");
209 throw new NullPointerException("null arg");
  /libcore/luni/src/test/java/tests/api/java/lang/reflect/
ArrayTest.java 130 } catch (NullPointerException e) {
176 } catch (NullPointerException e) {
222 } catch (NullPointerException e) {
269 } catch (NullPointerException e) {
315 } catch (NullPointerException e) {
361 } catch (NullPointerException e) {
427 } catch (NullPointerException e) {
473 } catch (NullPointerException e) {
497 } catch (NullPointerException e) {
542 } catch (NullPointerException e)
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterInputStreamTest.java 152 fail("should throw NullPointerException");
153 } catch (NullPointerException e) {
158 fail("should throw NullPointerException");
159 } catch (NullPointerException e) {
164 fail("should throw NullPointerException");
165 } catch (NullPointerException e) {
302 fail("should throw NullPointerException");
303 } catch (NullPointerException e) {
324 fail("should throw NullPointerException");
325 } catch (NullPointerException e)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MapItem.java 70 throw new NullPointerException("sections == null");
129 throw new NullPointerException("type == null");
133 throw new NullPointerException("section == null");
137 throw new NullPointerException("firstItem == null");
141 throw new NullPointerException("lastItem == null");
165 throw new NullPointerException("section == null");
FieldIdsSection.java 58 throw new NullPointerException("cst == null");
100 throw new NullPointerException("field == null");
124 throw new NullPointerException("ref == null");
MethodIdsSection.java 58 throw new NullPointerException("cst == null");
100 throw new NullPointerException("method == null");
124 throw new NullPointerException("ref == null");
  /dalvik/dx/src/com/android/dx/dex/file/
MapItem.java 69 throw new NullPointerException("sections == null");
128 throw new NullPointerException("type == null");
132 throw new NullPointerException("section == null");
136 throw new NullPointerException("firstItem == null");
140 throw new NullPointerException("lastItem == null");
164 throw new NullPointerException("section == null");
FieldIdsSection.java 57 throw new NullPointerException("cst == null");
99 throw new NullPointerException("field == null");
123 throw new NullPointerException("ref == null");
MethodIdsSection.java 57 throw new NullPointerException("cst == null");
99 throw new NullPointerException("method == null");
123 throw new NullPointerException("ref == null");
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 112 throw new NullPointerException(
130 throw new NullPointerException(
147 throw new NullPointerException(
195 throw new NullPointerException(
213 throw new NullPointerException(
230 throw new NullPointerException(
SecurityAgree.java 94 throw new NullPointerException("null value");
134 throw new NullPointerException(
147 throw new NullPointerException(
161 throw new NullPointerException(
174 throw new NullPointerException(
187 throw new NullPointerException(
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
PduPart.java 182 * @throws NullPointerException if the value is null.
241 * @throws NullPointerException if the value is null.
245 throw new NullPointerException("null content-location");
270 * @throws NullPointerException if the value is null.
274 throw new NullPointerException("null content-disposition");
293 * @throws NullPointerException if the value is null.
297 throw new NullPointerException("null content-type");
316 * @throws NullPointerException if the value is null.
320 throw new NullPointerException("null content-transfer-encoding");
339 * @throws NullPointerException if the value is null
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
Channels.java 153 throw new NullPointerException("charsetName == null");
196 throw new NullPointerException("charsetName == null");
210 throw new NullPointerException("channel == null");
250 throw new NullPointerException("channel == null");
292 throw new NullPointerException("inputStream == null");
331 throw new NullPointerException("outputStream == null");
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
CredentialsCache.java 64 if ( callId == null) throw new NullPointerException("Call ID is null!");
65 if ( authorization == null) throw new NullPointerException("Null authorization domain");
104 throw new NullPointerException("Null arg!");
  /libcore/crypto/src/main/java/org/conscrypt/
OpenSSLEngine.java 36 throw new NullPointerException("engine == null");
63 throw new NullPointerException("id == null");
81 throw new NullPointerException("id == null");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
WrappedCharBufferTest2.java 67 } catch (NullPointerException e) {
90 fail("Should throw NullPointerException"); //$NON-NLS-1$
92 } catch (NullPointerException expected) {
119 } catch (NullPointerException expected) {
  /libcore/luni/src/main/java/java/util/
StringTokenizer.java 67 * throw a {@code NullPointerException}.
83 * calls to some methods might throw a {@code NullPointerException}.
95 throw new NullPointerException("string == null");
146 throw new NullPointerException("delimiters == null");
183 throw new NullPointerException("delimiters == null");

Completed in 1481 milliseconds

1 2 3 4 5 67 8 91011>>