HomeSort by relevance Sort by last modified time
    Searched refs:endCount (Results 1 - 7 of 7) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowRenderNodeAnimatorTest.java 41 assertThat(listener.endCount).isEqualTo(1);
55 assertThat(listener.endCount).isEqualTo(1);
67 assertThat(listener.endCount).isEqualTo(1);
82 assertThat(listener.endCount).isEqualTo(0);
85 assertThat(listener.endCount).isEqualTo(1);
100 assertThat(listener.endCount).isEqualTo(1);
103 assertThat(listener.endCount).isEqualTo(1);
119 assertThat(listener.endCount).isEqualTo(1);
133 assertThat(listener.endCount).isEqualTo(1);
156 assertThat(listener.endCount).isEqualTo(1)
    [all...]
  /external/skia/src/pathops/
SkPathWriter.cpp 204 int endCount = fEndPtTs.count(); // all starts and ends
205 SkASSERT(endCount > 0);
206 SkASSERT(endCount == fPartials.count() * 2);
208 for (int index = 0; index < endCount; index += 2) {
218 int linkCount = endCount / 2; // number of partial contours
225 const int entries = endCount * (endCount - 1) / 2; // folded triangle
231 for (rIndex = 0; rIndex < endCount - 1; ++rIndex) {
233 for (iIndex = rIndex + 1; iIndex < endCount; ++iIndex) {
242 rRow += endCount;
    [all...]
  /external/skqp/src/pathops/
SkPathWriter.cpp 204 int endCount = fEndPtTs.count(); // all starts and ends
205 SkASSERT(endCount > 0);
206 SkASSERT(endCount == fPartials.count() * 2);
208 for (int index = 0; index < endCount; index += 2) {
218 int linkCount = endCount / 2; // number of partial contours
225 const int entries = endCount * (endCount - 1) / 2; // folded triangle
231 for (rIndex = 0; rIndex < endCount - 1; ++rIndex) {
233 for (iIndex = rIndex + 1; iIndex < endCount; ++iIndex) {
242 rRow += endCount;
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/contacts/
ContactsContract_DeletedContacts.java 96 long endCount = DeletedContactUtil.getCount(mResolver);
98 assertEquals(numDeletes, endCount - startCount);
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 143 int endCount = COUNT_DEFAULT;
186 + endDate + ", endCount=" + endCount + ", weeklyByDayOfWeek="
208 dest.writeInt(endCount);
444 model.endCount = er.count;
445 if (model.endCount > 0) {
547 er.count = model.endCount;
713 mEndCount = (EditText) mView.findViewById(R.id.endCount);
717 if (mModel.endCount != v) {
718 mModel.endCount = v
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-cmap-table.hh 77 endCount = subtable->values;
78 startCount = endCount + segCount + 1;
92 const UINT16 *endCount = thiz->endCount;
99 else if (codepoint > endCount[mid])
130 const UINT16 *endCount;
179 UINT16 endCount[segCount]; /* End characterCode for each segment,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 281 milliseconds