Home
last modified time | relevance | path

Searched refs:exception_flag (Results 1 – 25 of 71) sorted by relevance

123

/dports/science/dynare/dynare-4.6.4/matlab/parallel/
H A DdynareParallelDeleteNewFiles.m58 exception_flag=0;
60exception_flag=exception_flag+(~isempty(strfind(fileaddress{2},varargin{indexc})));
62 if exception_flag==0
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/win/
H A Ddebug_exception_handler.c383 uint32_t exception_flag; in HandleException() local
474 exception_flag = appthread_copy.exception_flag; in HandleException()
475 if (exception_flag) { in HandleException()
478 exception_flag = 1; in HandleException()
479 if (!WRITE_MEM(process_handle, &natp_remote->exception_flag, in HandleException()
480 &exception_flag)) { in HandleException()
/dports/sysutils/prips/prips-1.1.1/
H A Dmain.c63 bool exception_flag = false; /* If one, check for exclusions */ in main() local
93 exception_flag = true; in main()
176 { if(!exception_flag || !except(&current, octet, increment)) in main()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/solvers/plugins/solvers/
H A DASL.py107 def available(self, exception_flag=True): argument
108 if not super().available(exception_flag):
236 def available(self, exception_flag=True): argument
237 return ASL.available(self,exception_flag)
H A Ddirect_or_persistent_solver.py288 def available(self, exception_flag=True): argument
292 if exception_flag and not _api:
H A DGAMS.py159 def available(self, exception_flag=True): argument
164 if not exception_flag:
170 if not avail and exception_flag:
182 if not self.available(exception_flag=False):
604 def available(self, exception_flag=True): argument
608 if not exception_flag:
617 if not avail and exception_flag:
H A DGUROBI.py159 def available(self, exception_flag=False): argument
160 val = ILMLicensedSystemCallSolver.available(self, exception_flag)
H A DPICO.py431 def available(self, exception_flag=True): argument
432 return PICOSHELL.available(self,exception_flag)
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/opt/solver/
H A Dilmcmd.py32 def available(self, exception_flag=False): argument
36 if not pyomo.opt.solver.shellcmd.SystemCallSolver.available(self, exception_flag):
H A Dshellcmd.py108 def available(self, exception_flag=False): argument
112 if not OptSolver.available(self,exception_flag):
117 cm = nullcontext() if exception_flag else LoggingIntercept()
123 if exception_flag:
/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Dsp_pattern_match.c1097 pmd->exception_flag,
1138 a = pmd->exception_flag; in PatternMatchHash()
1321 if ((left->exception_flag == right->exception_flag) && in PatternMatchCompare()
1622 int exception_flag = 0; in ParsePattern() local
1636 exception_flag = 1; in ParsePattern()
1884 ds_idx->exception_flag = exception_flag; in ParsePattern()
1942 int exception_flag = 0; in ParseProtectedPattern() local
1956 exception_flag = 1; in ParseProtectedPattern()
1960 exception_flag = 0; in ParseProtectedPattern()
2013 ds_idx->exception_flag = exception_flag; in ParseProtectedPattern()
[all …]
H A Dsp_pattern_match.h96 uint8_t exception_flag; /* search for "not this pattern" */ member
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/opt/base/
H A Dsolvers.py89 def available(self, exception_flag=True): argument
91 if exception_flag:
207 if not opt.available(exception_flag=False):
497 def available(self, exception_flag=True): argument
512 self.available(exception_flag=True)
/dports/security/snort/snort-2.9.18/src/
H A Dfpcreate.c1127 pmd->exception_flag = content_info->exception_flag; in DynamicContentToPmd()
1204 if (content->exception_flag) in IsDynamicContentFpEligible()
1270 if (content->exception_flag) in IsPmdFpEligible()
1354 if (tmp->exception_flag) in GetLongestPmdContent()
1366 if (tmp->exception_flag) in GetLongestPmdContent()
1468 if ((tmp->exception_flag && pmd->exception_flag) in UsePreprocOptFastPatterns()
1469 || (!tmp->exception_flag && !pmd->exception_flag)) in UsePreprocOptFastPatterns()
1477 if (!tmp->exception_flag && pmd->exception_flag) in UsePreprocOptFastPatterns()
1521 if (pmd->exception_flag) in fpFinishPortGroupRule()
1549 (unsigned)pmd->exception_flag, in fpFinishPortGroupRule()
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/gdpbb/
H A Dtest_GDPbb_deprecate.py15 …@unittest.skipUnless(SolverFactory('glpk').available(exception_flag=False), "glpk is not available…
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.python/
H A Dpy-prettyprint.py57 exception_flag = False variable
73 if exception_flag:
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/
H A Dsys_exception.c77 natp->exception_flag = 0; in NaClSysExceptionClearFlag()
H A Dnacl_app_thread.h146 uint32_t exception_flag; member
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/pynumero/examples/tests/
H A Dtest_examples.py17 ipopt_available = ipopt_opt.available(exception_flag=False)
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/linux/
H A Dnacl_signal.c190 if (natp->exception_flag) { in DispatchToUntrustedHandler()
194 natp->exception_flag = 1; in DispatchToUntrustedHandler()
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.python/
H A Dpy-prettyprint.py34 if exception_flag:
74 exception_flag = False variable
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/pyros/tests/
H A Dtest_grcs.py629 …@unittest.skipUnless(SolverFactory('baron').available(exception_flag=False), "Global NLP solver is…
1178 …@unittest.skipUnless(SolverFactory('ipopt').available(exception_flag=False), "Local NLP solver is …
1212 …@unittest.skipUnless(SolverFactory('ipopt').available(exception_flag=False), "Local NLP solver is …
1483 @unittest.skipUnless(SolverFactory('baron').available(exception_flag=False),
1520 @unittest.skipUnless(SolverFactory('baron').available(exception_flag=False),
1603 …SolverFactory('baron').available(exception_flag=False) and SolverFactory('baron').license_is_valid…
1646 …SolverFactory('baron').available(exception_flag=False) and SolverFactory('baron').license_is_valid…
1689 …SolverFactory('baron').available(exception_flag=False) and SolverFactory('baron').license_is_valid…
1731 …SolverFactory('baron').available(exception_flag=False) and SolverFactory('baron').license_is_valid…
1772 …SolverFactory('baron').available(exception_flag=False) and SolverFactory('baron').license_is_valid…
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.python/
H A Dpy-prettyprint.py36 if exception_flag:
90 exception_flag = False variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/service_runtime/osx/
H A Dmach_exception_handler.c261 if (natp->exception_flag) { in HandleException()
265 natp->exception_flag = 1; in HandleException()
/dports/security/snort/snort-2.9.18/src/dynamic-plugins/
H A Dsf_dynamic_engine.h66 char exception_flag; member

123