HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 676 - 700 of 5185) sorted by null

<<21222324252627282930>>

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/misc/
IDEACBCPar.java 22 throw new IllegalArgumentException("unknown object in IDEACBCPar factory");
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/mozilla/
PublicKeyAndChallenge.java 39 throw new IllegalArgumentException("unkown object in factory");
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLEngineResult.java 113 throw new IllegalArgumentException("status is null");
116 throw new IllegalArgumentException("handshakeStatus is null");
119 throw new IllegalArgumentException("bytesConsumed is negative");
122 throw new IllegalArgumentException("bytesProduced is negative");
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSocketImplWrapper.java 37 throw new SocketException("Socket is not connected.");
45 throw new IOException("Underlying socket is already connected.");
50 throw new IOException("Underlying socket is already connected.");
55 throw new IOException("Underlying socket is already connected.");
SSLContextImpl.java 90 throw new IllegalStateException("SSLContext is not initiallized.");
98 throw new IllegalStateException("SSLContext is not initiallized.");
106 throw new IllegalStateException("SSLContext is not initiallized.");
115 throw new IllegalStateException("SSLContext is not initiallized.");
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/extensions/
ObjectFactory.java 63 //throw security exception if the calling thread is not allowed to access the
74 throw e;
102 throw x;
105 throw x;
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
ObjectPool.java 70 throw new WrappedRuntimeException(cnfe);
141 // Throw unchecked exception for error in pool configuration.
142 throw new RuntimeException(XMLMessages.createXMLMessage(XMLErrorResources.ER_EXCEPTION_CREATING_POOL, null)); //"exception creating new instance for pool");
171 // throw new IllegalArgumentException("argument type invalid for pool");
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
XMLReaderFactoryTest.java 94 throw new RuntimeException("Unexpected exception", e);
104 throw new RuntimeException("Unexpected exception", e);
121 throw new RuntimeException("Unexpected exception", e);
160 throw new RuntimeException("Unexpected exception", e);
  /dalvik/tests/054-uncaught/src/
Main.java 49 throw new NullPointerException("Hi diddly-ho, neighborino.");
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_VIRTUAL_QUICK.S 18 beq common_errNullObject @ null "this", throw exception
OP_MONITOR_ENTER.S 12 beq common_errNullObject @ null object, throw an exception
  /dalvik/vm/mterp/x86/
OP_MONITOR_EXIT.S 34 ADVANCE_PC(1) # advance before throw
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 44 throw new IllegalStateException("PictureLayout can host only one direct child");
53 throw new IllegalStateException("PictureLayout can host only one direct child");
62 throw new IllegalStateException("PictureLayout can host only one direct child");
71 throw new IllegalStateException("PictureLayout can host only one direct child");
  /development/tools/mkstubs/tests/data/
TestBaseClass.java 28 throw new RuntimeException("Stub");
  /external/apache-http/src/org/apache/http/cookie/
CookieOrigin.java 53 throw new IllegalArgumentException(
57 throw new IllegalArgumentException(
61 throw new IllegalArgumentException("Invalid port: " + port);
64 throw new IllegalArgumentException(
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicExpiresHandler.java 44 throw new IllegalArgumentException("Array of date patterns may not be null");
52 throw new IllegalArgumentException("Cookie may not be null");
55 throw new MalformedCookieException("Missing value for expires attribute");
60 throw new MalformedCookieException("Unable to parse expires attribute: "
BasicMaxAgeHandler.java 47 throw new IllegalArgumentException("Cookie may not be null");
50 throw new MalformedCookieException("Missing value for max-age attribute");
56 throw new MalformedCookieException ("Invalid max-age attribute: "
60 throw new MalformedCookieException ("Negative max-age attribute: "
BasicPathHandler.java 48 throw new IllegalArgumentException("Cookie may not be null");
59 throw new MalformedCookieException(
67 throw new IllegalArgumentException("Cookie may not be null");
70 throw new IllegalArgumentException("Cookie origin may not be null");
NetscapeDomainHandler.java 58 throw new MalformedCookieException("Domain attribute \""
65 throw new MalformedCookieException("Domain attribute \""
93 throw new IllegalArgumentException("Cookie may not be null");
96 throw new IllegalArgumentException("Cookie origin may not be null");
  /external/apache-http/src/org/apache/http/message/
ParserCursor.java 54 throw new IndexOutOfBoundsException("Lower bound cannot be negative");
57 throw new IndexOutOfBoundsException("Lower bound cannot be greater then upper bound");
78 throw new IndexOutOfBoundsException();
81 throw new IndexOutOfBoundsException();
  /external/gtest/test/
gtest_throw_on_failure_ex_test.cc 32 // Tests Google Test's throw-on-failure mode with exceptions enabled.
56 // A successful assertion shouldn't throw.
63 // A failed assertion should throw a subclass of std::runtime_error.
71 "A failed assertion did throw an exception of the right type, "
  /external/guava/src/com/google/common/collect/
Multisets.java 105 throw new UnsupportedOperationException();
109 throw new UnsupportedOperationException();
113 throw new UnsupportedOperationException();
117 throw new UnsupportedOperationException();
121 throw new UnsupportedOperationException();
125 throw new UnsupportedOperationException();
129 throw new UnsupportedOperationException();
133 throw new UnsupportedOperationException();
137 throw new UnsupportedOperationException();
141 throw new UnsupportedOperationException()
    [all...]
  /external/junit/src/junit/extensions/
ExceptionTestCase.java 42 throw e;
  /external/opencore/pvmi/pvmf/include/
pvmi_mio_control.h 121 * @throw The function shall leave with PvmfErrNotSupported,
141 * @throw The function shall leave with PvmfErrBusy if an attempt is made
165 * @throw in case of failure, it leaves with an appropriate error
185 * @throw in case of failure, it leaves with an appropriate error
200 * @throw in case of failure, it leaves with an appropriate error
210 * @throw in case of failure, it leaves with an appropriate error
219 * @throw in case of failure, it leaves with an appropriate error
228 * @throw in case of failure, it leaves with an appropriate error
237 * @throw in case of failure, it leaves with an appropriate error
246 * @throw in case of failure, it leaves with an appropriate erro
    [all...]
  /external/proguard/examples/dictionaries/
keywords.txt 33 throw

Completed in 502 milliseconds

<<21222324252627282930>>