Searched defs:NI (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1135 const jsize NI = env->GetArrayLength(attrs); local
1137 if (NV < (NI*STYLE_NUM_ENTRIES)) {
1158 if (env->GetArrayLength(outIndices) > NI) {
1166 (uint32_t*) src, NI,
1218 const jsize NI = env->GetArrayLength(attrs); local
1220 if (NV < (NI*STYLE_NUM_ENTRIES)) {
1238 if (env->GetArrayLength(outIndices) > NI) {
1244 (uint32_t*) src, NI,

Completed in 63 milliseconds