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

<<61626364656667686970>>

  /libcore/luni/src/test/java/tests/security/cert/
X509CertSelectorTest.java 143 fail("No expected NullPointerException for type: " + types[i]);
144 } catch (NullPointerException e) {
190 fail("No expected NullPointerException for type: " + types[i]);
191 } catch (NullPointerException e) {
274 fail("NullPointerException expected");
275 } catch (NullPointerException e) {
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 72 }catch(NullPointerException e){
  /cts/tests/tests/ndef/src/android/ndef/cts/
NdefTest.java 395 fail("NullPointerException not thrown");
396 } catch (NullPointerException e) {}
  /cts/tests/tests/text/src/android/text/method/cts/
MetaKeyKeyListenerTest.java 225 fail("should throw NullPointerException.");
226 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
PrintWriterTest.java 263 } catch (NullPointerException e) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ThreadGroupTest.java 105 } catch (NullPointerException e) {
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalConstructorsTest.java 77 fail("No NullPointerException");
78 } catch (NullPointerException e) {
  /external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
MatcherTest.java 125 } catch (NullPointerException e) {
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchor_ImplTest.java 133 * Assertion: <code>NullPointerException</code> if <code>X509Certificate</code>
136 * Expected: NullPointerException
147 fail("NullPointerException has not been thrown");
148 } catch (NullPointerException ok) {
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 544 (mainFailure instanceof NullPointerException))
    [all...]
  /external/guava/guava/src/com/google/common/collect/
Iterables.java 123 } catch (NullPointerException e) {
467 * @throws NullPointerException if any of the provided iterables is null
480 * iterable may throw {@code NullPointerException} if any of the input
665 * NullPointerException will be thrown.
    [all...]
TreeMultiset.java 188 } catch (NullPointerException e) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterables.java 120 } catch (NullPointerException e) {
449 * @throws NullPointerException if any of the provided iterables is null
462 * iterable may throw {@code NullPointerException} if any of the input
623 * NullPointerException will be thrown.
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
FunctionsTest.java 69 fail("expected NullPointerException");
70 } catch (NullPointerException e) {
  /external/guava/guava-tests/test/com/google/common/testing/
NullPointerTesterTest.java 75 throw new FooException(); // ok, as long as it's not NullPointerException
95 throw new FooException(); // ok, as long as it's not NullPointerException
187 throw new NullPointerException();
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
JSR166TestCase.java     [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 133 throw new NullPointerException("Mouse or keyboard cannot be null");
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/app/
SettingsDialog.java 103 * @throws NullPointerException
126 throw new NullPointerException("Settings source cannot be null");
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 149 throw new NullPointerException("null obj!");
  /external/okhttp/src/test/java/libcore/net/http/
URLConnectionTest.java 156 } catch (NullPointerException expected) {
161 } catch (NullPointerException expected) {
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 295 throw new NullPointerException();
  /frameworks/base/core/java/android/app/admin/
DevicePolicyManager.java     [all...]
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java     [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 523 throw new NullPointerException();
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java     [all...]

Completed in 2347 milliseconds

<<61626364656667686970>>