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

<<21222324252627282930>>

  /libcore/luni/src/main/java/java/security/
MessageDigest.java 83 * @throws NullPointerException
89 throw new NullPointerException("algorithm == null");
117 * @throws NullPointerException
145 * @throws NullPointerException
155 throw new NullPointerException("algorithm == null");
215 * @throws NullPointerException
220 throw new NullPointerException("input == null");
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantLock.java 412 * @throws NullPointerException if the time unit is null
618 * @throws NullPointerException if the thread is null
667 * @throws NullPointerException if the condition is null
671 throw new NullPointerException();
690 * @throws NullPointerException if the condition is null
694 throw new NullPointerException();
715 * @throws NullPointerException if the condition is null
719 throw new NullPointerException();
  /libcore/luni/src/main/java/java/util/logging/
StreamHandler.java 104 * @throws NullPointerException
110 throw new NullPointerException("os == null");
113 throw new NullPointerException("formatter == null");
165 * @throws NullPointerException
170 throw new NullPointerException("os == null");
  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanism.java 95 * @throws NullPointerException
101 throw new NullPointerException("algorithm == null");
121 * @throws NullPointerException
137 throw new NullPointerException("algorithm == null");
154 * @throws NullPointerException
162 throw new NullPointerException("algorithm == null");
SealedObject.java 86 * @throws NullPointerException
92 throw new NullPointerException("c == null");
120 throw new NullPointerException("so == null");
217 throw new NullPointerException("c == null");
  /libcore/luni/src/test/java/libcore/java/lang/
OldStackTraceElementTest.java 71 fail("Expected NullPointerException was not thrown");
72 } catch (NullPointerException e) {
80 fail("Expected NullPointerException was not thrown");
81 } catch (NullPointerException e) {
89 } catch (NullPointerException e) {
  /libcore/luni/src/test/java/tests/security/cert/
PKIXCertPathBuilderResultTest.java 121 * Assertion: <code>NullPointerException</code>
138 } catch (NullPointerException e) {
145 * Assertion: <code>NullPointerException</code>
157 } catch (NullPointerException e) {
164 * Assertion: <code>NullPointerException</code>
181 } catch (NullPointerException e) {
  /dalvik/dx/src/com/android/dx/rop/type/
Type.java 309 } catch (NullPointerException ex) {
311 throw new NullPointerException("descriptor == null");
386 } catch (NullPointerException ex) {
388 throw new NullPointerException("descriptor == null");
409 throw new NullPointerException("name == null");
431 throw new NullPointerException("descriptor == null");
  /external/dexmaker/src/dx/java/com/android/dx/rop/type/
Type.java 309 } catch (NullPointerException ex) {
311 throw new NullPointerException("descriptor == null");
386 } catch (NullPointerException ex) {
388 throw new NullPointerException("descriptor == null");
409 throw new NullPointerException("name == null");
431 throw new NullPointerException("descriptor == null");
  /frameworks/base/core/java/android/text/format/
Time.java 167 throw new NullPointerException("timezone is null!");
272 throw new NullPointerException("timezone is null!");
295 * @throws NullPointerException if either argument is {@code null}
303 throw new NullPointerException("a == null");
305 throw new NullPointerException("b == null");
415 throw new NullPointerException("time string is null");
462 throw new NullPointerException("time string is null");
  /libcore/luni/src/test/java/tests/api/java/util/
AbstractSequentialListTest.java 111 if (o == null) throw new NullPointerException();
172 fail("NullPointerException expected");
173 } catch (NullPointerException ee) {
204 fail("NullPointerException expected");
205 } catch (NullPointerException e) {
272 fail("NullPointerException expected");
273 } catch (NullPointerException ee) {
534 if (o == null) throw new NullPointerException();
578 fail("NullPointerException expected");
579 } catch (NullPointerException ee)
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringTest.java 30 fail("should throw NullPointerException here");
31 } catch (NullPointerException e) {
46 fail("should throw NullPointerException here");
47 } catch (NullPointerException e) {
  /cts/tests/tests/text/src/android/text/style/cts/
IconMarginSpanTest.java 65 fail("should throw NullPointerException.");
66 } catch (NullPointerException e) {
100 fail("should throw NullPointerException.");
101 } catch (NullPointerException e) {
RelativeSizeSpanTest.java 68 fail("should throw NullPointerException.");
69 } catch (NullPointerException e) {
92 fail("should throw NullPointerException.");
93 } catch (NullPointerException e) {
ScaleXSpanTest.java 57 fail("should throw NullPointerException.");
58 } catch (NullPointerException e) {
78 fail("should throw NullPointerException.");
79 } catch (NullPointerException e) {
StyleSpanTest.java 68 fail("should throw NullPointerException.");
69 } catch (NullPointerException e) {
91 fail("should throw NullPointerException.");
92 } catch (NullPointerException e) {
  /cts/tools/vm-tests-tf/src/util/build/
BuildStep.java 64 throw new NullPointerException("inputFile is null");
67 throw new NullPointerException("outputFile is null");
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetItem.java 73 } catch (NullPointerException ex) {
75 throw new NullPointerException("list == null");
ParameterAnnotationStruct.java 51 throw new NullPointerException("method == null");
55 throw new NullPointerException("annotationsList == null");
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
Annotations.java 172 throw new NullPointerException("annotation == null");
196 throw new NullPointerException("toAdd == null");
  /dalvik/dexgen/src/com/android/dexgen/util/
TwoColumnOutput.java 91 throw new NullPointerException("out == null");
103 throw new NullPointerException("spacer == null");
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeListParser.java 63 throw new NullPointerException("cf == null");
67 throw new NullPointerException("attributeFactory == null");
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetItem.java 73 } catch (NullPointerException ex) {
75 throw new NullPointerException("list == null");
ParameterAnnotationStruct.java 51 throw new NullPointerException("method == null");
55 throw new NullPointerException("annotationsList == null");
  /dalvik/dx/src/com/android/dx/rop/annotation/
Annotations.java 172 throw new NullPointerException("annotation == null");
196 throw new NullPointerException("toAdd == null");

Completed in 1471 milliseconds

<<21222324252627282930>>