Home
last modified time | relevance | path

Searched refs:err_nums (Results 1 – 5 of 5) sorted by relevance

/dports/science/hdf5/hdf5-1.10.6/java/src/jni/
H A DexceptionImp.c106 H5E_num_t *err_nums = (H5E_num_t *)_err_nums; in walk_error_callback() local
111 err_nums->maj_num = err_desc->maj_num; in walk_error_callback()
112 err_nums->min_num = err_desc->min_num; in walk_error_callback()
202 H5E_num_t err_nums; in Java_hdf_hdf5lib_exceptions_HDF5LibraryException__1getMajorErrorNumber() local
207 err_nums.maj_num = 0; in Java_hdf_hdf5lib_exceptions_HDF5LibraryException__1getMajorErrorNumber()
208 err_nums.min_num = 0; in Java_hdf_hdf5lib_exceptions_HDF5LibraryException__1getMajorErrorNumber()
213 return err_nums.maj_num; in Java_hdf_hdf5lib_exceptions_HDF5LibraryException__1getMajorErrorNumber()
227 H5E_num_t err_nums; in Java_hdf_hdf5lib_exceptions_HDF5LibraryException__1getMinorErrorNumber() local
232 err_nums.maj_num = 0; in Java_hdf_hdf5lib_exceptions_HDF5LibraryException__1getMinorErrorNumber()
233 err_nums.min_num = 0; in Java_hdf_hdf5lib_exceptions_HDF5LibraryException__1getMinorErrorNumber()
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cheroot/test/
H A Dtest_errors.py26 def test_plat_specific_errors(err_names, err_nums): argument
29 assert len(actual_err_nums) == len(err_nums)
30 assert sorted(actual_err_nums) == sorted(err_nums)
/dports/www/py-cheroot/cheroot-8.5.2/cheroot/test/
H A Dtest_errors.py26 def test_plat_specific_errors(err_names, err_nums): argument
29 assert len(actual_err_nums) == len(err_nums)
30 assert sorted(actual_err_nums) == sorted(err_nums)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/edit/
H A Dsource_edit.cpp211 … string err_nums = "(" + NStr::NumericToString(taxid1) + "," + NStr::NumericToString(taxid2) + ")"; in MakeCommonBioSource() local
216 ERR_POST("Taxonomy service failure" + err_nums); in MakeCommonBioSource()
229 ERR_POST("Taxonomy join reply is not species level" + err_nums); in MakeCommonBioSource()
232 ERR_POST("Taxonomy join reply Org-ref does not contain taxname" + err_nums); in MakeCommonBioSource()
235 ERR_POST("Taxonomy join reply does not contain Org-ref" + err_nums); in MakeCommonBioSource()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/edit/
H A Dsource_edit.cpp211 … string err_nums = "(" + NStr::NumericToString(taxid1) + "," + NStr::NumericToString(taxid2) + ")"; in MakeCommonBioSource() local
216 ERR_POST("Taxonomy service failure" + err_nums); in MakeCommonBioSource()
229 ERR_POST("Taxonomy join reply is not species level" + err_nums); in MakeCommonBioSource()
232 ERR_POST("Taxonomy join reply Org-ref does not contain taxname" + err_nums); in MakeCommonBioSource()
235 ERR_POST("Taxonomy join reply does not contain Org-ref" + err_nums); in MakeCommonBioSource()