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

<<71727374757677787980>>

  /dalvik/vm/mterp/armv5te/
OP_INVOKE_VIRTUAL.S 41 beq common_errNullObject @ null "this", throw exception
OP_IPUT.S 22 EXPORT_PC() @ resolve() could throw
OP_IPUT_WIDE.S 16 EXPORT_PC() @ resolve() could throw
  /dalvik/vm/mterp/armv6t2/
OP_IGET.S 22 EXPORT_PC() @ resolve() could throw
OP_IGET_WIDE.S 19 EXPORT_PC() @ resolve() could throw
OP_IPUT.S 22 EXPORT_PC() @ resolve() could throw
OP_IPUT_WIDE.S 16 EXPORT_PC() @ resolve() could throw
  /dalvik/vm/mterp/cstubs/
entry.c 43 * In some cases we need to call into a throw/return handler which
  /dalvik/vm/mterp/x86/
OP_SPUT_WIDE.S 36 EXPORT_PC() # could throw, need to export
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
GLES20TriangleRenderer.java 102 throw new RuntimeException("Could not get attrib location for aPosition");
107 throw new RuntimeException("Could not get attrib location for aTextureCoord");
113 throw new RuntimeException("Could not get attrib location for uMVPMatrix");
208 throw new RuntimeException(op + ": glError " + error);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 156 throw new ParseException("Problem parsing API response", e);
171 throw new ApiException("User-Agent string must be prepared");
185 throw new ApiException("Invalid response from server: " +
204 throw new ApiException("Problem communicating with API", e);
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 163 throw new ParseException("Problem parsing API response", e);
178 throw new ApiException("User-Agent string must be prepared");
192 throw new ApiException("Invalid response from server: " +
211 throw new ApiException("Problem communicating with API", e);
  /development/simulator/app/
ExternalRuntime.cpp 77 * Throw it over the wall.
  /device/sample/frameworks/PlatformLibrary/java/com/example/android/platform_library/
PlatformLibrary.java 57 * Trivial native method call. If "bad" is true, this will throw an
  /external/apache-http/src/org/apache/commons/codec/
Decoder.java 40 * this decode method will throw a DecoderException.
  /external/apache-http/src/org/apache/commons/codec/binary/
Hex.java 59 throw new DecoderException("Odd number of characters.");
87 throw new DecoderException("Illegal hexadecimal charcter " + ch + " at index " + index);
153 throw new DecoderException(e.getMessage());
187 throw new EncoderException(e.getMessage());
  /external/apache-http/src/org/apache/commons/codec/net/
QCodec.java 192 throw new EncoderException(e.getMessage());
232 throw new DecoderException(e.getMessage());
252 throw new EncoderException("Objects of type "
276 throw new DecoderException("Objects of type "
  /external/apache-http/src/org/apache/http/message/
BasicHttpResponse.java 78 throw new IllegalArgumentException("Status line may not be null.");
136 throw new IllegalArgumentException("Status line may not be null");
167 throw new IllegalArgumentException("Line break in reason phrase.");
182 throw new IllegalArgumentException("Locale may not be null.");
  /external/clearsilver/java-jni/
JNI.java 33 throw new UnsatisfiedLinkError("Could not load '" + libraryName + "'");
  /external/easymock/src/org/easymock/internal/matchers/
Equals.java 60 throw new UnsupportedOperationException("hashCode() is not supported");
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 118 throw new EMMARuntimeException (ioe);
144 throw new EMMARuntimeException (ioe);
283 throw new EMMARuntimeException (ioe);
295 throw new EMMARuntimeException (e);
337 throw new EMMARuntimeException (ioe);
362 throw new EMMARuntimeException (ioe);
375 throw new EMMARuntimeException ("could not rename temporary file [" + m_tempArchiveFile + "] to [" + m_origArchiveFile + "]: make sure the original file is not locked and can be deleted");
521 throw new EMMARuntimeException (ioe);
533 throw new EMMARuntimeException (e);
567 throw new EMMARuntimeException (ioe)
    [all...]
  /external/emma/core/java12/com/vladium/util/
ClassLoaderResolver.java 37 * This method does not throw.
62 * This method does not throw.
127 if (strategy == null) throw new IllegalArgumentException ("null input: strategy");
146 if (ctx == null) throw new IllegalArgumentException ("null input: ctx");
  /external/guava/src/com/google/common/collect/
AbstractMapEntry.java 40 throw new UnsupportedOperationException();
ExplicitOrdering.java 46 throw new IncomparableValueException(value);
ImmutableAsList.java 60 throw new InvalidObjectException("Use SerializedForm");

Completed in 439 milliseconds

<<71727374757677787980>>