Home
last modified time | relevance | path

Searched refs:maxTime (Results 1 – 5 of 5) sorted by relevance

/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
DZoneOffsetPeriod.java55 Instant minTime, Instant maxTime) { in create() argument
64 end = maxTime; in create()
69 long endTimeMillis = Math.min(nextTransition.getTime(), maxTime.toEpochMilli()); in create()
74 end = maxTime; in create()
/system/hardware/interfaces/suspend/1.0/default/
DWakeLockEntryList.cpp50 << std::right << std::setw(12) << std::to_string(entry.maxTime) + "ms" << sep in operator <<()
174 info.maxTime = 0; in createNativeEntry()
211 info.maxTime = 0; in createKernelEntry()
290 info.maxTime = statVal; in createKernelEntry()
370 updatedEntry.maxTime = std::max(updatedEntry.maxTime, updatedEntry.activeTime); in updateOnRelease()
391 it->maxTime = std::max(it->maxTime, it->activeTime); in updateNow()
DSystemSuspendUnitTest.cpp908 int64_t expireCount = 42, int64_t lastChange = 42, int64_t maxTime = 42, in addKernelWakelock() argument
934 writeStatToFile(fd, "max_time_ms", maxTime) && in addKernelWakelock()
1123 ASSERT_GE(nwlInfo.maxTime, 1000); in TEST_F()
1153 ASSERT_EQ(kwlInfo1.maxTime, 42); in TEST_F()
1171 ASSERT_EQ(kwlInfo2.maxTime, 42); in TEST_F()
1218 ASSERT_EQ(kwlInfo.maxTime, 42); in TEST_F()
1242 ASSERT_GE(nwlInfo.maxTime, 1000); in TEST_F()
1261 ASSERT_EQ(kwlInfo.maxTime, 42); in TEST_F()
/system/hardware/interfaces/suspend/aidl/android/system/suspend/internal/
DWakeLockInfo.aidl52 long maxTime;
/system/logging/logd/
DLogStatistics.cpp673 uint64_t maxTime = 0; in Format() local
696 if (maxTime < newest) maxTime = newest; in Format()
705 if ((maxTime > minTime) && ((maxTime -= minTime) < totalSize) && in Format()
706 (maxTime > maxSpan)) { in Format()
707 maxSpan = maxTime; in Format()