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

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.cpp 34 if (index.row() >= timeList.size())
36 return timeList.at(index.row());
70 timeList << time;
eventhistory.h 32 QStringList timeList;
  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 276 static void sortTimeList(Vector<SMILTime>& timeList)
278 std::sort(timeList.begin(), timeList.end());
358 Vector<SMILTime>& timeList = beginOrEnd == Begin ? m_beginTimes : m_endTimes;
362 for (unsigned n = 0; n < timeList.size(); ++n)
363 existing.add(timeList[n].value());
371 timeList.append(value);
373 sortTimeList(timeList);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogUnit.java 106 final ArrayList<Long> timeList,
110 mTimeList = timeList;

Completed in 527 milliseconds