Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dproperty.hpp76 class property_string { class
78 property_string(property_buffer &buf) : buf(buf) { in property_string() function in clover::detail::property_string
81 inline property_string &
116 detail::property_string
181 inline property_string &
182 property_string::operator=(const std::string &v) { in operator =()
/aosp_15_r20/external/autotest/client/cros/scripts/
H A Dwifi151 def parse_service_property(property_string): argument
158 property_name, raw_value = property_string.split('=', 1)
168 print('Failed parsing value from %s' % property_string)
/aosp_15_r20/external/dtc/tests/
H A Dpylibfdt_tests.py545 sw.property_string('compatible', 'test_tree1')
550 sw.property_string('prop-str', TEST_STRING_1)
555 sw.property_string('compatible', 'subnode1')
/aosp_15_r20/external/dtc/pylibfdt/
H A Dlibfdt.i909 def property_string(self, name, string):