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

  /system/core/logd/
LogWhiteBlackList.h 60 PruneCollection mNice;
76 return !mNice.empty();
LogWhiteBlackList.cpp 59 for (it = mNice.begin(); it != mNice.end();) {
60 it = mNice.erase(it);
71 for (it = mNice.begin(); it != mNice.end();) {
72 it = mNice.erase(it);
154 list = &mNice;
234 for (it = mNice.begin(); it != mNice.end(); ++it) {
265 for (it = mNice.begin(); it != mNice.end(); ++it)
    [all...]

Completed in 1717 milliseconds