/frameworks/base/graphics/java/android/graphics/ |
DrawFilter.java | 33 protected void finalize() throws Throwable {
|
MaskFilter.java | 26 protected void finalize() throws Throwable {
|
PathEffect.java | 26 protected void finalize() throws Throwable {
|
Rasterizer.java | 27 protected void finalize() throws Throwable {
|
Xfermode.java | 33 protected void finalize() throws Throwable {
|
/frameworks/volley/src/main/java/com/android/volley/ |
NoConnectionError.java | 28 public NoConnectionError(Throwable reason) {
|
/libcore/dex/src/main/java/com/android/dex/ |
DexIndexOverflowException.java | 27 public DexIndexOverflowException(Throwable cause) {
|
/libcore/ojluni/src/main/java/java/lang/reflect/ |
InvocationHandler.java | 78 * @throws Throwable the exception to throw from the method 94 throws Throwable;
|
/libcore/ojluni/src/main/java/sun/misc/ |
ServiceConfigurationError.java | 54 * Constructs a new instance that wraps the specified throwable. 56 public ServiceConfigurationError(Throwable x) {
|
/art/runtime/mirror/ |
throwable.cc | 17 #include "throwable.h" 33 GcRoot<Class> Throwable::java_lang_Throwable_; 35 void Throwable::SetDetailMessage(String* new_detail_message) { 37 SetFieldObject<true>(OFFSET_OF_OBJECT_MEMBER(Throwable, detail_message_), new_detail_message); 39 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(Throwable, detail_message_), 44 void Throwable::SetCause(Throwable* cause) { 47 Throwable* current_cause = GetFieldObject<Throwable>(OFFSET_OF_OBJECT_MEMBER(Throwable, cause_)) [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/ |
InvokeMethodDebuggee.java | 43 public int testMethod1(boolean needThrow) throws Throwable { 46 throw new Throwable("test exception"); 51 public static int testMethod2(boolean needThrow) throws Throwable { 53 throw new Throwable("test exception"); 106 public testClass2(boolean needThrow) throws Throwable { 108 throw new Throwable("test exception"); 112 public int testMethod3(boolean needThrow) throws Throwable { 114 throw new Throwable("test exception"); 121 public testClass3() throws Throwable { 125 public int testMethod3(boolean needThrow) throws Throwable { [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/ |
ItsException.java | 23 public ItsException(Throwable cause) { 27 public ItsException(String message, Throwable cause) {
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
RasterizerTest.java | 28 } catch (Throwable e) { 35 public void finalize() throws Throwable {
|
/cts/tools/vm-tests-tf/src/dot/junit/verify/b3/ |
Test_b3.java | 32 } catch (Throwable t) { 45 } catch (Throwable t) {
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
MutabilityException.java | 28 public MutabilityException(Throwable cause) { 32 public MutabilityException(String message, Throwable cause) {
|
/dalvik/dx/src/com/android/dx/cf/code/ |
SimException.java | 30 public SimException(Throwable cause) { 34 public SimException(String message, Throwable cause) {
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
ParseException.java | 30 public ParseException(Throwable cause) { 34 public ParseException(String message, Throwable cause) {
|
/dalvik/dx/src/com/android/dx/util/ |
MutabilityException.java | 30 public MutabilityException(Throwable cause) { 34 public MutabilityException(String message, Throwable cause) {
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
InvalidRepresentationException.java | 49 public InvalidRepresentationException(Throwable arg0) { 59 public InvalidRepresentationException(String arg0, Throwable arg1) {
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/ |
TestErrorException.java | 58 * @param throwable exception to enwrap 60 public TestErrorException(String message, Throwable throwable) { 61 super(message, throwable); 67 * @param throwable exception to enwrap 69 public TestErrorException(Throwable throwable) { 70 super(throwable);
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/ |
InvokeMethodTestInterface.java | 29 public static int testInvokeMethodStatic1(boolean needsThrow) throws Throwable { 31 throw new Throwable("test exception");
|
/external/apache-http/src/org/apache/http/client/ |
ClientProtocolException.java | 55 public ClientProtocolException(Throwable cause) { 59 public ClientProtocolException(String message, Throwable cause) {
|
/external/caliper/caliper/src/main/java/com/google/caliper/config/ |
InvalidConfigurationException.java | 31 public InvalidConfigurationException(String message, Throwable cause) { 39 public InvalidConfigurationException(Throwable cause) {
|
/external/caliper/caliper/src/main/java/com/google/caliper/runner/ |
UserCodeException.java | 24 public UserCodeException(String message, Throwable cause) { 29 public UserCodeException(Throwable cause) {
|
/external/conscrypt/src/main/java/org/conscrypt/ct/ |
SerializationException.java | 27 public SerializationException(String message, Throwable cause) { 31 public SerializationException(Throwable cause) {
|