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

<<51525354555657585960>>

  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 186 } catch (NullPointerException e) {
215 } catch (NullPointerException e) {
  /dalvik/tests/046-reflect/src/
Main.java 503 public int myMethod(int intarg) throws NullPointerException, IOException {
520 throw new NullPointerException("gratuitous throw!");
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PrintStreamTest.java 108 } catch (NullPointerException e) {}
201 } catch (NullPointerException ok) {}
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadTest.java 200 } catch (NullPointerException npe) {
796 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java 97 fail("Should throw NullPointerException");
98 } catch (NullPointerException e) {
324 fail("should throw NullPointerException");
325 } catch (NullPointerException npe) {
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/
DoubleBufferTest.java 340 } catch (NullPointerException e) {
495 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
DSAKeyFactoryImplTest.java 558 * The test checks out that the method throws up NullPointerException
564 fail("testcase1: No NullPointerException");
565 } catch (NullPointerException e) {
569 fail("testcase2: No NullPointerException");
570 } catch (NullPointerException e) {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 398 * @throws NullPointerException If the <code>name</code> parameter is null.
405 throw new NullPointerException(
442 throw new NullPointerException(
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 914 throw new NullPointerException("bad maddr");
996 throw new NullPointerException("null arg");
    [all...]
  /frameworks/base/core/java/android/view/
LayoutInflater.java 280 throw new NullPointerException("Given factory can not be null");
299 throw new NullPointerException("Given factory can not be null");
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
XmlUtils.java 686 } catch (NullPointerException e) {
704 } catch (NullPointerException e) {
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 534 throw new NullPointerException();
691 throw new NullPointerException();
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Filter.java 225 throw new NullPointerException("Attempting to access input port '" + portName
238 throw new NullPointerException("Attempting to access output port '" + portName
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 607 boolean leaveIconSpace) throws NullPointerException {
609 throw new NullPointerException(
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CatService.java 110 throw new NullPointerException(
683 } catch (NullPointerException e) {
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V21.java     [all...]
  /libcore/json/src/test/java/org/json/
JSONArrayTest.java 459 } catch (NullPointerException e) {
491 } catch (NullPointerException e) {
  /libcore/luni/src/main/java/java/math/
BigInteger.java 177 * @throws NullPointerException if {@code value == null}.
195 * @throws NullPointerException if {@code value == null}.
202 throw new NullPointerException("value == null");
231 * @throws NullPointerException if {@code magnitude == null}.
237 throw new NullPointerException("magnitude == null");
262 * @throws NullPointerException if {@code value == null}.
650 * @throws NullPointerException if {@code value == null}.
665 * @throws NullPointerException if {@code value == null}.
680 * @throws NullPointerException if {@code value == null}
697 * @throws NullPointerException if {@code value == null}
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
Logger.java 406 throw new NullPointerException("handler == null");
586 throw new NullPointerException("parent == null");
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
NativeDecimalFormat.java 130 } catch (NullPointerException npe) {
484 } catch (NullPointerException npe) {
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 700 throw new NullPointerException("key == null");
711 throw new NullPointerException("key == null");
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateStore.java 155 throw new NullPointerException("alias == null");
550 throw new NullPointerException("cert == null");
  /libcore/luni/src/test/java/tests/api/java/util/
HashMapTest.java 385 fail("Should throw NullPointerException");
386 } catch (NullPointerException e) {
392 fail("Should throw NullPointerException");
393 } catch (NullPointerException e) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 80 throw new NullPointerException("transport is null");
496 } catch (NullPointerException e) {
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerStateTest.java 50 fail("Should throw NullPointerException if the drawable is null.");
51 } catch (NullPointerException e) {

Completed in 1136 milliseconds

<<51525354555657585960>>