Home
last modified time | relevance | path

Searched refs:minutes (Results 1 – 14 of 14) sorted by relevance

/system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/
DUtils.java56 int minutes = Integer.parseInt(matcher.group(2)); in parseUtcOffsetToMillis() local
57 if (minutes > 59) { in parseUtcOffsetToMillis()
62 long minutesInMillis = TimeUnit.MINUTES.toMillis(minutes); in parseUtcOffsetToMillis()
78 … long minutes = TimeUnit.MILLISECONDS.toMinutes(offsetMillis - TimeUnit.HOURS.toMillis(hours)); in toUtcOffsetString() local
80 return (negative ? "-" : "") + formatter.format(hours) + ":" + formatter.format(minutes); in toUtcOffsetString()
/system/extras/tests/workloads/
Dpwrtest.sh262 echo Test 1 : measure idle power for $idleTime minutes
290 echo $(date) Test 2 : recents fling for $recentflingTime minutes
303 echo $(date) Test 2 : run Sun Temple $suntempleTime minutes
319 echo $(date) Test 3 : chrome fling for $chromeTime minutes
335 echo $(date) Test 4 : shadowgrid2 for $shadowgrid2Time minutes
346 echo $(date) Test 5 : youtube for $youtubeTime minutes
356 echo $(date) Test 6 : app switching for $sysappsTime minutes
/system/core/llkd/include/
Dllkd.h80 #define LLK_TIMEOUT_MS_DEFAULT std::chrono::duration_cast<milliseconds>(std::chrono::minutes(10))
/system/core/init/
Dservice_parser.cpp98 std::optional<std::chrono::minutes> fatal_crash_window; in ParseCritical()
107 int minutes; in ParseCritical() local
115 if (!ParseInt(*window, &minutes, 0)) { in ParseCritical()
118 fatal_crash_window = std::chrono::minutes(minutes); in ParseCritical()
Dservice.h173 std::chrono::minutes fatal_crash_window_ = 4min; // fatal() when more than 4 crashes in it
DREADME.md238 _fatal crash window mins_ minutes or before boot completes, the device
/system/core/fs_mgr/tests/
Dadb-remount-test.sh275 local minutes=$(( ( ${duration} / 60 ) % 60 ))
277 if [ 0 -eq ${minutes} -a 0 -eq ${hours} ]; then
288 echo ${minutes} minutes
292 echo ${minutes}:$(( ${seconds} / 10 ))$(( ${seconds} % 10 ))
295 …echo ${hours}:$(( ${minutes} / 10 ))$(( ${minutes} % 10 )):$(( ${seconds} / 10 ))$(( ${seconds} % …
/system/core/bootstat/
Dboot_reason_test.sh188 minutes=`expr ${1} / 60`
189 if [ 0 -eq ${minutes} ]; then
200 echo ${minutes} minutes
203 echo ${minutes}:`expr ${seconds} / 10``expr ${seconds} % 10`
/system/netd/server/
DProcess.cpp67 const auto mins = std::chrono::duration_cast<std::chrono::minutes>(duration); in formatDuration()
/system/extras/memory_replay/traces/
DTRACES80 a few minutes.
/system/chre/host/common/
Dsocket_client.cc213 constexpr auto kMaxDelay = std::chrono::minutes(5); in reconnect()
/system/core/llkd/tests/
Dllkd_test.cpp145 GTEST_LOG_WARNING << "llkd is configured for about " << duration_cast<minutes>(sec).count() in llkdSleepPeriod()
/system/update_engine/
DREADME.md9 partitions with newer updates and may take several minutes or hours, A/B updates
147 additional step after this, called "merging". Merging usually takes few minutes, after that
/system/core/fastboot/fuzzy_fastboot/
DREADME.md363 as running the whole things with a large configuration can take over 30 minutes.