Home
last modified time | relevance | path

Searched refs:ucs_control (Results 1 – 3 of 3) sorted by relevance

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A DMakefile.am224 ucs_control \
H A DMakefile.in278 trace$(EXEEXT) ucs$(EXEEXT) ucs_control$(EXEEXT) \
1865 ucs_control_SOURCES = ucs_control.c
1866 ucs_control_OBJECTS = ucs_control.$(OBJEXT)
2203 ./$(DEPDIR)/ucs.Po ./$(DEPDIR)/ucs_control.Po \
2335 tolerance.c trace.c tvdeviceproperties.c ucs.c ucs_control.c \
2442 tolerance.c trace.c tvdeviceproperties.c ucs.c ucs_control.c \
2767 tablegeometry tablestyle text tolerance trace ucs ucs_control \
4078 @rm -f ucs_control$(EXEEXT)
4468 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ucs_control.Po@am__quote@ # am--include-marker
5062 -rm -f ./$(DEPDIR)/ucs_control.Po
[all …]
H A Ddynapi_test.c58230 Dwg_Object_UCS_CONTROL *restrict ucs_control = obj->tio.object->tio.UCS_CONTROL; in test_UCS_CONTROL() local
58232 if (!obj_obj || !ucs_control) in test_UCS_CONTROL()
58240 if (dwg_dynapi_entity_value (ucs_control, "UCS_CONTROL", "num_entries", &count, NULL) in test_UCS_CONTROL()
58241 && dwg_dynapi_entity_value (ucs_control, "UCS_CONTROL", "entries", &entries, NULL) in test_UCS_CONTROL()
58242 && entries == ucs_control->entries) in test_UCS_CONTROL()
58250 && num_entries == ucs_control->num_entries) in test_UCS_CONTROL()
58253 fail ("UCS_CONTROL.num_entries [BS] %hu != %hu", ucs_control->num_entries, num_entries); in test_UCS_CONTROL()
58256 && num_entries == ucs_control->num_entries) in test_UCS_CONTROL()
58260 ucs_control->num_entries--; in test_UCS_CONTROL()
58264 if (dwg_dynapi_entity_value (ucs_control, "UCS_CONTROL", "parent", &parent, NULL) in test_UCS_CONTROL()
[all …]