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

<<41424344454647484950>>

  /external/apache-harmony/security/src/test/api/java.injected/java/security/
ProviderTest.java 79 fail("No expected NullPointerException");
80 } catch (NullPointerException e) {
84 fail("No expected NullPointerException");
85 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl3Test.java 95 * Assertions: store(...) throws NullPointerException when stream or
97 * getCreationDate(...) throws NullPointerException when alias is null;
130 fail("NullPointerException should be thrown when alias is null");
131 } catch (NullPointerException e) {
139 fail("IOException or NullPointerException should be thrown when stream is null");
141 } catch (NullPointerException e) {
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 223 throw new NullPointerException("Null keys are not allowed");
226 throw new NullPointerException("Null values are not allowed");
397 * @throws NullPointerException if referant is <code>null</code>
408 * @throws NullPointerException if key is <code>null</code>
  /external/apache-xml/src/main/java/org/apache/xpath/jaxp/
JAXPExtensionsProvider.java 71 throw new NullPointerException ( fmsg );
108 throw new NullPointerException ( fmsg );
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
MixedItemSection.java 177 } catch (NullPointerException ex) {
179 throw new NullPointerException("item == null");
  /external/guava/guava/src/com/google/common/collect/
Collections2.java 151 } catch (NullPointerException e) {
188 } catch (NullPointerException e) {
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractListeningExecutorService.java 150 throw new NullPointerException();
184 throw new NullPointerException();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractMapTester.java 126 * {@code NullPointerException}.
132 } catch (NullPointerException tolerated) {
141 * {@code NullPointerException}.
148 } catch (NullPointerException tolerated) {
SafeTreeMap.java 65 throw new NullPointerException();
96 } catch (NullPointerException e) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
AbstractMultisetSetCountTester.java 276 fail("adding null with setCount() should throw NullPointerException");
277 } catch (NullPointerException expected) {
293 } catch (NullPointerException tolerated) {
MultisetWritesTester.java 211 } catch (NullPointerException expected) {}
243 } catch (NullPointerException expected) {}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListAddAllAtIndexTester.java 129 } catch (NullPointerException expected) {
157 } catch (NullPointerException expected) {
  /external/guava/guava-tests/test/com/google/common/base/
CaseFormatTest.java 51 } catch (NullPointerException expected) {}
55 } catch (NullPointerException expected) {}
OptionalTest.java 53 } catch (NullPointerException expected) {
110 } catch (NullPointerException expected) {
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableClassToInstanceMapTest.java 103 } catch (NullPointerException expected) {
111 } catch (NullPointerException expected) {
  /external/guava/guava-tests/test/com/google/common/hash/
HashingTest.java 110 } catch (NullPointerException expected) {
160 } catch (NullPointerException expected) {
  /frameworks/base/core/java/android/util/
JsonWriter.java 150 throw new NullPointerException("out == null");
286 throw new NullPointerException("name == null");
  /libcore/dalvik/src/main/java/dalvik/system/
DexPathList.java 73 throw new NullPointerException("definingContext == null");
77 throw new NullPointerException("dexPath == null");
  /libcore/luni/src/main/java/java/lang/
Throwable.java 216 * @throws NullPointerException
224 throw new NullPointerException("trace[" + i + "] == null");
410 * @throws NullPointerException if {@code throwable == null}.
419 throw new NullPointerException("throwable == null");
  /libcore/luni/src/main/java/java/lang/reflect/
Constructor.java 208 throw new NullPointerException("annotationType == null");
215 throw new NullPointerException("annotationType == null");
  /libcore/luni/src/main/java/java/security/cert/
X509CRLSelector.java 139 throw new NullPointerException("issuer == null");
200 throw new NullPointerException("iss_name == null");
  /libcore/luni/src/main/java/java/util/
PriorityQueue.java 102 * @throws NullPointerException
184 * @throws NullPointerException
189 throw new NullPointerException("o == null");
265 * @throws NullPointerException
390 throw new NullPointerException("c == null");
UUID.java 145 throw new NullPointerException("name == null");
175 * @throws NullPointerException
182 throw new NullPointerException("uuid == null");
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 84 * @throws NullPointerException if the specified collection or any
96 * @throws NullPointerException if the specified element is null
107 * @throws NullPointerException if the specified element is null
129 * @throws NullPointerException {@inheritDoc}
143 * @throws NullPointerException {@inheritDoc}
304 * @throws NullPointerException {@inheritDoc}
309 throw new NullPointerException();
330 * @throws NullPointerException {@inheritDoc}
335 throw new NullPointerException();
437 * @throws NullPointerException if the specified array is nul
    [all...]
ForkJoinPool.java 353 * @throws NullPointerException if the pool is null
    [all...]

Completed in 1090 milliseconds

<<41424344454647484950>>