OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sortedAttributes
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/androidfw/tests/
AttributeFinder_test.cpp
43
static const uint32_t
sortedAttributes
[] = {
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
, end)
[
all
...]
/frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp
217
std::vector<StyleableAttr>
sortedAttributes
;
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
[i]
[
all
...]
/external/testng/ant/3rdparty/
DTDDoc.jar
Completed in 358 milliseconds