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

<<51525354555657585960>>

  /external/nist-sip/java/gov/nist/javax/sip/header/
Contact.java 203 throw new NullPointerException("null address");
HeaderFactoryExt.java 95 * @throws NullPointerException
98 throws NullPointerException, ParseException;
106 * @throws NullPointerException
118 * @throws NullPointerException
136 * @throws NullPointerException
155 * @throws NullPointerException
169 * @throws NullPointerException
178 * @throws NullPointerException
187 * @throws NullPointerException
  /frameworks/base/core/java/android/nfc/tech/
Ndef.java 168 throw new NullPointerException("NDEF tech extras are null.");
  /frameworks/base/core/java/android/text/
AndroidBidi.java 29 throw new NullPointerException();
  /frameworks/base/core/java/android/util/
Log.java 291 throw new NullPointerException("handler == null");
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java     [all...]
  /libcore/luni/src/main/java/java/io/
BufferedWriter.java 188 throw new NullPointerException("buffer == null");
InputStreamReader.java 72 * @throws NullPointerException
81 throw new NullPointerException("charsetName == null");
  /libcore/luni/src/main/java/java/net/
MulticastSocket.java 177 * @throws NullPointerException
271 throw new NullPointerException("address == null");
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 332 throw new NullPointerException("driver == null");
  /libcore/luni/src/main/java/java/text/
AttributedString.java 522 throw new NullPointerException("value == null");
539 * @throws NullPointerException
545 throw new NullPointerException("value == null");
573 * @throws NullPointerException
578 throw new NullPointerException("attribute == null");
609 * @throws NullPointerException
615 throw new NullPointerException("attribute == null");
  /libcore/luni/src/main/java/java/util/
ServiceLoader.java 81 throw new NullPointerException("service == null");
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinTask.java 652 * @throws NullPointerException if any task is null
679 * @throws NullPointerException if any task is null
688 ex = new NullPointerException();
729 * @throws NullPointerException if tasks or any element are null
745 ex = new NullPointerException();
    [all...]
ThreadPoolExecutor.java     [all...]
  /libcore/luni/src/main/java/javax/crypto/spec/
DESKeySpec.java 119 throw new NullPointerException("key == null");
  /libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/
DSAKeyFactoryImpl.java 118 throw new NullPointerException("keySpec == null");
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 85 * @exception java.lang.NullPointerException If the argument is null.
102 throw new NullPointerException("XMLReader must not be null");
  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedOutputStreamTest.java 128 fail("Test 1: NullPointerException expected.");
129 } catch (NullPointerException e) {
OldByteArrayInputStreamTest.java 152 fail("Test 2: NullPointerException expected.");
153 } catch (NullPointerException e) {
OldDataOutputStreamTest.java 93 fail("Test 1: NullPointerException expected.");
94 } catch (NullPointerException e) {
OldFileInputStreamTest.java 62 fail("NullPointerException expected.");
63 } catch (NullPointerException e) {
OldPipedOutputStreamTest.java 151 fail("Test 4: NullPointerException expected.");
152 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/libcore/java/text/
CollatorTest.java 113 fail("NullPointerException expected");
114 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/libcore/java/util/
OldScannerTest.java 103 fail("Should throw NullPointerException");
104 } catch (NullPointerException e) {
116 // on RI throws NullPointerException
271 fail("Should throw NullPointerException");
272 } catch (NullPointerException e) {
279 fail("Should throw NullPointerException");
280 } catch (NullPointerException e) {
399 fail("Should throw NullPointerException");
400 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherOutputStream1Test.java 111 fail("NullPointerException expected");
112 } catch (NullPointerException e) {

Completed in 2096 milliseconds

<<51525354555657585960>>