OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:specFlags
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/aapt/
Resource.cpp
394
uint32_t
specFlags
= 0;
396
if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &
specFlags
)) < 0) {
409
printf("***** RES ATTR: %s
specFlags
=0x%x strIdx=%d: %s\n", attr,
410
specFlags
, strIdx, str != NULL ? String8(str).string() : "???");
412
if ((
specFlags
&~ResTable_typeSpec::SPEC_PUBLIC) != 0 && false) {
416
specFlags
);
[
all
...]
/frameworks/base/libs/utils/
ResourceTypes.cpp
[
all
...]
Completed in 12 milliseconds