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

/frameworks/base/libs/androidfw/tests/
H A DAttributeFinder_test.cpp43 static const uint32_t sortedAttributes[] = { variable
58 const int end = sizeof(sortedAttributes) / sizeof(*sortedAttributes);
59 MockAttributeFinder finder(sortedAttributes, end);
72 const int end = sizeof(sortedAttributes) / sizeof(*sortedAttributes);
73 MockAttributeFinder finder(sortedAttributes, end);
86 const int end = sizeof(sortedAttributes) / sizeof(*sortedAttributes);
87 MockAttributeFinder finder(sortedAttributes, en
[all...]
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp217 std::vector<StyleableAttr> sortedAttributes; local
218 sortedAttributes.reserve(styleable->entries.size());
252 sortedAttributes.push_back(std::move(styleableAttr));
256 std::sort(sortedAttributes.begin(), sortedAttributes.end(), lessStyleableAttr);
258 const size_t attrCount = sortedAttributes.size();
276 for (const StyleableAttr& entry : sortedAttributes) {
318 for (const StyleableAttr& entry : sortedAttributes) {
335 for (const StyleableAttr& styleableAttr : sortedAttributes) {
345 const StyleableAttr& styleableAttr = sortedAttributes[
[all...]

Completed in 120 milliseconds