/aosp14/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | AnimatorSetActivityTest.java | 123 AnimatorSet s3 = new AnimatorSet(); in testGetChildAnimations() local 124 s3.play(a1).before(a2).after(s1).with(s2).after(a3); in testGetChildAnimations() 125 ArrayList<Animator> s3Children = s3.getChildAnimations(); in testGetChildAnimations() 179 AnimatorSet s3 = new AnimatorSet(); in testTotalDuration() local 180 s3.play(a1).before(a2).after(a3); in testTotalDuration() 181 s3.play(a1).after(a2).with(a4); in testTotalDuration() 534 final AnimatorSet s3 = s1.clone(); in testClone() local 536 s3.addListener(l3); in testClone() 548 s3.start(); in testClone() 563 s3.cancel(); in testClone() [all …]
|
/aosp14/frameworks/base/location/java/android/location/altitude/ |
H A D | AltitudeConverter.java | 99 long s3 = 0; in findMapSquare() local 103 s3 = edgeNeighbors[i3] == s2 ? 0 : edgeNeighbors[i3]; in findMapSquare() 112 edgeNeighbors[3] = s3; in findMapSquare()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | TextUtilsTest.java | 293 Spannable s3 = new SpannableString(s1); in testEllipsize() local 294 s3.setSpan(new StyleSpan(0), 5, 10, Spannable.SPAN_EXCLUSIVE_EXCLUSIVE); in testEllipsize() 318 String out3 = TextUtils.ellipsize(s3, p, i, kind).toString(); in testEllipsize() 322 String keep3 = TextUtils.ellipsize(s3, p, i, kind, true, null).toString(); in testEllipsize()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
H A D | ShortcutManagerTest11.java | 503 ShortcutInfo s3 = makeLongLivedShortcut("s3"); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletionButCached() 504 s3.setRank(3); in testShortcutChangeCallback_pushDynamicShortcut_causeDeletionButCached() 505 mManager.pushDynamicShortcut(s3); // Add a long lived shortcut to the end of the list. in testShortcutChangeCallback_pushDynamicShortcut_causeDeletionButCached()
|
H A D | ShortcutManagerTest1.java | 413 final ShortcutInfo s3 = makeShortcut("s3"); in testPushDynamicShortcut() local 432 mManager.pushDynamicShortcut(s3); in testPushDynamicShortcut() 8983 final ShortcutInfo s3 = makeShortcut("s3"); in testIsSharingShortcut() local 8985 assertTrue(mManager.setDynamicShortcuts(list(s1, s2, s3))); in testIsSharingShortcut() 9032 final ShortcutInfo s3 = makeShortcutWithCategory("s3", in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts() local 9038 assertTrue(mManager.setDynamicShortcuts(list(s1, s2, s3))); in testIsSharingShortcut_PinnedAndCachedOnlyShortcuts() 9079 final ShortcutInfo s3 = makeShortcutExcludedFromLauncher("s3"); in testAddingShortcuts_ExcludesHiddenFromLauncherShortcuts() local 9082 assertTrue(mManager.setDynamicShortcuts(list(s1, s2, s3))); in testAddingShortcuts_ExcludesHiddenFromLauncherShortcuts() 9087 assertTrue(mManager.addDynamicShortcuts(list(s1, s2, s3))); in testAddingShortcuts_ExcludesHiddenFromLauncherShortcuts() 9100 final ShortcutInfo s3 = makeShortcut("s3"); in testUpdateShortcuts_ExcludesHiddenFromLauncherShortcuts() local [all …]
|
/aosp14/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 916 std::string s3 = RandomString(10000, rand_char); in TEST_F() local 917 ret = fb->RawCommand(s3); in TEST_F() 919 << "Device did not respond with failure after sending length " << s3.size() in TEST_F()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | MockingOomAdjusterTests.java | 2050 final ServiceRecord s3 = bindService(app3, client1, null, 0, mock(IBinder.class)); in testUpdateOomAdj_UidIdle_StopService() local 2051 setFieldValue(ServiceRecord.class, s3, "name", cn3); in testUpdateOomAdj_UidIdle_StopService() 2052 s3.startRequested = true; in testUpdateOomAdj_UidIdle_StopService() 2068 setServiceMap(s3, MOCKAPP5_UID, cn3); in testUpdateOomAdj_UidIdle_StopService()
|
/aosp14/frameworks/base/native/graphics/jni/fuzz/corpus/ |
H A D | sample_raf.raf | 1863 …:�e&ާ�ʺ�߶�r7��̃>G�ab{ce��¿����g�H-ߚ����>g��x��^�B��z�����e+�dae�ˡ醛���s3�u��d��?���l��wS… 5855 �#+s3 6442 S#)s3r1s#%32�0;�"#420�#�1�Q3"$*2�0�"�1�0S"s1�0s!�0r2��!S2��0#�0�a0�B" 12… 9643 s3,�0 10630 �273$S3�3;�#E1�2P$J2R48$I33�37$7�2�3%1�3�3:#$?�2"2;�#s3�2;�$4!3>�#.�0�3;�$#2… 14037 b3;'4s3 19696 B4<S)3s3 20514 �34�$ s3!5ac%M�3b3C$C6�3;�#:s3 24374 �#$3�1#"s3 24868 �3!"#s33�#�22S#!c1�10c#9c2�2+S"�1 [all …]
|