| /system/extras/tests/workloads/ |
| D | pwrtest.sh | 12 # 30 minutes gathering both performance and power data. 29 # - Run all tests for 15 minutes (default is 30): ./pwrtest.sh -t 15 -R MDA20 46 echo " default=$garbagetime minutes" 49 echo " default=$defaultTime minutes" 126 # samples = hz * 60 * minutes 262 echo Test 1 : measure idle power for $idleTime minutes 269 # the screen blanks after 30 minutes. The first 2 minutes of the test 271 # 20 minutes of the results 290 echo $(date) Test 2 : recents fling for $recentflingTime minutes 303 echo $(date) Test 2 : run Sun Temple $suntempleTime minutes [all …]
|
| D | youtube.sh | 107 # 15 minutes
|
| /system/cros-codecs/ci/ |
| D | template.yaml | 9 minutes: 120 14 minutes: 120 35 minutes: 15 44 minutes: 5 71 minutes: 120
|
| /system/timezone/input_tools/android/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
| D | Utils.java | 56 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()
|
| D | TzLookupGenerator.java | 654 final long minimumGranularity = TimeUnit.MINUTES.toMillis(15); in validateNonDstOffset() 657 "Unexpected granularity: not a multiple of 15 minutes: " + utcOffsetString); in validateNonDstOffset()
|
| /system/timezone/input_tools/android/tzlookup_generator/src/test/java/com/android/libcore/timezone/tzlookup/ |
| D | UtilsTest.java | 30 import static java.util.concurrent.TimeUnit.MINUTES; 85 long hourAndAHalfInMillis = hourInMillis + MINUTES.toMillis(30); in utcOffsets() 94 long hourAndTenInMillis = hourInMillis + MINUTES.toMillis(10); in utcOffsets()
|
| /system/core/llkd/ |
| D | README.md | 142 `[khungtask]` maximum time limit. Default is 12 minutes. 146 D or Z maximum time limit. Default is 10 minutes. Double this value to set the 164 Samples of threads for D or Z. Default is two minutes.
|
| /system/extras/memory_replay/traces/ |
| D | TRACES | 80 a few minutes.
|
| /system/core/llkd/include/ |
| D | llkd.h | 80 #define LLK_TIMEOUT_MS_DEFAULT std::chrono::duration_cast<milliseconds>(std::chrono::minutes(10))
|
| /system/extras/simpleperf/ |
| D | cpu_hotplug_test.cpp | 255 GTEST_LOG_(INFO) << "Have Tested " << (diff.count() / 60.0) << " minutes."; in TEST() 312 GTEST_LOG_(INFO) << "Have Tested " << (diff.count() / 60.0) << " minutes."; in TEST() 396 GTEST_LOG_(INFO) << "Have Tested " << (diff.count() / 60.0) << " minutes."; in TEST()
|
| /system/core/init/ |
| D | service_parser.cpp | 110 std::optional<std::chrono::minutes> fatal_crash_window; in ParseCritical() 119 int minutes; in ParseCritical() local 127 if (!ParseInt(*window, &minutes, 0)) { in ParseCritical() 130 fatal_crash_window = std::chrono::minutes(minutes); in ParseCritical()
|
| D | service.h | 189 std::chrono::minutes fatal_crash_window_ = 4min; // fatal() when more than 4 crashes in it
|
| /system/core/llkd/tests/ |
| D | llkd_test.cpp | 145 GTEST_LOG_WARNING << "llkd is configured for about " << duration_cast<minutes>(sec).count() in llkdSleepPeriod() 146 << " minutes to react\n"; in llkdSleepPeriod()
|
| /system/core/fs_mgr/tests/ |
| D | adb-remount-test.sh | 256 [ "USAGE: format_duration [<seconds>|<seconds>s|<minutes>m|<hours>h|<days>d] 258 human readable output whole seconds, whole minutes or mm:ss" ] 275 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/healthd/include/healthd/ |
| D | healthd.h | 38 // remaining capacity). The default value is 600 (10 minutes). Value -1
|
| /system/update_engine/aosp/ |
| D | service_delegate_android_interface.h | 119 // This function may block for several minutes in the worst case.
|
| /system/netd/server/ |
| D | Process.cpp | 67 const auto mins = std::chrono::duration_cast<std::chrono::minutes>(duration); in formatDuration()
|
| /system/core/bootstat/ |
| D | boot_reason_test.sh | 181 human readable output whole seconds, whole minutes or mm:ss" ] 188 minutes=`expr ${1} / 60` 189 if [ 0 -eq ${minutes} ]; then 200 echo ${minutes} minutes 203 echo ${minutes}:`expr ${seconds} / 10``expr ${seconds} % 10`
|
| /system/gsid/tests/ |
| D | DSUEndtoEndTest.java | 165 TimeUnit.MINUTES, in testDSU()
|
| /system/memory/mmd/src/zram/ |
| D | recompression.rs | 102 // 30 minutes in default()
|
| /system/vold/fs/ |
| D | Ext4.cpp | 77 * performance issue in the emmc firmware, it can take e2fsck 2.5 minutes in Check()
|
| /system/update_engine/common/ |
| D | metrics_reporter_interface.h | 192 // Helper function to report the time interval in minutes between a
|
| /system/security/keystore2/src/ |
| D | globals.rs | 470 // Use a fairly long watchdog timeout of 5 minutes here. This blocks until the device in await_boot_completed() 472 // take minutes. Blocking here would be unexpected only if it never finishes. in await_boot_completed()
|
| /system/media/radio/include/system/ |
| D | radio_metadata.h | 63 int32_t timezone_offset_in_minutes; /* Minutes offset from the GMT. */
|
| /system/chre/host/common/ |
| D | socket_client.cc | 216 constexpr auto kMaxDelay = std::chrono::minutes(5); in reconnect()
|