Searched refs:curCount (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_util_Process.cpp797 jsize curCount = 0; local
800 curCount = env->GetArrayLength(lastArray);
818 if (curPos >= curCount) {
819 jsize newCount = (curCount == 0) ? 10 : (curCount*2);
828 memcpy(newData, curData, sizeof(jint)*curCount);
832 curCount = newCount;
846 while (curPos < curCount) {

Completed in 500 milliseconds