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

  /frameworks/base/test-runner/src/android/test/
TouchUtils.java 792 final int mChildCount;
794 mChildCount = viewGroup.getChildCount();
795 if (mChildCount == 0) {
800 mLast = viewGroup.getChildAt(mChildCount - 1);
820 mChildCount == that.mChildCount;
829 result = 31 * result + mChildCount;
  /external/vboot_reference/utility/
eficompress.c 262 STATIC UINT8 *mLevel, *mText, *mChildCount, *mBuf, mCLen[NC], mPTLen[NPT], *mLen;
317 mChildCount = NULL;
436 mChildCount = malloc ((WNDSIZ + UINT8_MAX + 1) * sizeof(*mChildCount));
476 if (mChildCount) {
477 free (mChildCount);
606 mChildCount[q]++;
632 mChildCount[New] = 0;
789 if (r >= WNDSIZ || --mChildCount[r] > 1) {

Completed in 94 milliseconds