Home
last modified time | relevance | path

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

/external/harfbuzz_ng/test/api/
Dtest-object.c135 is_immutable_func_t is_immutable; member
250 if (o->is_immutable) in test_object()
251 g_assert (!o->is_immutable (obj)); in test_object()
256 if (o->is_immutable) { in test_object()
258 g_assert (o->is_immutable (obj)); in test_object()
325 if (o->is_immutable) in test_object()
326 g_assert (o->is_immutable (obj)); in test_object()
353 if (o->is_immutable) in test_object()
354 g_assert (!o->is_immutable (obj)); in test_object()
/external/libkmsxx/kms++/inc/kms++/
Dproperty.h27 bool is_immutable() const;
/external/drm_hwcomposer/drm/
DDrmProperty.h50 bool is_immutable() const;
DDrmProperty.cpp99 bool DrmProperty::is_immutable() const { in is_immutable() function in android::DrmProperty
/external/libkmsxx/kms++/src/
Dproperty.cpp52 bool Property::is_immutable() const in is_immutable() function in kms::Property
/external/drm_hwcomposer/compositor/
DPlanner.h69 if (!plane->zpos_property().is_immutable()) in Emplace()
DDrmDisplayCompositor.cpp388 !plane->zpos_property().is_immutable()) { in CommitFrame()
/external/libkmsxx/utils/
Dkmsprint.cpp203 if (prop->is_immutable()) in format_property()