HomeSort by relevance Sort by last modified time
    Searched refs:endIteration (Results 1 - 6 of 6) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/testtype/
NativeStressTest.java 166 int endIteration = mNumIterations - 1;
177 startIteration, endIteration), resultParser,
182 endIteration += mNumIterations;
  /frameworks/base/libs/androidfw/include/androidfw/
ZipFileRO.h 97 * a matching call to endIteration with the same cookie.
108 void endIteration(void* cookie);
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 379 mZipFile->endIteration(mCookie);
540 zipFile->endIteration(cookie);
545 zipFile->endIteration(cookie);
  /frameworks/base/libs/androidfw/
ZipFileRO.cpp 48 EndIteration(cookie);
183 void ZipFileRO::endIteration(void* cookie)
AssetManager.cpp     [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 792 zip->endIteration(cookie);
    [all...]

Completed in 1359 milliseconds