Home
last modified time | relevance | path

Searched refs:th (Results 1 – 25 of 92) sorted by relevance

1234

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_AllUriTest.java204 private void addFailure(String message, Throwable th) { in addFailure() argument
205 Log.e(TAG, "Failed: " + message, th); in addFailure()
290 } catch (Throwable th) { in checkQueryExecutable()
291 addFailure("Query failed: URI=" + uri + " Message=" + th.getMessage(), th); in checkQueryExecutable()
299 } catch (Throwable th) { in checkQueryExecutable()
300 addFailure("Query with cancel failed: URI=" + uri + " Message=" + th.getMessage(), th); in checkQueryExecutable()
310 } catch (Throwable th) { in checkQueryExecutable()
311 addFailure("Query with limit failed: URI=" + uri + " Message=" + th.getMessage(), th); in checkQueryExecutable()
325 } catch (Throwable th) { in checkQueryExecutable()
326 addFailure("Query with limit failed: URI=" + uri + " Message=" + th.getMessage(), th); in checkQueryExecutable()
[all …]
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DTestUtils.java92 } catch (Throwable th) { in runWithFailureHook()
93 Log.e(TAG, "Caught exception: " + th, th); in runWithFailureHook()
95 throw th; in runWithFailureHook()
/cts/common/device-side/util/src/com/android/compatibility/common/util/
DTestUtils.java92 } catch (Throwable th) { in runWithFailureHook()
93 Log.e(TAG, "Caught exception: " + th, th); in runWithFailureHook()
95 throw th; in runWithFailureHook()
/cts/tests/app/app/src/android/app/stubs/
DLaunchpadTabActivity.java36 final TabHost th = getTabHost(); in onCreate() local
37 final TabHost.TabSpec ts = th.newTabSpec("1"); in onCreate()
40 th.addTab(ts); in onCreate()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-8427/
Dpoc.c68 pthread_t th; in poc() local
70 pthread_create(&th, 0, thr, (void*)i); in poc()
74 pthread_create(&th, 0, thr, (void*)i); in poc()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DTestTaskQueue.java36 HandlerThread th = new HandlerThread(threadName); in TestTaskQueue() local
37 th.start(); in TestTaskQueue()
38 mHandler = new Handler(th.getLooper()); in TestTaskQueue()
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_exit/
DTest_monitor_exit.java36 Thread th = new Thread(r); in testE1() local
37 th.start(); in testE1()
38 th.join(); in testE1()
/cts/tests/tests/opengl/src/android/opengl/cts/
DWrapperTest.java178 } catch (Throwable th) { in testThreadCleanup()
179 mThrowable = th; in testThreadCleanup()
209 Thread th = new Thread(wrappedTest, "EGL thrash"); in testThreadCleanup() local
210 th.start(); in testThreadCleanup()
211 th.join(); in testThreadCleanup()
/cts/tests/tests/media/src/android/media/cts/
DPresentationSyncTest.java259 } catch (Throwable th) { in run()
260 mThrowable = th; in run()
268 Thread th = new Thread(wrapper, "sync test"); in runTest() local
269 th.start(); in runTest()
270 th.join(); in runTest()
DEncodeDecodeTest.java194 } catch (Throwable th) { in run()
195 mThrowable = th; in run()
204 Thread th = new Thread(wrapper, "codec test"); in runTest() local
205 th.start(); in runTest()
206 th.join(); in runTest()
333 } catch (Throwable th) { in run()
334 mThrowable = th; in run()
349 Thread th = new Thread(wrapper, "codec test"); in runTest() local
350 th.start(); in runTest()
351 th.join(); in runTest()
DEncodeVirtualDisplayTest.java153 } catch (Throwable th) { in run()
154 mThrowable = th; in run()
161 Thread th = new Thread(wrapper, "codec test"); in runTest() local
162 th.start(); in runTest()
163 th.join(); in runTest()
DDecodeEditEncodeTest.java122 } catch (Throwable th) { in run()
123 mThrowable = th; in run()
130 Thread th = new Thread(wrapper, "codec test"); in runTest() local
131 th.start(); in runTest()
132 th.join(); in runTest()
DExtractDecodeEditEncodeMuxTest.java191 } catch (Throwable th) { in run()
192 mThrowable = th; in run()
202 Thread th = new Thread(wrapper, "codec test"); in runTest() local
203 th.start(); in runTest()
204 th.join(); in runTest()
DAdaptivePlaybackTest.java1573 Thread th = new Thread(runner, "stepWrapper");
1574 th.start();
1575 th.join();
/cts/apps/CtsVerifier/assets/report/
Dcompatibility_result.css41 table.summary th {
61 table.testsummary th {
85 table.testdetails th {
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsSyncAdapter.java98 } catch (Throwable th) { in onPerformSync()
99 Log.e(TAG, "Exception in onPerformSync", th); in onPerformSync()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DAccountCheckHostSideTest.java229 } catch (Throwable th) { in testAccountCheck()
234 throw th; in testAccountCheck()
DBaseDeviceAdminServiceTest.java89 } catch (Throwable th) { in withRetry()
90 lastThrowable = th; in withRetry()
/cts/hostsidetests/appbinding/hostside/src/com/android/cts/appbinding/
DAppBindingHostTest.java187 } catch (Throwable th) { in runWithRetries()
188 lastThrowable = th; in runWithRetries()
/cts/tests/tests/media/res/raw/
Dtestamr.amr188 …}��%���2�̍!�تMo�7�6Rz����;��R�{y��TC+�*e�"���P�}������k䎋��rR���ӕ�th#��<������ �}��R…
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c837 pthread_t th; in launch_thread() local
838 if (pthread_create(&th, NULL, thread_start, dat) != 0) in launch_thread()
840 return pthread_gettid_np(th); in launch_thread()
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale145 to Str_2_Loc (5'th statement of "main") out of the measurement loop
/cts/tests/tests/media/assets/hls_variant/387360/
D14.ts734 …��V���7tG��\�:���E¤�i� ��u��?/_\!���Cvbԍ��K�*ў��BE�>��w��},l�a~��th��z����X ���7�L��7��…
975 …\��^���s�7so'���w��f��4@�}�m�G��fV9ֹ��R5�����y���|1>B�����1��=�O�E�O��([�th,�m3^�U�h����H�ej'…
/cts/tests/tests/media/assets/hls_variant/165340/
D06.ts470 ��h���Yw:��W���@>D�.�}th����3��L��~l� ���X�FC�Z�<���y�
D00.ts632 …��x��6�xs�����/�/�J�E��on7����39��\>����A.�n}=����bn�|~_0��}33=��=�[�X��th��⸮d�,H�T������d�__�B…

1234