Home
last modified time | relevance | path

Searched refs:excp (Results 1 – 25 of 1076) sorted by relevance

12345678910>>...44

/dports/graphics/box/box-0.4.0/box/
H A Dexception.c32 BoxException *excp = Box_Mem_Safe_Alloc(sizeof(BoxException)); in BoxException_Create_Raw() local
33 excp->msg = msg; in BoxException_Create_Raw()
34 return excp; in BoxException_Create_Raw()
38 void BoxException_Destroy(BoxException *excp) { in BoxException_Destroy() argument
39 Box_Mem_Free(excp); in BoxException_Destroy()
43 BoxBool BoxException_Check(BoxException *excp) { in BoxException_Check() argument
44 if (excp) { in BoxException_Check()
45 fprintf(stderr, "Exception: %s.\n", excp->msg); in BoxException_Check()
46 BoxException_Destroy(excp); in BoxException_Check()
54 BoxException_Get_Str(BoxException *excp) { in BoxException_Get_Str() argument
[all …]
/dports/textproc/gmetadom/gmetadom-0.2.6/src/gdome_caml/basic/
H A Dml_misc.c44 value* excp; in throw_exception() local
50 excp = caml_named_value("DOMException"); in throw_exception()
51 assert(excp != NULL); in throw_exception()
52 raise_with_arg(*excp, res); in throw_exception()
58 value* excp; in throw_impl_exception() local
60 excp = caml_named_value("DOMImplException"); in throw_impl_exception()
61 assert(excp != NULL); in throw_impl_exception()
62 raise_with_arg(*excp, copy_string(msg)); in throw_impl_exception()
68 value* excp; in throw_cast_exception() local
71 assert(excp != NULL); in throw_cast_exception()
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/cr16/
H A Dexcp_test.s5 # excp svc/dvz/flg/bpt/trc/und/iad/dbg/ise
7 excp svc
8 excp dvz
9 excp flg
10 excp bpt
11 excp trc
12 excp und
13 excp iad
14 excp dbg
15 excp ise
H A Dexcp_test.d10 0: c5 00 excp svc
11 2: c6 00 excp dvz
12 4: c7 00 excp flg
13 6: c8 00 excp bpt
14 8: c9 00 excp trc
15 a: ca 00 excp und
16 c: cc 00 excp iad
17 e: ce 00 excp dbg
18 10: cf 00 excp ise
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/cr16/
H A Dexcp_test.s5 # excp svc/dvz/flg/bpt/trc/und/iad/dbg/ise
7 excp svc
8 excp dvz
9 excp flg
10 excp bpt
11 excp trc
12 excp und
13 excp iad
14 excp dbg
15 excp ise
H A Dexcp_test.d10 0: c5 00 excp svc
11 2: c6 00 excp dvz
12 4: c7 00 excp flg
13 6: c8 00 excp bpt
14 8: c9 00 excp trc
15 a: ca 00 excp und
16 c: cc 00 excp iad
17 e: ce 00 excp dbg
18 10: cf 00 excp ise
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/cr16/
H A Dexcp_test.s5 # excp svc/dvz/flg/bpt/trc/und/iad/dbg/ise
7 excp svc
8 excp dvz
9 excp flg
10 excp bpt
11 excp trc
12 excp und
13 excp iad
14 excp dbg
15 excp ise
H A Dexcp_test.d10 0: c5 00 excp svc
11 2: c6 00 excp dvz
12 4: c7 00 excp flg
13 6: c8 00 excp bpt
14 8: c9 00 excp trc
15 a: ca 00 excp und
16 c: cc 00 excp iad
17 e: ce 00 excp dbg
18 10: cf 00 excp ise
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/cr16/
H A Dexcp_test.s5 # excp svc/dvz/flg/bpt/trc/und/iad/dbg/ise
7 excp svc
8 excp dvz
9 excp flg
10 excp bpt
11 excp trc
12 excp und
13 excp iad
14 excp dbg
15 excp ise
H A Dexcp_test.d10 0: c5 00 excp svc
11 2: c6 00 excp dvz
12 4: c7 00 excp flg
13 6: c8 00 excp bpt
14 8: c9 00 excp trc
15 a: ca 00 excp und
16 c: cc 00 excp iad
17 e: ce 00 excp dbg
18 10: cf 00 excp ise
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/cr16/
H A Dexcp_test.s5 # excp svc/dvz/flg/bpt/trc/und/iad/dbg/ise
7 excp svc
8 excp dvz
9 excp flg
10 excp bpt
11 excp trc
12 excp und
13 excp iad
14 excp dbg
15 excp ise
H A Dexcp_test.d10 0: c5 00 excp svc
11 2: c6 00 excp dvz
12 4: c7 00 excp flg
13 6: c8 00 excp bpt
14 8: c9 00 excp trc
15 a: ca 00 excp und
16 c: cc 00 excp iad
17 e: ce 00 excp dbg
18 10: cf 00 excp ise
/dports/science/chrono/chrono-7.0.1/src/chrono_cosimulation/
H A DChSocket.cpp46 delete excp; in ChSocket()
88 delete excp; in setDebug()
111 delete excp; in setReuseAddr()
134 delete excp; in setKeepAlive()
165 delete excp; in setLingerSeconds()
195 delete excp; in setLingerOnOff()
218 delete excp; in setSendBufSize()
241 delete excp; in setReceiveBufSize()
278 delete excp; in setSocketBlocking()
308 delete excp; in getDebug()
[all …]
/dports/devel/py-taskflow/taskflow-4.6.3/taskflow/jobs/backends/
H A Dimpl_zookeeper.py383 excp.raise_with_cause(excp.JobFailure,
386 excp.raise_with_cause(excp.JobFailure,
391 excp.raise_with_cause(excp.JobFailure,
558 excp.raise_with_cause(excp.UnclaimableJob,
614 excp.raise_with_cause(excp.JobFailure, fail_msg_tpl % (job_uuid))
620 excp.raise_with_cause(excp.NotFound, fail_msg_tpl % (job_uuid))
683 excp.raise_with_cause(excp.NotFound,
705 excp.raise_with_cause(excp.NotFound,
725 excp.raise_with_cause(excp.NotFound,
830 excp.raise_with_cause(excp.JobFailure,
[all …]
/dports/security/py-volatility3/volatility3-94426ad/volatility/cli/
H A D__init__.py294 self.process_exceptions(excp)
296 def process_exceptions(self, excp): argument
310 … detail = "Swap error {} in layer {} ({})".format(hex(excp.invalid_address), excp.layer_name, excp)
316 … detail = "Page error {} in layer {} ({})".format(hex(excp.invalid_address), excp.layer_name, excp)
323 … detail = "{} in layer {} ({})".format(hex(excp.invalid_address), excp.layer_name, excp)
332 detail = "{}{}{}: {}".format(excp.table_name, constants.BANG, excp.symbol_name, excp)
340 detail = "{}".format(excp)
347 detail = "{}".format(excp)
351 detail = "{}".format(excp)
369 def process_unsatisfied_exceptions(self, excp): argument
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/test/
H A DitkSubsampleTest.cxx71 catch ( itk::ExceptionObject & excp ) in itkSubsampleTest() local
73 std::cerr << "Exception caught: " << excp << std::endl; in itkSubsampleTest()
121 catch( itk::ExceptionObject & excp ) in itkSubsampleTest() local
123 std::cerr << "Expected Exception caught: " << excp << std::endl; in itkSubsampleTest()
135 catch( itk::ExceptionObject & excp ) in itkSubsampleTest() local
137 std::cerr << "Expected Exception caught: " << excp << std::endl; in itkSubsampleTest()
148 catch( itk::ExceptionObject & excp ) in itkSubsampleTest() local
162 catch( itk::ExceptionObject & excp ) in itkSubsampleTest() local
180 catch( itk::ExceptionObject & excp ) in itkSubsampleTest() local
197 catch( itk::ExceptionObject & excp ) in itkSubsampleTest() local
[all …]
/dports/editors/vigor/vigor-0.016/ex/
H A Dex_argv.c45 argv_init(sp, excp) in argv_init() argument
47 EXCMD *excp;
55 excp->argv = exp->args;
56 excp->argc = exp->argsoff;
69 EXCMD *excp;
81 excp->argv = exp->args;
96 EXCMD *excp;
140 EXCMD *excp;
252 EXCMD *excp;
321 EXCMD *excp;
[all …]
/dports/security/py-volatility3/volatility3-94426ad/volatility/framework/plugins/windows/registry/
H A Dprintkey.py81 except exceptions.InvalidAddressException as excp:
82 vollog.debug(excp)
110 except (exceptions.InvalidAddressException, RegistryFormatException) as excp:
111 vollog.debug(excp)
120 vollog.debug(excp)
126 vollog.debug(excp)
132 vollog.debug(excp)
161 if isinstance(excp, KeyError):
163 elif isinstance(excp, RegistryFormatException):
164 vollog.debug(excp)
[all …]
/dports/devel/swig/swig-4.0.2/Examples/test-suite/java/
H A Djava_director_exception_feature_runme.java51 public String ping(int excp) throws MyJavaException1, MyJavaException2 { in ping() argument
52 if (excp == 1) throw new MyJavaException1(java_director_exception_feature_Consts.PINGEXCP1); in ping()
53 if (excp == 2) throw new MyJavaException2(java_director_exception_feature_Consts.PINGEXCP2); in ping()
57 public String pong(int excp) throws MyJavaException1, MyJavaException2, MyJavaUnexpected { in pong() argument
58 if (excp == 1) throw new MyJavaException1(java_director_exception_feature_Consts.PONGEXCP1); in pong()
59 if (excp == 2) throw new MyJavaException2(java_director_exception_feature_Consts.PONGEXCP2); in pong()
60 if (excp == 3) throw new MyJavaUnexpected(java_director_exception_feature_Consts.PONGUNEXPECTED); in pong()
67 if (excp == 1) in genericpong()
69 if (excp == 2) in genericpong()
71 if (excp == 3) in genericpong()
[all …]
H A Djava_director_exception_feature_nspace_runme.java50 public String ping(int excp) throws MyJavaException1, MyJavaException2 { in ping() argument
51 if (excp == 1) throw new MyJavaException1(java_director_exception_feature_nspace_Consts.PINGEXCP1); in ping()
52 if (excp == 2) throw new MyJavaException2(java_director_exception_feature_nspace_Consts.PINGEXCP2); in ping()
56 public String pong(int excp) throws MyJavaException1, MyJavaException2, MyJavaUnexpected { in pong() argument
57 if (excp == 1) throw new MyJavaException1(java_director_exception_feature_nspace_Consts.PONGEXCP1); in pong()
58 if (excp == 2) throw new MyJavaException2(java_director_exception_feature_nspace_Consts.PONGEXCP2); in pong()
59 …if (excp == 3) throw new MyJavaUnexpected(java_director_exception_feature_nspace_Consts.PONGUNEXPE… in pong()
66 if (excp == 1) in genericpong()
68 if (excp == 2) in genericpong()
70 if (excp == 3) in genericpong()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/netschedule/test/traffic_generator/
H A Dsinglefullok.py89 except Exception, excp:
92 print >> sys.stderr, str( excp )
100 except Exception, excp:
103 print >> sys.stderr, str( excp )
110 except Exception, excp:
114 print >> sys.stderr, str( excp )
124 except Exception, excp:
127 print >> sys.stderr, str( excp )
134 except Exception, excp:
139 print >> sys.stderr, str( excp )
/dports/editors/nvi2/nvi2-2.2.0/ex/
H A Dex_argv.c51 excp->argv = exp->args; in argv_init()
52 excp->argc = exp->argsoff; in argv_init()
73 excp->argv = exp->args; in argv_exp0()
74 excp->argc = exp->argsoff; in argv_exp0()
261 excp->argv = exp->args; in argv_exp3()
299 excp->argv = exp->args; in argv_flt_ex()
342 excp->argv = exp->args; in argv_flt_user()
384 F_SET(excp, E_MODIFY); in argv_fexp()
400 F_SET(excp, E_MODIFY); in argv_fexp()
415 F_SET(excp, E_MODIFY); in argv_fexp()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageStatistics/test/
H A DitkAccumulateImageFilterTest.cxx64 catch (itk::ExceptionObject &excp) in itkAccumulateImageFilterTest() local
67 std::cerr << excp << std::endl; in itkAccumulateImageFilterTest()
80 catch ( itk::ExceptionObject &excp) in itkAccumulateImageFilterTest() local
83 std::cerr << excp << std::endl; in itkAccumulateImageFilterTest()
100 catch( itk::ExceptionObject & excp ) in itkAccumulateImageFilterTest() local
103 std::cerr << excp << std::endl; in itkAccumulateImageFilterTest()
120 catch( itk::ExceptionObject & excp ) in itkAccumulateImageFilterTest() local
123 std::cerr << excp << std::endl; in itkAccumulateImageFilterTest()
136 catch ( itk::ExceptionObject &excp ) in itkAccumulateImageFilterTest() local
139 std::cout << excp << std::endl; in itkAccumulateImageFilterTest()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/RAW/test/
H A DitkRawImageIOTest5.cxx199 catch( itk::ExceptionObject & excp ) in itkRawImageIOTest5() local
202 std::cerr << excp << std::endl; in itkRawImageIOTest5()
211 catch( itk::ExceptionObject & excp ) in itkRawImageIOTest5() local
214 std::cerr << excp << std::endl; in itkRawImageIOTest5()
240 catch( itk::ExceptionObject & excp ) in itkRawImageIOTest5() local
243 std::cerr << excp << std::endl; in itkRawImageIOTest5()
252 catch( itk::ExceptionObject & excp ) in itkRawImageIOTest5() local
255 std::cerr << excp << std::endl; in itkRawImageIOTest5()
282 catch( itk::ExceptionObject & excp ) in itkRawImageIOTest5() local
285 std::cerr << excp << std::endl; in itkRawImageIOTest5()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/openrisc/
H A Dmmu.c114 int excp = EXCP_DPF; in openrisc_cpu_tlb_fill() local
123 excp = 0; in openrisc_cpu_tlb_fill()
129 excp = get_phys_mmu(cpu, &phys_addr, &prot, addr, need, super); in openrisc_cpu_tlb_fill()
132 if (likely(excp == 0)) { in openrisc_cpu_tlb_fill()
143 raise_mmu_exception(cpu, addr, excp); in openrisc_cpu_tlb_fill()
151 int prot, excp, sr = cpu->env.sr; in openrisc_cpu_get_phys_page_debug() local
157 excp = get_phys_mmu(cpu, &phys_addr, &prot, addr, in openrisc_cpu_get_phys_page_debug()
160 return excp ? -1 : phys_addr; in openrisc_cpu_get_phys_page_debug()
166 excp = get_phys_mmu(cpu, &phys_addr, &prot, addr, in openrisc_cpu_get_phys_page_debug()
169 if (!excp) { in openrisc_cpu_get_phys_page_debug()

12345678910>>...44