Home
last modified time | relevance | path

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

/dports/science/hdf5-18/hdf5-1.8.21/fortran/test/
H A DtH5A_1_8.f901106 INTEGER(HID_T) :: attr_tid local
1148 CALL H5Tcopy_f(H5T_NATIVE_INTEGER, attr_tid, error)
1228 CALL h5awrite_f(attr, attr_tid, attr_integer_data, data_dims, error)
1240 CALL h5awrite_f(attr, attr_tid, attr_integer_data, data_dims, error)
1261 CALL h5awrite_f(attr, attr_tid, attr_integer_data, data_dims, error)
1344 CALL h5tclose_f(attr_tid, error)
1776 INTEGER(HID_T) :: attr_tid local
1820 CALL H5Tcopy_f(H5T_NATIVE_INTEGER, attr_tid, error)
1907 CALL h5acreate_f(dataset, attrname, attr_tid, big_sid, attr, error)
1928 CALL h5acreate_f(dataset2, attrname, attr_tid, sid, attr, error)
[all …]
/dports/science/hdf5/hdf5-1.10.6/fortran/test/
H A DtH5A_1_8.F901093 INTEGER(HID_T) :: attr_tid local
1135 CALL H5Tcopy_f(H5T_NATIVE_INTEGER, attr_tid, error)
1215 CALL h5awrite_f(attr, attr_tid, attr_integer_data, data_dims, error)
1227 CALL h5awrite_f(attr, attr_tid, attr_integer_data, data_dims, error)
1248 CALL h5awrite_f(attr, attr_tid, attr_integer_data, data_dims, error)
1331 CALL h5tclose_f(attr_tid, error)
1757 INTEGER(HID_T) :: attr_tid local
1801 CALL H5Tcopy_f(H5T_NATIVE_INTEGER, attr_tid, error)
1888 CALL h5acreate_f(dataset, attrname, attr_tid, big_sid, attr, error)
1909 CALL h5acreate_f(dataset2, attrname, attr_tid, sid, attr, error)
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dtattr.c8053 attr_tid = H5Tcopy(H5T_NATIVE_UINT); in test_attr_shared_write()
8054 CHECK(attr_tid, FAIL, "H5Tcopy"); in test_attr_shared_write()
8256 ret = H5Tclose(attr_tid); in test_attr_shared_write()
8379 attr_tid = H5Tcopy(H5T_NATIVE_UINT); in test_attr_shared_rename()
8380 CHECK(attr_tid, FAIL, "H5Tcopy"); in test_attr_shared_rename()
8698 ret = H5Tclose(attr_tid); in test_attr_shared_rename()
8820 attr_tid = H5Tcopy(H5T_NATIVE_UINT); in test_attr_shared_delete()
8821 CHECK(attr_tid, FAIL, "H5Tcopy"); in test_attr_shared_delete()
9062 ret = H5Tclose(attr_tid); in test_attr_shared_delete()
9185 CHECK(attr_tid, FAIL, "H5Tcopy"); in test_attr_shared_unlink()
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dtattr.c8224 attr_tid = H5Tcopy(H5T_NATIVE_UINT); in test_attr_shared_write()
8225 CHECK(attr_tid, FAIL, "H5Tcopy"); in test_attr_shared_write()
8432 ret = H5Tclose(attr_tid); in test_attr_shared_write()
8560 attr_tid = H5Tcopy(H5T_NATIVE_UINT); in test_attr_shared_rename()
8561 CHECK(attr_tid, FAIL, "H5Tcopy"); in test_attr_shared_rename()
8884 ret = H5Tclose(attr_tid); in test_attr_shared_rename()
9011 attr_tid = H5Tcopy(H5T_NATIVE_UINT); in test_attr_shared_delete()
9012 CHECK(attr_tid, FAIL, "H5Tcopy"); in test_attr_shared_delete()
9258 ret = H5Tclose(attr_tid); in test_attr_shared_delete()
9386 CHECK(attr_tid, FAIL, "H5Tcopy"); in test_attr_shared_unlink()
[all …]
/dports/devel/cdecl/cdecl-cdecl-11.9/
H A DChangeLog1434 s/base_tid/btid/; s/store_tid/stid/; s/attr_tid/atid/