Home
last modified time | relevance | path

Searched refs:curr_time_ms (Results 1 – 16 of 16) sorted by relevance

/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/healthd/
H A Dhealthd_mode_charger.cpp203 static int64_t curr_time_ms() { in curr_time_ms() function
388 charger->next_screen_transition = curr_time_ms() + disp_time; in update_screen_state()
420 int64_t now = curr_time_ms(); in set_key_callback()
560 int64_t now = curr_time_ms(); in healthd_mode_charger_heartbeat()
579 charger->next_screen_transition = curr_time_ms() - 1; in healthd_mode_charger_battery_update()
589 int64_t now = curr_time_ms(); in healthd_mode_charger_preparetowait()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/leveldb_proto/internal/
H A Dproto_database_perftest.cc359 uint64_t curr_time_ms = 0; in RunLoadEntriesSingleTestAndCleanup() local
362 &curr_time_ms); in RunLoadEntriesSingleTestAndCleanup()
364 max_time_ms = std::max(max_time_ms, curr_time_ms); in RunLoadEntriesSingleTestAndCleanup()
365 time_ms += curr_time_ms; in RunLoadEntriesSingleTestAndCleanup()
413 uint64_t curr_time_ms = 0; in RunLoadEntriesMultiTestAndCleanup() local
415 &curr_num_entries_loaded, &curr_time_ms); in RunLoadEntriesMultiTestAndCleanup()
417 max_time_ms = std::max(max_time_ms, curr_time_ms); in RunLoadEntriesMultiTestAndCleanup()
418 time_ms += curr_time_ms; in RunLoadEntriesMultiTestAndCleanup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/leveldb_proto/internal/
H A Dproto_database_perftest.cc358 uint64_t curr_time_ms = 0; in RunLoadEntriesSingleTestAndCleanup() local
361 &curr_time_ms); in RunLoadEntriesSingleTestAndCleanup()
363 max_time_ms = std::max(max_time_ms, curr_time_ms); in RunLoadEntriesSingleTestAndCleanup()
364 time_ms += curr_time_ms; in RunLoadEntriesSingleTestAndCleanup()
412 uint64_t curr_time_ms = 0; in RunLoadEntriesMultiTestAndCleanup() local
414 &curr_num_entries_loaded, &curr_time_ms); in RunLoadEntriesMultiTestAndCleanup()
416 max_time_ms = std::max(max_time_ms, curr_time_ms); in RunLoadEntriesMultiTestAndCleanup()
417 time_ms += curr_time_ms; in RunLoadEntriesMultiTestAndCleanup()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/healthd/
H A Dhealthd_mode_charger.cpp190 static int64_t curr_time_ms() { in curr_time_ms() function
383 int64_t now = curr_time_ms(); in set_key_callback()
506 int64_t now = curr_time_ms(); in healthd_mode_charger_heartbeat()
525 charger->next_screen_transition = curr_time_ms() - 1; in healthd_mode_charger_battery_update()
534 int64_t now = curr_time_ms(); in healthd_mode_charger_preparetowait()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xfree86/drivers/modesetting/
H A Dpageflip.c264 CARD32 curr_time_ms = GetTimeInMillis(); in ms_print_pageflip_error() local
265 int clocks_since_last_log = curr_time_ms - error_last_time_ms; in ms_print_pageflip_error()
289 error_last_time_ms = curr_time_ms; in ms_print_pageflip_error()
/dports/www/wget2/wget2-2.0.0/src/
H A Dwget.c3588 long long curr_time_ms; in limit_transfer_rate() local
3600 curr_time_ms = wget_get_timemillis(); in limit_transfer_rate()
3602 elapsed_ms = (curr_time_ms - ctx->limit_prev_time_ms); in limit_transfer_rate()
3608 ctx->limit_prev_time_ms = curr_time_ms; in limit_transfer_rate()
3616 elapsed_ms = ctx->limit_prev_time_ms - curr_time_ms; in limit_transfer_rate()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp3746 double curr_time_ms = os::elapsedVTime() * 1000.0; in regular_clock_call() local
3757 double last_interval_ms = curr_time_ms - _interval_start_time_ms; in regular_clock_call()
3758 _interval_start_time_ms = curr_time_ms; in regular_clock_call()
3783 double elapsed_time_ms = curr_time_ms - _start_time_ms; in regular_clock_call()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp3746 double curr_time_ms = os::elapsedVTime() * 1000.0; in regular_clock_call() local
3757 double last_interval_ms = curr_time_ms - _interval_start_time_ms; in regular_clock_call()
3758 _interval_start_time_ms = curr_time_ms; in regular_clock_call()
3783 double elapsed_time_ms = curr_time_ms - _start_time_ms; in regular_clock_call()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMark.cpp2250 double curr_time_ms = os::elapsedVTime() * 1000.0; in regular_clock_call() local
2262 double elapsed_time_ms = curr_time_ms - _start_time_ms; in regular_clock_call()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMark.cpp2250 double curr_time_ms = os::elapsedVTime() * 1000.0; in regular_clock_call() local
2262 double elapsed_time_ms = curr_time_ms - _start_time_ms; in regular_clock_call()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMark.cpp2239 double curr_time_ms = os::elapsedVTime() * 1000.0; in regular_clock_call() local
2250 double elapsed_time_ms = curr_time_ms - _start_time_ms; in regular_clock_call()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMark.cpp2190 double curr_time_ms = os::elapsedVTime() * 1000.0; in regular_clock_call() local
2201 double elapsed_time_ms = curr_time_ms - _start_time_ms; in regular_clock_call()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMark.cpp2128 double curr_time_ms = os::elapsedVTime() * 1000.0; in regular_clock_call() local
2139 double elapsed_time_ms = curr_time_ms - _start_time_ms; in regular_clock_call()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMark.cpp2226 double curr_time_ms = os::elapsedVTime() * 1000.0; in regular_clock_call() local
2237 double elapsed_time_ms = curr_time_ms - _start_time_ms; in regular_clock_call()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMark.cpp2173 double curr_time_ms = os::elapsedVTime() * 1000.0; in regular_clock_call() local
2184 double elapsed_time_ms = curr_time_ms - _start_time_ms; in regular_clock_call()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1ConcurrentMark.cpp2241 double curr_time_ms = os::elapsedVTime() * 1000.0; in regular_clock_call() local
2252 double elapsed_time_ms = curr_time_ms - _start_time_ms; in regular_clock_call()