Home
last modified time | relevance | path

Searched refs:empty_filesize (Results 1 – 6 of 6) sorted by relevance

/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dtattr.c1649 if(empty_filesize < 0) in test_attr_dtype_shared()
2143 if(empty_filesize < 0) in test_attr_dense_create()
2274 if(empty_filesize < 0) in test_attr_dense_open()
2414 if(empty_filesize < 0) in test_attr_dense_delete()
2593 if(empty_filesize < 0) in test_attr_dense_rename()
2752 if(empty_filesize < 0) in test_attr_dense_unlink()
2880 if(empty_filesize < 0) in test_attr_dense_limits()
3573 if(empty_filesize < 0) in test_attr_big()
3839 if(empty_filesize < 0) in test_attr_null_space()
8095 if(empty_filesize < 0) in test_attr_shared_write()
[all …]
H A Dtfile.c1507 h5_stat_size_t empty_filesize; /* Size of file when empty */ in test_file_freespace() local
1529 empty_filesize = h5_get_file_size(FILE1, H5P_DEFAULT); in test_file_freespace()
1595 VERIFY(mod_filesize, empty_filesize, "H5Fget_freespace"); in test_file_freespace()
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dtattr.c1675 if(empty_filesize < 0) in test_attr_dtype_shared()
2168 if(empty_filesize < 0) in test_attr_dense_create()
2304 if(empty_filesize < 0) in test_attr_dense_open()
2460 if(empty_filesize < 0) in test_attr_dense_delete()
2656 if(empty_filesize < 0) in test_attr_dense_rename()
2845 if(empty_filesize < 0) in test_attr_dense_unlink()
2978 if(empty_filesize < 0) in test_attr_dense_limits()
3681 if(empty_filesize < 0) in test_attr_big()
3952 if(empty_filesize < 0) in test_attr_null_space()
8266 if(empty_filesize < 0) in test_attr_shared_write()
[all …]
H A Dtfile.c3959 h5_stat_size_t empty_filesize; /* Size of file when empty */ in test_file_freespace() local
4036 empty_filesize = h5_get_file_size(filename, H5P_DEFAULT); in test_file_freespace()
4102 VERIFY(mod_filesize, empty_filesize, "H5Fget_freespace"); in test_file_freespace()
/dports/science/hdf5-18/hdf5-1.8.21/c++/test/
H A Dtattr.cpp1272 h5_stat_size_t empty_filesize; // Size of empty file in test_attr_dtype_shared() local
1273 empty_filesize = h5_get_file_size(FILE_DTYPE.c_str(), H5P_DEFAULT); in test_attr_dtype_shared()
1274 if (empty_filesize < 0) in test_attr_dtype_shared()
1402 verify_val((long)filesize, (long)empty_filesize, "Checking file size", __LINE__, __FILE__); in test_attr_dtype_shared()
1629 h5_stat_size_t empty_filesize; // Size of empty file in test_attr_dense_create() local
1630 empty_filesize = h5_get_file_size(FILE_CRTPROPS.c_str(), fapl.getId()); in test_attr_dense_create()
1631 if (empty_filesize < 0) in test_attr_dense_create()
/dports/science/hdf5/hdf5-1.10.6/c++/test/
H A Dtattr.cpp1337 h5_stat_size_t empty_filesize; // Size of empty file in test_attr_dtype_shared() local
1338 empty_filesize = h5_get_file_size(FILE_DTYPE.c_str(), H5P_DEFAULT); in test_attr_dtype_shared()
1339 if (empty_filesize < 0) in test_attr_dtype_shared()
1458 verify_val((long)filesize, (long)empty_filesize, "Checking file size", __LINE__, __FILE__); in test_attr_dtype_shared()
1680 h5_stat_size_t empty_filesize; // Size of empty file in test_attr_dense_create() local
1681 empty_filesize = h5_get_file_size(FILE_CRTPROPS.c_str(), fapl.getId()); in test_attr_dense_create()
1682 if (empty_filesize < 0) in test_attr_dense_create()