Home
last modified time | relevance | path

Searched refs:dapl (Results 1 – 25 of 65) sorted by relevance

123

/dports/science/hdf5/hdf5-1.10.6/hl/test/
H A Dtest_dset_append.c282 if(H5Pclose(dapl) < 0) in test_dataset_append_rows_columns()
295 H5Pclose(dapl); in test_dataset_append_rows_columns()
416 if(H5Pclose(dapl) < 0) in test_dataset_append_rows()
429 H5Pclose(dapl); in test_dataset_append_rows()
551 if(H5Pclose(dapl) < 0) in test_dataset_append_columns()
564 H5Pclose(dapl); in test_dataset_append_columns()
712 if(H5Pclose(dapl) < 0) in test_dataset_append_BUG1()
726 H5Pclose(dapl); in test_dataset_append_BUG1()
888 H5Pclose(dapl); in test_dataset_append_BUG2()
1045 H5Pclose(dapl); in test_dataset_append_less()
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dexternal_env.c52 hid_t dapl = -1; /* dataset access property list */ in test_path_env() local
86 if((dapl = H5Pcreate(H5P_DATASET_ACCESS)) < 0) in test_path_env()
90 if(H5Pset_efile_prefix(dapl, "someprefix") < 0) in test_path_env()
92 if(H5Pget_efile_prefix(dapl, buffer, sizeof(buffer)) < 0) in test_path_env()
98 if((dset = H5Dcreate2(file, "dset1", H5T_NATIVE_INT, space, H5P_DEFAULT, dcpl, dapl)) < 0) in test_path_env()
110 if(H5Pclose(dapl) < 0) FAIL_STACK_ERROR in test_path_env()
120 H5Pclose(dapl); in test_path_env()
H A Dvds_env.c63 hid_t dapl = -1; /* Dataset access property list */ in test_vds_prefix_second() local
98 if((dapl = H5Pcreate(H5P_DATASET_ACCESS)) < 0) in test_vds_prefix_second()
101 if(H5Pset_virtual_prefix(dapl, "someprefix") < 0) in test_vds_prefix_second()
103 if(H5Pget_virtual_prefix(dapl, buffer, sizeof(buffer)) < 0) in test_vds_prefix_second()
153 … if((vdset = H5Dcreate2(vfile, "v_dset", H5T_NATIVE_INT, vspace[0], H5P_DEFAULT, dcpl, dapl)) < 0) in test_vds_prefix_second()
188 if((vdset = H5Dopen2(vfile, "v_dset", dapl)) < 0) in test_vds_prefix_second()
260 if(H5Pclose(dapl) < 0) in test_vds_prefix_second()
262 dapl = -1; in test_vds_prefix_second() local
283 H5Pclose(dapl); in test_vds_prefix_second()
H A Denc_dec_plist.c68 hid_t dapl; /* dataset access prop. list */ in main() local
182 if((dapl = H5Pcreate(H5P_DATASET_ACCESS)) < 0) in main()
186 if(test_encode_decode(dapl) < 0) in main()
193 if((H5Pset_chunk_cache(dapl, nslots, nbytes, w0)) < 0) in main()
197 if(test_encode_decode(dapl) < 0) in main()
201 if((H5Pclose(dapl)) < 0) in main()
H A Dvds.c1183 if((dapl = H5Pcreate(H5P_DATASET_ACCESS)) < 0) in test_vds_prefix_first()
1186 if(H5Pset_virtual_prefix(dapl, TMPDIR) < 0) in test_vds_prefix_first()
1345 if(H5Pclose(dapl) < 0) in test_vds_prefix_first()
1347 dapl = -1; in test_vds_prefix_first() local
1368 H5Pclose(dapl); in test_vds_prefix_first()
6528 if(H5Pclose(dapl) < 0) in test_unlim()
6530 dapl = -1; in test_unlim() local
6554 H5Pclose(dapl); in test_unlim()
10221 if(H5Pclose(dapl) < 0) in test_printf()
10223 dapl = -1; in test_printf() local
[all …]
H A Dexternal.c1105 hid_t dapl = -1; /* dataset access property list */ in test_path_relative_cwd() local
1148 if((dapl = H5Pcreate(H5P_DATASET_ACCESS)) < 0) in test_path_relative_cwd()
1150 if(H5Pset_efile_prefix(dapl, "${ORIGIN}") < 0) in test_path_relative_cwd()
1152 if(H5Pget_efile_prefix(dapl, buffer, sizeof(buffer)) < 0) in test_path_relative_cwd()
1156 if((dapl2 = H5Pcopy(dapl)) < 0) in test_path_relative_cwd()
1168 if(H5Pset_efile_prefix(dapl, "//") < 0) in test_path_relative_cwd()
1171 dset3 = H5Dopen2(file, "dset1", dapl); in test_path_relative_cwd()
1201 if(H5Pset_efile_prefix(dapl, NULL) < 0) in test_path_relative_cwd()
1204 dset3 = H5Dopen2(file, "dset1", dapl); in test_path_relative_cwd()
1220 if(H5Pclose(dapl) < 0) FAIL_STACK_ERROR in test_path_relative_cwd()
[all …]
H A Dswmr.c3443 if((dapl = H5Pcreate(H5P_DATASET_ACCESS)) < 0) in test_append_flush_generic()
3457 if(H5Pclose(dapl) < 0) in test_append_flush_generic()
3470 if((dapl = H5Pcreate(H5P_DATASET_ACCESS)) < 0) in test_append_flush_generic()
3553 if(H5Pclose(dapl) < 0) in test_append_flush_generic()
3562 H5Pclose(dapl); in test_append_flush_generic()
3672 if((dapl = H5Pcreate(H5P_DATASET_ACCESS)) < 0) in test_append_flush_dataset_chunked()
3707 did2 = H5Dopen2(fid, "dataset2", dapl); in test_append_flush_dataset_chunked()
3755 if(H5Pclose(dapl) < 0) in test_append_flush_dataset_chunked()
3778 H5Pclose(dapl); in test_append_flush_dataset_chunked()
3965 if(H5Pclose(dapl) < 0) in test_append_flush_dataset_fixed()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/hl/src/
H A DH5DO.c114 hid_t dapl = FAIL; /* Dataset access property list */ in H5DOappend() local
199 if ((dapl = H5Dget_access_plist(dset_id)) < 0) in H5DOappend()
206 if (H5Pget_append_flush(dapl, ndims, boundary, &append_cb, &udata) < 0) in H5DOappend()
247 if (dapl != FAIL && H5Pclose(dapl) < 0) in H5DOappend()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/hl/src/
H A DH5DO.c119 hid_t dapl = FAIL; /* Dataset access property list */ in H5DOappend() local
208 if((dapl = H5Dget_access_plist(dset_id)) < 0) in H5DOappend()
215 if(H5Pget_append_flush(dapl, ndims, boundary, &append_cb, &udata) < 0) in H5DOappend()
262 if(dapl != FAIL && H5Pclose(dapl) < 0) in H5DOappend()
/dports/science/hdf5/hdf5-1.10.6/hl/src/
H A DH5DO.c119 hid_t dapl = FAIL; /* Dataset access property list */ in H5DOappend() local
208 if((dapl = H5Dget_access_plist(dset_id)) < 0) in H5DOappend()
215 if(H5Pget_append_flush(dapl, ndims, boundary, &append_cb, &udata) < 0) in H5DOappend()
262 if(dapl != FAIL && H5Pclose(dapl) < 0) in H5DOappend()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/hl/src/
H A DH5DO.c140 hid_t dapl = FAIL; /* Dataset access property list */ in H5DOappend() local
228 if((dapl = H5Dget_access_plist(dset_id)) < 0) in H5DOappend()
235 if(H5Pget_append_flush(dapl, ndims, boundary, &append_cb, &udata) < 0) in H5DOappend()
282 if(dapl != FAIL && H5Pclose(dapl) < 0) in H5DOappend()
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dexternal.c1203 if((dapl = H5Pcreate(H5P_DATASET_ACCESS)) < 0) in test_path_relative_cwd()
1205 if(H5Pset_efile_prefix(dapl, "${ORIGIN}") < 0) in test_path_relative_cwd()
1211 if((dapl2 = H5Pcopy(dapl)) < 0) in test_path_relative_cwd()
1223 if(H5Pset_efile_prefix(dapl, "//") < 0) in test_path_relative_cwd()
1226 dset3 = H5Dopen2(file, "dset1", dapl); in test_path_relative_cwd()
1256 if(H5Pset_efile_prefix(dapl, NULL) < 0) in test_path_relative_cwd()
1259 dset3 = H5Dopen2(file, "dset1", dapl); in test_path_relative_cwd()
1275 if(H5Pclose(dapl) < 0) FAIL_STACK_ERROR in test_path_relative_cwd()
1285 H5Pclose(dapl); in test_path_relative_cwd()
1388 if(H5Pclose(dapl) < 0) FAIL_STACK_ERROR in test_path_env()
[all …]
/dports/science/hdf5/hdf5-1.10.6/examples/
H A Dh5_vds-percival-unlim-maxmin.c61 hid_t dcpl, dapl; in main() local
222 dapl = H5Pcreate (H5P_DATASET_ACCESS); in main()
225 status = H5Pset_virtual_view (dapl, i ? H5D_VDS_LAST_AVAILABLE : H5D_VDS_FIRST_MISSING); in main()
226 vdset = H5Dopen2 (vfile, DATASET, dapl); in main()
241 status = H5Pclose (dapl); in main()
/dports/science/hdf5/hdf5-1.10.6/testpar/
H A Dt_prop.c86 hid_t dapl; /* dataset access prop. list */ in test_plist_ed() local
189 dapl = H5Pcreate(H5P_DATASET_ACCESS); in test_plist_ed()
190 VRFY((dapl >= 0), "H5Pcreate succeeded"); in test_plist_ed()
192 ret = H5Pset_chunk_cache(dapl, nslots, nbytes, w0); in test_plist_ed()
195 ret = test_encode_decode(dapl, mpi_rank, recv_proc); in test_plist_ed()
198 ret = H5Pclose(dapl); in test_plist_ed()
/dports/science/hdf5/hdf5-1.10.6/java/src/jni/
H A Dh5pDAPLImp.c48 (JNIEnv *env, jclass clss, jlong dapl, jlong rdcc_nslots, in Java_hdf_hdf5lib_H5_H5Pset_1chunk_1cache() argument
53 …if (H5Pset_chunk_cache((hid_t)dapl, (size_t)rdcc_nslots, (size_t)rdcc_nbytes, (double) rdcc_w0) < … in Java_hdf_hdf5lib_H5_H5Pset_1chunk_1cache()
67 (JNIEnv *env, jclass clss, jlong dapl, jlongArray rdcc_nslots, in Java_hdf_hdf5lib_H5_H5Pget_1chunk_1cache() argument
92 … if ((status = H5Pget_chunk_cache((hid_t)dapl, &rdcc_nslots_t, &nbytes_t, (double *)w0Array)) < 0) in Java_hdf_hdf5lib_H5_H5Pget_1chunk_1cache()
/dports/science/hdf5/hdf5-1.10.6/fortran/test/
H A DtH5P_F03.F90657 INTEGER(hid_t) :: dcpl, dapl local
866 CALL H5Pcreate_f(H5P_DATASET_ACCESS_F, dapl, error)
872 CALL H5Pset_virtual_view_f(dapl, H5D_VDS_LAST_AVAILABLE_F, error)
875 CALL H5Pset_virtual_view_f(dapl, H5D_VDS_FIRST_MISSING_F, error)
879 CALL H5Dopen_f(vfile, DATASET, vdset, error, dapl)
896 CALL H5Pget_virtual_view_f(dapl, virtual_view, error)
1057 CALL H5Pset_virtual_printf_gap_f(dapl, 1_hsize_t, error)
1060 CALL H5Dopen_f(vfile, DATASET, vdset, error, dapl)
1063 CALL H5Pget_virtual_printf_gap_f(dapl, gap_size, error)
1075 CALL H5Pclose_f(dapl, error)
/dports/science/hdf5/hdf5-1.10.6/java/test/
H A DTestH5D.java109 private final void _createChunkDataset(long fid, long dsid, String name, long dapl) { in _createChunkDataset() argument
133 HDF5Constants.H5P_DEFAULT, H5dcpl_id, dapl); in _createChunkDataset()
142 private final void _createDataset(long fid, long dsid, String name, long dapl) { in _createDataset() argument
146 HDF5Constants.H5P_DEFAULT, HDF5Constants.H5P_DEFAULT, dapl); in _createDataset()
155 private final void _createVLDataset(long fid, long dsid, String name, long dapl) { in _createVLDataset() argument
174 HDF5Constants.H5P_DEFAULT, HDF5Constants.H5P_DEFAULT, dapl); in _createVLDataset()
198 private final void _openH5file(String name, long dapl) { in _openH5file() argument
209 H5did = H5.H5Dopen(H5fid, name, dapl); in _openH5file()
H A DTestH5PData.java68 private final long _createFloatDataset(long fid, long dsid, String name, long dapl) { in _createFloatDataset() argument
72 HDF5Constants.H5P_DEFAULT, HDF5Constants.H5P_DEFAULT, dapl); in _createFloatDataset()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/c++/src/
H A DH5Location.h109 …opList& create_plist = DSetCreatPropList::DEFAULT, const DSetAccPropList& dapl = DSetAccPropList::…
110 …opList& create_plist = DSetCreatPropList::DEFAULT, const DSetAccPropList& dapl = DSetAccPropList::…
118 …DataSet openDataSet(const char* name, const DSetAccPropList& dapl = DSetAccPropList::DEFAULT) cons…
119 …DataSet openDataSet(const H5std_string& name, const DSetAccPropList& dapl = DSetAccPropList::DEFAU…
H A DH5Location.cpp922 …aSpace& data_space, const DSetCreatPropList& dcpl, const DSetAccPropList& dapl, const LinkCreatPro… in createDataSet() argument
929 hid_t dapl_id = dapl.getId(); in createDataSet()
956 …aSpace& data_space, const DSetCreatPropList& dcpl, const DSetAccPropList& dapl, const LinkCreatPro… in createDataSet() argument
958 return(createDataSet(name.c_str(), data_type, data_space, dcpl, dapl, lcpl)); in createDataSet()
972 DataSet H5Location::openDataSet(const char* name, const DSetAccPropList& dapl) const in openDataSet()
976 hid_t dapl_id = dapl.getId(); in openDataSet()
999 DataSet H5Location::openDataSet(const H5std_string& name, const DSetAccPropList& dapl) const in openDataSet()
1001 return(openDataSet(name.c_str(), dapl)); in openDataSet()
/dports/science/hdf5/hdf5-1.10.6/c++/src/
H A DH5Location.h109 …opList& create_plist = DSetCreatPropList::DEFAULT, const DSetAccPropList& dapl = DSetAccPropList::…
110 …opList& create_plist = DSetCreatPropList::DEFAULT, const DSetAccPropList& dapl = DSetAccPropList::…
118 …DataSet openDataSet(const char* name, const DSetAccPropList& dapl = DSetAccPropList::DEFAULT) cons…
119 …DataSet openDataSet(const H5std_string& name, const DSetAccPropList& dapl = DSetAccPropList::DEFAU…
H A DH5Location.cpp922 …aSpace& data_space, const DSetCreatPropList& dcpl, const DSetAccPropList& dapl, const LinkCreatPro… in createDataSet() argument
929 hid_t dapl_id = dapl.getId(); in createDataSet()
956 …aSpace& data_space, const DSetCreatPropList& dcpl, const DSetAccPropList& dapl, const LinkCreatPro… in createDataSet() argument
958 return(createDataSet(name.c_str(), data_type, data_space, dcpl, dapl, lcpl)); in createDataSet()
972 DataSet H5Location::openDataSet(const char* name, const DSetAccPropList& dapl) const in openDataSet()
976 hid_t dapl_id = dapl.getId(); in openDataSet()
999 DataSet H5Location::openDataSet(const H5std_string& name, const DSetAccPropList& dapl) const in openDataSet()
1001 return(openDataSet(name.c_str(), dapl)); in openDataSet()
/dports/science/py-h5py/h5py-3.6.0/h5py/tests/test_vds/
H A Dtest_lowlevel_vds.py296 dapl = h5.h5p.create(h5.h5p.DATASET_ACCESS)
297 dapl.set_virtual_prefix(path_a)
298 vds_id = h5.h5d.open(vds_file.id, b'data', dapl=dapl)
/dports/science/hdf5/hdf5-1.10.6/c++/test/
H A Ddsets.cpp1200 DSetAccPropList dapl; in test_chunk_cache() local
1207 dapl.getChunkCache(nslots_4, nbytes_4, w0_4); in test_chunk_cache()
1213 dapl.setNumLinks((size_t)134); in test_chunk_cache()
1214 size_t nlinks = dapl.getNumLinks(); in test_chunk_cache()
1243 … DataSet dataset(file.createDataSet(DSET_CHUNKED_NAME, PredType::NATIVE_INT, mspace, dcpl, dapl)); in test_chunk_cache()
1261 dapl.getChunkCache(nslots_3, nbytes_3, w0_3); in test_chunk_cache()
1267 DataSet dataset2(file.openDataSet(DSET_CHUNKED_NAME, dapl)); in test_chunk_cache()
H A Dtrefer.cpp220 PropList dapl(H5P_DATASET_ACCESS); in test_reference_obj() local
304 DataSet dset2(dataset, &rbuf[0], H5R_OBJECT, dapl); in test_reference_obj()
566 PropList dapl(H5P_DATASET_ACCESS); in test_reference_region_1D() local
657 dset3.dereference(dset1, &rbuf[0], H5R_DATASET_REGION, dapl); in test_reference_region_1D()
672 DataSet newds(dset1, &rbuf[0], H5R_DATASET_REGION, dapl); in test_reference_region_1D()

123