Searched defs:attrName (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp408 string attrName; local
410 in >> attrName; local
419 if (attrName == "transform:") { // Transform
440 } else if (attrName == "blend:") { // Blend
455 } else if (attrName == "color:") { // Color
461 } else if (attrName == "alpha:") { // Alpha
468 } else if (attrName == "sourceDim:") { // Source Dimension
475 } else if (attrName == "sourceCrop:") { // Source Crop
483 testPrintE("Unknown attribute of \"%s\" in: %s", attrName.c_str(),
/frameworks/base/tools/aapt/
H A DResource.cpp713 const String16& attrName) {
715 String16("http://schemas.android.com/apk/res/android"), attrName);
712 fullyQualifyClassName(const String8& package, sp<XMLNode> node, const String16& attrName) argument

Completed in 566 milliseconds