Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/api/
Dtest_kernel_attributes.cpp288 std::string attribute_string(attributes.data()); in run_test() local
289 attribute_string.erase( in run_test()
290 std::remove(attribute_string.begin(), attribute_string.end(), ' '), in run_test()
291 attribute_string.end()); in run_test()
294 if (!attribute_string.empty()) in run_test()
299 attribute_string.c_str()); in run_test()
307 if (attribute_string.find(attribute) == std::string::npos) in run_test()
318 attribute_string.c_str()); in run_test()
/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc233 xmlChar* attribute_string = in GetStringProperty() local
235 *value = FromXmlChar(attribute_string); in GetStringProperty()
236 xmlFree(attribute_string); in GetStringProperty()
/external/dynamic_depth/internal/xmpmeta/xml/
Ddeserializer_impl.cc60 xmlChar* attribute_string = in GetStringProperty() local
62 *value = FromXmlChar(attribute_string); in GetStringProperty()
63 xmlFree(attribute_string); in GetStringProperty()