Home
last modified time | relevance | path

Searched defs:error_code (Results 1 – 25 of 6279) sorted by relevance

12345678910>>...252

/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dmm_io_x.h48 end_of_file_x(std::error_code const &error_code = std::error_code()) : exception(error_code) {} in exception() argument
57 seek_x(std::error_code const &error_code = std::error_code()) : exception(error_code) {} in exception() argument
66 read_write_x(std::error_code const &error_code = std::error_code()) : exception(error_code) {} in exception() argument
75 open_x(std::error_code const &error_code = std::error_code()) : exception(error_code) {} in exception() argument
84 …wrong_read_write_access_x(std::error_code const &error_code = std::error_code()) : exception(error… in exception() argument
93 …insufficient_space_x(std::error_code const &error_code = std::error_code()) : exception(error_code… in exception() argument
106 : exception(error_code) in exception() argument
124 …exception(std::error_code const &error_code = std::error_code()) : mtx::mm_io::exception(error_cod… in exception() argument
136 : exception(error_code) in exception() argument
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/geotrans/
H A Dengine.c648 long error_code = ENGINE_NO_ERROR; in Initialize_Engine_File() local
755 long error_code = ENGINE_NO_ERROR; in Initialize_Engine() local
907 long error_code = ENGINE_NO_ERROR; in Get_Coordinate_System_Count() local
929 long error_code = ENGINE_NO_ERROR; in Get_Coordinate_System_Index() local
970 long error_code = ENGINE_NO_ERROR; in Get_Coordinate_System_Type() local
995 long error_code = ENGINE_NO_ERROR; in Get_Coordinate_System_Name() local
1021 long error_code = ENGINE_NO_ERROR; in Get_Coordinate_System_Code() local
1050 long error_code = ENGINE_NO_ERROR; in Set_Coordinate_System() local
1083 long error_code = ENGINE_NO_ERROR; in Get_Coordinate_System() local
1106 long error_code = ENGINE_NO_ERROR; in Get_Datum_Count() local
[all …]
H A Dellipse.c183 long error_code = ELLIPSE_NO_ERROR; in Initialize_Ellipsoids_File() local
282 long error_code = ELLIPSE_NO_ERROR; in Initialize_Ellipsoids() local
382 long error_code = ELLIPSE_NO_ERROR; in Create_Ellipsoid() local
482 long error_code = ELLIPSE_NO_ERROR; in Delete_Ellipsoid() local
579 long error_code = ELLIPSE_NO_ERROR; in Ellipsoid_Count() local
601 long error_code = ELLIPSE_NO_ERROR; in Ellipsoid_Index() local
645 long error_code = ELLIPSE_NO_ERROR; in Ellipsoid_Name() local
674 long error_code = ELLIPSE_NO_ERROR; in Ellipsoid_Code() local
705 long error_code = ELLIPSE_NO_ERROR; in Ellipsoid_Parameters() local
740 long error_code = ELLIPSE_NO_ERROR; in Ellipsoid_Eccentricity2() local
[all …]
/dports/net/samba412/samba-4.12.15/source4/heimdal/lib/com_err/
H A Dcompile_et.h57 struct error_code { struct
61 struct error_code *next, **tail; argument
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/heimdal/lib/com_err/
H A Dcompile_et.h59 struct error_code { struct
63 struct error_code *next, **tail; argument
/dports/net/freediameter/freeDiameter-1.5.0/libfdcore/
H A Ddict_base_proto.c1144 struct dict_enumval_data error_code = { "DIAMETER_SUCCESS", { .u32 = ER_DIAMETER_SUCCESS }}; in fd_dict_base_protocol() local
1157 …struct dict_enumval_data error_code = { "DIAMETER_LIMITED_SUCCESS", { .u32 = ER_DIAMETER_LIMITED… in fd_dict_base_protocol() local
1201 … struct dict_enumval_data error_code = { "DIAMETER_TOO_BUSY", { .u32 = ER_DIAMETER_TOO_BUSY }}; in fd_dict_base_protocol() local
1212 …struct dict_enumval_data error_code = { "DIAMETER_LOOP_DETECTED", { .u32 = ER_DIAMETER_LOOP_DETE… in fd_dict_base_protocol() local
1260 …struct dict_enumval_data error_code = { "DIAMETER_UNKNOWN_PEER", { .u32 = ER_DIAMETER_UNKNOWN_PE… in fd_dict_base_protocol() local
1282 …struct dict_enumval_data error_code = { "DIAMETER_OUT_OF_SPACE", { .u32 = ER_DIAMETER_OUT_OF_SP… in fd_dict_base_protocol() local
1291 struct dict_enumval_data error_code = { "ELECTION_LOST", { .u32 = ER_ELECTION_LOST }}; in fd_dict_base_protocol() local
1305 …struct dict_enumval_data error_code = { "DIAMETER_AVP_UNSUPPORTED", { .u32 = ER_DIAMETER_AVP_UNS… in fd_dict_base_protocol() local
1346 …struct dict_enumval_data error_code = { "DIAMETER_MISSING_AVP", { .u32 = ER_DIAMETER_MISSING_AVP… in fd_dict_base_protocol() local
1378 …struct dict_enumval_data error_code = { "DIAMETER_AVP_NOT_ALLOWED", { .u32 = ER_DIAMETER_AVP_NOT_… in fd_dict_base_protocol() local
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mca/io/romio314/romio/adio/include/
H A Dadioi_error.h12 #define MPIO_CHECK_FILE_HANDLE(fh, myname, error_code) \ argument
39 #define MPIO_CHECK_COUNT(fh, count, myname, error_code) \ argument
50 #define MPIO_CHECK_COUNT_SIZE(fh, count, datatype_size, myname, error_code) \ argument
61 #define MPIO_CHECK_DATATYPE(fh, datatype, myname, error_code) \ argument
79 #define MPIO_CHECK_READABLE(fh, myname, error_code) \ argument
90 #define MPIO_CHECK_WRITABLE(fh, myname, error_code) \ argument
102 #define MPIO_CHECK_NOT_SEQUENTIAL_MODE(fh, myname, error_code) \ argument
113 #define MPIO_CHECK_INTEGRAL_ETYPE(fh, count, dtype_size, myname, error_code) \ argument
122 #define MPIO_CHECK_FS_SUPPORTS_SHARED(fh, myname, error_code) \ argument
158 #define ADIOI_TEST_DEFERRED(fh, myname, error_code)\ argument
[all …]
/dports/net/mpich/mpich-3.4.3/src/mpi/romio/adio/include/
H A Dadioi_error.h14 #define MPIO_CHECK_FILE_HANDLE(fh, myname, error_code) \ argument
41 #define MPIO_CHECK_COUNT(fh, count, myname, error_code) \ argument
52 #define MPIO_CHECK_COUNT_SIZE(fh, count, datatype_size, myname, error_code) \ argument
63 #define MPIO_CHECK_DATATYPE(fh, datatype, myname, error_code) \ argument
82 #define MPIO_CHECK_READABLE(fh, myname, error_code) \ argument
93 #define MPIO_CHECK_WRITABLE(fh, myname, error_code) \ argument
105 #define MPIO_CHECK_NOT_SEQUENTIAL_MODE(fh, myname, error_code) \ argument
116 #define MPIO_CHECK_INTEGRAL_ETYPE(fh, count, dtype_size, myname, error_code) \ argument
125 #define MPIO_CHECK_FS_SUPPORTS_SHARED(fh, myname, error_code) \ argument
161 #define ADIOI_TEST_DEFERRED(fh, myname, error_code) \ argument
[all …]
/dports/net/openmpi/openmpi-4.1.1/ompi/mca/io/romio321/romio/adio/include/
H A Dadioi_error.h12 #define MPIO_CHECK_FILE_HANDLE(fh, myname, error_code) \ argument
39 #define MPIO_CHECK_COUNT(fh, count, myname, error_code) \ argument
50 #define MPIO_CHECK_COUNT_SIZE(fh, count, datatype_size, myname, error_code) \ argument
61 #define MPIO_CHECK_DATATYPE(fh, datatype, myname, error_code) \ argument
79 #define MPIO_CHECK_READABLE(fh, myname, error_code) \ argument
90 #define MPIO_CHECK_WRITABLE(fh, myname, error_code) \ argument
102 #define MPIO_CHECK_NOT_SEQUENTIAL_MODE(fh, myname, error_code) \ argument
113 #define MPIO_CHECK_INTEGRAL_ETYPE(fh, count, dtype_size, myname, error_code) \ argument
122 #define MPIO_CHECK_FS_SUPPORTS_SHARED(fh, myname, error_code) \ argument
158 #define ADIOI_TEST_DEFERRED(fh, myname, error_code)\ argument
[all …]
/dports/net/mpich2/mpich2-1.5/src/mpi/romio/adio/include/
H A Dadioi_error.h12 #define MPIO_CHECK_FILE_HANDLE(fh, myname, error_code) \ argument
24 #define MPIO_CHECK_COUNT(fh, count, myname, error_code) \ argument
35 #define MPIO_CHECK_COUNT_SIZE(fh, count, datatype_size, myname, error_code) \ argument
46 #define MPIO_CHECK_DATATYPE(fh, datatype, myname, error_code) \ argument
57 #define MPIO_CHECK_READABLE(fh, myname, error_code) \ argument
68 #define MPIO_CHECK_WRITABLE(fh, myname, error_code) \ argument
80 #define MPIO_CHECK_NOT_SEQUENTIAL_MODE(fh, myname, error_code) \ argument
91 #define MPIO_CHECK_INTEGRAL_ETYPE(fh, count, dtype_size, myname, error_code) \ argument
100 #define MPIO_CHECK_FS_SUPPORTS_SHARED(fh, myname, error_code) \ argument
138 #define ADIOI_TEST_DEFERRED(fh, myname, error_code)\ argument
/dports/devel/boost-docs/boost_1_72_0/libs/beast/test/doc/
H A Dwebsocket_8_notes.cpp51 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
52 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
60 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
61 ws.async_write(b.data(), [](error_code, std::size_t){}); in snippets() argument
62 ws.async_ping({}, [](error_code){}); in snippets() argument
63 ws.async_close({}, [](error_code){}); in snippets() argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/beast/test/doc/
H A Dwebsocket_8_notes.cpp51 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
52 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
60 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
61 ws.async_write(b.data(), [](error_code, std::size_t){}); in snippets() argument
62 ws.async_ping({}, [](error_code){}); in snippets() argument
63 ws.async_close({}, [](error_code){}); in snippets() argument
/dports/devel/boost-libs/boost_1_72_0/libs/beast/test/doc/
H A Dwebsocket_8_notes.cpp51 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
52 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
60 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
61 ws.async_write(b.data(), [](error_code, std::size_t){}); in snippets() argument
62 ws.async_ping({}, [](error_code){}); in snippets() argument
63 ws.async_close({}, [](error_code){}); in snippets() argument
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/doc/
H A Dwebsocket_8_notes.cpp53 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
54 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
62 ws.async_read(b, [](error_code, std::size_t){}); in snippets() argument
63 ws.async_write(b.data(), [](error_code, std::size_t){}); in snippets() argument
64 ws.async_ping({}, [](error_code){}); in snippets() argument
65 ws.async_close({}, [](error_code){}); in snippets() argument
/dports/science/madness/madness-ebb3fd7/external/
H A Delemental.cmake70 set(error_code 1) variable
82 set(error_code 1) variable
103 set(error_code 1) variable
116 set(error_code 1) variable
125 set(error_code 1) variable
153 set(error_code 1) variable
/dports/devel/hpx/hpx-1.2.1/src/
H A Derror_code.cpp104 error_code::error_code(error e, throwmode mode) in error_code() function in hpx::error_code
111 error_code::error_code(error e, char const* func, in error_code() function in hpx::error_code
120 error_code::error_code(error e, char const* msg, throwmode mode) in error_code() function in hpx::error_code
127 error_code::error_code(error e, char const* msg, in error_code() function in hpx::error_code
136 error_code::error_code(error e, std::string const& msg, in error_code() function in hpx::error_code
144 error_code::error_code(error e, std::string const& msg, in error_code() function in hpx::error_code
153 error_code::error_code(int err, hpx::exception const& e) in error_code() function in hpx::error_code
159 error_code::error_code(std::exception_ptr const& e) in error_code() function in hpx::error_code
179 error_code::error_code(error_code const& rhs) in error_code() function in hpx::error_code
/dports/devel/py-flake8/flake8-4.0.1/tests/unit/
H A Dtest_decision_engine.py35 def test_was_ignored_ignores_errors(ignore_list, extend_ignore, error_code): argument
56 ignore_list, extend_ignore, error_code argument
83 select_list, extend_select, enable_extensions, error_code argument
120 def test_was_selected_excludes_errors(select_list, error_code): argument
187 select_list, ignore_list, extend_ignore, error_code, expected argument
397 error_code, argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/mm/
H A Dextable.c29 unsigned long error_code, in ex_handler_default()
39 unsigned long error_code, in ex_handler_fault()
60 unsigned long error_code, in ex_handler_fprestore()
75 unsigned long error_code, in ex_handler_uaccess()
86 unsigned long error_code, in ex_handler_copy()
98 unsigned long error_code, in ex_handler_rdmsr_unsafe()
115 unsigned long error_code, in ex_handler_wrmsr_unsafe()
131 unsigned long error_code, in ex_handler_clear_fs()
158 int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, in fixup_exception()
H A Dfault.c461 static int is_f00f_bug(struct pt_regs *regs, unsigned long error_code, in is_f00f_bug()
583 pgtable_bad(struct pt_regs *regs, unsigned long error_code, in pgtable_bad()
605 unsigned long *error_code) in sanitize_error_code()
621 unsigned long error_code) in set_signal_archinfo()
631 page_fault_oops(struct pt_regs *regs, unsigned long error_code, in page_fault_oops()
763 show_signal_msg(struct pt_regs *regs, unsigned long error_code, in show_signal_msg()
846 bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in bad_area_nosemaphore()
853 __bad_area(struct pt_regs *regs, unsigned long error_code, in __bad_area()
1069 access_error(unsigned long error_code, struct vm_area_struct *vma) in access_error()
1214 unsigned long error_code, in do_user_addr_fault()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/mm/
H A Dextable.c29 unsigned long error_code, in ex_handler_default()
39 unsigned long error_code, in ex_handler_fault()
60 unsigned long error_code, in ex_handler_fprestore()
75 unsigned long error_code, in ex_handler_uaccess()
86 unsigned long error_code, in ex_handler_copy()
98 unsigned long error_code, in ex_handler_rdmsr_unsafe()
115 unsigned long error_code, in ex_handler_wrmsr_unsafe()
131 unsigned long error_code, in ex_handler_clear_fs()
158 int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, in fixup_exception()
H A Dfault.c461 static int is_f00f_bug(struct pt_regs *regs, unsigned long error_code, in is_f00f_bug()
583 pgtable_bad(struct pt_regs *regs, unsigned long error_code, in pgtable_bad()
605 unsigned long *error_code) in sanitize_error_code()
621 unsigned long error_code) in set_signal_archinfo()
631 page_fault_oops(struct pt_regs *regs, unsigned long error_code, in page_fault_oops()
763 show_signal_msg(struct pt_regs *regs, unsigned long error_code, in show_signal_msg()
846 bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in bad_area_nosemaphore()
853 __bad_area(struct pt_regs *regs, unsigned long error_code, in __bad_area()
1069 access_error(unsigned long error_code, struct vm_area_struct *vma) in access_error()
1214 unsigned long error_code, in do_user_addr_fault()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/mm/
H A Dextable.c29 unsigned long error_code, in ex_handler_default()
39 unsigned long error_code, in ex_handler_fault()
60 unsigned long error_code, in ex_handler_fprestore()
75 unsigned long error_code, in ex_handler_uaccess()
86 unsigned long error_code, in ex_handler_copy()
98 unsigned long error_code, in ex_handler_rdmsr_unsafe()
115 unsigned long error_code, in ex_handler_wrmsr_unsafe()
131 unsigned long error_code, in ex_handler_clear_fs()
158 int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, in fixup_exception()
/dports/devel/marisa-trie/marisa-trie-961ed33/include/marisa/
H A Dexception.h16 ErrorCode error_code, const char *error_message) in Exception()
38 ErrorCode error_code() const { in error_code() function
64 #define MARISA_THROW(error_code, error_message) \ argument
69 #define MARISA_THROW_IF(condition, error_code) \ argument
75 #define MARISA_DEBUG_IF(cond, error_code) MARISA_THROW_IF(cond, error_code) argument
77 #define MARISA_DEBUG_IF(cond, error_code) argument
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/base/rust-url-capi/src/
H A Derror_mapping.rs4 fn error_code(&self) -> i32; in error_code() method
8 fn error_code(&self) -> i32 { in error_code() method
17 fn error_code(&self) -> i32 { in error_code() method
22 fn error_code(&self) -> i32 { in error_code() method
61 fn error_code(&self) -> i32 { in error_code() method
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/
H A Dexception.hpp37 int error_code ) in exception_t()
52 error_code() const noexcept { return m_error_code; } in error_code() function in so_5::exception_t
70 #define SO_5_THROW_EXCEPTION_IMPL(file, line, error_code, desc)\ argument
73 #define SO_5_THROW_EXCEPTION(error_code, desc)\ argument

12345678910>>...252