Home
last modified time | relevance | path

Searched refs:maxCount (Results 1 – 3 of 3) sorted by relevance

/system/chre/core/tests/
Dmemory_manager_test.cc77 size_t maxCount = manager.getMaxAllocationCount(); in TEST() local
80 for (size_t i = 0; i < maxCount-1; i++) { in TEST()
86 EXPECT_EQ(manager.getTotalAllocatedBytes(), maxCount * sizeof(node)); in TEST()
87 EXPECT_EQ(manager.getAllocationCount(), maxCount); in TEST()
91 for (size_t i = 0; i < maxCount; i++) { in TEST()
/system/media/audio_utils/include/audio_utils/
DLogPlot.h147 int maxCount = it->second; variable
153 if (it->second > maxCount) {
154 maxCount = it->second;
157 int height = log2(maxCount) + 1; // maxCount > 0, safe to call log2
/system/core/logcat/
Dlogcat.cpp120 size_t maxCount; member
1001 if (!getSizeTArg(optarg, &context->maxCount)) { in __logcat()
1286 if (context->maxCount && got_t) { in __logcat()
1291 if (context->printItAnyways && (!context->regex || !context->maxCount)) { in __logcat()
1590 (!context->maxCount || (context->printCount < context->maxCount))) { in __logcat()