Searched refs:property_string (Results 1 - 2 of 2) sorted by relevance

/external/autotest/client/cros/scripts/
H A Dwifi149 def parse_service_property(property_string):
152 @param property_string string to be parsed into (key,value).
156 property_name, raw_value = property_string.split('=', 1)
166 print 'Failed parsing value from %s' % property_string
/external/v8/src/
H A Dbootstrapper.cc2821 Handle<String> property_string = factory->InternalizeUtf8String(property); local
2822 DCHECK(!property_string.is_null());
2824 JSReceiver::GetProperty(global, property_string).ToHandleChecked());

Completed in 1533 milliseconds