/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | array_init.rscript | 7 short sa[4] = {1, 1, 2, 3}; 31 _RS_ASSERT(sa[0] == 1); 32 _RS_ASSERT(sa[1] == 1); 33 _RS_ASSERT(sa[2] == 2); 34 _RS_ASSERT(sa[3] == 3);
|
D | ComputeTest.java | 344 short[] sa = s.get_sa(); in checkInit() local 345 assertTrue(sa[0] == 1); in checkInit() 346 assertTrue(sa[1] == 1); in checkInit() 347 assertTrue(sa[2] == 2); in checkInit() 348 assertTrue(sa[3] == 3); in checkInit() 349 assertTrue(sa.length == 4); in checkInit()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | PrimitiveTest.java | 51 final TypedArray sa = getContext().obtainStyledAttributes(resid, R.styleable.EnumStyle); in tryEnum() local 52 final int value = sa.getInt(R.styleable.EnumStyle_testEnum, -1); in tryEnum() 53 sa.recycle(); in tryEnum() 69 final TypedArray sa = getContext().obtainStyledAttributes(resid, R.styleable.FlagStyle); in tryFlag() local 70 final int value = sa.getInt(R.styleable.FlagStyle_testFlags, -1); in tryFlag() 71 sa.recycle(); in tryFlag()
|
D | ConfigTest.java | 100 final TypedArray sa = theme.obtainStyledAttributes(resId, styleable); in checkValue() local 102 final String actual = sa.getString(i); in checkValue() 108 sa.recycle(); in checkValue()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual/ |
D | Test_invoke_virtual.java | 43 String sa = "a" + a; in testN1() local 45 assertTrue(t.run(sa, sb)); in testN1() 46 assertFalse(t.run(t, sa)); in testN1()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_virtual_range/ |
D | Test_invoke_virtual_range.java | 44 String sa = "a" + a; in testN1() local 46 assertTrue(t.run(sa, sb)); in testN1() 47 assertFalse(t.run(t, sa)); in testN1()
|
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/ |
D | ShortcutManagerMaxCountTest.java | 104 .forAllShortcuts(sa -> { in testWithManifest() 105 assertEquals(getActivity("Launcher_manifest_1"), sa.getActivity()); in testWithManifest() 110 .forAllShortcuts(sa -> { in testWithManifest() 111 assertEquals(getActivity("Launcher_manifest_2"), sa.getActivity()); in testWithManifest()
|
/cts/apps/CameraITS/utils/ |
D | noise_model_utils.py | 689 def f(x, sa, sb): argument 690 scale = sa * x[0] + sb 696 def f(x, sa, sb, oa, ob): argument 697 scale = sa * x[0] + sb
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | AdapterViewTest.java | 443 SparseArray<Parcelable> sa = new SparseArray<Parcelable>(); in testDispatchSaveInstanceState() local 444 adapterView.dispatchSaveInstanceState(sa); in testDispatchSaveInstanceState() 445 assertTrue(sa.size() > 0); in testDispatchSaveInstanceState()
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_cve_2019_2213_Test.c | 1676 struct sigaction sa; in handle_sig() local 1677 memset(&sa, 0x00, sizeof(sa)); in handle_sig() 1678 sa.sa_handler = sigfunc; in handle_sig() 1679 if (sigaction(SIGUSR2, &sa, NULL) < 0) in handle_sig()
|
/cts/tests/tests/security/res/raw/ |
D | cve_2019_2245.ts | 2802 …�N�D�6귓D�-�菵r�R͙b̤BY�!>��nlDfjj�=���aL��5�k~��Q$y]^4�z�'L���mQ��[��sa^֎=���\G1`���r\��… 2909 …>|ѓ��X�yvz�}����{aP�n���ywsa[��-4�tMZuO�T���[�%8�&��0��*aq֩tKj�asa�p�,�ˢe,����t�6�6�w�… 3431 …� ���F�Ƿ=o�uNk|�X1�����Gbȭ�җ�o�j��2�A�����{���\���o���U���n�?5�sa�5�/�|�m�L���"6��7��…
|
D | cve_2018_13925.ts | 2803 …�N�D�6귓D�-�菵r�R͙b̤BY�!>��nlDfjj�=���aL��5�k~��Q$y]^4�z�'L���mQ��[��sa^֎=���\G1`���r\��… 2910 …>|ѓ��X�yvz�}����{aP�n���ywsa[��-4�tMZuO�T���[�%8�&��0��*aq֩tKj�asa�p�,�ˢe,����t�6�6�w�…
|
D | cve_2019_2244.ts | 2804 …�N�D�6귓D�-�菵r�R͙b̤BY�!>��nlDfjj�=���aL��5�k~��Q$y]^4�z�'L���mQ��[��sa^֎=���\G1`���r\��… 2911 …>|ѓ��X�yvz�}����{aP�n���ywsa[��-4�tMZuO�T���[�%8�&��0��*aq֩tKj�asa�p�,�ˢe,����t�6�6�w�…
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | system-current.txt | 16953 …ing SERVICE_ID_CHATBOT_STANDALONE = " org.3gpp.urn:urn-7:3gpp-application.ims.iari.rcs.chatbot.sa";
|