Home
last modified time | relevance | path

Searched refs:THROW (Results 1 – 25 of 2165) sorted by relevance

12345678910>>...87

/dports/sysutils/monit/monit-5.29.0/libmonit/test/
H A DExceptionTest.c28 THROW(A, NULL); in throwA()
32 THROW(B, NULL); in throwB()
36 THROW(C, "A cause"); in throwC()
40 THROW(D, "A cause"); in throwD()
68 THROW(D, NULL); in thread()
76 THROW(C, NULL); in thread()
84 THROW(A, NULL); in thread()
113 THROW(B, NULL); in thread()
121 THROW(B, NULL); in thread()
129 THROW(B, NULL); in thread()
[all …]
/dports/databases/libzdb/libzdb-3.2.2/test/
H A Dexception.c26 THROW(A, "A");
30 THROW(B, "B");
34 THROW(C, "C");
38 THROW(D, "D");
50 THROW(A, "A");
58 THROW(B, "B");
66 THROW(D, "D");
74 THROW(C, "C");
82 THROW(A, "A");
111 THROW(B, "B");
[all …]
/dports/sysutils/monit/monit-5.29.0/src/protocols/
H A Dmemcache.c80 THROW(IOException, "MEMCACHE: error sending data -- %s", STRERROR); in check_memcache()
85THROW(IOException, "MEMCACHE: Received %d bytes from server, expected %d bytes", length, MEMCACHEL… in check_memcache()
88 THROW(ProtocolException, "MEMCACHELEN: Invalid response code -- error occurred"); in check_memcache()
95THROW(ProtocolException, "MEMCACHELEN: Invalid response code -- Out of memory"); in check_memcache()
98THROW(ProtocolException, "MEMCACHELEN: Invalid response code -- Unknown command"); in check_memcache()
101THROW(ProtocolException, "MEMCACHELEN: Invalid response code -- Invalid arguments"); in check_memcache()
104THROW(ProtocolException, "MEMCACHELEN: Invalid response code -- Value too big"); in check_memcache()
107THROW(ProtocolException, "MEMCACHELEN: Invalid response code -- Item not stored"); in check_memcache()
110THROW(ProtocolException, "MEMCACHELEN: Invalid response code -- Key not found"); in check_memcache()
113THROW(ProtocolException, "MEMCACHELEN: Invalid response code -- Key exists"); in check_memcache()
[all …]
H A Dapache_status.c91THROW(ProtocolException, "APACHE-STATUS: error -- %d percent of processes are logging", 100 * logg… in parse_scoreboard()
93THROW(ProtocolException, "APACHE-STATUS: error -- %d percent of processes are starting", 100 * sta… in parse_scoreboard()
95THROW(ProtocolException, "APACHE-STATUS: error -- %d percent of processes are reading requests", 1… in parse_scoreboard()
97THROW(ProtocolException, "APACHE-STATUS: error -- %d percent of processes are sending a reply", 10… in parse_scoreboard()
99THROW(ProtocolException, "APACHE-STATUS: error -- %d percent of processes are in keepalive", 100 *… in parse_scoreboard()
101THROW(ProtocolException, "APACHE-STATUS: error -- %d percent of processes are waiting for DNS", 10… in parse_scoreboard()
117 THROW(IOException, "APACHE-STATUS: error receiving data -- %s", STRERROR); in _parseResponseHeaders()
120THROW(ProtocolException, "APACHE-STATUS: error -- cannot parse HTTP status in response: %s", buf); in _parseResponseHeaders()
122THROW(ProtocolException, "APACHE-STATUS: error -- server returned status %d", status); in _parseResponseHeaders()
153 THROW(IOException, "APACHE-STATUS: error sending data -- %s", STRERROR); in check_apache_status()
[all …]
H A Ddns.c103 THROW(IOException, "DNS: unsupported socket type -- protocol test skipped"); in check_dns()
108 THROW(IOException, "DNS: error sending query -- %s", STRERROR); in check_dns()
112 THROW(IOException, "DNS: error receiving response -- %s", STRERROR); in check_dns()
118THROW(ProtocolException, "DNS: response transaction ID mismatch -- received 0x%x%x, expected 0x1",… in check_dns()
124 THROW(ProtocolException, "DNS: invalid response type: 0x%x", response[2] & 0x80); in check_dns()
129 THROW(ProtocolException, "DNS: invalid response code: 0x%x", rc); in check_dns()
133THROW(ProtocolException, "DNS: invalid query count in response -- received 0x%x%x, expected 1", re… in check_dns()
137 THROW(ProtocolException, "DNS: no answer or authority records returned"); in check_dns()
H A Dradius.c135 THROW(IOException, "RADIUS: error sending query -- %s", STRERROR); in check_radius()
139 THROW(IOException, "RADIUS: error receiving response -- %s", STRERROR); in check_radius()
143 THROW(ProtocolException, "RADIUS: Invalid reply code -- error occurred"); in check_radius()
147 THROW(ProtocolException, "RADIUS: ID mismatch"); in check_radius()
151 THROW(ProtocolException, "RADIUS: message is too long"); in check_radius()
155 THROW(ProtocolException, "RADIUS: message has invalid length"); in check_radius()
162 THROW(ProtocolException, "RADIUS: message is malformed"); in check_radius()
165 THROW(ProtocolException, "RADIUS: message has invalid attribute length"); in check_radius()
168 THROW(ProtocolException, "RADIUS: message has attribute that is too long"); in check_radius()
H A Dimap.c55 THROW(IOException, "IMAP: greeting read error -- %s", errno ? STRERROR : "no data"); in check_imap()
58 THROW(ProtocolException, "IMAP: invalid greeting -- %s", buf); in check_imap()
63 THROW(IOException, "IMAP: STARTTLS command error -- %s", STRERROR); in check_imap()
67THROW(IOException, "IMAP: STARTTLS response read error -- %s", errno ? STRERROR : "no data"); in check_imap()
70 THROW(ProtocolException, "IMAP: invalid logout response: %s", buf); in check_imap()
78 THROW(IOException, "IMAP: logout command error -- %s", STRERROR); in check_imap()
82THROW(IOException, "IMAP: logout response read error -- %s", errno ? STRERROR : "no data"); in check_imap()
85 THROW(ProtocolException, "IMAP: invalid logout response: %s", buf); in check_imap()
/dports/games/dunelegacy/dunelegacy-0.96.4/src/
H A DCommand.cpp79 THROW(std::invalid_argument, "Command::Command(): Length must be multiple of 4!"); in Command()
83 THROW(std::invalid_argument, "Command::Command(): Command must be at least 4 bytes long!"); in Command()
89 THROW(std::invalid_argument, "Command::Command(): CommandID unknown!"); in Command()
120THROW(std::invalid_argument, "Command::executeCommand(): CMD_PLACE_STRUCTURE needs 3 Parameters!"); in executeCommand()
132THROW(std::invalid_argument, "Command::executeCommand(): CMD_UNIT_MOVE2POS needs 4 Parameters!"); in executeCommand()
143THROW(std::invalid_argument, "Command::executeCommand(): CMD_UNIT_MOVE2OBJECT needs 2 Parameters!"… in executeCommand()
154THROW(std::invalid_argument, "Command::executeCommand(): CMD_UNIT_ATTACKPOS needs 4 Parameters!"); in executeCommand()
209THROW(std::invalid_argument, "Command::executeCommand(): CMD_UNIT_SETMODE needs 2 Parameter!"); in executeCommand()
231THROW(std::invalid_argument, "Command::executeCommand(): CMD_MCV_DEPLOY needs 1 Parameter!"); in executeCommand()
374THROW(std::invalid_argument, "Command::executeCommand(): CMD_TEST_SYNC needs 1 Parameters!"); in executeCommand()
[all …]
/dports/x11/virtualgl/virtualgl-3.0/server/
H A Ddlfakerut-test.c30 THROW("Can't communicate w/ faker"); in checkWindowColor()
33 THROW("Bogus data read back"); in checkWindowColor()
55 THROW("Can't communicate w/ faker"); in checkFrame()
58 THROW("Can't communicate w/ faker"); in checkFrame()
104 THROW("Could not create window"); in test()
108 THROW("Could not establish GLX context"); in test()
111 THROW("Could not make context current"); in test()
125 THROW("Could not get OpenCL platforms"); in test()
130 THROW("Memory allocation error"); in test()
145 THROW("Could not get OpenCL devices"); in test()
[all …]
H A DTransPlugin.cpp23 #undef THROW
34 if(err) THROW(err); in loadsym()
35 else THROW("Could not load symbol"); in loadsym()
53 if(err) THROW(err); in TransPlugin()
54 else THROW("Could not open transport plugin"); in TransPlugin()
82 if(ret < 0) THROW(_RRTransGetError()); in connect()
90 if(ret < 0) THROW(_RRTransGetError()); in destroy()
98 if(ret < 0) THROW(_RRTransGetError()); in ready()
107 if(ret < 0) THROW(_RRTransGetError()); in synchronize()
115 if(!ret) THROW(_RRTransGetError()); in getFrame()
[all …]
H A Dfakerut.cpp164 THROW("Could not allocate buffer"); in checkBufferColor()
173 THROW("Bogus data read back"); in checkBufferColor()
458 THROW("Could not create window"); in readbackTest()
1315 THROW("No FB configs found"); in visTest()
1435 THROW("No FB configs found"); in visTest()
1562 THROW("No X Visuals found"); in visTest()
2609 THROW("glXChooseVisual()"); in copyContextTest()
2924 THROW("XServerVendor()"); in extensionQueryTest()
2927 THROW("ServerVendor()"); in extensionQueryTest()
2931 THROW("glXQueryVersion()"); in extensionQueryTest()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/libhdf5/
H A Dhdf5filter.c58 return THROW(NC_EINVAL); in filterremove()
60 return THROW(NC_EINVAL); in filterremove()
92 return THROW(NC_EINVAL); in NC4_hdf5_addfilter()
95 return THROW(NC_ENOMEM); in NC4_hdf5_addfilter()
107 return THROW(stat); in NC4_hdf5_addfilter()
168 return THROW(stat); in nc4_global_filter_action()
214 return THROW(stat); in NC4_filter_actions()
228 return THROW(NC_ELATEDEF); in NC4_filter_actions()
233 return THROW(NC_EINVAL); in NC4_filter_actions()
248 return THROW(NC_EINVAL); in NC4_filter_actions()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/vdb3/src/kfc/
H A Dvers.cpp47 THROW ( xc_bounds_err, "major version = %u", maj ); in vers_t()
55 THROW ( xc_bounds_err, "major version = %u", maj ); in vers_t()
57 THROW ( xc_bounds_err, "minor version = %u", min ); in vers_t()
65 THROW ( xc_bounds_err, "major version = %u", maj ); in vers_t()
67 THROW ( xc_bounds_err, "minor version = %u", min ); in vers_t()
69 THROW ( xc_bounds_err, "release component = %u", rel ); in vers_t()
77 THROW ( xc_bounds_err, "major version = %u", maj ); in vers_t()
79 THROW ( xc_bounds_err, "minor version = %u", min ); in vers_t()
81 THROW ( xc_bounds_err, "release component = %u", rel ); in vers_t()
83 THROW ( xc_bounds_err, "post-release component = %u", post ); in vers_t()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/vdb3/src/kfc/
H A Dvers.cpp47 THROW ( xc_bounds_err, "major version = %u", maj ); in vers_t()
55 THROW ( xc_bounds_err, "major version = %u", maj ); in vers_t()
57 THROW ( xc_bounds_err, "minor version = %u", min ); in vers_t()
65 THROW ( xc_bounds_err, "major version = %u", maj ); in vers_t()
67 THROW ( xc_bounds_err, "minor version = %u", min ); in vers_t()
69 THROW ( xc_bounds_err, "release component = %u", rel ); in vers_t()
77 THROW ( xc_bounds_err, "major version = %u", maj ); in vers_t()
79 THROW ( xc_bounds_err, "minor version = %u", min ); in vers_t()
81 THROW ( xc_bounds_err, "release component = %u", rel ); in vers_t()
83 THROW ( xc_bounds_err, "post-release component = %u", post ); in vers_t()
/dports/x11/virtualgl/virtualgl-3.0/util/
H A Dbmp.c57 #define THROW(m) \ macro
121 THROW("Read error"); in ppm_load()
125 THROW("Read error"); in ppm_load()
129 THROW("Read error"); in ppm_load()
135 THROW("Corrupt PPM header"); in ppm_load()
147 THROW("Read error"); in ppm_load()
161 THROW("Read error"); in ppm_load()
240 THROW("Corrupt bitmap header"); in bmp_load()
257 THROW(strerror(errno)); in bmp_load()
289 THROW("Write error"); in ppm_save()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcbitmaskaccess.cpp16 if( in.fail() ) THROW( runtime_error, "Failed to open file "+name+": "+strerror( errno ) ); in Open()
20 THROW( runtime_error, "Oops... file "+name+" has data with wrong byte order" ); in Open()
54THROW( runtime_error, "Oops... failed to read header from " << name << ": " << strerror( errno ) ); in Open()
56 THROW( runtime_error, "Oops... short header in " << name ); in Open()
59THROW( runtime_error, "Oops... failed to read signature from " << name << ": " << strerror( errno … in Open()
61THROW( runtime_error, "Oops... too long signature in " << name << ": got [" << string( &signature[… in Open()
67THROW( runtime_error, "Oops... wrong signature or version in " << name << ": got [" << string( &si… in Open()
72THROW( runtime_error, "Oops... inconsistent data in header: bits per unit " << bpunit << ", size "… in Open()
75THROW( runtime_error, "Oops... don't know how to deal with bits per unit other, than 32 (got " << … in Open()
82THROW( runtime_error, "Oops... failed to open() file " << name << ": " << strerror( errno ) ); in Open()
[all …]
/dports/net/linknx/linknx-0.0.1.32/ticpp/
H A Dticpp.cpp99 THROW( "No more attributes found" ) in Next()
121 THROW( "No more attributes found" ) in Previous()
165 THROW( "tiXmlNode is NULL" ) in NodeFactory()
197 THROW( "Type is unsupported" ) in NodeFactory()
223 THROW( "No parent exists" ); in Parent()
332 THROW( "Node can't be inserted" ); in InsertEndChild()
350 THROW( "Node can't be linked" ); in LinkEndChild()
369 THROW( "Node can't be inserted" ); in InsertBeforeChild()
388 THROW( "Node can't be inserted" ); in InsertAfterChild()
407 THROW( "Node can't be inserted" ); in ReplaceChild()
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/src/misc/
H A DIFileStream.cpp101 THROW(InputStream::eof, "IFileStream::readString(): End-of-File reached!"); in readString()
103 THROW(InputStream::error, "IFileStream::readString(): An I/O-Error occurred!"); in readString()
116 THROW(InputStream::eof, "IFileStream::readUint8(): End-of-File reached!"); in readUint8()
118 THROW(InputStream::error, "IFileStream::readUint8(): An I/O-Error occurred!"); in readUint8()
130 THROW(InputStream::eof, "IFileStream::readUint16(): End-of-File reached!"); in readUint16()
132 THROW(InputStream::error, "IFileStream::readUint16(): An I/O-Error occurred!"); in readUint16()
144 THROW(InputStream::eof, "IFileStream::readUint32(): End-of-File reached!"); in readUint32()
146 THROW(InputStream::error, "IFileStream::readUint32(): An I/O-Error occurred!"); in readUint32()
158 THROW(InputStream::eof, "IFileStream::readUint64(): End-of-File reached!"); in readUint64()
160 THROW(InputStream::error, "IFileStream::readUint64(): An I/O-Error occurred!"); in readUint64()
/dports/www/p5-Template-Toolkit/Template-Toolkit-3.010/t/
H A Dtry.t49 [% THROW foxtrot %]
58 [% THROW $f %]
109 [% THROW up b %]
129 [% THROW $a b %]
376 [% THROW foo g %]
400 [% THROW foo g %]
426 [% THROW foo g %]
455 [% THROW foo g %]
486 [% THROW foo g %]
517 [% THROW foo g %]
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dfilter/
H A Dsemcheck.c447 THROW(TypeError); in check_exists()
458 THROW(TypeError); in check_exists()
465 THROW(TypeError); in check_exists()
602 THROW(TypeError); in check_drange_sanity()
605 THROW(TypeError); in check_drange_sanity()
616 THROW(TypeError); in check_drange_sanity()
652 THROW(TypeError); in check_function()
656 THROW(TypeError); in check_function()
718 THROW(TypeError); in check_relation_LHS_FIELD()
920 THROW(TypeError); in check_relation_LHS_STRING()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dfilter/
H A Dsemcheck.c447 THROW(TypeError);
458 THROW(TypeError);
465 THROW(TypeError);
602 THROW(TypeError);
605 THROW(TypeError);
616 THROW(TypeError);
652 THROW(TypeError);
656 THROW(TypeError);
718 THROW(TypeError);
920 THROW(TypeError);
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dfilter/
H A Dsemcheck.c447 THROW(TypeError); in check_exists()
458 THROW(TypeError); in check_exists()
465 THROW(TypeError); in check_exists()
602 THROW(TypeError); in check_drange_sanity()
605 THROW(TypeError); in check_drange_sanity()
616 THROW(TypeError); in check_drange_sanity()
652 THROW(TypeError); in check_function()
656 THROW(TypeError); in check_function()
718 THROW(TypeError); in check_relation_LHS_FIELD()
920 THROW(TypeError); in check_relation_LHS_STRING()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dfilter/
H A Dsemcheck.c447 THROW(TypeError); in check_exists()
458 THROW(TypeError); in check_exists()
465 THROW(TypeError); in check_exists()
602 THROW(TypeError); in check_drange_sanity()
605 THROW(TypeError); in check_drange_sanity()
616 THROW(TypeError); in check_drange_sanity()
652 THROW(TypeError); in check_function()
656 THROW(TypeError); in check_function()
718 THROW(TypeError); in check_relation_LHS_FIELD()
920 THROW(TypeError); in check_relation_LHS_STRING()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdap4/
H A Dd4varx.c49 {THROW(ret); goto done;} in NCD4_get_vars()
58 {ret = THROW(NC_ENOMEM); goto done;} in NCD4_get_vars()
80 ret = THROW(NC_EINVALCOORDS); in NCD4_get_vars()
98 {THROW(ret); goto done;} in NCD4_get_vars()
104 {THROW(ret); goto done;} in NCD4_get_vars()
139 {THROW(ret); goto done;} in getvarx()
153 return THROW(NC_EBADID); in getvarx()
156 return THROW(NC_EBADID); in getvarx()
166 return THROW(NC_EBADTYPE); in getvarx()
169 return THROW(NC_ECHAR); in getvarx()
[all …]
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/serial/src/impl/
H A Dwin.cc84 THROW(IOException, ss.str().c_str()); in open()
87 THROW(IOException, ss.str().c_str()); in open()
348 THROW(IOException, "Error setting timeouts."); in reconfigurePort()
364 THROW(IOException, ss.str().c_str()); in close()
392 THROW(IOException, ss.str().c_str()); in available()
422 THROW(IOException, ss.str().c_str()); in read()
439 THROW(IOException, ss.str().c_str()); in write()
708 THROW(IOException, "Error claiming read mutex."); in readLock()
716 THROW(IOException, "Error releasing read mutex."); in readUnlock()
724 THROW(IOException, "Error claiming write mutex."); in writeLock()
[all …]

12345678910>>...87