Home
last modified time | relevance | path

Searched refs:RT_ASSERT (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/propgrid/
H A Dtests.cpp243 #define RT_ASSERT(COND) \ macro
881 RT_ASSERT(prop); in RunTests()
883 RT_ASSERT(parent); in RunTests()
887 RT_ASSERT(prop); in RunTests()
889 RT_ASSERT(parent); in RunTests()
893 RT_ASSERT(prop); in RunTests()
895 RT_ASSERT(parent); in RunTests()
899 RT_ASSERT(prop); in RunTests()
905 RT_ASSERT(prop); in RunTests()
911 RT_ASSERT(prop); in RunTests()
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/propgrid/
H A Dtests.cpp254 #define RT_ASSERT(COND) \ macro
815 RT_ASSERT( prop1 && prop2 && prop3 ); in RunTests()
827 RT_ASSERT( selectedProperties.size() == 3 ) in RunTests()
828 RT_ASSERT( pg->IsPropertySelected(prop1) ) in RunTests()
829 RT_ASSERT( pg->IsPropertySelected(prop2) ) in RunTests()
830 RT_ASSERT( pg->IsPropertySelected(prop3) ) in RunTests()
837 RT_ASSERT( !pg->IsPropertySelected(prop1) ) in RunTests()
838 RT_ASSERT( pg->IsPropertySelected(prop2) ) in RunTests()
839 RT_ASSERT( pg->IsPropertySelected(prop3) ) in RunTests()
846 RT_ASSERT( !pg->IsPropertySelected(prop1) ) in RunTests()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/propgrid/
H A Dtests.cpp254 #define RT_ASSERT(COND) \ macro
815 RT_ASSERT( prop1 && prop2 && prop3 ); in RunTests()
827 RT_ASSERT( selectedProperties.size() == 3 ) in RunTests()
828 RT_ASSERT( pg->IsPropertySelected(prop1) ) in RunTests()
829 RT_ASSERT( pg->IsPropertySelected(prop2) ) in RunTests()
830 RT_ASSERT( pg->IsPropertySelected(prop3) ) in RunTests()
837 RT_ASSERT( !pg->IsPropertySelected(prop1) ) in RunTests()
838 RT_ASSERT( pg->IsPropertySelected(prop2) ) in RunTests()
839 RT_ASSERT( pg->IsPropertySelected(prop3) ) in RunTests()
846 RT_ASSERT( !pg->IsPropertySelected(prop1) ) in RunTests()
[all …]
/dports/cad/nvc/nvc-r1.5.3/src/rt/
H A Drtkern.c289 #define RT_ASSERT(x) assert((x)) macro
291 #define RT_ASSERT(x) macro
483 RT_ASSERT(offset == n); in _sched_waveform()
1493 RT_ASSERT(v->next == NULL); in rt_free_value()
1533 RT_ASSERT(!is_static); in rt_sched_event()
1577 RT_ASSERT(resume == NULL); in rt_setup()
2074 RT_ASSERT(w_now != NULL); in rt_update_driver()
2308 RT_ASSERT(g->first == first); in rt_cleanup_group()
2309 RT_ASSERT(g->length == length); in rt_cleanup_group()
2347 RT_ASSERT(resume == NULL); in rt_cleanup()
[all …]