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

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp910 const jsize NI = env->GetArrayLength(attrs); local
912 if (NV < (NI*STYLE_NUM_ENTRIES)) {
932 if (env->GetArrayLength(outIndices) > NI) {
996 for (jsize ii=0; ii<NI; ii++) {
1152 const jsize NI = env->GetArrayLength(attrs); local
1154 if (NV < (NI*STYLE_NUM_ENTRIES)) {
1174 if (env->GetArrayLength(outIndices) > NI) {
1193 for (jsize ii=0; ii<NI; ii++) {

Completed in 53 milliseconds