Home | History | Annotate | Download | only in dist

Lines Matching refs:ATF_REQUIRE_EQ

40         ATF_REQUIRE_EQ(0, state.get_top());
42 ATF_REQUIRE_EQ(0, state.get_top());
53 ATF_REQUIRE_EQ(1, state.get_top());
55 ATF_REQUIRE_EQ(2, state.get_top());
57 ATF_REQUIRE_EQ(0, state.get_top());
68 ATF_REQUIRE_EQ(1, state.get_top());
69 ATF_REQUIRE_EQ(10, state.to_integer());
73 ATF_REQUIRE_EQ(2, state.get_top());
74 ATF_REQUIRE_EQ(20, state.to_integer(-1));
75 ATF_REQUIRE_EQ(10, state.to_integer(-2));
77 ATF_REQUIRE_EQ(1, state.get_top());
78 ATF_REQUIRE_EQ(10, state.to_integer());
80 ATF_REQUIRE_EQ(0, state.get_top());
94 ATF_REQUIRE_EQ(3, state.get_top());
96 ATF_REQUIRE_EQ(2, state.get_top());
97 ATF_REQUIRE_EQ(30, state.to_integer());