Searched refs:cause (Results 1 – 9 of 9) sorted by relevance
/dalvik/dexgen/src/com/android/dexgen/util/ |
D | MutabilityException.java | 28 public MutabilityException(Throwable cause) { in MutabilityException() argument 29 super(cause); in MutabilityException() 32 public MutabilityException(String message, Throwable cause) { in MutabilityException() argument 33 super(message, cause); in MutabilityException()
|
D | ExceptionWithContext.java | 67 public ExceptionWithContext(Throwable cause) { in ExceptionWithContext() argument 68 this(null, cause); in ExceptionWithContext() 77 public ExceptionWithContext(String message, Throwable cause) { in ExceptionWithContext() argument 79 (cause != null) ? cause.getMessage() : null, in ExceptionWithContext() 80 cause); in ExceptionWithContext() 82 if (cause instanceof ExceptionWithContext) { in ExceptionWithContext() 83 String ctx = ((ExceptionWithContext) cause).context.toString(); in ExceptionWithContext()
|
/dalvik/dx/src/com/android/dx/util/ |
D | MutabilityException.java | 30 public MutabilityException(Throwable cause) { in MutabilityException() argument 31 super(cause); in MutabilityException() 34 public MutabilityException(String message, Throwable cause) { in MutabilityException() argument 35 super(message, cause); in MutabilityException()
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
D | ParseException.java | 30 public ParseException(Throwable cause) { in ParseException() argument 31 super(cause); in ParseException() 34 public ParseException(String message, Throwable cause) { in ParseException() argument 35 super(message, cause); in ParseException()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | SimException.java | 30 public SimException(Throwable cause) { in SimException() argument 31 super(cause); in SimException() 34 public SimException(String message, Throwable cause) { in SimException() argument 35 super(message, cause); in SimException()
|
/dalvik/dx/tests/110-dex-preserve-this/ |
D | info.txt | 6 fact cause that to happen.)
|
/dalvik/dexdump/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 110 (b) You must cause any modified files to carry prominent notices
|
/dalvik/dx/ |
D | NOTICE | 31 "control" means (i) the power, direct or indirect, to cause the 110 (b) You must cause any modified files to carry prominent notices
|
/dalvik/ |
D | NOTICE | 36 "control" means (i) the power, direct or indirect, to cause the 115 (b) You must cause any modified files to carry prominent notices
|