Home
last modified time | relevance | path

Searched refs:ANannlist (Results 1 – 13 of 13) sorted by relevance

/dports/science/hdf/hdf-4.2.15/java/test/
H A DTestH4ANparams.java110 HDFLibrary.ANannlist(-1, 0, tag, ref, ids); in testANannlistIllegalId()
118 HDFLibrary.ANannlist(0, 0, tag, ref, null); in testANannlistNull()
/dports/science/hdf/hdf-4.2.15/hdf/examples/
H A DAN_get_annotation_info.c61 n_annots = ANannlist (an_id, annot_type, vgroup_tag, (uint16)vgroup_ref, in main()
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dmfan.h225 HDFLIBAPI intn ANannlist(int32 an_id, /* IN: annotation interface id */
H A Dmfanf.c267 ret = ANannlist((int32)*an_id,(ann_type)*atype,(uint16)*etag,(uint16)*eref, in nafannlist()
H A Dmfan.c1812 ANannlist(int32 an_id, /* IN: annotation interface id */ in ANannlist() function
H A Dhproto.h1111 HDFLIBAPI intn ANannlist(int32 an_id, ann_type type, uint16 elem_tag,
H A Dhproto_fortran.h900 HDFLIBAPI intn ANannlist(int32 an_id, ann_type type, uint16 elem_tag,
/dports/science/hdf/hdf-4.2.15/hdf/test/
H A Dman.c598 ret = ANannlist(an_handle, AN_DATA_LABEL, tag, ref, dlabels); in check_lab_desc()
605 ret = ANannlist(an_handle, AN_DATA_DESC, tag, ref, ddescs); in check_lab_desc()
/dports/science/hdf/hdf-4.2.15/java/src/jni/
H A DhdfanImp.c185 … retVal = ANannlist((int32)an_id, (ann_type)anntype, (uint16)tag,(uint16)ref,(int32 *)iarr); in Java_hdf_hdflib_HDFLibrary_ANannlist()
/dports/science/hdf/hdf-4.2.15/mfhdf/libsrc/
H A Dhdfsds.c554 if (ANannlist(an_handle, AN_DATA_DESC, ndgTag, ndgRef, ddescs) != num_ddescs) in hdf_get_desc_annot()
674 if (ANannlist(an_handle, AN_DATA_LABEL, ndgTag, ndgRef, dlabels) != num_dlabels) in hdf_get_label_annot()
H A Dmfdatainfo.c879 if (ANannlist(an_id, annot_type, elem_tag, elem_ref, dannots) == FAIL) in SDgetanndatainfo()
/dports/science/hdf/hdf-4.2.15/mfhdf/dumper/
H A Dhdp_list.c280 if (FAIL == ANannlist( an_id, annot_type, tag, ref, ann_list )) in print_annots_by_object()
/dports/science/hdf/hdf-4.2.15/java/src/hdf/hdflib/
H A DHDFLibrary.java371 …public static native int ANannlist(long an_id, int anntype, short tag, short ref, int[] ann_list) … in ANannlist() method in HDFLibrary