Home
last modified time | relevance | path

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

/art/libartbase/base/
Dflags_test.cc56 void AssertSysPropValue(bool has_value, int expected) { in AssertSysPropValue() function in art::TestFlag
162 test_flag_->AssertSysPropValue(false, 2); in TEST_F()
190 test_flag_->AssertSysPropValue(true, 2); in TEST_F()
208 test_flag_->AssertSysPropValue(true, 2); in TEST_F()
220 test_flag_->AssertSysPropValue(false, 2); in TEST_F()
244 test_flag_->AssertSysPropValue(false, 2); in TEST_F()