Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A DMakefile.am244 vport_control \
H A DMakefile.in286 vport$(EXEEXT) vport_control$(EXEEXT) vx_control$(EXEEXT) \
1947 vport_control_SOURCES = vport_control.c
1948 vport_control_OBJECTS = vport_control.$(OBJEXT)
2212 ./$(DEPDIR)/vport_control.Po ./$(DEPDIR)/vx_control.Po \
2340 vport_control.c vx_control.c vx_table_record.c wipeout.c \
2447 vport_control.c vx_control.c vx_table_record.c wipeout.c \
2771 view view_control viewport visualstyle vport vport_control \
4142 @rm -f vport_control$(EXEEXT)
4484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vport_control.Po@am__quote@ # am--include-marker
5078 -rm -f ./$(DEPDIR)/vport_control.Po
[all …]
H A Ddynapi_test.c61381 Dwg_Object_VPORT_CONTROL *restrict vport_control = obj->tio.object->tio.VPORT_CONTROL; in test_VPORT_CONTROL() local
61383 if (!obj_obj || !vport_control) in test_VPORT_CONTROL()
61391 if (dwg_dynapi_entity_value (vport_control, "VPORT_CONTROL", "num_entries", &count, NULL) in test_VPORT_CONTROL()
61392 && dwg_dynapi_entity_value (vport_control, "VPORT_CONTROL", "entries", &entries, NULL) in test_VPORT_CONTROL()
61393 && entries == vport_control->entries) in test_VPORT_CONTROL()
61401 && num_entries == vport_control->num_entries) in test_VPORT_CONTROL()
61404 fail ("VPORT_CONTROL.num_entries [BS] %hu != %hu", vport_control->num_entries, num_entries); in test_VPORT_CONTROL()
61407 && num_entries == vport_control->num_entries) in test_VPORT_CONTROL()
61411 vport_control->num_entries--; in test_VPORT_CONTROL()
61415 if (dwg_dynapi_entity_value (vport_control, "VPORT_CONTROL", "parent", &parent, NULL) in test_VPORT_CONTROL()
[all …]