Searched
full:throw (Results
1401 -
1425 of
5185) sorted by null
<<51525354555657585960>>
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_SUPER_QUICK.S | 24 beq common_errNullObject @ "this" is null, throw exception
|
OP_SGET.S | 32 EXPORT_PC() @ resolve() could throw, so export now
|
OP_SGET_WIDE.S | 31 EXPORT_PC() @ resolve() could throw, so export now
|
OP_SPUT.S | 32 EXPORT_PC() @ resolve() could throw, so export now
|
OP_SPUT_WIDE.S | 32 EXPORT_PC() @ resolve() could throw, so export now
|
/dalvik/vm/mterp/x86/ |
OP_INVOKE_SUPER_QUICK.S | 21 je common_errNullObject # "this" is null, throw exception
|
OP_SGET.S | 34 EXPORT_PC() # could throw, need to export
|
OP_SGET_WIDE.S | 35 EXPORT_PC() # could throw, need to export
|
OP_SPUT.S | 34 EXPORT_PC() # could throw, need to export
|
/dalvik/vm/mterp/x86-atom/ |
OP_CHECK_CAST.S | 23 * Description: Throw if the reference in the given register cannot be 71 * A cast has failed. We need to throw a ClassCastException with the 75 EXPORT_PC # we will throw an exception 96 EXPORT_PC # in case we throw an exception
|
OP_MONITOR_EXIT.S | 24 * to throw an execption, it must do so as if teh pc has already
|
OP_THROW_VERIFICATION_ERROR.S | 21 * For: throw-verification-error
|
/dalvik/vm/native/ |
java_lang_Throwable.c | 52 RETURN_PTR(NULL); /* could throw NPE; currently caller will do so */
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyInstrumentationEvent.java | 44 throw new IllegalArgumentException("Bad component name");
|
/external/apache-http/src/org/apache/commons/codec/net/ |
BCodec.java | 109 throw new EncoderException(e.getMessage()); 149 throw new DecoderException(e.getMessage()); 169 throw new EncoderException("Objects of type " 193 throw new DecoderException("Objects of type "
|
/external/apache-http/src/org/apache/http/conn/params/ |
ConnPerRouteBean.java | 75 throw new IllegalArgumentException 83 throw new IllegalArgumentException 87 throw new IllegalArgumentException 95 throw new IllegalArgumentException
|
/external/apache-http/src/org/apache/http/impl/ |
AbstractHttpServerConnection.java | 120 throw new IllegalArgumentException("Input session buffer may not be null"); 123 throw new IllegalArgumentException("Output session buffer may not be null"); 149 throw new IllegalArgumentException("HTTP request may not be null"); 168 throw new IllegalArgumentException("HTTP response may not be null");
|
SocketHttpClientConnection.java | 69 throw new IllegalStateException("Connection is already open"); 75 throw new IllegalStateException("Connection is not open"); 97 throw new IllegalArgumentException("Socket may not be null"); 100 throw new IllegalArgumentException("HTTP parameters may not be null");
|
SocketHttpServerConnection.java | 69 throw new IllegalStateException("Connection is already open"); 75 throw new IllegalStateException("Connection is not open"); 95 throw new IllegalArgumentException("Socket may not be null"); 98 throw new IllegalArgumentException("HTTP parameters may not be null");
|
/external/apache-http/src/org/apache/http/impl/auth/ |
AuthSchemeBase.java | 73 throw new IllegalArgumentException("Header may not be null"); 81 throw new MalformedChallengeException("Unexpected header name: " + authheader); 92 throw new MalformedChallengeException("Header value is null"); 108 throw new MalformedChallengeException("Invalid scheme identifier: " + s);
|
BasicScheme.java | 135 throw new IllegalArgumentException("Credentials may not be null"); 138 throw new IllegalArgumentException("HTTP request may not be null"); 159 throw new IllegalArgumentException("Credentials may not be null"); 162 throw new IllegalArgumentException("charset may not be null");
|
/external/apache-http/src/org/apache/http/impl/client/ |
RequestWrapper.java | 72 throw new IllegalArgumentException("HTTP request may not be null"); 86 throw new ProtocolException("Invalid request URI: " 107 throw new IllegalArgumentException("Method name may not be null"); 147 throw new UnsupportedOperationException();
|
/external/apache-http/src/org/apache/http/impl/entity/ |
EntitySerializer.java | 65 throw new IllegalArgumentException("Content length strategy may not be null"); 88 throw new IllegalArgumentException("Session output buffer may not be null"); 91 throw new IllegalArgumentException("HTTP message may not be null"); 94 throw new IllegalArgumentException("HTTP entity may not be null");
|
/external/apache-http/src/org/apache/http/impl/io/ |
ContentLengthOutputStream.java | 79 throw new IllegalArgumentException("Session output buffer may not be null"); 82 throw new IllegalArgumentException("Content length may not be negative"); 106 throw new IOException("Attempted write to closed stream."); 124 throw new IOException("Attempted write to closed stream.");
|
/external/apache-http/src/org/apache/http/message/ |
BasicHeaderElementIterator.java | 67 throw new IllegalArgumentException("Header iterator may not be null"); 70 throw new IllegalArgumentException("Parser may not be null"); 145 throw new NoSuchElementException("No more header elements available"); 158 throw new UnsupportedOperationException("Remove not supported");
|
Completed in 476 milliseconds
<<51525354555657585960>>