Home
last modified time | relevance | path

Searched refs:errorMsg (Results 1 – 25 of 3516) sorted by relevance

12345678910>>...141

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkErrorLogModelTest1.cpp47 QString errorMsg; in ctkErrorLogModelTest1() local
52 if (!errorMsg.isEmpty()) in ctkErrorLogModelTest1()
55 printErrorMessage(errorMsg); in ctkErrorLogModelTest1()
72 if (!errorMsg.isEmpty()) in ctkErrorLogModelTest1()
81 if (!errorMsg.isEmpty()) in ctkErrorLogModelTest1()
105 if (!errorMsg.isEmpty()) in ctkErrorLogModelTest1()
114 if (!errorMsg.isEmpty()) in ctkErrorLogModelTest1()
123 if (!errorMsg.isEmpty()) in ctkErrorLogModelTest1()
135 if (!errorMsg.isEmpty()) in ctkErrorLogModelTest1()
162 if (!errorMsg.isEmpty()) in ctkErrorLogModelTest1()
[all …]
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/glf/
H A DGlfHeader.cpp100 errorMsg += numRead; in read()
101 errorMsg += " bytes."; in read()
113 errorMsg += byteLen; in read()
115 errorMsg += numRead; in read()
116 errorMsg += " bytes."; in read()
127 errorMsg += headerLen; in read()
129 errorMsg += numRead; in read()
160 errorMsg += numWrite; in write()
174 errorMsg += byteLen; in write()
176 errorMsg += numWrite; in write()
[all …]
H A DGlfRefSection.cpp96 String errorMsg = in read() local
98 errorMsg += byteLen; in read()
100 errorMsg += numRead; in read()
101 errorMsg += " bytes."; in read()
114 errorMsg += numRead; in read()
127 errorMsg += byteLen; in read()
129 errorMsg += numRead; in read()
149 String errorMsg = in write() local
151 errorMsg += byteLen; in write()
153 errorMsg += numWrite; in write()
[all …]
H A DGlfRecord.cpp74 errorMsg += byteLen; in read()
76 errorMsg += numRead; in read()
77 errorMsg += " bytes."; in read()
488 errorMsg += numRead; in readType1()
509 errorMsg += numRead; in readType2()
522 errorMsg += len; in readType2()
524 errorMsg += numRead; in readType2()
534 errorMsg += len; in readType2()
551 String errorMsg = in writeRtypeRef() local
615 errorMsg += len; in writeType2()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_cosimulation/
H A DChHostInfo.cpp39 std::string errorMsg = ""; in ChHostInfo() local
40 detectErrorGethostbyname(&errorCode, errorMsg); in ChHostInfo()
65 std::string errorMsg = ""; in ChHostInfo() local
66 detectErrorGethostbyname(&errorCode, errorMsg); in ChHostInfo()
89 std::string errorMsg = ""; in ChHostInfo() local
127 errorMsg.append("The network subsystem has failed."); in detectErrorGethostbyname()
133 errorMsg.append("Nonrecoverable error occurred."); in detectErrorGethostbyname()
137 errorMsg.append( in detectErrorGethostbyname()
160 errorMsg.append("Nonrecoverable error occurred."); in detectErrorGethostbyaddr()
164 errorMsg.append( in detectErrorGethostbyaddr()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/core/geometry/
H A Dqgsgeos.h178 QgsAbstractGeometry *envelope( QString *errorMsg = nullptr ) const override;
179 QgsPoint *centroid( QString *errorMsg = nullptr ) const override;
180 QgsPoint *pointOnSurface( QString *errorMsg = nullptr ) const override;
181 QgsAbstractGeometry *convexHull( QString *errorMsg = nullptr ) const override;
267 double area( QString *errorMsg = nullptr ) const override;
268 double length( QString *errorMsg = nullptr ) const override;
271 bool isEmpty( QString *errorMsg = nullptr ) const override;
272 bool isSimple( QString *errorMsg = nullptr ) const override;
297 QString *errorMsg = nullptr ) const;
387 double minimumClearance( QString *errorMsg = nullptr ) const;
[all …]
H A Dqgsgeometryengine.h157 virtual QgsAbstractGeometry *envelope( QString *errorMsg = nullptr ) const = 0 SIP_FACTORY;
165 virtual QgsPoint *centroid( QString *errorMsg = nullptr ) const = 0 SIP_FACTORY;
173 virtual QgsPoint *pointOnSurface( QString *errorMsg = nullptr ) const = 0 SIP_FACTORY;
178 virtual QgsAbstractGeometry *convexHull( QString *errorMsg = nullptr ) const = 0 SIP_FACTORY;
206 virtual bool touches( const QgsAbstractGeometry *geom, QString *errorMsg = nullptr ) const = 0;
220 virtual bool within( const QgsAbstractGeometry *geom, QString *errorMsg = nullptr ) const = 0;
264 virtual double area( QString *errorMsg = nullptr ) const = 0;
265 virtual double length( QString *errorMsg = nullptr ) const = 0;
287 virtual bool isEmpty( QString *errorMsg ) const = 0;
293 virtual bool isSimple( QString *errorMsg = nullptr ) const = 0;
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/geometry/
H A Dqgsgeometryengine.h119 virtual QgsAbstractGeometry *envelope( QString *errorMsg = nullptr ) const = 0 SIP_FACTORY;
127 virtual QgsPoint *centroid( QString *errorMsg = nullptr ) const = 0 SIP_FACTORY;
135 virtual QgsPoint *pointOnSurface( QString *errorMsg = nullptr ) const = 0 SIP_FACTORY;
140 virtual QgsAbstractGeometry *convexHull( QString *errorMsg = nullptr ) const = 0 SIP_FACTORY;
161 virtual bool touches( const QgsAbstractGeometry *geom, QString *errorMsg = nullptr ) const = 0;
175 virtual bool within( const QgsAbstractGeometry *geom, QString *errorMsg = nullptr ) const = 0;
219 virtual double area( QString *errorMsg = nullptr ) const = 0;
220 virtual double length( QString *errorMsg = nullptr ) const = 0;
242 virtual bool isEmpty( QString *errorMsg ) const = 0;
248 virtual bool isSimple( QString *errorMsg = nullptr ) const = 0;
[all …]
H A Dqgsgeos.h169 QgsAbstractGeometry *envelope( QString *errorMsg = nullptr ) const override;
170 QgsPoint *centroid( QString *errorMsg = nullptr ) const override;
171 QgsPoint *pointOnSurface( QString *errorMsg = nullptr ) const override;
172 QgsAbstractGeometry *convexHull( QString *errorMsg = nullptr ) const override;
219 double area( QString *errorMsg = nullptr ) const override;
220 double length( QString *errorMsg = nullptr ) const override;
223 bool isEmpty( QString *errorMsg = nullptr ) const override;
224 bool isSimple( QString *errorMsg = nullptr ) const override;
249 QString *errorMsg = nullptr ) const;
269 QgsGeometry mergeLines( QString *errorMsg = nullptr ) const;
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/gal/opengl/
H A Dutils.cpp48 wxString errorMsg; in checkGlError() local
57 errorMsg = wxString::Format( "Error: %s: invalid enum", aInfo ); in checkGlError()
61 errorMsg = wxString::Format( "Error: %s: invalid value", aInfo ); in checkGlError()
81 errorMsg = "No images attached to the framebuffer."; in checkGlError()
89 errorMsg = "The framebuffer read buffer is incomplete."; in checkGlError()
103 errorMsg = "Framebuffer incomplete layer targets errors."; in checkGlError()
122 errorMsg = wxString::Format( "Error: %s: out of memory", aInfo ); in checkGlError()
134 errorMsg = wxString::Format( "Error: %s: unknown error", aInfo ); in checkGlError()
144 errorMsg, in checkGlError()
153 errorMsg, in checkGlError()
[all …]
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/standalone/source/platform/gdk/
H A Dgdkpreference.cpp49 char* errorMsg = nullptr;
53 if (errorMsg)
60 char* errorMsg = nullptr;
64 if (errorMsg)
67 sqlite3_free (errorMsg);
82 char* errorMsg = nullptr;
90 &result, &errorMsg);
91 if (errorMsg)
94 sqlite3_free (errorMsg);
116 &errorMsg);
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/standalone/source/platform/gdk/
H A Dgdkpreference.cpp49 char* errorMsg = nullptr;
53 if (errorMsg)
60 char* errorMsg = nullptr;
64 if (errorMsg)
67 sqlite3_free (errorMsg);
82 char* errorMsg = nullptr;
90 &result, &errorMsg);
91 if (errorMsg)
94 sqlite3_free (errorMsg);
116 &errorMsg);
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/Demos/sqlite/
H A Drdk_funcs.cpp115 sqlite3_result_error(context, errorMsg.c_str(), errorMsg.length()); in numAtomsFunc()
128 sqlite3_result_error(context, errorMsg.c_str(), errorMsg.length()); in molWtFunc()
142 sqlite3_result_error(context, errorMsg.c_str(), errorMsg.length()); in molLogPFunc()
162 sqlite3_result_error(context, errorMsg.c_str(), errorMsg.length()); in smilesToBlob()
172 sqlite3_result_error(context, errorMsg.c_str(), errorMsg.length()); in molHasSubstruct()
191 sqlite3_result_error(context, errorMsg.c_str(), errorMsg.length()); in molHasSubstruct()
206 sqlite3_result_error(context, errorMsg.c_str(), errorMsg.length()); in molSubstructCount()
225 sqlite3_result_error(context, errorMsg.c_str(), errorMsg.length()); in molSubstructCount()
240 sqlite3_result_error(context, errorMsg.c_str(), errorMsg.length()); in blobToRDKitFingerprint()
340 sqlite3_result_error(context,errorMsg.c_str(),errorMsg.length());
[all …]
/dports/math/frobby/frobby-0.9.1/src/
H A DParameter.cpp50 FrobbyStringStream errorMsg; in checkCorrectParameterCount() local
52 errorMsg << "Option -" << getName() << " takes "; in checkCorrectParameterCount()
55 errorMsg << "one parameter, "; in checkCorrectParameterCount()
57 errorMsg << from << " parameters, "; in checkCorrectParameterCount()
68 errorMsg << '\n'; in checkCorrectParameterCount()
70 errorMsg << "The provided parameters were: "; in checkCorrectParameterCount()
73 errorMsg << prefix << params[i]; in checkCorrectParameterCount()
76 errorMsg << ".\n"; in checkCorrectParameterCount()
79 errorMsg << in checkCorrectParameterCount()
83 errorMsg << "The option -" in checkCorrectParameterCount()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/differential_equations/src/cpp/
H A Ddifferentialequationfunctions.cpp212 char errorMsg[256]; in execDasrtG() local
240 char errorMsg[256]; in execDasslF() local
268 char errorMsg[256]; in execDasslJac() local
298 char errorMsg[256]; in execDaskrPjac() local
331 char errorMsg[256]; in execDaskrPsol() local
362 char errorMsg[256]; in execImplF() local
390 char errorMsg[256]; in execImplG() local
418 char errorMsg[256]; in execImplJac() local
446 char errorMsg[256]; in execBvodeGuess() local
474 char errorMsg[256]; in execBvodeDfsub() local
[all …]
/dports/comms/qt5-serialbus/kde-qtserialbus-5.15.2p2/src/plugins/canbus/socketcan/
H A Dsocketcanbackend.cpp530 QString errorMsg; in interpretErrorFrame() local
533 errorMsg += QStringLiteral("TX timout\n"); in interpretErrorFrame()
539 errorMsg += QStringLiteral("Bus off\n"); in interpretErrorFrame()
542 errorMsg += QStringLiteral("Bus error\n"); in interpretErrorFrame()
548 errorMsg += QStringLiteral("Unknown error\n"); in interpretErrorFrame()
553 errorMsg += QString::number(data.at(0), 16); in interpretErrorFrame()
554 errorMsg += QStringLiteral(" bit\n"); in interpretErrorFrame()
652 errorMsg += QStringLiteral(" RTR\n"); in interpretErrorFrame()
680 if (!errorMsg.isEmpty()) in interpretErrorFrame()
681 errorMsg.chop(1); in interpretErrorFrame()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/dblb/
H A Dtest_ncbi_dblb_cli.py52 errorMsg = "RetCode in case of existing " \
92 errorMsg = "RetCode in case of existing " \
94 self.assertFalse(retCode != 0, errorMsg)
110 self.assertFalse(resolved != expected, errorMsg)
125 self.assertFalse(retCode == 0, errorMsg)
141 self.assertFalse(retCode != 1, errorMsg)
159 self.assertFalse(retCode != 1, errorMsg)
161 errorMsg = "The output must be empty"
162 self.assertFalse(len(stdout) > 0, errorMsg)
178 self.assertFalse(retCode != 0, errorMsg)
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/compress/bz2/
H A Dcommon.c22 const char *errorMsg; in bz2Error() local
28 errorMsg = "sequence error"; in bz2Error()
32 errorMsg = "parameter error"; in bz2Error()
36 errorMsg = "memory error"; in bz2Error()
41 errorMsg = "data error"; in bz2Error()
46 errorMsg = "data error magic"; in bz2Error()
51 errorMsg = "io error"; in bz2Error()
55 errorMsg = "unexpected eof"; in bz2Error()
59 errorMsg = "outbuff full"; in bz2Error()
63 errorMsg = "config error"; in bz2Error()
[all …]
/dports/science/openbabel/openbabel-3.1.1/src/formats/
H A Dgausscubeformat.cpp117 stringstream errorMsg; in ReadMolecule() local
166 errorMsg << "Problems reading the Gaussian cube file: " in ReadMolecule()
185 errorMsg << "Problems reading the Gaussian cube file: " in ReadMolecule()
196 errorMsg << "Problems reading the Gaussian cube file: " in ReadMolecule()
207 errorMsg << "Problems reading the Gaussian cube file: " in ReadMolecule()
247 errorMsg << "Problems reading the Gaussian cube file: " in ReadMolecule()
264 errorMsg << "Problems reading the Gaussian cube file: " in ReadMolecule()
275 errorMsg << "Problems reading the Gaussian cube file: " in ReadMolecule()
286 errorMsg << "Problems reading the Gaussian cube file: " in ReadMolecule()
567 stringstream errorMsg; in WriteMolecule() local
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/src/stan/io/json/
H A Djson_data_handler.hpp123 std::stringstream errorMsg; in start_array() local
141 std::stringstream errorMsg; in end_array() local
149 std::stringstream errorMsg; in end_array() local
161 std::stringstream errorMsg; in start_object() local
174 std::stringstream errorMsg; in null() local
180 std::stringstream errorMsg; in boolean() local
181 errorMsg << "variable: " << key_ in boolean()
199 std::stringstream errorMsg; in string() local
260 std::stringstream errorMsg; in save_current_key_value_pair() local
313 std::stringstream errorMsg; in set_last_dim() local
[all …]
/dports/science/openbabel/openbabel-3.1.1/src/
H A Dpatty.cpp90 stringstream errorMsg; in read_rules() local
111 stringstream errorMsg; in read_rules() local
112 errorMsg << "Could not open " << patty_dir << endl; in read_rules()
180 stringstream errorMsg; in assign_types() local
189 stringstream errorMsg; in assign_types() local
190 errorMsg << match[j][0] << " "; in assign_types()
215 stringstream errorMsg; in assign_types() local
224 stringstream errorMsg; in assign_types() local
225 errorMsg << match[j][0] << " "; in assign_types()
270 stringstream errorMsg; in type_to_int() local
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/optimization/src/cpp/
H A Doptimizationfunctions.cpp109 char errorMsg[256]; in execCostf() local
131 throw ast::InternalError(errorMsg); in execCostf()
138 char errorMsg[256]; in execFsolveFct() local
165 char errorMsg[256]; in execFsolveJac() local
196 char errorMsg[256]; in execLsqrsolveFct() local
223 char errorMsg[256]; in execLsqrsolveJac() local
361 char errorMsg[256]; in callCostfMacro() local
530 char errorMsg[256]; in callFsolveFctMacro() local
622 char errorMsg[256]; in callFsolveJacMacro() local
716 char errorMsg[256]; in callLsqrsolveFctMacro() local
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/
H A DAbstractMethodErrorTest.java123 String errorMsg = e.getMessage(); in test_ame1()
124 if (errorMsg == null) { in test_ame1()
144 String errorMsg = e.getMessage(); in test_ame1()
145 if (errorMsg == null) { in test_ame1()
203 if (errorMsg == null) { in test_ame2()
244 String errorMsg = e.getMessage(); in test_ame3_1()
247 if (errorMsg == null) { in test_ame3_1()
275 String errorMsg = e.getMessage(); in test_ame3_2()
278 if (errorMsg == null) { in test_ame3_2()
322 String errorMsg = exc.getMessage(); in test_ame4()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/
H A DAbstractMethodErrorTest.java123 String errorMsg = e.getMessage(); in test_ame1()
124 if (errorMsg == null) { in test_ame1()
144 String errorMsg = e.getMessage(); in test_ame1()
145 if (errorMsg == null) { in test_ame1()
203 if (errorMsg == null) { in test_ame2()
244 String errorMsg = e.getMessage(); in test_ame3_1()
247 if (errorMsg == null) { in test_ame3_1()
275 String errorMsg = e.getMessage(); in test_ame3_2()
278 if (errorMsg == null) { in test_ame3_2()
322 String errorMsg = exc.getMessage(); in test_ame4()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/exceptionMsgs/AbstractMethodError/
H A DAbstractMethodErrorTest.java123 String errorMsg = e.getMessage(); in test_ame1()
124 if (errorMsg == null) { in test_ame1()
144 String errorMsg = e.getMessage(); in test_ame1()
145 if (errorMsg == null) { in test_ame1()
203 if (errorMsg == null) { in test_ame2()
244 String errorMsg = e.getMessage(); in test_ame3_1()
247 if (errorMsg == null) { in test_ame3_1()
275 String errorMsg = e.getMessage(); in test_ame3_2()
278 if (errorMsg == null) { in test_ame3_2()
322 String errorMsg = exc.getMessage(); in test_ame4()
[all …]

12345678910>>...141