HomeSort by relevance Sort by last modified time
    Searched refs:NullPointerException (Results 126 - 150 of 1783) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
InflaterOutputStreamTest.java 45 fail("Should throw NullPointerException");
46 } catch (NullPointerException e) {
59 fail("Should throw NullPointerException");
60 } catch (NullPointerException e) {
66 fail("Should throw NullPointerException");
67 } catch (NullPointerException e) {
80 fail("Should throw NullPointerException");
81 } catch (NullPointerException e) {
87 fail("Should throw NullPointerException");
88 } catch (NullPointerException e)
    [all...]
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...]
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
SoundHandleJme.java 50 throw new NullPointerException();
63 throw new NullPointerException();
67 throw new NullPointerException();
  /external/jsilver/src/org/clearsilver/
CSUtil.java 37 * @throws NullPointerException if no loadpaths are found.
49 * {@link NullPointerException} is thrown. Loadpaths are not needed if
52 * @throws NullPointerException if no loadpaths are found and allowEmpty is
62 throw new NullPointerException("No HDF loadpaths located in the "
83 throw new NullPointerException("No filename provided");
86 throw new NullPointerException("No loadpaths provided.");
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatchTest.java 60 } catch (NullPointerException e) { /* success */ }
65 } catch (NullPointerException e) { /* success */ }
70 } catch (NullPointerException e) { /* success */ }
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationHeader.java 129 throw new NullPointerException("null value");
198 throw new NullPointerException(
229 throw new NullPointerException(
263 throw new NullPointerException("Null URI");
295 throw new NullPointerException("null arg");
323 throw new NullPointerException("null arg");
351 throw new NullPointerException("null arg");
379 throw new NullPointerException("null arg");
474 throw new NullPointerException("Null parameter");
514 throw new NullPointerException(
    [all...]
  /frameworks/base/core/java/android/os/
SELinux.java 137 * @exception NullPointerException if the pathname is a null object.
139 public static boolean restorecon(String pathname) throws NullPointerException {
140 if (pathname == null) { throw new NullPointerException(); }
165 * @exception NullPointerException if the file is a null object.
167 public static boolean restorecon(File file) throws NullPointerException {
  /libcore/luni/src/main/java/java/io/
SequenceInputStream.java 48 * @throws NullPointerException
53 throw new NullPointerException("s1 == null");
68 * @throws NullPointerException
76 throw new NullPointerException("element is null");
115 throw new NullPointerException("element is null");
180 * @throws NullPointerException
  /libcore/luni/src/main/java/libcore/util/
BasicLruCache.java 46 throw new NullPointerException("key == null");
72 throw new NullPointerException("key == null");
74 throw new NullPointerException("value == null");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DataInputStreamTest.java 218 } catch (NullPointerException expected) {
225 } catch (NullPointerException expected) {
232 } catch (NullPointerException expected) {
243 } catch (NullPointerException expected) {
249 fail("should throw NullPointerException");
250 } catch (NullPointerException e) {
256 fail("should throw NullPointerException");
257 } catch (NullPointerException e) {
263 fail("should throw NullPointerException");
264 } catch (NullPointerException e)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/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");
  /dalvik/dx/src/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");
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
ProviderServiceTest.java 44 fail("provider is null: No expected NullPointerException");
45 } catch (NullPointerException e) {
50 fail("type is null: No expected NullPointerException");
51 } catch (NullPointerException e) {
56 fail("algorithm is null: No expected NullPointerException");
57 } catch (NullPointerException e) {
62 fail("className is null: No expected NullPointerException");
63 } catch (NullPointerException e) {
83 fail("No expected NullPointerException");
84 } catch (NullPointerException e) {
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
XPathFactoryImpl.java 69 * @throws NullPointerException If <code>objectModel</code> is <code>null</code>.
79 throw new NullPointerException( fmsg );
133 * @throws NullPointerException if <code>name</code> is
144 throw new NullPointerException( fmsg );
183 * @throws NullPointerException if <code>name</code> is
194 throw new NullPointerException( fmsg );
216 * <p>A <code>NullPointerException</code> is thrown if
221 * @throws NullPointerException If <code>resolver</code> is
231 throw new NullPointerException( fmsg );
243 * <p>A <code>NullPointerException</code> is thrown if <code>resolver</code> is <code>null</code>.</p
    [all...]
  /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");
  /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...]
  /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/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(

Completed in 871 milliseconds

1 2 3 4 56 7 8 91011>>