HomeSort by relevance Sort by last modified time
    Searched full:endcount (Results 1 - 15 of 15) sorted by null

  /external/webkit/LayoutTests/fast/events/touch/script-tests/
multi-touch-grouped-targets.js 40 var endCount = 0;
49 if (++endCount == 2)
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_DeletedContacts.java 96 long endCount = DeletedContactUtil.getCount(mResolver);
98 assertEquals(numDeletes, endCount - startCount);
  /external/srec/tools/grxmlcompile/
grph.h 57 void EndCount (SubGraph *subg);
gr_iface.cpp 186 void Graph::EndCount (SubGraph *subg)
grxmldoc.h 119 bool endCount( XMLNode &node, SubGraph *&p_SubGraph );
grxmldoc.cpp 334 endCount( node, p_SubGraph );
742 bool GRXMLDoc::endCount( XMLNode &node, SubGraph *&p_SubGraph )
745 m_pGraph->EndCount( p_SubGraph );
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
RecurrencePickerDialog.java 139 int endCount = COUNT_DEFAULT;
179 + endDate + ", endCount=" + endCount + ", weeklyByDayOfWeek="
201 dest.writeInt(endCount);
431 model.endCount = er.count;
432 if (model.endCount > 0) {
533 er.count = model.endCount;
699 mEndCount = (EditText) mView.findViewById(R.id.endCount);
703 if (mModel.endCount != v) {
704 mModel.endCount = v
    [all...]
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 148 unsigned endcount);
226 unsigned endcount) {
227 ScheduleDAGInstrs::enterRegion(bb, begin, end, endcount);
ScheduleDAGInstrs.cpp 178 unsigned endcount) {
182 EndIndex = endcount;
    [all...]
MachineScheduler.cpp 442 unsigned endcount)
444 ScheduleDAGInstrs::enterRegion(bb, begin, end, endcount);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineScheduler.h 293 unsigned endcount);
ScheduleDAGInstrs.h 181 unsigned endcount);
  /packages/apps/Calendar/res/layout/
recurrencepicker.xml 206 android:id="@+id/endCount"
  /external/freetype/src/sfnt/
ttcmap.c 588 /* endCount 14 USHORT[NUM_SEGS] end charcode for */
608 /* provided by the `startCount' and `endCount' arrays. Segments must */
610 /* 0xFFFF for `endCount'. */
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 372 milliseconds