HomeSort by relevance Sort by last modified time
    Searched refs:NullPointerException (Results 176 - 200 of 1923) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/luni/src/main/java/libcore/net/
RawSocket.java 83 throw new NullPointerException("packet == null");
105 throw new NullPointerException("destMac == null");
109 throw new NullPointerException("packet == null");
  /libcore/luni/src/test/java/tests/security/spec/
ECParameterSpecTest.java 54 * case 2: NullPointerException - if curve is null
55 * case 3: NullPointerException - if g is null
56 * case 4: NullPointerException - if n is null
70 // case 2: NullPointerException - if curve is null.
73 fail("NullPointerException exception has not been thrown");
74 } catch (NullPointerException e) {
78 // case 3: NullPointerException - if g is null.
81 fail("NullPointerException exception has not been thrown");
82 } catch (NullPointerException e) {
86 // case 4: NullPointerException - if n is null
    [all...]
  /art/test/044-proxy/src/
ReturnsAndArgPassing.java 188 } catch (NullPointerException e) {
196 } catch (NullPointerException e) {
204 } catch (NullPointerException e) {
212 } catch (NullPointerException e) {
220 } catch (NullPointerException e) {
228 } catch (NullPointerException e) {
236 } catch (NullPointerException e) {
244 } catch (NullPointerException e) {
252 } catch (NullPointerException e) {
260 } catch (NullPointerException e)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
BasicBlock.java 67 } catch (NullPointerException ex) {
69 throw new NullPointerException("insns == null");
95 } catch (NullPointerException ex) {
97 throw new NullPointerException("successors == null");
CstInsn.java 43 throw new NullPointerException("cst == null");
LocalVariableInfo.java 57 throw new NullPointerException("method == null");
83 throw new NullPointerException("specs == null");
190 throw new NullPointerException("insn == null");
194 throw new NullPointerException("spec == null");
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttEnclosingMethod.java 47 throw new NullPointerException("type == null");
  /dalvik/dx/src/com/android/dx/io/instructions/
ShortArrayCodeInput.java 34 throw new NullPointerException("array == null");
  /dalvik/dx/src/com/android/dx/rop/code/
BasicBlock.java 67 } catch (NullPointerException ex) {
69 throw new NullPointerException("insns == null");
95 } catch (NullPointerException ex) {
97 throw new NullPointerException("successors == null");
CstInsn.java 43 throw new NullPointerException("cst == null");
LocalVariableInfo.java 56 throw new NullPointerException("method == null");
82 throw new NullPointerException("specs == null");
193 throw new NullPointerException("insn == null");
197 throw new NullPointerException("spec == null");
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableInfo.java 58 throw new NullPointerException("method == null");
83 throw new NullPointerException("specs == null");
190 throw new NullPointerException("insn == null");
194 throw new NullPointerException("spec == null");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/
LanguageCallbackTest.java 56 } catch (NullPointerException e ){}
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KSCallbackHandlerProtectionTest.java 50 * Assertion: throws NullPointerException when handler is null
55 fail("NullPointerException must be thrown when handler is null");
56 } catch (NullPointerException e) {
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedStringTest.java 147 fail("should throw NullPointerException");
148 } catch (NullPointerException e) {
154 fail("should throw NullPointerException");
155 } catch (NullPointerException e) {
168 fail("should throw NullPointerException");
169 } catch (NullPointerException e) {
174 fail("should throw NullPointerException");
175 } catch (NullPointerException e) {
MockedDateFormatSymbolsProvider.java 30 throw new NullPointerException();
MockedDecimalFormatSymbolsProvider.java 31 throw new NullPointerException();
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509CollectionStoreParameters.java 25 * @throws NullPointerException if <code>collection</code> is <code>null</code>.
31 throw new NullPointerException("collection cannot be null");
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewStatics.java 23 throw new NullPointerException("addr is null");
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
ShortArrayCodeInput.java 34 throw new NullPointerException("array == null");
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
BasicBlock.java 67 } catch (NullPointerException ex) {
69 throw new NullPointerException("insns == null");
95 } catch (NullPointerException ex) {
97 throw new NullPointerException("successors == null");
CstInsn.java 43 throw new NullPointerException("cst == null");
LocalVariableInfo.java 57 throw new NullPointerException("method == null");
83 throw new NullPointerException("specs == null");
194 throw new NullPointerException("insn == null");
198 throw new NullPointerException("spec == null");
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
LocalVariableInfo.java 59 throw new NullPointerException("method == null");
84 throw new NullPointerException("specs == null");
191 throw new NullPointerException("insn == null");
195 throw new NullPointerException("spec == null");
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
AuthenticationHelper.java 52 * @throws NullPointerException
58 NullPointerException;

Completed in 963 milliseconds

1 2 3 4 5 6 78 91011>>