Home
last modified time | relevance | path

Searched defs:out2 (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java388 char[] out2 = mInterface.RepeatCharArray(value, out1); in testArrays() local
396 int[] out2 = mInterface.RepeatIntArray(value, out1); in testArrays() local
404 long[] out2 = mInterface.RepeatLongArray(value, out1); in testArrays() local
412 float[] out2 = mInterface.RepeatFloatArray(value, out1); in testArrays() local
420 double[] out2 = mInterface.RepeatDoubleArray(value, out1); in testArrays() local
436 int[] out2 = mInterface.RepeatIntEnumArray(value, out1); in testArrays() local
444 long[] out2 = mInterface.RepeatLongEnumArray(value, out1); in testArrays() local
452 String[] out2 = mInterface.RepeatStringArray(value, out1); in testArrays() local
466 RegularPolygon[] out2 = mInterface.RepeatRegularPolygonArray(value, out1); in testArrays() local
478 List<String> out2 = mInterface.Repeat2StringList(value, out1); in testLists() local
[all …]
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DSeedTest.java26 String out2 = mDevice.executeShellCommand(cmd1); in testSeed() local
37 private void assertOutputs(String out1, String out2) { in assertOutputs()
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
DNotificationAssistantServiceTest.java278 NotificationListenerService.Ranking out2 = new NotificationListenerService.Ranking(); in testAdjustNotifications_rankingScoreKey() local
281 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotifications_rankingScoreKey() local
301 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotifications_rankingScoreKey() local
/cts/tests/tests/view/src/android/view/animation/cts/
DCycleInterpolatorTest.java214 final float out2 = cycleInterpolator.getInterpolation(0.125f); in testGetInterpolation() local
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp648 std::vector<T> out2; in testRepeat() local
661 std::vector<T> out2; in testRepeat2List() local
797 std::optional<std::vector<std::optional<T>>> out2; in testRepeat() local