Lines Matching refs:times
100 LastLogTimes::iterator times = mTimes.begin(); in init() local
101 while (times != mTimes.end()) { in init()
102 LogTimeEntry* entry = (*times); in init()
106 times++; in init()
112 LogBuffer::LogBuffer(LastLogTimes* times) in LogBuffer() argument
113 : monotonic(android_log_clockid() == CLOCK_MONOTONIC), mTimes(*times) { in LogBuffer()
394 LastLogTimes::iterator times = mTimes.begin(); in log() local
395 while (times != mTimes.end()) { in log()
396 LogTimeEntry* entry = (*times); in log()
408 times++; in log()
668 LastLogTimes::iterator times = mTimes.begin(); in prune() local
669 while (times != mTimes.end()) { in prune()
670 LogTimeEntry* entry = (*times); in prune()
677 times++; in prune()
1034 LastLogTimes::iterator times = mTimes.begin(); in clear() local
1035 while (times != mTimes.end()) { in clear()
1036 LogTimeEntry* entry = (*times); in clear()
1041 times++; in clear()