Home
last modified time | relevance | path

Searched defs:property_string (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Dproperty.hpp76 class property_string { class
78 property_string(property_buffer &buf) : buf(buf) { in property_string() function in clover::detail::property_string
/external/autotest/client/cros/scripts/
Dwifi147 def parse_service_property(property_string): argument
/external/crosvm/arch/src/
Dfdt.rs254 pub fn property_string(&mut self, name: &str, val: &str) -> Result<()> { in property_string() method