Home
last modified time | relevance | path

Searched refs:t1 (Results 1 – 25 of 41) sorted by relevance

12

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/
DTest_monitor_enter.java34 final T_monitor_enter_1 t1 = new T_monitor_enter_1(); in testN1() local
35 Runnable r1 = new TestRunnable(t1); in testN1()
36 Runnable r2 = new TestRunnable(t1); in testN1()
44 assertEquals(2, t1.counter); in testN1()
54 final T_monitor_enter_2 t1 = new T_monitor_enter_2(); in testN2() local
55 Runnable r1 = new TestRunnable2(t1, 10); in testN2()
56 Runnable r2 = new TestRunnable2(t1, 20); in testN2()
64 assertTrue(t1.result); in testN2()
124 private T_monitor_enter_1 t1; field in TestRunnable
125 TestRunnable(T_monitor_enter_1 t1) { in TestRunnable() argument
[all …]
/cts/tests/tests/view/src/android/view/animation/cts/
DTransformationTest.java45 final Transformation t1 = new Transformation(); in testCompose() local
47 t1.setAlpha(0.5f); in testCompose()
49 t1.getMatrix().setScale(3, 1); in testCompose()
51 t1.setTransformationType(Transformation.TYPE_MATRIX); in testCompose()
53 t2.compose(t1); in testCompose()
61 t1.setTransformationType(Transformation.TYPE_IDENTITY); in testCompose()
62 t2.compose(t1); in testCompose()
72 final Transformation t1 = new Transformation(); in testClear() local
74 t2.set(t1); in testClear()
75 assertTransformationEquals(t1, t2); in testClear()
[all …]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DDspFftServer.java54 double cc, ss, t1, t2; in fft() local
68 t1 = r.mReal[ii]; in fft()
70 r.mReal[jj] = t1; in fft()
71 t1 = r.mImag[ii]; in fft()
73 r.mImag[jj] = t1; in fft()
90 t1 = cc * r.mReal[kk + n1] - ss * r.mImag[kk + n1]; in fft()
92 r.mReal[kk + n1] = r.mReal[kk] - t1; in fft()
94 r.mReal[kk] = r.mReal[kk] + t1; in fft()
/cts/tests/controls/src/android/controls/cts/
DCtsControlsServiceTest.java408 private void assertToggleTemplate(ToggleTemplate t1, ToggleTemplate t2) { in assertToggleTemplate() argument
409 assertEquals(t1.isChecked(), t2.isChecked()); in assertToggleTemplate()
410 assertEquals(t1.getContentDescription(), t2.getContentDescription()); in assertToggleTemplate()
413 private void assertRangeTemplate(RangeTemplate t1, RangeTemplate t2) { in assertRangeTemplate() argument
414 assertEquals(t1.getMinValue(), t2.getMinValue(), 0.0f); in assertRangeTemplate()
415 assertEquals(t1.getMaxValue(), t2.getMaxValue(), 0.0f); in assertRangeTemplate()
416 assertEquals(t1.getCurrentValue(), t2.getCurrentValue(), 0.0f); in assertRangeTemplate()
417 assertEquals(t1.getStepValue(), t2.getStepValue(), 0.0f); in assertRangeTemplate()
418 assertEquals(t1.getFormatString(), t2.getFormatString()); in assertRangeTemplate()
421 private void assertTemperatureControlTemplate(TemperatureControlTemplate t1, in assertTemperatureControlTemplate() argument
[all …]
/cts/tests/openglperf2/jni/reference/
DGLReference.cpp47 double t1 = GLUtils::currentTimeMillis(); in Java_android_opengl2_cts_reference_GLGameActivity_startBenchmark() local
50 updates[i] = t1 - t0; in Java_android_opengl2_cts_reference_GLGameActivity_startBenchmark()
51 renders[i] = t2 - t1; in Java_android_opengl2_cts_reference_GLGameActivity_startBenchmark()
/cts/tests/tests/widget/src/android/widget/cts/util/
DListItemFactory.java246 TextView t1 = new TextView(context); in doubleText() local
247 t1.setHeight(desiredHeight); in doubleText()
248 t1.setText(text); in doubleText()
249 t1.setGravity(Gravity.LEFT | Gravity.CENTER_VERTICAL); in doubleText()
253 ll.addView(t1, lp1); in doubleText()
279 TextView t1 = (TextView) ((LinearLayout) convertView).getChildAt(0); in convertDoubleText() local
281 t1.setText(text); in convertDoubleText()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0243/
Dpoc.cpp71 pthread_t t1, t2; in main() local
75 pthread_create(&t1, nullptr, thread_getParameter, params); in main()
93 pthread_join(t1, nullptr); in main()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DTypeTest.java193 Type t1 = b1.setX(5).setY(5).create(); in testEquals() local
198 assertTrue(t1.equals(t2)); in testEquals()
199 assertTrue(t2.equals(t1)); in testEquals()
200 assertTrue(t1.hashCode() == t2.hashCode()); in testEquals()
203 assertFalse(t1.equals(t2)); in testEquals()
204 assertFalse(t2.equals(t1)); in testEquals()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java100 long t1=0; in getCurrentPosition() local
108 t1=SystemClock.uptimeMillis(); in getCurrentPosition()
119 Log.v(TAG, "mp currentPositon = " + currentPosition + " play duration = " + (t2-t1)); in getCurrentPosition()
121 if ((currentPosition < ((t2-t1) *1.2)) && (currentPosition > 0)) in getCurrentPosition()
154 long t1 =0; in setLooping() local
167 t1=SystemClock.uptimeMillis(); in setLooping()
175 Log.v(TAG, "looping position " + currentPosition + "duration = " + (t2-t1)); in setLooping()
183 if ((currentPosition < ((t2-t1-5000)*1.2)) && currentPosition > 0) in setLooping()
193 long t1=0; in pause() local
200 t1=SystemClock.uptimeMillis(); in pause()
[all …]
/cts/tests/app/src/android/app/cts/
DAppTaskTests.java208 final ActivityManager.AppTask t1 = appTasks.get(0); in testSetExcludeFromRecents() local
209 t1.setExcludeFromRecents(true); in testSetExcludeFromRecents()
210 assertTrue((t1.getTaskInfo().baseIntent.getFlags() & FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS) in testSetExcludeFromRecents()
212 t1.setExcludeFromRecents(false); in testSetExcludeFromRecents()
213 assertTrue((t1.getTaskInfo().baseIntent.getFlags() & FLAG_ACTIVITY_EXCLUDE_FROM_RECENTS) in testSetExcludeFromRecents()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2025/
Dpoc.cpp165 pthread_t t1, t2, t3; in main() local
169 pthread_create(&t1, NULL, bcfree_helper, NULL); in main()
172 pthread_join(t1, NULL); in main()
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java82 float t1 = SensorManager.getAltitude(p0, p); in testGetAltitude() local
88 p0, p, t1, t2), in testGetAltitude()
89 t1, t2, 100.f); in testGetAltitude()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c1316 txn_t t1, t2; in race_cycle() local
1317 recv_txn(bnd1, &t1); in race_cycle()
1318 free_ptr = txn_buf(&t1); in race_cycle()
1852 txn_t t1, t2; in set_up_w128() local
1853 place_bnd_buf(0, 0, &t1); in set_up_w128()
1855 free_txn(&t1); in set_up_w128()
/cts/tests/tests/media/assets/hls_variant/165340/
D18.ts137 …�|~?���'��*&�2e&�+��hT~��%Eێ���߰0���U�o�2=��s�7����2�G��м���ps�I�t1?���<� ,Zy��#J,�_��6…
D10.ts147 …� @�C$Z�g8�t�(^�I3J�3\x�������6��Q��c���G��@�� m �LFʮ����ŪǮ��t1��@� C�@X�-A"���b…
D07.ts240 …@n�x�H�8�{d�t�x��� H��o����6' #�uv����5�q>�X��� �V��;W1�B��� ��� ���t1�k0�jG�]��� )��…
D08.ts133 eH�r�|aw��4$MR�4���t1&l3� +�E�i��nj���EUx�Li�)Q���"�N�į���G�ELr[�VC�<1l���0�5�����.:�J˫ϴ�)�W�…
D00.ts102 …��g@Ss�uj��8O�N�w��bH������o��j��Ֆ��Z���TG�6����)�щk����\][��ٽ��+�k��t1�o����+/����\���7��…
/cts/tests/tests/media/assets/hls_variant/765178/
D19.ts235 03$���s�O�͇�H< aXOm�1���L(鳵E˓��,W'9�3��&�;�w�b˔:��ѥ.Y)�Ͽ�t1�ȍ]$�����nVWSG�����֠x��M�l�#�p…
1350 …�>רe���xG��a�_�j��yF=|x?/<jTm��&�η-2\U&������0�~���(^=Q��9:� �%t1�B��?�h�WDL=�۾H�R5 ڡ…
2333 1t1-���� ���A��zR+����T���ar���Lg$P$��lu��N���� �T��% '�[>����� �<V�"-Rr�;��d�̛����…
2657 …g?��Mw�:��'�(���ʃy(c�z�$��ˋ��SV��P"0��������8js��^1M��/�/z{* XX�z�w��t1��G��)�rr�
D22.ts2895 …�v��|SZg#2�3}�<�L.���o��ꨬ��3�� wx-��b*k�Q4��mc�RY��(�����7%�C�|�{�c��kM�G�ba�K%t1�{Ue��
3041 ^E��#���d��fD��~sXn0|5G�#���`�t1�iA}�_ ���F��l�!%�0,K��v�q�P���g��d4U?,GuP�N0L��ۄ�CW��…
D16.ts343 Z���E_m-�[��.���u��#q��j�c�:$�����E�̥&�Oi>}/ܿ��G����L�)�jE=e����t1��y���������� �W���…
/cts/tests/tests/media/assets/hls_variant/387360/
D13.ts669 …JpbA�1 ��$ploϯ��e2�X�X����!�пK;*���7�����PM*\�w(����m���nѰ�)l�_�t1�V<m �˷�X��kq��n�+�…
D07.ts915 …����������������������������������������������������������sJ�Zg*������`�#t1�����Lb|n�.����26…
1325 …��Nk��K>��s��&$AOK�/Ƞ)���u�ݿE��G��� O�0���;�Xl�±�yiȪ��{�0TJܦ;�v�t1�Jf�T�8���Y�t9"�v��…
D06.ts636 …��xp8b��v�?�*��oU��{�2^����t1�mM;�d�4��1�!�]�ڱ��!G�f��#���2��2G]����|B�g4�B��D�I^��(�n鸄…
/cts/tests/tests/media/assets/hls_variant/344388/
D12.ts1326 …q�T��!,��K^U趞����l�a:;�#qZ�YP��b�:٩�m�r�ࡍw��� ���j�=����:Y�&�&������Z��L���ni�����aDZ�t1

12