Searched refs:mElementName (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_spec_table.cpp133 const char *mElementName; member in class:RSDataElementSpec
143 : mElementName(ElementName),
150 inline const char *getElementName() const { return mElementName; }
/frameworks/base/tools/aapt/
H A DXMLNode.cpp608 mElementName = s2;
620 if (mElementName.size() != 0) {
646 return mElementName;
715 && mElementName == tagName) {
735 && child->mElementName == tagName) {
833 //printf("Removing whitespace in %s\n", String8(mElementName).string());
836 String8 tag(mElementName);
1237 if (mElementName.size() > 0) {
1238 dest->add(mElementName, true);
1263 if (mElementName
[all...]
H A DXMLNode.h186 String16 mElementName; member in class:XMLNode

Completed in 577 milliseconds