Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/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
81 inline property_string &
116 detail::property_string
181 inline property_string &
182 property_string::operator=(const std::string &v) { in operator =()
/external/autotest/client/cros/scripts/
Dwifi147 def parse_service_property(property_string): argument
154 property_name, raw_value = property_string.split('=', 1)
164 print 'Failed parsing value from %s' % property_string
/external/v8/src/
Dbootstrapper.cc3927 Handle<String> property_string = factory->InternalizeUtf8String(property); in ResolveBuiltinIdHolder() local
3928 DCHECK(!property_string.is_null()); in ResolveBuiltinIdHolder()
3930 JSReceiver::GetProperty(isolate, global, property_string) in ResolveBuiltinIdHolder()