Home
last modified time | relevance | path

Searched defs:SetBoolean (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/update_engine/common/
H A Dfake_prefs.cc88 bool FakePrefs::SetBoolean(const string& key, const bool value) { in SetBoolean() function in chromeos_update_engine::FakePrefs
H A Dprefs.cc98 bool PrefsBase::SetBoolean(const string& key, const bool value) { in SetBoolean() function in chromeos_update_engine::PrefsBase
/aosp12/art/runtime/
H A Dart_field-inl.h156 inline void ArtField::SetBoolean(ObjPtr<mirror::Object> object, uint8_t z) { in SetBoolean() function
/aosp12/art/dexlayout/
H A Ddex_ir.h771 void SetBoolean(bool z) { u_.bool_val_ = z; } in SetBoolean() function