Searched defs:expectedCount (Results 1 - 9 of 9) sorted by relevance

/frameworks/support/viewpager/src/androidTest/java/android/support/v4/testutils/
H A DTestUtilsAssertions.java32 public static ViewAssertion hasDisplayedChildren(final int expectedCount) { argument
53 if (childrenDisplayedCount != expectedCount) {
54 throw new AssertionError("Expected " + expectedCount
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
H A DAccessibilityEventTest.java103 static void assertNoNewNonStaticFieldsAdded(Class<?> clazz, int expectedCount) { argument
116 assertEquals(message, expectedCount, nonStaticFieldCount);
/frameworks/base/libs/hwui/tests/unit/
H A DGraphicsStatsServiceTests.cpp92 int expectedCount, expectedBucket; local
94 expectedCount = ((i % 10) + 1) * 2;
98 expectedCount = (temp % 5) + 1;
101 EXPECT_EQ(expectedCount, loadedProto.histogram().Get(i).frame_count());
148 int expectedCount, expectedBucket; local
150 expectedCount = ((i % 10) + 1) * 2;
151 expectedCount += (i % 5) + 1;
155 expectedCount = (temp % 5) + 1;
156 expectedCount += ((temp % 10) + 1) * 2;
159 EXPECT_EQ(expectedCount, loadedProt
[all...]
H A DBakedOpDispatcherTests.cpp269 int expectedCount = 2; local
270 if (debugLayersUpdates || debugOverdraw) expectedCount++;
271 if (debugOverdraw) expectedCount += 4;
272 EXPECT_EQ(expectedCount, glopCount);
/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
H A DTestQueryCallback.java60 public void reset(int expectedCount) throws InterruptedException { argument
61 mQueryLatch = new CollectorLatch<>(expectedCount);
62 mReplyLatch = new CollectorLatch<>(expectedCount);
/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java431 ContentProviderOperation.Builder builder, Integer expectedCount)
436 field.set(builder, expectedCount);
430 builderSetExpectedCount( ContentProviderOperation.Builder builder, Integer expectedCount) argument
/frameworks/native/services/surfaceflinger/tests/unittests/
H A DEventThreadTest.cpp72 nsecs_t expectedTimestamp, unsigned expectedCount);
73 void expectVsyncEventReceivedByConnection(nsecs_t expectedTimestamp, unsigned expectedCount);
152 nsecs_t expectedTimestamp, unsigned expectedCount) {
161 EXPECT_EQ(expectedCount, event.vsync.count)
166 unsigned expectedCount) {
169 expectedCount);
150 expectVsyncEventReceivedByConnection( const char* name, ConnectionEventRecorder& connectionEventRecorder, nsecs_t expectedTimestamp, unsigned expectedCount) argument
165 expectVsyncEventReceivedByConnection(nsecs_t expectedTimestamp, unsigned expectedCount) argument
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DAsyncListUtilTest.java170 final int expectedCount,
176 assertEquals(message, expectedCount, getLoadedItemCount(position, count));
169 assertLoadedItemsOnUiThread(final String message, final int expectedCount, final int position, final int count) argument
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 137 milliseconds