Searched defs:out2 (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
D | JavaClientTest.java | 365 char[] out2 = mInterface.RepeatCharArray(value, out1); in testArrays() local 373 int[] out2 = mInterface.RepeatIntArray(value, out1); in testArrays() local 381 long[] out2 = mInterface.RepeatLongArray(value, out1); in testArrays() local 389 float[] out2 = mInterface.RepeatFloatArray(value, out1); in testArrays() local 397 double[] out2 = mInterface.RepeatDoubleArray(value, out1); in testArrays() local 413 int[] out2 = mInterface.RepeatIntEnumArray(value, out1); in testArrays() local 421 long[] out2 = mInterface.RepeatLongEnumArray(value, out1); in testArrays() local 429 String[] out2 = mInterface.RepeatStringArray(value, out1); in testArrays() local 443 RegularPolygon[] out2 = mInterface.RepeatRegularPolygonArray(value, out1); in testArrays() local 455 List<String> out2 = mInterface.Repeat2StringList(value, out1); in testLists() local [all …]
|
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
D | SeedTest.java | 26 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/ |
D | NotificationAssistantServiceTest.java | 216 NotificationListenerService.Ranking out2 = new NotificationListenerService.Ranking(); in testAdjustNotifications_rankingScoreKey() local 219 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotifications_rankingScoreKey() local 239 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotifications_rankingScoreKey() local 393 NotificationListenerService.Ranking out2 = new NotificationListenerService.Ranking(); in testAdjustNotification_rankingScoreKey_notAllowed() local 396 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotification_rankingScoreKey_notAllowed() local 417 mNotificationListenerService.mRankingMap.getRanking(sbn2.getKey(), out2); in testAdjustNotification_rankingScoreKey_notAllowed() local
|
/cts/suite/audio_quality/test/ |
D | SignalProcessingInterfaceTest.cpp | 77 TaskCase::Value out2(-1.0f); in TEST_F() local 185 TaskCase::Value out2((int64_t)1000); in TEST_F() local
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | CycleInterpolatorTest.java | 214 final float out2 = cycleInterpolator.getInterpolation(0.125f); in testGetInterpolation() local
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_native_aidl_client.cpp | 521 std::vector<T> out2; in testRepeat() local 534 std::vector<T> out2; in testRepeat2List() local 653 std::optional<std::vector<std::optional<T>>> out2; in testRepeat() local
|