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

  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 117 // is not performed. MaxSize is turned into unswitching quota for
119 // the quota is returned by releaseMemory() when the loop has been
358 // Reallocate "can-be-unswitched quota"
363 unsigned Quota = OldLoopProps.CanBeUnswitchedCount;
364 NewLoopProps.CanBeUnswitchedCount = Quota / 2;
365 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/store/
ImapFolder.java 746 public class Quota {
751 public Quota(int occupied, int total) {
757 public Quota getQuota() throws MessagingException {
763 if (!response.isDataResponse(0, ImapConstants.QUOTA)) {
771 return new Quota(
    [all...]

Completed in 216 milliseconds