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

  /packages/apps/Mms/src/com/android/mms/dom/smil/
TimeListImpl.java 26 private final ArrayList<Time> mTimes;
32 mTimes = times;
40 return mTimes.size();
46 time = mTimes.get(index);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputPointers.java 35 private final ResizableIntArray mTimes;
42 mTimes = new ResizableIntArray(defaultCapacity);
46 final int fromIndex = mTimes.getLength();
56 final int lastTime = mTimes.get(fromIndex - 1);
57 mTimes.fill(lastTime, fromIndex, fillLength);
67 mTimes.addAt(index, time);
75 mTimes.add(time);
82 mTimes.set(ip.mTimes);
89 mTimes.copy(ip.mTimes)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/util/
StopWatch.java 32 private final ArrayList<Long> mTimes = Lists.newArrayList();
51 mTimes.add(System.currentTimeMillis());
62 final long start = mTimes.get(0);
63 final long stop = mTimes.get(mTimes.size() - 1);
75 for (int i = 1; i < mTimes.size(); i++) {
76 final long current = mTimes.get(i);
  /frameworks/av/media/libmediaplayerservice/
VideoFrameScheduler.cpp 104 mTimes[0] = 0;
105 mTimes[1] = period;
106 mTimes[2] = period * 3;
107 mTimes[3] = period * 4;
108 mTimes[4] = period * 7;
109 mTimes[5] = period * 8;
110 mTimes[6] = period * 10;
111 mTimes[7] = period * 12;
143 nsecs_t time = mTimes[ix];
191 nsecs_t time = mTimes[index]
    [all...]
VideoFrameScheduler.h 71 nsecs_t mTimes[kHistorySize];
  /system/core/logd/
FlushCommand.cpp 50 LastLogTimes &times = mReader.logbuf().mTimes;
LogBuffer.h 47 LastLogTimes &mTimes;
LogBuffer.cpp 97 , mTimes(*times) {
183 LastLogTimes::iterator t = mTimes.begin();
184 while(t != mTimes.end()) {
241 LastLogTimes::iterator t = mTimes.begin();
242 while(t != mTimes.end()) {
LogReader.cpp 165 LastLogTimes &times = mLogbuf.mTimes;
LogTimes.cpp 86 LastLogTimes &times = reader.logbuf().mTimes;
  /frameworks/base/media/java/android/media/
MediaPlayer.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 519 milliseconds