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

  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 318 final long curEnd = curStart + bucketDuration;
321 if (curEnd < start) break;
325 final long overlap = Math.min(curEnd, end) - Math.max(curStart, start);
447 final long curEnd = curStart + bucketDuration;
451 if (curEnd > cutoff) break;
495 final long curEnd = curStart + bucketDuration;
498 if (curEnd <= start) break;
503 final boolean activeBucket = curStart < now && curEnd > now;
508 final long overlapEnd = curEnd < end ? curEnd : end
    [all...]
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /external/libxml2/
parser.c     [all...]

Completed in 420 milliseconds