OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getIntegerAttribute
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/aapt/
AaptXml.h
53
int32_t
getIntegerAttribute
(const android::ResXMLTree& tree, const char* ns,
61
inline int32_t
getIntegerAttribute
(const android::ResXMLTree& tree, const char* ns,
63
return
getIntegerAttribute
(tree, ns, attr, -1, outError);
71
int32_t
getIntegerAttribute
(const android::ResXMLTree& tree, uint32_t attrRes,
79
inline int32_t
getIntegerAttribute
(const android::ResXMLTree& tree, uint32_t attrRes,
81
return
getIntegerAttribute
(tree, attrRes, -1, outError);
AaptXml.cpp
123
int32_t
getIntegerAttribute
(const ResXMLTree& tree, const char* ns,
132
int32_t
getIntegerAttribute
(const ResXMLTree& tree, uint32_t attrRes, int32_t defValue,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
Completed in 39 milliseconds