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

  /development/simulator/app/
LogWindow.cpp 632 int foundCount = 0;
635 while (pMsg->GetNext() != NULL && foundCount < mMaxDisplayMsgs) {
637 foundCount++;
    [all...]
  /frameworks/base/core/jni/
android_util_Process.cpp 524 int foundCount = 0;
527 while (*p && foundCount < count) {
545 foundCount++;

Completed in 608 milliseconds