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

<<31323334353637383940>>

  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
ArrayData.java 65 throw new NullPointerException("user == null");
69 throw new NullPointerException("values == null");
  /external/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstString.java 182 throw new NullPointerException("string == null");
196 throw new NullPointerException("bytes == null");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionAddAllTester.java 131 } catch (NullPointerException expected) {
142 fail("addAll(null) should throw NullPointerException");
143 } catch (NullPointerException expected) {
MapCreationTester.java 57 } catch (NullPointerException expected) {
74 } catch (NullPointerException expected) {
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractTableReadTest.java 166 } catch (NullPointerException expected) {}
180 } catch (NullPointerException expected) {}
ImmutableBiMapTest.java 297 } catch (NullPointerException expected) {
306 } catch (NullPointerException expected) {
315 } catch (NullPointerException expected) {
324 } catch (NullPointerException expected) {
381 } catch (NullPointerException expected) {
387 } catch (NullPointerException expected) {
395 } catch (NullPointerException expected) {
401 } catch (NullPointerException expected) {
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 138 throw new NullPointerException("No filename provided");
141 throw new NullPointerException("No loadpaths provided.");
  /external/okhttp/src/main/java/libcore/io/
Streams.java 75 throw new NullPointerException("in == null");
78 throw new NullPointerException("dst == null");
  /frameworks/base/core/java/android/view/textservice/
TextServicesManager.java 109 throw new NullPointerException();
206 throw new NullPointerException("SpellCheckerInfo is null.");
  /libcore/luni/src/main/java/java/io/
OutputStreamWriter.java 68 * @throws NullPointerException
77 throw new NullPointerException("charsetName == null");
317 throw new NullPointerException("str == null");
  /libcore/luni/src/main/java/java/security/
SecureRandom.java 151 * @throws NullPointerException
156 throw new NullPointerException("algorithm == null");
177 * @throws NullPointerException
205 * @throws NullPointerException
215 throw new NullPointerException("algorithm == null");
  /libcore/luni/src/main/java/java/util/
TimeZone.java 305 throw new NullPointerException("id == null");
408 throw new NullPointerException("id == null");
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingDeque.java 160 * @throws NullPointerException if the specified collection or any
170 throw new NullPointerException();
290 * @throws NullPointerException {@inheritDoc}
299 * @throws NullPointerException {@inheritDoc}
307 * @throws NullPointerException {@inheritDoc}
310 if (e == null) throw new NullPointerException();
322 * @throws NullPointerException {@inheritDoc}
325 if (e == null) throw new NullPointerException();
337 * @throws NullPointerException {@inheritDoc}
341 if (e == null) throw new NullPointerException();
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
Level.java 100 * @throws NullPointerException
107 throw new NullPointerException("name == null");
182 * @throws NullPointerException
199 * @throws NullPointerException
204 throw new NullPointerException("name == null");
LogRecord.java 151 * @throws NullPointerException
156 throw new NullPointerException("level == null");
196 * @throws NullPointerException
201 throw new NullPointerException("level == null");
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 375 throw new NullPointerException("ostream == null");
384 throw new NullPointerException("ostream == null");
405 throw new NullPointerException("key == null");
600 throw new NullPointerException("name == null");
644 throw new NullPointerException("key == null");
646 throw new NullPointerException("value == null");
735 throw new NullPointerException("ncl == null");
746 throw new NullPointerException("pcl == null");
  /libcore/luni/src/main/java/javax/crypto/
Mac.java 97 * @throws NullPointerException
104 throw new NullPointerException("algorithm == null");
126 * @throws NullPointerException
156 * @throws NullPointerException
166 throw new NullPointerException("algorithm == null");
  /libcore/luni/src/main/java/libcore/io/
Streams.java 74 throw new NullPointerException("in == null");
77 throw new NullPointerException("dst == null");
  /libcore/luni/src/main/java/org/apache/harmony/crypto/internal/
NullCipherSpi.java 119 throw new NullPointerException("input == null");
121 throw new NullPointerException("output == null");
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLRSAPrivateKey.java 122 throw new NullPointerException("modulus == null");
124 throw new NullPointerException("privateExponent == null");
  /libcore/luni/src/test/java/libcore/java/io/
OldCharArrayReaderTest.java 49 fail("Test 1: NullPointerException expected.");
50 } catch (NullPointerException e) {
156 fail("Test 2: NullPointerException expected.");
157 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 105 } catch (NullPointerException expected) {
111 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/libcore/java/net/
UrlEncodingTest.java 112 } catch (NullPointerException expected) {
130 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/libcore/util/
BasicLruCacheTest.java 52 } catch (NullPointerException expected) {
61 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigestSpiTest.java 86 fail("No expected NullPointerException");
87 } catch (NullPointerException e) {
120 fail("should throw NullPointerException");
121 } catch (NullPointerException e) {

Completed in 762 milliseconds

<<31323334353637383940>>