Home
last modified time | relevance | path

Searched refs:xmlValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/navigation/safe-args-generator/src/main/kotlin/androidx/navigation/safe/args/generator/
DNavParser.kt187 internal fun parseReference(xmlValue: String, rFilePackage: String): ResReference? { in parseReference()
188 val matchEntire = RESOURCE_REGEX.matchEntire(xmlValue) ?: return null in parseReference()
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DSerializer.cpp35 xmlChar *xmlValue = xmlGetProp(cur, (const xmlChar*)attribute); in getXmlAttribute() local
36 if (xmlValue == NULL) { in getXmlAttribute()
39 string value((const char*)xmlValue); in getXmlAttribute()
40 xmlFree(xmlValue); in getXmlAttribute()