Home
last modified time | relevance | path

Searched refs:NV (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
Dandroid_util_AssetManager.cpp1136 const jsize NV = env->GetArrayLength(outValues); in android_content_AssetManager_resolveAttrs() local
1137 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_resolveAttrs()
1219 const jsize NV = env->GetArrayLength(outValues); in android_content_AssetManager_retrieveAttributes() local
1220 if (NV < (NI*STYLE_NUM_ENTRIES)) { in android_content_AssetManager_retrieveAttributes()
1291 const jsize NV = env->GetArrayLength(outValues); in android_content_AssetManager_retrieveArray() local
1311 while (i < NV && arrayEnt < endArrayEnt) { in android_content_AssetManager_retrieveArray()