Searched refs:cached_property (Results 1 – 4 of 4) sorted by relevance
/aosp12/art/tools/ |
H A D | pylibdexfile.py | 64 @functools.cached_property 101 @functools.cached_property 118 @functools.cached_property 126 @functools.cached_property 142 @functools.cached_property
|
/aosp12/system/libbase/ |
H A D | properties_test.cpp | 263 android::base::CachedProperty cached_property("debug.libbase.CachedProperty_test"); in TEST() local 265 cached_property.Get(&changed); in TEST() 268 ASSERT_STREQ("foo", cached_property.Get(&changed)); in TEST() 271 ASSERT_STREQ("foo", cached_property.Get(&changed)); in TEST() 275 ASSERT_STREQ("bar", cached_property.Get(&changed)); in TEST() 278 ASSERT_STREQ("bar", cached_property.Get(&changed)); in TEST()
|
/aosp12/system/apex/ |
H A D | pylintrc | 202 …actproperty,cached_property.cached_property,cached_property.threaded_cached_property,cached_proper…
|
/aosp12/system/tools/mkbootimg/ |
H A D | pylintrc | 196 …actproperty,cached_property.cached_property,cached_property.threaded_cached_property,cached_proper…
|