/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/ |
H A D | app_install_controller.cc | 127 int time_remaining_ms = 0; member 147 int time_remaining_ms = 0; member 211 int time_remaining_ms, in OnDownloading() 251 int time_remaining_ms, in OnInstalling()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 406 double time_remaining_ms = MAX2(target_pause_time_ms - base_time_ms, 0.0); in finalize_young_part() local 450 void G1CollectionSet::finalize_old_part(double time_remaining_ms) { in finalize_old_part() 502 double time_remaining_ms = finalize_young_part(target_pause_time_ms, survivor); in finalize_initial_collection_set() local
|
H A D | g1Policy.cpp | 1194 double time_remaining_ms, in calculate_old_collection_set_regions() 1295 double time_remaining_ms, in calculate_optional_collection_set_regions()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 366 double time_remaining_ms = MAX2(target_pause_time_ms - base_time_ms, 0.0); in finalize_young_part() local 410 void G1CollectionSet::finalize_old_part(double time_remaining_ms) { in finalize_old_part()
|
H A D | g1Policy.cpp | 1144 double time_remaining_ms = _collection_set->finalize_young_part(target_pause_time_ms, survivor); in finalize_collection_set() local
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 366 double time_remaining_ms = MAX2(target_pause_time_ms - base_time_ms, 0.0); in finalize_young_part() local 410 void G1CollectionSet::finalize_old_part(double time_remaining_ms) { in finalize_old_part()
|
H A D | g1Policy.cpp | 1144 double time_remaining_ms = _collection_set->finalize_young_part(target_pause_time_ms, survivor); in finalize_collection_set() local
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/ui/ |
H A D | progress_wnd.cc | 362 int time_remaining_ms, in OnDownloading() 454 int time_remaining_ms, in OnInstalling()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 466 void G1CollectionSet::finalize_old_part(double time_remaining_ms) { in finalize_old_part() 518 double time_remaining_ms = finalize_young_part(target_pause_time_ms, survivor); in finalize_initial_collection_set() local
|
H A D | g1Policy.cpp | 1330 double time_remaining_ms, in calculate_old_collection_set_regions() 1415 double time_remaining_ms, in calculate_optional_collection_set_regions()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 466 void G1CollectionSet::finalize_old_part(double time_remaining_ms) { in finalize_old_part() 518 double time_remaining_ms = finalize_young_part(target_pause_time_ms, survivor); in finalize_initial_collection_set() local
|
H A D | g1Policy.cpp | 1264 double time_remaining_ms, in calculate_old_collection_set_regions() 1365 double time_remaining_ms, in calculate_optional_collection_set_regions()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 466 void G1CollectionSet::finalize_old_part(double time_remaining_ms) { in finalize_old_part() 518 double time_remaining_ms = finalize_young_part(target_pause_time_ms, survivor); in finalize_initial_collection_set() local
|
H A D | g1Policy.cpp | 1260 double time_remaining_ms, in calculate_old_collection_set_regions() 1361 double time_remaining_ms, in calculate_optional_collection_set_regions()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 470 void G1CollectionSet::finalize_old_part(double time_remaining_ms) { in finalize_old_part() 522 double time_remaining_ms = finalize_young_part(target_pause_time_ms, survivor); in finalize_initial_collection_set() local
|
H A D | g1Policy.cpp | 1293 double time_remaining_ms, in calculate_old_collection_set_regions() 1378 double time_remaining_ms, in calculate_optional_collection_set_regions()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/ |
H A D | g1CollectionSet.cpp | 407 double time_remaining_ms = MAX2(target_pause_time_ms - base_time_ms, 0.0); in finalize_young_part() local 475 void G1CollectionSet::finalize_old_part(double time_remaining_ms) { in finalize_old_part()
|
H A D | g1Policy.cpp | 1193 double time_remaining_ms = _collection_set->finalize_young_part(target_pause_time_ms, survivor); in finalize_collection_set() local
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_items_collection/core/ |
H A D | offline_item.h | 209 int64_t time_remaining_ms; member
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_items_collection/core/ |
H A D | offline_item.h | 230 int64_t time_remaining_ms; member
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/ |
H A D | offline_item_utils_unittest.cc | 150 int64_t time_remaining_ms = 10000; in TEST_F() local
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | g1CollectorPolicy.cpp | 1958 double time_remaining_ms = MAX2(target_pause_time_ms - base_time_ms, 0.0); in finalize_cset() local
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/ |
H A D | g1CollectorPolicy.cpp | 1958 double time_remaining_ms = MAX2(target_pause_time_ms - base_time_ms, 0.0); in finalize_cset() local
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/win_build_output/midl/google_update/x64/ |
H A D | google_update_idl.h | 5453 #define IJobObserver_OnDownloading(This,time_remaining_ms,pos) \ argument 5550 #define IJobObserver2_OnInstalling2(This,time_remaining_ms,pos) \ argument
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/win_build_output/midl/google_update/x86/ |
H A D | google_update_idl.h | 5453 #define IJobObserver_OnDownloading(This,time_remaining_ms,pos) \ argument 5550 #define IJobObserver2_OnInstalling2(This,time_remaining_ms,pos) \ argument
|