OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Res_value
(Results
51 - 54
of
54
) sorted by null
1
2
3
/frameworks/base/tools/aapt2/xml/
XmlDom.cpp
249
android::
Res_value
res_value
;
local
250
if (parser->getAttributeValue(i, &
res_value
) > 0) {
254
if (
res_value
.dataType != android::
Res_value
::TYPE_STRING || raw_value_idx < 0 ||
255
static_cast<uint32_t>(raw_value_idx) !=
res_value
.data) {
257
ResourceType::kAnim, {}, parser->getStrings(),
res_value
, out_pool);
/frameworks/base/tools/aapt2/
ResourceParser.cpp
[
all
...]
/frameworks/base/tools/aapt/
Resource.cpp
485
Res_value
value;
488
if (value.dataType ==
Res_value
::TYPE_REFERENCE) {
515
if (value.dataType ==
Res_value
::TYPE_STRING) {
[
all
...]
/frameworks/base/tools/aapt2/cmd/
Link.cpp
756
Res_value
val;
813
case
Res_value
::TYPE_INT_DEC:
816
case
Res_value
::TYPE_INT_HEX:
[
all
...]
Completed in 218 milliseconds
1
2
3