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

/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp901 const jsize NI = env->GetArrayLength(attrs); local
903 if (NV < (NI*STYLE_NUM_ENTRIES)) {
923 if (env->GetArrayLength(outIndices) > NI) {
987 for (jsize ii=0; ii<NI; ii++) {
1143 const jsize NI = env->GetArrayLength(attrs); local
1145 if (NV < (NI*STYLE_NUM_ENTRIES)) {
1165 if (env->GetArrayLength(outIndices) > NI) {
1184 for (jsize ii=0; ii<NI; ii++) {

Completed in 71 milliseconds