/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
H A D | AnimatedSharedAsStateTest.kt | 152 val expectedValues = lerp(fromValues, toValues, fraction = 0.25f) in animateElementValues() constant 158 val expectedValues = lerp(fromValues, toValues, fraction = 0.5f) in animateElementValues() constant 164 val expectedValues = lerp(fromValues, toValues, fraction = 0.75f) in animateElementValues() constant 266 val expectedValues = lerp(fromValues, toValues, fraction = 0.25f) in animateSceneValues() constant 272 val expectedValues = lerp(fromValues, toValues, fraction = 0.5f) in animateSceneValues() constant 278 val expectedValues = lerp(fromValues, toValues, fraction = 0.75f) in animateSceneValues() constant 356 val expectedValues = lerp(fromValues, toValues, fraction = 0f) in readingAnimatedStateValueDuringCompositionIsStillPossible() constant 363 val expectedValues = lerp(fromValues, toValues, fraction = 0.25f) in readingAnimatedStateValueDuringCompositionIsStillPossible() constant 370 val expectedValues = lerp(fromValues, toValues, fraction = 0.5f) in readingAnimatedStateValueDuringCompositionIsStillPossible() constant
|
/aosp_15_r20/external/guava/android/guava-testlib/src/com/google/common/collect/testing/google/ |
H A D | ListMultimapRemoveTester.java | 59 List<V> expectedValues = copyToList(values); in testRemoveAtIndexFromGetPropagates() local 64 assertGet(k0(), expectedValues); in testRemoveAtIndexFromGetPropagates() local 75 List<V> expectedValues = copyToList(values); in testRemoveAtIndexFromAsMapPropagates() local 81 assertGet(k0(), expectedValues); in testRemoveAtIndexFromAsMapPropagates() local 92 List<V> expectedValues = copyToList(values); in testRemoveAtIndexFromAsMapEntrySetPropagates() local 99 assertGet(k0(), expectedValues); in testRemoveAtIndexFromAsMapEntrySetPropagates() local
|
H A D | ListMultimapPutTester.java | 48 List<V> expectedValues = Helpers.copyToList(values); in testPutAddsValueAtEnd() local 71 List<V> expectedValues = copyToList(values); in testPutDuplicateValue() local
|
/aosp_15_r20/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
H A D | ListMultimapRemoveTester.java | 59 List<V> expectedValues = copyToList(values); in testRemoveAtIndexFromGetPropagates() local 64 assertGet(k0(), expectedValues); in testRemoveAtIndexFromGetPropagates() local 75 List<V> expectedValues = copyToList(values); in testRemoveAtIndexFromAsMapPropagates() local 81 assertGet(k0(), expectedValues); in testRemoveAtIndexFromAsMapPropagates() local 92 List<V> expectedValues = copyToList(values); in testRemoveAtIndexFromAsMapEntrySetPropagates() local 99 assertGet(k0(), expectedValues); in testRemoveAtIndexFromAsMapEntrySetPropagates() local
|
H A D | ListMultimapPutTester.java | 48 List<V> expectedValues = Helpers.copyToList(values); in testPutAddsValueAtEnd() local 71 List<V> expectedValues = copyToList(values); in testPutDuplicateValue() local
|
/aosp_15_r20/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 990 protected void assertStoredValues(Uri rowUri, ContentValues expectedValues) { in assertStoredValues() 994 protected void assertStoredValues(Uri rowUri, ContentValues... expectedValues) { in assertStoredValues() 999 ContentValues expectedValues) { in assertStoredValues() 1013 protected void assertContainsValues(Uri rowUri, ContentValues expectedValues) { in assertContainsValues() 1027 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues expectedValues) { in assertStoredValuesWithProjection() 1031 protected void assertStoredValuesWithProjection(Uri rowUri, ContentValues... expectedValues) { in assertStoredValuesWithProjection() 1047 Uri rowUri, String selection, String[] selectionArgs, ContentValues... expectedValues) { in assertStoredValues() 1049 expectedValues); in assertStoredValues() local 1052 private void assertStoredValues(Cursor c, ContentValues... expectedValues) { in assertStoredValues() 1068 String sql, String[] selectionArgs, ContentValues... expectedValues) { in assertStoredValuesDb() [all …]
|
/aosp_15_r20/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
H A D | DatabaseAsserts.java | 146 ContentValues... expectedValues) { in assertStoredValuesInUriMatchExactly() 168 boolean inOrder, ContentValues... expectedValues) { in assertStoredValuesInUriMatchExactly() 191 ContentValues... expectedValues) { in assertCursorValuesMatchExactly() 225 ContentValues... expectedValues) { in assertCursorValuesMatchExactlyInOrder() 239 private static boolean equalsWithExpectedValues(Cursor cursor, ContentValues expectedValues, in equalsWithExpectedValues()
|
/aosp_15_r20/cts/tests/tests/tv/input/src/android/media/tv/cts/ |
H A D | TvContractTest.java | 296 private static void verifyStringColumn(Cursor cursor, ContentValues expectedValues, in verifyStringColumn() 304 private static void verifyIntegerColumn(Cursor cursor, ContentValues expectedValues, in verifyIntegerColumn() 312 private static void verifyLongColumn(Cursor cursor, ContentValues expectedValues, in verifyLongColumn() 320 private static void verifyBlobColumn(Cursor cursor, ContentValues expectedValues, in verifyBlobColumn() 332 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId) { in verifyChannel() 336 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId, in verifyChannel() 758 private void verifyProgram(Uri programUri, ContentValues expectedValues, long programId) { in verifyProgram() 793 private void verifyPreviewProgram(Uri programUri, ContentValues expectedValues, in verifyPreviewProgram() 850 private void verifyWatchNextProgram(Uri programUri, ContentValues expectedValues, in verifyWatchNextProgram() 864 private void verifyDeprecatedColumnsInProgram(Uri programUri, ContentValues expectedValues) { in verifyDeprecatedColumnsInProgram() [all …]
|
/aosp_15_r20/cts/tests/tests/tv/src/android/media/tv/cts/ |
H A D | TvContractTest.java | 297 private static void verifyStringColumn(Cursor cursor, ContentValues expectedValues, in verifyStringColumn() 305 private static void verifyIntegerColumn(Cursor cursor, ContentValues expectedValues, in verifyIntegerColumn() 313 private static void verifyLongColumn(Cursor cursor, ContentValues expectedValues, in verifyLongColumn() 321 private static void verifyBlobColumn(Cursor cursor, ContentValues expectedValues, in verifyBlobColumn() 333 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId) { in verifyChannel() 337 private void verifyChannel(Uri channelUri, ContentValues expectedValues, long channelId, in verifyChannel() 759 private void verifyProgram(Uri programUri, ContentValues expectedValues, long programId) { in verifyProgram() 794 private void verifyPreviewProgram(Uri programUri, ContentValues expectedValues, in verifyPreviewProgram() 851 private void verifyWatchNextProgram(Uri programUri, ContentValues expectedValues, in verifyWatchNextProgram() 865 private void verifyDeprecatedColumsInProgram(Uri programUri, ContentValues expectedValues) { in verifyDeprecatedColumsInProgram() [all …]
|
/aosp_15_r20/external/angle/src/common/ |
H A D | bitset_utils_unittest.cpp | 236 std::set<size_t> expectedValues; in TYPED_TEST() local 396 std::set<size_t> expectedValues = {0, 1, 3, 5, 6, 7, 9, 35}; in TYPED_TEST() local 427 std::set<size_t> expectedValues = {1, 3, 5, 7, 9}; in TYPED_TEST() local 454 std::set<size_t> expectedValues = {1, 2, 3, 4, 5, 7, 9}; in TYPED_TEST() local 940 std::set<size_t> expectedValues = {0, 1, 3, 5, 6, 7, 9, 35}; in TYPED_TEST() local 988 std::set<size_t> expectedValues; in TYPED_TEST() local 1019 std::set<size_t> expectedValues = {1, 2, 3, 4, 5, 7, 9}; in TYPED_TEST() local
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
H A D | WeakHashMapTest.java | 571 ArrayList<String> expectedValues = new ArrayList<>(values); in test_spliterator_valueSet() local 574 values.spliterator(), expectedValues, String::compareTo); in test_spliterator_valueSet() local 599 ArrayList<Map.Entry<String, String>> expectedValues = new ArrayList<>(values); in test_spliterator_entrySet() local 604 SpliteratorTester.runBasicIterationTests_unordered(values.spliterator(), expectedValues, in test_spliterator_entrySet() local
|
H A D | LinkedHashMapTest.java | 875 ArrayList<String> expectedValues = new ArrayList<>(values); in test_spliterator_valueSet() local 877 SpliteratorTester.runBasicIterationTests_unordered(values.spliterator(), expectedValues, in test_spliterator_valueSet() local 906 ArrayList<Map.Entry<String, String>> expectedValues = new ArrayList<>(entries); in test_spliterator_entrySet() local 911 SpliteratorTester.runBasicIterationTests_unordered(entries.spliterator(), expectedValues, in test_spliterator_entrySet() local
|
H A D | IdentityHashMapTest.java | 1022 ArrayList<String> expectedValues = new ArrayList<>(values); in test_spliterator_valueSet() local 1024 SpliteratorTester.runBasicIterationTests(values.spliterator(), expectedValues); in test_spliterator_valueSet() local 1050 ArrayList<Map.Entry<String, String>> expectedValues = new ArrayList<>(values); in test_spliterator_entrySet() local 1055 SpliteratorTester.runBasicIterationTests(values.spliterator(), expectedValues); in test_spliterator_entrySet() local
|
H A D | HashMapTest.java | 875 ArrayList<String> expectedValues = new ArrayList<>(values); in test_spliterator_valueSet() local 877 SpliteratorTester.runBasicIterationTests(values.spliterator(), expectedValues); in test_spliterator_valueSet() local 907 ArrayList<Map.Entry<String, String>> expectedValues = new ArrayList<>(values); in test_spliterator_entrySet() local 912 SpliteratorTester.runBasicIterationTests(values.spliterator(), expectedValues); in test_spliterator_entrySet() local
|
/aosp_15_r20/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/internal/ |
H A D | MemoryTest.java | 63 private void assertIntsEqual(int[] expectedValues, long ptr, boolean swap) { in assertIntsEqual() 104 private void assertLongsEqual(long[] expectedValues, long ptr, boolean swap) { in assertLongsEqual() 142 private void assertShortsEqual(short[] expectedValues, long ptr, boolean swap) { in assertShortsEqual()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/libcore/io/ |
H A D | MemoryTest.java | 62 private void assertIntsEqual(int[] expectedValues, long ptr, boolean swap) { in assertIntsEqual() 103 private void assertLongsEqual(long[] expectedValues, long ptr, boolean swap) { in assertLongsEqual() 141 private void assertShortsEqual(short[] expectedValues, long ptr, boolean swap) { in assertShortsEqual()
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/util/ |
H A D | TreeMapTest.java | 674 List<String> expectedValues = Arrays.asList("1", "2", "3", "4", "5", "6", "7", "8", "9", in test_spliterator_values() local 678 values.spliterator(), expectedValues, String::compareTo); in test_spliterator_values() local 710 List<Map.Entry<String, String>> expectedValues = Arrays.asList( in test_spliterator_entrySet() local 732 SpliteratorTester.runBasicIterationTests_unordered(entries.spliterator(), expectedValues, in test_spliterator_entrySet() local
|
H A D | SpliteratorsTest.java | 106 ArrayList<String> expectedValues = new ArrayList<>(Arrays.asList(array)); in testSpliteratorObjectArray() local 134 ArrayList<String> expectedValues = new ArrayList<>( in testSpliteratorObjectArrayRange() local 447 ArrayList<String> expectedValues = new ArrayList<>(Arrays.asList(array)); in testSpliterator_Collection() local 478 ArrayList<String> expectedValues = new ArrayList<>(asList); in testSpliterator_sizedIterator() local 507 ArrayList<String> expectedValues = new ArrayList<>(asList); in testSpliterator_unsizedIterator() local
|
/aosp_15_r20/external/guice/core/test/com/google/inject/ |
H A D | BinderTestSuite.java | 364 private List<Object> expectedValues = field in BinderTestSuite.Builder 407 private <T> Builder expectedValues(T... values) { in expectedValues() method in BinderTestSuite.Builder 434 final ImmutableList<Object> expectedValues; field in BinderTestSuite.SuccessTest 610 final ImmutableList<Object> expectedValues; field in BinderTestSuite.UserExceptionsTest
|
/aosp_15_r20/external/armnn/src/backends/reference/test/ |
H A D | ArgMinMaxTests.cpp | 19 std::vector<int64_t> expectedValues({ 0, 1, 0 }); variable 39 std::vector<int64_t> expectedValues({ 1, 0, 1 }); variable
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/GeneratorHub/test/ |
H A D | FakeVehicleHalValueGeneratorsTest.cpp | 281 std::vector<VehiclePropValue> expectedValues = { in TEST_F() local 342 std::vector<VehiclePropValue> expectedValues = { in TEST_F() local 414 std::vector<VehiclePropValue> expectedValues = { in TEST_F() local
|
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/GeneratorHub/test/ |
H A D | FakeVehicleHalValueGeneratorsTest.cpp | 281 std::vector<VehiclePropValue> expectedValues = { in TEST_F() local 342 std::vector<VehiclePropValue> expectedValues = { in TEST_F() local 414 std::vector<VehiclePropValue> expectedValues = { in TEST_F() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/homepage/contextualcards/ |
D | ContextualCardManagerTest.java | 529 final List<Integer> expectedValues = Arrays.asList(VIEW_TYPE_FULL_WIDTH, in getCardsWithViewType_twoConsecutiveSuggestionCards_shouldHaveTwoHalfCards() local 574 final List<Integer> expectedValues = Arrays.asList(VIEW_TYPE_FULL_WIDTH, in getCardsWithViewType_threeConsecutiveSuggestionCards_shouldHaveTwoHalfCards() local 598 final List<Integer> expectedValues = Arrays.asList(VIEW_TYPE_FULL_WIDTH, in getCardsWithViewType_fourConsecutiveSuggestionCards_shouldHaveFourHalfCards() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | ragged_tensor_to_variant_op_large_data_test.cc | 68 std::vector<int> expectedValues; in TEST_F() local 108 std::vector<int> expectedValues; in TEST_F() local
|
/aosp_15_r20/frameworks/minikin/tests/unittest/ |
H A D | LayoutTest.cpp | 62 std::vector<float> expectedValues; in TEST_F() local 149 std::vector<float> expectedValues; in TEST_F() local 242 std::vector<float> expectedValues; in TEST_F() local
|