OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curIdent
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_util_AssetManager.cpp
984
const uint32_t
curIdent
= (uint32_t)src[ii];
986
DEBUG_STYLES(LOGI("RETRIEVING ATTR 0x%08x...",
curIdent
));
997
while (ix < NX &&
curIdent
> curXmlAttr) {
1002
if (ix < NX &&
curIdent
== curXmlAttr) {
1012
while (styleEnt < endStyleEnt &&
curIdent
> styleEnt->map.name.ident) {
1016
if (styleEnt < endStyleEnt &&
curIdent
== styleEnt->map.name.ident) {
[
all
...]
/frameworks/base/tools/aapt/
ResourceTable.cpp
[
all
...]
Completed in 34 milliseconds