Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DDnsSdTxtRecordListenerTest.java120 private boolean equals(String s1, String s2) { in equals() argument
121 if (s1 == null && s2 == null) { in equals()
124 if (s1 == null || s2 == null) { in equals()
127 return s1.equals(s2); in equals()
130 private boolean equals(Map<String, String> s1, Map<String, String> s2) { in equals() argument
131 if (s1 == null && s2 == null) { in equals()
134 if (s1 == null || s2 == null) { in equals()
137 return s1.equals(s2); in equals()
DUPnPServiceResponseListenerTest.java108 private boolean equals(String s1, String s2) { in equals() argument
109 if (s1 == null && s2 == null) { in equals()
112 if (s1 == null || s2 == null) { in equals()
115 return s1.equals(s2); in equals()
DDnsSdResponseListenerTest.java116 private boolean equals(String s1, String s2) { in equals() argument
117 if (s1 == null && s2 == null) { in equals()
120 if (s1 == null || s2 == null) { in equals()
123 return s1.equals(s2); in equals()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerSpoofingTest.java46 ShortcutInfo s1 = makeShortcut("s1", "title1"); in testSpoofingPublisher()
47 getManager().setDynamicShortcuts(list(s1)); in testSpoofingPublisher()
50 ShortcutInfo s1 = makeShortcut("s1", "title2"); in testSpoofingPublisher()
51 getManager().setDynamicShortcuts(list(s1)); in testSpoofingPublisher()
54 ShortcutInfo s1 = makeShortcut("s1", "title3"); in testSpoofingPublisher()
55 getManager().setDynamicShortcuts(list(s1)); in testSpoofingPublisher()
108 ShortcutInfo s1 = makeShortcut("s1", "title1"); in testSpoofingLauncher()
109 getManager().setDynamicShortcuts(list(s1)); in testSpoofingLauncher()
DShortcutManagerClientApiTest.java1692 final ShortcutInfo s1 = makeShortcutBuilder("s1") in testDynamicIntents()
1712 assertTrue(getManager().setDynamicShortcuts(list(s1, s2))); in testDynamicIntents()
/cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
DShortcutManagerSecondaryUserTest.java60 final ShortcutInfo s1 = list.get(0); in testCreateAndStart() local
63 getLauncherApps().getShortcutIconDrawable(s1, DisplayMetrics.DENSITY_DEFAULT); in testCreateAndStart()
64 getLauncherApps().getShortcutBadgedIconDrawable(s1, DisplayMetrics.DENSITY_DEFAULT); in testCreateAndStart()
69 getLauncherApps().startShortcut(s1, null, null); in testCreateAndStart()
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DSeedTest.java36 Scanner s1 = new Scanner(out1); in assertOutputs() local
40 String line1 = getNextLine(s1); in assertOutputs()
/cts/hostsidetests/shortcuts/deviceside/backup/publisher3/src/android/content/pm/cts/shortcut/backup/publisher3/
DShortcutManagerPreBackupTest.java37 final ShortcutInfo s1 = new ShortcutInfo.Builder(getContext(), "s1") in testPreBackup() local
58 assertTrue(getManager().setDynamicShortcuts(list(s1, s2, s3))); in testPreBackup()
/cts/hostsidetests/shortcuts/deviceside/backup/publisher2/src/android/content/pm/cts/shortcut/backup/publisher2/
DShortcutManagerPreBackupTest.java37 final ShortcutInfo s1 = new ShortcutInfo.Builder(getContext(), "s1") in testPreBackup() local
61 assertTrue(getManager().setDynamicShortcuts(list(s1, s2, s3))); in testPreBackup()
/cts/hostsidetests/shortcuts/deviceside/backup/publisher1/src/android/content/pm/cts/shortcut/backup/publisher1/
DShortcutManagerPreBackupTest.java37 final ShortcutInfo s1 = new ShortcutInfo.Builder(getContext(), "s1") in testPreBackup() local
61 assertTrue(getManager().setDynamicShortcuts(list(s1, s2, s3))); in testPreBackup()
/cts/hostsidetests/shortcuts/deviceside/upgrade/src/android/content/pm/cts/shortcut/upgrade/
DShortcutManagerPreUpgradeTest.java42 final ShortcutInfo s1 = new ShortcutInfo.Builder(getContext(), "s1") in testPreUpgrade() local
58 assertTrue(getManager().setDynamicShortcuts(list(s1, s2))); in testPreUpgrade()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
Dlayer_info_fast.rsh33 return (layer_info_i2.s1 <= depth && depth <= layer_info_i2.s0);
45 ((depth < layer_info_f2.s1) | (depth > layer_info_f2.s0));
Dlayered_filter_fast_d1new.rs417 …ernel_info = rsGetElementAt_float4(galloc_kernel_info, sharp_dilated_depth - g_target_layer_i2.s1);
447 …ernel_info = rsGetElementAt_float4(galloc_kernel_info, sharp_dilated_depth - g_target_layer_i2.s1);
498 …float4 alloc_kernel_info = rsGetElementAt_float4(galloc_kernel_info, depth - g_target_layer_i2.s1);
551 …el_info = rsGetElementAt_float4(galloc_kernel_info, in_sharp_dilated_depth - g_target_layer_i2.s1);
786 g_target_layer_i2.s1 = back;
801 g_image_size_i4.s1 = height;
806 g_focal_layer_i2.s1 = back;
Dlayered_filter_d1new_helper.rsh131 const int kernel_center_x = alloc_kernel_info.s1;
219 const int kernel_center_x = alloc_kernel_info.s1; // kernel_info->radius_x
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DWifiConfigLockdownTest.java179 private boolean areMatchingSsids(String s1, String s2) { in areMatchingSsids() argument
180 if (s1 == null || s2 == null) { in areMatchingSsids()
183 return s1.replace("\"", "").equals(s2.replace("\"", "")); in areMatchingSsids()
/cts/tests/tests/os/src/android/os/cts/
DBundleTest.java562 final short s1 = 1006; in testGetShort2() local
565 assertEquals(s1, mBundle.getShort(KEY, s1)); in testGetShort2()
567 assertEquals(s2, mBundle.getShort(KEY, s1)); in testGetShort2()
569 assertEquals(s2, mBundle.getShort(KEY, s1)); in testGetShort2()
573 final short s1 = 1006; in testGetShortArray() local
578 s1, s2 in testGetShortArray()
581 assertEquals(s1, shortArray[0]); in testGetShortArray()
585 assertEquals(s1, shortArray[0]); in testGetShortArray()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DMatrix2fTest.java60 String s1 = getString(m.getArray()); in checkData() local
62 assertEquals(s2, s1); in checkData()
DMatrix3fTest.java61 String s1 = getString(m.getArray()); in checkData() local
63 assertEquals(s2, s1); in checkData()
DMatrix4fTest.java62 String s1 = getString(m.getArray()); in checkData() local
64 assertEquals(s2, s1); in checkData()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityGestureDispatchTest.java361 StrokeDescription s1 = new StrokeDescription( in testContinuedGestures_motionEventsContinue() local
363 StrokeDescription s2 = s1.continueStroke( in testContinuedGestures_motionEventsContinue()
367 GestureDescription gesture1 = new GestureDescription.Builder().addStroke(s1).build(); in testContinuedGestures_motionEventsContinue()
/cts/tools/vm-tests-tf/src/util/build/
DBuildDalvikSuite.java324 public int compare(String s1, String s2) {
326 return s1.compareTo(s2);
/cts/tests/tests/media/assets/
Dsegment000000.ts2372 …gw���*Q���dw�.j}��G�O��h�� �Z+�@tᩈ���M�9� .��Q?CQ�p�S/%��wk����'����E�s1�gCL���d^^������ky…
/cts/tests/tests/media/res/raw/
Dtestmp3_3.raw1 …gxKMgd0HduRkQ8wk6N7/Nuo1/ZT7//SAAALIXFG5fxAPMZCUO0jcH5g4tG3VWa3Uv4HPbFjdG++s1+q+aW9e05/T/1b7yNtb7h…
Dfootball_qvga.yuv32 …,)*054+),0598695+&!%7Nv�����������������������������������t|�f6-:874245/#C�s1.B<-*)'9Qg��������zhR…
55 …@;5)'())''&(*.36<?ACBFGFEFFEB?<95540-*!%?Ubp|������������������������������s1(<EGMY\SS[acacefgdeho…
86 …CBEILLLMMNPQRQOPONKGC?;77737@Lanw{zwvvuwwz{{{wtrpnmppmlg^]giltw{��xjvupldU`s1<��8-���������������h…
183 …swcZabE/Nr��}�k@z�����yutv��������������������x80CCB�İ�jJCK;J�ˬ������ϱR2<�s1\w�}~oe]K2*,-)'*((*)…
273 …hieeq{������������������|cbh``adltvrliea]`kprvrpqoihhd[gnP@EPN@=?J;C����+}�s1���������������|tmjkh…
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jar ... ) char c1 char c2 int alphaIndex int i CharSequence s1 CharSequence s2 int length private static int getAlphaIndex (char ...