OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:specFlags
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/libs/androidfw/tests/
ResTable_test.cpp
89
uint32_t
specFlags
= 0;
90
ssize_t index = theme.getAttribute(base::R::attr::attr1, &val, &
specFlags
);
95
index = theme.getAttribute(base::R::attr::attr2, &val, &
specFlags
);
109
uint32_t
specFlags
= 0;
110
ssize_t index = theme.getAttribute(base::R::attr::attr1, &val, &
specFlags
);
115
index = theme.getAttribute(base::R::attr::attr2, &val, &
specFlags
);
129
uint32_t
specFlags
= 0;
130
ssize_t index = theme.getAttribute(lib::R::attr::attr1, &val, &
specFlags
);
135
index = theme.getAttribute(lib::R::attr::attr2, &val, &
specFlags
);
Split_test.cpp
154
uint32_t
specFlags
= 0;
155
ssize_t block = table.getResource(base::R::string::test1, &val, MAY_NOT_BE_BAG, 0, &
specFlags
, NULL);
158
EXPECT_EQ(static_cast<uint32_t>(0),
specFlags
);
/frameworks/base/tools/aapt2/flatten/
TableFlattener_test.cpp
80
uint32_t
specFlags
;
81
if (table->getResource(expectedId.id, &val, false, 0, &
specFlags
, &config) < 0) {
99
if (expectedSpecFlags !=
specFlags
) {
101
<< "expected
specFlags
"
102
<< std::hex << expectedSpecFlags << " but got
specFlags
"
103
<<
specFlags
<< std::dec << " instead";
/external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp
[
all
...]
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
[
all
...]
/frameworks/base/tools/aapt/
Resource.cpp
493
uint32_t
specFlags
= 0;
495
if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &
specFlags
)) < 0) {
508
printf("***** RES ATTR: %s
specFlags
=0x%x strIdx=%d: %s\n", attr,
509
specFlags
, strIdx, str != NULL ? String8(str).string() : "???");
511
if ((
specFlags
&~ResTable_typeSpec::SPEC_PUBLIC) != 0 && false) {
515
specFlags
);
[
all
...]
ResourceTable.cpp
[
all
...]
Completed in 6325 milliseconds