HomeSort by relevance Sort by last modified time
    Searched full:endcount (Results 1 - 16 of 16) 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);
  /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/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...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
Dp.c 284 // EndCount = Value counter counts to before it needs to be reset
286 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount);
292 TimerInfo.CountUp = (BOOLEAN) (TimerInfo.EndCount >= TimerInfo.StartCount);
311 TimerInfo.EndCount
Dp.h 46 UINT64 EndCount; ///< Value timer has just before it wraps.
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
Dp.c 407 // EndCount = Value counter counts to before it needs to be reset
409 Freq = GetPerformanceCounterProperties (&TimerInfo.StartCount, &TimerInfo.EndCount);
415 TimerInfo.CountUp = (BOOLEAN) (TimerInfo.EndCount >= TimerInfo.StartCount);
436 TimerInfo.EndCount
Dp.h 46 UINT64 EndCount; ///< Value timer has just before it wraps.
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.h 342 // @return the endCount
344 // @param endcount the endCount to set
  /packages/apps/Calendar/res/layout/
recurrencepicker.xml 206 android:id="@+id/endCount"
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.cpp 49 unsigned endcount) {
52 InsertPosIndex = endcount;
  /frameworks/minikin/tests/unittest/
CmapCoverageTest.cpp 72 segmentCount * 4 /* endCount, startCount, idRange, idRangeOffset */;
484 writeU16('a', table.data(), 14 /* the first element of endCount offset */);
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 640 /* endCount 14 USHORT[NUM_SEGS] end charcode for */
660 /* provided by the `startCount' and `endCount' arrays. Segments must */
662 /* 0xFFFF for `endCount'. */
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 1458 milliseconds