Home
last modified time | relevance | path

Searched refs:inactive_time (Results 1 – 25 of 80) sorted by relevance

1234

/dports/audio/headsetcontrol/HeadsetControl-2.6/src/
H A Dmain.c254 int inactive_time = -1; in main() local
290 inactive_time = strtol(optarg, NULL, 10); in main()
292 if (inactive_time > 90 || inactive_time < 0) { in main()
417 if (inactive_time != -1) { in main()
418 …f (handle_feature(&device_found, &device_handle, &hid_path, CAP_INACTIVE_TIME, inactive_time) != 0) in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_session_durations_metrics_recorder.cc81 base::TimeDelta inactive_time = total_session_time - session_length; in OnSessionEnded() local
83 std::max(user_state_session_time - inactive_time, base::TimeDelta()); in OnSessionEnded()
/dports/www/drupal8/drupal-8.9.20/core/modules/user/tests/src/Kernel/
H A DWhosOnlineBlockTest.php100 $inactive_time = $request_time - (60 * 60);
101 $user3->setLastAccessTime($inactive_time);
/dports/www/drupal9/drupal-9.2.10/core/modules/user/tests/src/Kernel/
H A DWhosOnlineBlockTest.php100 $inactive_time = $request_time - (60 * 60);
101 $user3->setLastAccessTime($inactive_time);
/dports/security/silktools/silk-3.19.1/src/rwrecgenerator/
H A Dstream-cache.c466 sktime_t inactive_time; in skCacheFlush() local
478 inactive_time = sktimeNow() - STREAM_CACHE_INACTIVE_TIMEOUT; in skCacheFlush()
482 sktimestamp_r(tstamp, inactive_time, 0))); in skCacheFlush()
485 if (entry->last_accessed > inactive_time) { in skCacheFlush()
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Djanitor.c605 age = now - db->inactive_time; in cleanup_inactive_autodatabases()
638 if (pool->db->db_auto && pool->db->inactive_time == 0) { in do_full_maint()
647 if (db->db_auto && db->inactive_time == 0) { in do_full_maint()
650 db->inactive_time = get_cached_time(); in do_full_maint()
723 if (db->inactive_time) { in kill_database()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dsync_session_durations_metrics_recorder.cc15 base::TimeDelta inactive_time) { in SubtractInactiveTime() argument
19 base::TimeDelta session_length = total_length - inactive_time; in SubtractInactiveTime()
/dports/security/silktools/silk-3.19.1/src/rwflowpack/
H A Dstream-cache.c524 sktime_t inactive_time; in skCacheFlush() local
556 inactive_time = sktimeNow() - STREAM_CACHE_INACTIVE_TIMEOUT; in skCacheFlush()
562 sktimestamp_r(tstamp, inactive_time, 0))); in skCacheFlush()
577 if (entry->stream && (entry->last_accessed > inactive_time)) { in skCacheFlush()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/rdev_return_int_station_info/
H A Dformat13 field:u32 inactive_time; offset:52; size:4; signed:0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/rdev_return_int_station_info/
H A Dformat13 field:u32 inactive_time; offset:52; size:4; signed:0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/rdev_return_int_station_info/
H A Dformat13 field:u32 inactive_time; offset:52; size:4; signed:0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/cfg80211/cfg80211_new_sta/
H A Dformat14 field:u32 inactive_time; offset:44; size:4; signed:0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_seed_N2F62_3.10.49/events/cfg80211/cfg80211_new_sta/
H A Dformat14 field:u32 inactive_time; offset:44; size:4; signed:0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/cfg80211_new_sta/
H A Dformat14 field:u32 inactive_time; offset:44; size:4; signed:0;
/dports/games/pacmanarena/pacman/include/
H A Dmap.h69 float inactive_time; member
/dports/devel/godot-tools/godot-3.2.3-stable/scene/2d/
H A Dcpu_particles_2d.cpp289 inactive_time = 0; in restart()
571 inactive_time = 0; in _update_internal()
573 inactive_time += delta; in _update_internal()
574 if (inactive_time > lifetime * 1.2) { in _update_internal()
580 inactive_time = 0; in _update_internal()
1448 inactive_time = 0; in CPUParticles2D()
H A Dcpu_particles_2d.h105 float inactive_time; variable
/dports/devel/godot/godot-3.2.3-stable/scene/2d/
H A Dcpu_particles_2d.cpp289 inactive_time = 0; in restart()
571 inactive_time = 0; in _update_internal()
573 inactive_time += delta; in _update_internal()
574 if (inactive_time > lifetime * 1.2) { in _update_internal()
580 inactive_time = 0; in _update_internal()
1448 inactive_time = 0; in CPUParticles2D()
H A Dcpu_particles_2d.h105 float inactive_time; variable
/dports/devel/godot-tools/godot-3.2.3-stable/scene/3d/
H A Dcpu_particles.cpp241 inactive_time = 0; in restart()
530 inactive_time = 0; in _update_internal()
532 inactive_time += delta; in _update_internal()
533 if (inactive_time > lifetime * 1.2) { in _update_internal()
539 inactive_time = 0; in _update_internal()
1503 inactive_time = 0; in CPUParticles()
H A Dcpu_particles.h102 float inactive_time; variable
/dports/devel/godot/godot-3.2.3-stable/scene/3d/
H A Dcpu_particles.cpp241 inactive_time = 0; in restart()
530 inactive_time = 0; in _update_internal()
532 inactive_time += delta; in _update_internal()
533 if (inactive_time > lifetime * 1.2) { in _update_internal()
539 inactive_time = 0; in _update_internal()
1503 inactive_time = 0; in CPUParticles()
H A Dcpu_particles.h102 float inactive_time; variable
/dports/games/pacmanarena/pacman/
H A Dmenu.c65 MAP_FOOD(map, x, y).inactive_time = 3.0; in menu_setup_map()
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dbouncer.h374 usec_t inactive_time; /* when auto-database became inactive (to kill it after timeout) */ member

1234