Searched refs:nice (Results 1 - 5 of 5) sorted by relevance

/system/core/metricsd/collectors/
H A Dcpu_usage_collector_test.cc38 uint64_t user, nice, system; local
40 ASSERT_FALSE(collector.ParseProcStat(invalid_contents[i], &user, &nice,
46 &user, &nice, &system));
48 ASSERT_EQ(11, nice);
/system/core/logd/
H A DLogWhiteBlackList.h66 bool nice(LogBufferElement *element);
67 bool nice(void) { return !mNice.empty(); } function in class:PruneList
H A DLogWhiteBlackList.cpp263 bool PruneList::nice(LogBufferElement *element) { function in class:PruneList
H A DLogBuffer.cpp767 bool hasWhitelist = (id != LOG_ID_SECURITY) && mPrune.nice() && !clearAll;
799 if (hasWhitelist && !element->getDropped() && mPrune.nice(element)) {
/system/core/toolbox/
H A Dps.c57 int prio, nice, rtprio, sched, psr; local
119 nice = atoi(nexttok(&ptr));
177 printf(" %-5d %-5d %-5d %-5d", prio, nice, rtprio, sched);

Completed in 97 milliseconds