Searched refs:test_flag_ (Results 1 – 1 of 1) sorted by relevance
111 test_flag_.reset(new TestFlag(new ScratchFile(), FlagType::kDeviceConfig)); in SetUpRuntimeOptions()116 test_flag_ = nullptr; in TearDown()120 std::unique_ptr<TestFlag> test_flag_; member in art::FlagsTests130 android::base::SetProperty(test_flag_->SystemProperty(), ""); in TearDown()131 android::base::SetProperty(test_flag_->ServerSetting(), ""); in TearDown()136 test_flag_.reset(new TestFlag(new ScratchFile(), flag_type_)); in SetUpRuntimeOptions()137 std::string option = "-X" + test_flag_->CmdLineName() + ":1"; in SetUpRuntimeOptions()161 test_flag_->AssertCmdlineValue(false, 1); in TEST_F()162 test_flag_->AssertSysPropValue(false, 2); in TEST_F()163 test_flag_->AssertServerSettingValue(false, 3); in TEST_F()[all …]