OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Throwable
(Results
1051 - 1075
of
3051
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/packages/apps/Dialer/tests/src/com/android/dialer/
CallDetailActivityTest.java
96
public void testInitialActivityStartsWithFetchingVoicemail() throws
Throwable
{
105
public void testWhenCheckForContentCompletes_UiShowsBuffering() throws
Throwable
{
116
public void testInvalidVoicemailShowsErrorMessage() throws
Throwable
{
128
public void testOnResumeDoesNotCreateManyFragments() throws
Throwable
{
153
public void testClickIncreaseRateButtonWithInvalidVoicemailDoesNotCrash() throws
Throwable
{
161
public void testCallLogUriWithMissingExtrasShouldNotCauseNPE() throws
Throwable
{
171
public void testVoicemailDoesNotHaveRemoveFromCallLog() throws
Throwable
{
181
public void testRegularCallDoesHaveRemoveFromCallLog() throws
Throwable
{
196
public void testVoicemailPlaybackRateDisplayedOnUi() throws
Throwable
{
215
public void testClickingCallStopsPlayback() throws
Throwable
{
[
all
...]
/cts/tests/tests/opengl/src/android/opengl/cts/
ColorBufferTest.java
44
public void test_RGBA_1001() throws
Throwable
{
62
public void test_RGBA_1101() throws
Throwable
{
80
public void test_RGBA_1111() throws
Throwable
{
99
public void test_RGBA_0101() throws
Throwable
{
118
public void test_RGBA_0011() throws
Throwable
{
137
public void test_RGBA_0000() throws
Throwable
{
156
public void test_RGBA_rand_val_one() throws
Throwable
{
NativeColorBufferTest.java
39
public void test_RGBA_1001() throws
Throwable
{
57
public void test_RGBA_1101() throws
Throwable
{
75
public void test_RGBA_1111() throws
Throwable
{
94
public void test_RGBA_0101() throws
Throwable
{
113
public void test_RGBA_0011() throws
Throwable
{
132
public void test_RGBA_0000() throws
Throwable
{
151
public void test_RGBA_rand_val_one() throws
Throwable
{
/frameworks/base/core/java/android/bluetooth/
BluetoothPan.java
233
Log.e(TAG, "Stack:" + Log.getStackTraceString(new
Throwable
()));
274
Log.e(TAG, "Stack:" + Log.getStackTraceString(new
Throwable
()));
291
Log.e(TAG, "Stack:" + Log.getStackTraceString(new
Throwable
()));
308
Log.e(TAG, "Stack:" + Log.getStackTraceString(new
Throwable
()));
326
Log.e(TAG, "Stack:" + Log.getStackTraceString(new
Throwable
()));
339
Log.e(TAG, "Stack:" + Log.getStackTraceString(new
Throwable
()));
348
Log.e(TAG, "Stack:" + Log.getStackTraceString(new
Throwable
()));
BluetoothHealth.java
189
if (DBG) Log.d(TAG, Log.getStackTraceString(new
Throwable
()));
213
if (DBG) Log.d(TAG, Log.getStackTraceString(new
Throwable
()));
242
if (DBG) Log.d(TAG, Log.getStackTraceString(new
Throwable
()));
271
if (DBG) Log.d(TAG, Log.getStackTraceString(new
Throwable
()));
300
if (DBG) Log.d(TAG, Log.getStackTraceString(new
Throwable
()));
329
if (DBG) Log.d(TAG, Log.getStackTraceString(new
Throwable
()));
359
if (DBG) Log.d(TAG, Log.getStackTraceString(new
Throwable
()));
383
Log.e(TAG, "Stack:" + Log.getStackTraceString(new
Throwable
()));
415
Log.e(TAG, "Stack:" + Log.getStackTraceString(new
Throwable
()));
/libcore/luni/src/main/java/libcore/reflect/
AnnotationMember.java
41
* <li>
Throwable
43
* The last type is specific for this implementation; a
Throwable
value
57
* Tag description of a
Throwable
value type.
111
if (value instanceof
Throwable
) {
185
* <br> A special case is the contained
Throwable
value; it is considered
289
public void rethrowError() throws
Throwable
{
308
Throwable
error = (
Throwable
)value;
319
error = (
Throwable
)ois.readObject();
339
public Object validateValue() throws
Throwable
{
[
all
...]
/libcore/luni/src/test/java/tests/api/java/lang/reflect/
ProxyTest.java
53
throws
Throwable
{
102
throws
Throwable
{
119
throws
Throwable
{
186
} catch (
Throwable
e) {
209
throws
Throwable
{
236
throws
Throwable
{
307
throws
Throwable
{
/libcore/luni/src/test/java/tests/org/w3c/dom/
DocumentCreateAttributeNS.java
76
* @throws
Throwable
79
public void testCreateAttributeNS1() throws
Throwable
{
98
* @throws
Throwable
101
public void testCreateAttributeNS2() throws
Throwable
{
141
public void testCreateAttributeNS3() throws
Throwable
{
172
public void testCreateAttributeNS4() throws
Throwable
{
201
public void testCreateAttributeNS5() throws
Throwable
{
226
public void testCreateAttributeNS6() throws
Throwable
{
250
public void testCreateAttributeNS7() throws
Throwable
{
ElementSetAttributeNS.java
52
* @throws
Throwable
55
public void testSetAttributeNS1() throws
Throwable
{
72
public void testSetAttributeNS2() throws
Throwable
{
93
public void testSetAttributeNS3() throws
Throwable
{
116
public void testSetAttributeNS4() throws
Throwable
{
149
public void testSetAttributeNS5() throws
Throwable
{
168
public void testSetAttributeNS8() throws
Throwable
{
197
public void testSetAttributeNSURINull() throws
Throwable
{
NamedNodeMapRemoveNamedItemNS.java
72
* @throws
Throwable
75
public void testRemoveNamedItemNS1() throws
Throwable
{
94
// public void testRemoveNamedItemNS2() throws
Throwable
{
115
public void testRemoveNamedItemNS3() throws
Throwable
{
140
public void _testRemoveNamedItemNS4() throws
Throwable
{
162
// public void testRemoveNamedItemNS5() throws
Throwable
{
207
public void testRemoveNamedItemNS6() throws
Throwable
{
229
public void testRemoveNamedItemNS7() throws
Throwable
{
251
public void testRemoveNamedItemNS8() throws
Throwable
{
274
public void testRemoveNamedItemNS9() throws
Throwable
{
[
all
...]
NamedNodeMapSetNamedItemNS.java
80
* @throws
Throwable
83
public void testSetNamedItemNS1() throws
Throwable
{
104
public void testSetNamedItemNS2() throws
Throwable
{
123
public void testSetNamedItemNS3() throws
Throwable
{
158
public void testSetNamedItemNS4() throws
Throwable
{
191
// public void testSetNamedItemNS5() throws
Throwable
{
228
public void testSetNamedItemNS6() throws
Throwable
{
254
public void testSetNamedItemNS7() throws
Throwable
{
280
public void testSetNamedItemNS8() throws
Throwable
{
308
// public void testSetNamedItemNS9() throws
Throwable
{
[
all
...]
/cts/tests/tests/animation/src/android/animation/cts/
PropertyValuesHolderTest.java
73
public void testSetValues() throws
Throwable
{
89
public void testOffloat() throws
Throwable
{
103
public void testOfFloat_Property() throws
Throwable
{
119
public void testOfInt() throws
Throwable
{
140
public void testOfInt_Property() throws
Throwable
{
168
public void testSetProperty() throws
Throwable
{
276
public float[] getYPosition() throws
Throwable
{
298
private void startAnimation(final Animator animator) throws
Throwable
{
307
final ObjectAnimator colorAnimator) throws
Throwable
{
/cts/tests/tests/app/src/android/app/cts/
ProgressDialogTest.java
111
public void testShow3() throws
Throwable
{
146
public void testShow4() throws
Throwable
{
240
public void testIncrementProgressBy() throws
Throwable
{
259
public void testIncrementSecondaryProgressBy() throws
Throwable
{
277
public void testSetProgressDrawable() throws
Throwable
{
296
public void testSetIndeterminateDrawable() throws
Throwable
{
315
public void testSetMessage() throws
Throwable
{
336
public void testSetProgressStyle() throws
Throwable
{
343
private void setProgressStyle(final int style) throws
Throwable
{
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSocketFunctionalTest.java
63
public void testContextInitialized2() throws
Throwable
{
68
throws
Throwable
{
97
throws
Throwable
{
140
throws
Throwable
{
181
throws
Throwable
{
186
final
Throwable
[] throwed = new
Throwable
[1];
231
} catch (
Throwable
e) {
303
} catch (
Throwable
e) {
/art/runtime/entrypoints/portable/
portable_throw_entrypoints.cc
51
extern "C" void art_portable_throw_exception_from_code(mirror::
Throwable
* exception)
66
mirror::
Throwable
* exception = self->GetException(NULL);
76
mirror::
Throwable
* exception = self->GetException(&throw_location);
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwContentsClientGetDefaultVideoPosterTest.java
63
public void testGetDefaultVideoPoster() throws
Throwable
{
75
public void testInterceptDefaultVidoePosterURL() throws
Throwable
{
93
public void testNoDefaultVideoPoster() throws
Throwable
{
AwContentsClientOnFormResubmissionTest.java
88
public void testResend() throws
Throwable
{
97
public void testDontResend() throws
Throwable
{
104
protected void doReload() throws
Throwable
{
ClientAddMessageToConsoleTest.java
62
public void testAddMessageToConsoleCalledWithCorrectLevel() throws
Throwable
{
96
public void testAddMessageToConsoleCalledWithCorrectMessage() throws
Throwable
{
118
public void testAddMessageToConsoleCalledWithCorrectLineAndSource() throws
Throwable
{
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
GestureDetectorResetTest.java
55
} catch (
Throwable
e) {
68
throws InterruptedException, Exception,
Throwable
{
93
throws InterruptedException, Exception,
Throwable
{
/external/guava/guava/src/com/google/common/base/internal/
Finalizer.java
110
} catch (
Throwable
t) {
155
} catch (
Throwable
t) {
196
} catch (
Throwable
t) {
/external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java
183
private static void sneakyThrow(
Throwable
t) {
184
class SneakyThrower<T extends
Throwable
> {
186
void throwIt(
Throwable
t) throws T {
/external/junit/src/junit/framework/
TestResult.java
40
public synchronized void addError(Test test,
Throwable
t) {
114
public void protect() throws
Throwable
{
141
catch (
Throwable
e) {
/external/junit/src/org/junit/runners/
Parameterized.java
113
protected void validateConstructor(List<
Throwable
> errors) {
133
public Parameterized(Class<?> klass) throws
Throwable
{
148
throws
Throwable
{
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
SystemBars.java
96
} catch (
Throwable
t) {
101
} catch (
Throwable
t) {
110
private RuntimeException andLog(String msg,
Throwable
t) {
/frameworks/base/test-runner/src/android/test/
TestPrinter.java
81
public void failed(String className,
Throwable
exception) {
88
private void failed(Test test,
Throwable
t) {
93
public void addError(Test test,
Throwable
t) {
Completed in 1881 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>