/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { 90 public static void v(String tag, String msg, Throwable tr) { 113 public static void d(String tag, String msg, Throwable tr) { 135 public static void i(String tag, String msg, Throwable tr) { 157 public static void w(String tag, String msg, Throwable tr) { 178 public static void w(String tag, Throwable tr) { 190 public static void e(String tag, String msg, Throwable tr) { 212 public static void wtf(String tag, String msg, Throwable tr) { 233 public static void wtf(String tag, Throwable tr) {
|
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { 90 public static void v(String tag, String msg, Throwable tr) { 113 public static void d(String tag, String msg, Throwable tr) { 135 public static void i(String tag, String msg, Throwable tr) { 157 public static void w(String tag, String msg, Throwable tr) { 178 public static void w(String tag, Throwable tr) { 190 public static void e(String tag, String msg, Throwable tr) { 212 public static void wtf(String tag, String msg, Throwable tr) { 233 public static void wtf(String tag, Throwable tr) {
|
/development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/ |
Log.java | 64 public static void println(int priority, String tag, String msg, Throwable tr) { 90 public static void v(String tag, String msg, Throwable tr) { 113 public static void d(String tag, String msg, Throwable tr) { 135 public static void i(String tag, String msg, Throwable tr) { 157 public static void w(String tag, String msg, Throwable tr) { 178 public static void w(String tag, Throwable tr) { 190 public static void e(String tag, String msg, Throwable tr) { 212 public static void wtf(String tag, String msg, Throwable tr) { 233 public static void wtf(String tag, Throwable tr) {
|
/external/apache-http/src/org/apache/commons/logging/ |
LogSource.java | 84 } catch (Throwable t) { 96 } catch (Throwable t) { 107 } catch (Throwable t) { 112 } catch (Throwable t) { 116 } catch (Throwable u) { 132 } catch (Throwable t) { 136 } catch (Throwable u) { 172 } catch (Throwable t) { 241 } catch (Throwable t) {
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
WebKitHitTestTest.java | 50 private void setServerResponseAndLoad(String response) throws Throwable { 62 private void simulateTouchCenterOfWebViewOnUiThread() throws Throwable { 79 private void simulateTabDownUpOnUiThread() throws Throwable { 91 private void simulateInput(boolean byTouch) throws Throwable { 102 final int type, final String extra) throws Throwable { 117 final String imageSrc) throws Throwable { 132 private void srcAnchorTypeTestBody(boolean byTouch) throws Throwable { 142 public void testSrcAnchorType() throws Throwable { 148 public void testSrcAnchorTypeByFocus() throws Throwable { 152 private void blankHrefTestBody(boolean byTouch) throws Throwable { [all...] |
/external/mockito/src/org/mockito/internal/stubbing/ |
BaseStubbing.java | 30 private OngoingStubbing<T> thenThrow(Throwable throwable) {
31 return thenAnswer(new ThrowsException(throwable));
34 public OngoingStubbing<T> thenThrow(Throwable... throwables) {
36 thenThrow((Throwable) null);
39 for (Throwable t: throwables) {
49 private OngoingStubbing<T> thenThrow(Class<? extends Throwable> throwableClass) {
53 public OngoingStubbing<T> thenThrow(Class<? extends Throwable>... throwableClasses) {
55 thenThrow((Throwable) null);
58 for (Class<? extends Throwable> t: throwableClasses) { [all...] |
/libcore/luni/src/main/java/javax/xml/transform/ |
TransformerException.java | 55 Throwable containedException; 60 * @return An Throwable object, or null. 63 public Throwable getException() { 68 * Returns the cause of this throwable or <code>null</code> if the 69 * cause is nonexistent or unknown. (The cause is the throwable that 70 * caused this throwable to get thrown.) 72 public Throwable getCause() { 80 * Initializes the <i>cause</i> of this throwable to the specified value. 81 * (The cause is the throwable that caused this throwable to get thrown. [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int/ |
Test_and_int.java | 77 } catch (Throwable t) { 90 } catch (Throwable t) { 103 } catch (Throwable t) { 116 } catch (Throwable t) { 129 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_int_2addr/ |
Test_and_int_2addr.java | 76 } catch (Throwable t) { 89 } catch (Throwable t) { 102 } catch (Throwable t) { 115 } catch (Throwable t) { 128 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_long/ |
Test_and_long.java | 77 } catch (Throwable t) { 90 } catch (Throwable t) { 103 } catch (Throwable t) { 116 } catch (Throwable t) { 130 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/and_long_2addr/ |
Test_and_long_2addr.java | 76 } catch (Throwable t) { 89 } catch (Throwable t) { 102 } catch (Throwable t) { 115 } catch (Throwable t) { 129 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/int_to_double/ |
Test_int_to_double.java | 83 } catch (Throwable t) { 96 } catch (Throwable t) { 109 } catch (Throwable t) { 122 } catch (Throwable t) { 136 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/long_to_int/ |
Test_long_to_int.java | 91 } catch (Throwable t) { 105 } catch (Throwable t) { 119 } catch (Throwable t) { 132 } catch (Throwable t) { 146 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/ |
Test_monitor_exit.java | 67 } catch (Throwable t) { 82 } catch (Throwable t) { 95 } catch (Throwable t) { 108 } catch (Throwable t) { 121 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int/ |
Test_or_int.java | 74 } catch (Throwable t) { 89 } catch (Throwable t) { 102 } catch (Throwable t) { 115 } catch (Throwable t) { 129 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_2addr/ |
Test_or_int_2addr.java | 74 } catch (Throwable t) { 89 } catch (Throwable t) { 102 } catch (Throwable t) { 115 } catch (Throwable t) { 129 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit16/ |
Test_or_int_lit16.java | 77 } catch (Throwable t) { 92 } catch (Throwable t) { 105 } catch (Throwable t) { 118 } catch (Throwable t) { 132 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_int_lit8/ |
Test_or_int_lit8.java | 77 } catch (Throwable t) { 92 } catch (Throwable t) { 105 } catch (Throwable t) { 118 } catch (Throwable t) { 132 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_long/ |
Test_or_long.java | 75 } catch (Throwable t) { 90 } catch (Throwable t) { 103 } catch (Throwable t) { 116 } catch (Throwable t) { 130 } catch (Throwable t) {
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/or_long_2addr/ |
Test_or_long_2addr.java | 75 } catch (Throwable t) { 90 } catch (Throwable t) { 103 } catch (Throwable t) { 116 } catch (Throwable t) { 130 } catch (Throwable t) {
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
AddressDetectionTest.java | 26 public void testMultipleAddressesInText() throws Throwable { 39 public void testSplitAddresses() throws Throwable { 58 public void testAddressLimits() throws Throwable { 77 public void testRealAddresses() throws Throwable { 96 public void testSpecialChars() throws Throwable {
|
/external/junit/src/junit/framework/ |
TestCase.java | 128 * @throws Throwable if any exception is thrown 130 public void runBare() throws Throwable { 131 Throwable exception= null; 135 } catch (Throwable running) { 141 } catch (Throwable tearingDown) { 149 * @throws Throwable if any exception is thrown 151 protected void runTest() throws Throwable {
|
/external/junit/src/org/junit/rules/ |
ErrorCollector.java | 27 * collector.addError(new Throwable("first thing went wrong")); 28 * collector.addError(new Throwable("second thing went wrong")); 36 private List<Throwable> errors= new ArrayList<Throwable>(); 39 protected void verify() throws Throwable { 44 * Adds a Throwable to the table. Execution continues, but the test will fail at the end. 46 public void addError(Throwable error) { 80 } catch (Throwable e) {
|
/external/junit/src/org/junit/runners/model/ |
NoGenericTypeParametersValidator.java | 18 void validate(List<Throwable> errors) { 23 private void validateNoTypeParameterOnType(Type type, List<Throwable> errors) { 36 List<Throwable> errors) { 42 List<Throwable> errors) { 50 GenericArrayType arrayType, List<Throwable> errors) {
|
/libcore/luni/src/main/java/java/sql/ |
BatchUpdateException.java | 58 * Throwable object is set to the given cause Throwable object. 60 * @param cause the Throwable object for the underlying reason this SQLException 64 public BatchUpdateException(Throwable cause) { 71 * Throwable object is set to the given cause Throwable object. SQLState is 74 * @param cause the Throwable object for the underlying reason this SQLException 78 public BatchUpdateException(int[] updateCounts, Throwable cause) { 84 * Creates an BatchUpdateException object. The cause Throwable object is set 85 * to the given cause Throwable object. SQLState is initialized to nul [all...] |