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

<<51525354555657585960>>

  /libcore/luni/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 125 * @throws NullPointerException
130 throw new NullPointerException("uri == null");
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 97 throw new NullPointerException("s == null");
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AbstractSessionContext.java 258 throw new NullPointerException("sessionId == null");
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 697 throw new NullPointerException("No parent for filter");
  /libcore/luni/src/test/java/libcore/java/io/
OldInputStreamReaderTest.java 112 fail("Should throw NullPointerException");
113 } catch (NullPointerException e) {
OldRandomAccessFileTest.java 765 fail("Test 1: NullPointerException expected.");
766 } catch (NullPointerException e) {
808 fail("Test 1: NullPointerException expected.");
809 } catch (NullPointerException e) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 159 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldLogManagerTest.java 87 * case 2: test throw NullPointerException
103 // case 2: test throw NullPointerException
106 fail("get null should throw NullPointerException");
107 } catch (NullPointerException e) {
OldLoggerTest.java 126 fail("Should throw NullPointerException!");
127 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java 111 * throws NullPointerException when algorithm is null
117 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null");
118 } catch (NullPointerException e) {
184 * throws NullPointerException when algorithm is null
195 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null");
196 } catch (NullPointerException e) {
248 * throws NullPointerException when algorithm is null
259 fail("NullPointerException or NoSuchAlgorithmException should be thrown when algorithm is null");
260 } catch (NullPointerException e) {
804 fail("NullPointerException must be thrown")
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
SecureRandom2Test.java 81 fail("NullPointerException was not thrown for NULL parameter");
82 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 43 } catch (NullPointerException expected) {
  /libcore/luni/src/test/java/tests/api/java/util/
HashSetTest.java 94 fail("NullPointerException expected");
95 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
XMLReaderAdapterTest.java 95 fail("NullPointerException expected");
96 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/security/cert/
CertificateFactory4Test.java 258 fail("NullPointerException was not thrown");
259 } catch (NullPointerException e) {}
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyStoreSpi.java 85 throw new NullPointerException();
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
UriCodec.java 99 throw new NullPointerException();
  /packages/apps/Gallery/src/com/android/camera/
ImageGetter.java 304 throw new NullPointerException();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Utils.java 62 // Throws NullPointerException if the input is null.
64 if (object == null) throw new NullPointerException();
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 311 } catch (NullPointerException e) {
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 147 new NullPointerException());
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultimapTest.java 526 } catch (NullPointerException expected) {}
533 } catch (NullPointerException expected) {}
    [all...]
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
FuturesTest.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
HeaderViewListAdapterTest.java 106 //fail("Removing from null header should result in NullPointerException");
107 } catch (NullPointerException e) {
132 //fail("Removing from null footer should result in NullPointerException");
133 } catch (NullPointerException e) {
HorizontalScrollViewTest.java 166 fail("did not throw NullPointerException when LayoutParams is null.");
167 } catch (NullPointerException e) {
195 fail("did not throw NullPointerException when LayoutParams is null.");
196 } catch (NullPointerException e) {

Completed in 2099 milliseconds

<<51525354555657585960>>