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

<<11121314151617181920>>

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
Objects.java 99 * Returns {@code o} if non-null, or throws {@code NullPointerException}.
103 throw new NullPointerException();
109 * Returns {@code o} if non-null, or throws {@code NullPointerException}
114 throw new NullPointerException(message);
  /libcore/dom/src/test/java/org/w3c/domts/
DocumentBuilderSetting.java 211 throw new NullPointerException("property");
227 throw new NullPointerException("other");
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
AbstractCharsetTestCase.java 118 fail("Should throw NullPointerException!");
119 } catch (NullPointerException e) {
130 fail("Should throw NullPointerException!");
131 } catch (NullPointerException e) {
  /libcore/luni/src/main/java/java/io/
FileInputStream.java 76 throw new NullPointerException("file == null");
88 * @throws NullPointerException
93 throw new NullPointerException("fd == null");
FileOutputStream.java 85 throw new NullPointerException("file == null");
96 * @throws NullPointerException if {@code fd} is null.
100 throw new NullPointerException("fd == null");
  /libcore/luni/src/main/java/java/lang/
ProcessBuilder.java 57 * @throws NullPointerException
62 throw new NullPointerException("command == null");
100 * @throws NullPointerException
105 throw new NullPointerException("command == null");
180 * @throws NullPointerException
StackTraceElement.java 57 * @throws NullPointerException
62 throw new NullPointerException("cls == null");
64 throw new NullPointerException("method == null");
  /libcore/luni/src/main/java/java/security/
AlgorithmParameterGenerator.java 85 * @throws NullPointerException
91 throw new NullPointerException("algorithm == null");
114 * @throws NullPointerException
142 * @throws NullPointerException
152 throw new NullPointerException("algorithm == null");
KeyFactory.java 79 throw new NullPointerException("algorithm == null");
133 throw new NullPointerException("algorithm == null");
  /libcore/luni/src/main/java/java/security/cert/
CertPathBuilder.java 96 * @throws NullPointerException
104 throw new NullPointerException("algorithm == null");
123 * @throws NullPointerException
152 * @throws NullPointerException
161 throw new NullPointerException("algorithm == null");
CertPathValidator.java 98 * @throws NullPointerException
104 throw new NullPointerException("algorithm == null");
124 * @throws NullPointerException
154 * @throws NullPointerException
163 throw new NullPointerException("algorithm == null");
  /libcore/luni/src/main/java/java/util/
Objects.java 94 * Returns {@code o} if non-null, or throws {@code NullPointerException}.
98 throw new NullPointerException();
104 * Returns {@code o} if non-null, or throws {@code NullPointerException}
109 throw new NullPointerException(message);
  /libcore/luni/src/main/java/java/util/concurrent/
Executors.java 120 * @throws NullPointerException if threadFactory is null
162 * @throws NullPointerException if threadFactory is null
201 * @throws NullPointerException if threadFactory is null
242 * @throws NullPointerException if threadFactory is null
270 * @throws NullPointerException if threadFactory is null
285 * @throws NullPointerException if executor null
289 throw new NullPointerException();
301 * @throws NullPointerException if executor null
305 throw new NullPointerException();
341 * @throws NullPointerException if task nul
    [all...]
  /libcore/luni/src/main/java/java/util/zip/
DeflaterInputStream.java 76 throw new NullPointerException("in == null");
78 throw new NullPointerException("deflater == null");
  /libcore/luni/src/main/java/javax/crypto/
SecretKeyFactory.java 100 * @throws NullPointerException
106 throw new NullPointerException("algorithm == null");
159 * @throws NullPointerException
168 throw new NullPointerException("algorithm == null");
  /libcore/luni/src/main/java/javax/crypto/spec/
PBEKeySpec.java 67 * @throws NullPointerException
76 throw new NullPointerException("salt == null");
110 * @throws NullPointerException
117 throw new NullPointerException("salt == null");
  /libcore/luni/src/main/java/javax/net/ssl/
TrustManagerFactory.java 67 * @throws NullPointerException
74 throw new NullPointerException("algorithm == null");
95 * @throws NullPointerException
123 * @throws NullPointerException
133 throw new NullPointerException("algorithm == null");
  /libcore/luni/src/main/java/org/apache/harmony/security/utils/
ObjectIdentifier.java 65 * @throws NullPointerException - if oid is null
82 * @throws NullPointerException - if oid is null
89 throw new NullPointerException("oidGroup == null");
185 * @throws NullPointerException - if oid is null
191 throw new NullPointerException("oid == null");
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
SAXParserFactoryImpl.java 44 throw new NullPointerException("name == null");
89 throw new NullPointerException("name == null");
  /libcore/luni/src/test/java/libcore/icu/
TransliteratorTest.java 40 } catch (NullPointerException expected) {
49 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
KeyStoreBuilderParametersTest.java 32 } catch (NullPointerException expected) {
50 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
KeyStoreBuilderParametersTest.java 36 } catch (NullPointerException expected) {
56 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentBuilderSetting.java 211 throw new NullPointerException("property");
227 throw new NullPointerException("other");
  /libcore/luni/src/test/java/tests/security/cert/
LDAPCertStoreParametersTest.java 88 * Assertion: throws <code>NullPointerException</code> -
95 } catch (NullPointerException e) {
126 * Assertion: throws <code>NullPointerException</code> -
133 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/security/spec/
PSSParameterSpecTest.java 81 * throws <code>NullPointerException</code>
88 } catch (NullPointerException e) {
98 * throws <code>NullPointerException</code>
105 } catch (NullPointerException e) {

Completed in 1224 milliseconds

<<11121314151617181920>>