Home
last modified time | relevance | path

Searched refs:time_limit (Results 76 – 100 of 1619) sorted by relevance

12345678910>>...65

/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/io/
H A DFilereaderMps.cpp32 if (options.time_limit < HIGHS_CONST_INF && options.time_limit > 0) in readModelFromFile()
33 parser.time_limit = options.time_limit; in readModelFromFile()
/dports/textproc/py-wtforms/WTForms-2.1/wtforms/csrf/
H A Dsession.py48 if self.time_limit:
49 expires = (self.now() + self.time_limit).strftime(self.TIME_FORMAT)
71 if self.time_limit:
83 def time_limit(self): member in SessionCSRF
/dports/lang/yorick/yorick-y_2_2_04/i/
H A Dmovie.i11 func movie(draw_frame, time_limit, min_interframe, bracket_time) in movie() argument
52 if (is_void(time_limit)) time_limit= 60.0; in movie()
91 if (!more || (elapsed(3)-elapsed0(3))>time_limit) break; in movie()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Dlloyd_optimize_mesh_2.h89 const double time_limit, in lloyd_optimize_mesh_2_impl() argument
96 freeze_bound, time_limit, seeds.begin(), seeds.end(), mark); in lloyd_optimize_mesh_2_impl()
105 const double time_limit, in lloyd_optimize_mesh_2_impl() argument
117 lloyd.set_time_limit(time_limit); in lloyd_optimize_mesh_2_impl()
H A Drefine_periodic_3_mesh_3.h257 parameters::time_limit = odt.time_limit(),
267 parameters::time_limit = lloyd.time_limit(),
284 perturb_time_limit = perturb.time_limit();
287 parameters::time_limit = perturb_time_limit,
299 exude_time_limit = exude.time_limit();
302 parameters::time_limit = exude_time_limit,
H A Drefine_mesh_3.h120 double time_limit() const { return time_limit_; } in time_limit() function
570 parameters::time_limit = odt.time_limit(),
581 parameters::time_limit = lloyd.time_limit(),
597 perturb_time_limit = perturb.time_limit();
601 parameters::time_limit = perturb_time_limit,
613 exude_time_limit = exude.time_limit();
616 parameters::time_limit = exude_time_limit,
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/extend/standard/
H A DPersistentSearch.py47 time_limit, argument
71 self.time_limit = time_limit
101 time_limit=self.time_limit,
H A DPagedSearch.py40 time_limit=0, argument
62 time_limit,
120 time_limit=0, argument
137 time_limit,
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvstream.c798 timeout = stream->time_limit.tv_sec + (stream->time_limit.tv_usec > 0); in vstream_fflush_some()
814 stream->time_limit.tv_sec = stream->time_limit.tv_usec = 0; in vstream_fflush_some()
822 VSTREAM_SUB_TIME(stream->time_limit, stream->time_limit, elapsed); in vstream_fflush_some()
827 VSTREAM_ADD_TIME(stream->time_limit, stream->time_limit, in vstream_fflush_some()
831 stream->time_limit.tv_usec = 0; in vstream_fflush_some()
974 timeout = stream->time_limit.tv_sec + (stream->time_limit.tv_usec > 0); in vstream_buf_get_ready()
988 stream->time_limit.tv_sec = stream->time_limit.tv_usec = 0; in vstream_buf_get_ready()
999 VSTREAM_SUB_TIME(stream->time_limit, stream->time_limit, elapsed); in vstream_buf_get_ready()
1004 VSTREAM_ADD_TIME(stream->time_limit, stream->time_limit, in vstream_buf_get_ready()
1008 stream->time_limit.tv_usec = 0; in vstream_buf_get_ready()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/child_accounts/time_limits/
H A Dapp_time_controller.cc81 base::string16 GetTimeLimitMessage(base::TimeDelta time_limit, int cutoff) { in GetTimeLimitMessage() argument
84 time_limit); in GetTimeLimitMessage()
109 base::Optional<base::TimeDelta> time_limit) { in GetNotificationMessageFor() argument
120 return time_limit in GetNotificationMessageFor()
123 GetTimeLimitMessage(*time_limit, /* cutoff */ 3), in GetNotificationMessageFor()
402 const base::Optional<base::TimeDelta>& time_limit, in ShowAppTimeLimitNotification() argument
415 time_limit)); in ShowAppTimeLimitNotification()
419 base::TimeDelta time_limit, in OnAppLimitReached() argument
430 web_time_enforcer_->OnWebTimeLimitReached(time_limit); in OnAppLimitReached()
584 base::Optional<base::TimeDelta> time_limit, in ShowNotificationForApp() argument
[all …]
H A Dapp_activity_registry.cc865 DCHECK(time_limit.has_value()); in ScheduleTimeLimitCheckForApp()
867 if (time_limit > kFiveMinutes) { in ScheduleTimeLimitCheckForApp()
868 time_limit = time_limit.value() - kFiveMinutes; in ScheduleTimeLimitCheckForApp()
869 } else if (time_limit > kOneMinute) { in ScheduleTimeLimitCheckForApp()
870 time_limit = time_limit.value() - kOneMinute; in ScheduleTimeLimitCheckForApp()
871 } else if (time_limit == kZeroMinutes) { in ScheduleTimeLimitCheckForApp()
879 << time_limit.value(); in ScheduleTimeLimitCheckForApp()
882 FROM_HERE, time_limit.value(), in ScheduleTimeLimitCheckForApp()
922 if (active_time >= time_limit) in GetTimeLeftForApp()
925 return time_limit - active_time; in GetTimeLeftForApp()
[all …]
/dports/textproc/py-asciinema/asciinema-2.0.2/asciinema/asciicast/
H A Devents.py20 def cap_relative_time(events, time_limit): argument
21 if time_limit:
22 return ([min(delay, time_limit), type, data] for delay, type, data in events)
/dports/math/eprover/eprover-E-2.0/development_tools/
H A Dgenerate_auto_sched.py46 def isSuccess(self, prob, time_limit, succ_status): argument
48 return (status in succ_status and time<=time_limit)
56 def getSuccesses(self, time_limit, succ_status): argument
65 def computePerf(self, time_limit, succ_status): argument
124 def computePerf(self, time_limit, succ_status): argument
126 i.computePerf(time_limit, succ_status)
1046 time_limit = 864000.0 variable
1059 time_limit = float(i[7:]) variable
1098 for time_limit in time_limits:
1100 %(itercount, time_limit)
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/jobcomp/filetxt/
H A Djobcomp_filetxt.c197 uint32_t time_limit; in slurm_jobcomp_log_record() local
208 if ((job_ptr->time_limit == NO_VAL) && job_ptr->part_ptr) in slurm_jobcomp_log_record()
209 time_limit = job_ptr->part_ptr->max_time; in slurm_jobcomp_log_record()
211 time_limit = job_ptr->time_limit; in slurm_jobcomp_log_record()
212 if (time_limit == INFINITE) in slurm_jobcomp_log_record()
216 (unsigned long) time_limit); in slurm_jobcomp_log_record()
/dports/math/cadical/cadical-1.0.3-cb89cbf/src/
H A Dcadical.cpp30 int time_limit; member in CaDiCaL::App
310 else if (time_limit >= 0) in main()
312 time_limit, argv[i]); in main()
313 else if (!parse_int_str (argv[i], time_limit)) in main()
315 else if (time_limit < 0) in main()
408 time_limit >= 0 || conflict_limit >= 0 || decision_limit >= 0) { in main()
420 if (time_limit >= 0) { in main()
423 time_limit); in main()
424 Signal::alarm (time_limit); in main()
531 time_limit (-1), max_var (0), strict (1), timesup (false) in App()
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/extend/
H A D__init__.py90 time_limit=0, argument
106 time_limit,
120 time_limit,
134 time_limit=0, argument
164 time_limit,
179 time_limit=0, argument
191 time_limit,
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/jobcomp/mysql/
H A Djobcomp_mysql.c247 uint32_t time_limit, start_time, end_time; in slurm_jobcomp_log_record() local
261 if ((job_ptr->time_limit == NO_VAL) && job_ptr->part_ptr) in slurm_jobcomp_log_record()
262 time_limit = job_ptr->part_ptr->max_time; in slurm_jobcomp_log_record()
264 time_limit = job_ptr->time_limit; in slurm_jobcomp_log_record()
265 if (time_limit == INFINITE) in slurm_jobcomp_log_record()
269 (unsigned long) time_limit); in slurm_jobcomp_log_record()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/survey/models/
H A Dsurvey_user.py92 time_limit = user_input.survey_id.time_limit
94 fields.Datetime.now() >= start_time + relativedelta(minutes=time_limit)
108 time_limit = user_input.survey_id.session_question_id.time_limit
110 fields.Datetime.now() >= start_time + relativedelta(seconds=time_limit)
613 time_limit = question.time_limit
616 question_remaining_time = time_limit - seconds_to_answer
621time_limit -= max_score_delay # we remove the max_score_delay to have all possible values
622 score_proportion = (time_limit - seconds_to_answer) / time_limit
/dports/math/highs/HiGHS-cfe064e/src/mip/
H A DHighsMipSolver.cpp54 if (options_mip_->time_limit > 0 && in runPresolve()
55 options_mip_->time_limit < HIGHS_CONST_INF) { in runPresolve()
56 double left = options_mip_->time_limit - start_presolve; in runPresolve()
69 presolve_.options_.time_limit = left; in runPresolve()
75 if (options_mip_->time_limit > 0 && in runPresolve()
76 options_mip_->time_limit < HIGHS_CONST_INF) { in runPresolve()
79 double left = presolve_.options_.time_limit - time_init; in runPresolve()
92 presolve_.options_.time_limit = options_mip_->time_limit; in runPresolve()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/device_management/
H A Ddm_policy_manager_unittest.cc135 int time_limit = 0; in TEST() local
136 EXPECT_FALSE(policy_manager->GetPackageCacheExpirationTimeDays(&time_limit)); in TEST()
216 int time_limit = 0; in TEST() local
217 EXPECT_FALSE(policy_manager->GetPackageCacheExpirationTimeDays(&time_limit)); in TEST()
299 int time_limit = 0; in TEST() local
300 EXPECT_FALSE(policy_manager->GetPackageCacheExpirationTimeDays(&time_limit)); in TEST()
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dinc21.30.1037 set time_limit [expr $target_time - 3]
38 if {$time_limit < 1} {
44 spawn $salloc --account=$acct -n4 --time=$time_limit $srun $bin_sleep 10
/dports/math/py-or-tools/or-tools-9.2/ortools/bop/
H A DBUILD.bazel47 "//ortools/util:time_limit",
104 "//ortools/util:time_limit",
134 "//ortools/util:time_limit",
158 "//ortools/util:time_limit",
211 "//ortools/util:time_limit",
243 "//ortools/util:time_limit",
276 "//ortools/util:time_limit",
/dports/mail/postfix-current/postfix-3.7-20211107/src/spawn/
H A Dspawn.c185 int time_limit; /* per-service time limit */ member
208 attr->time_limit = in get_service_attr()
277 myname, (long) attr->uid, (long) attr->gid, attr->time_limit); in get_service_attr()
314 CA_SPAWN_CMD_TIME_LIMIT(attr.time_limit), in spawn_service()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/scontrol/
H A Dupdate_job.c702 if (time_limit == NO_VAL) { in scontrol_update_job()
731 time_limit; in scontrol_update_job()
740 job_msg.time_limit = time_limit; in scontrol_update_job()
1390 uint32_t time_limit = NO_VAL; in _get_job_time() local
1400 return time_limit; in _get_job_time()
1404 return time_limit; in _get_job_time()
1414 return time_limit; in _get_job_time()
1420 return time_limit; in _get_job_time()
1427 time_limit = resp->job_array[i].time_limit; in _get_job_time()
1440 time_limit = resp->job_array[i].time_limit; in _get_job_time()
[all …]
/dports/math/eprover/eprover-E-2.0/PYTHON/
H A Dpylib_eprot.py154 def __init__(self, strat_key, executable, arguments, problem, time_limit): argument
159 self.time_limit = time_limit
167 self.time_limit))
175 self.time_limit))
181 return "--cpu-limit=%d %s"%(self.time_limit, self.arguments)
430 self.time_limit = 300.0
447 self.time_limit = float(value)
462 self.time_limit, self.arguments)
469 self.time_limit)

12345678910>>...65