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

  /external/webkit/LayoutTests/storage/script-tests/
storageinfo-query-usage.js 11 function usageCallback(usage, quota)
14 returnedQuota = quota;
19 // Quota value would vary depending on the test environment.
  /external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 314 // Reallocate "can-be-unswitched quota"
317 unsigned Quota = OldLoopProps.CanBeUnswitchedCount;
318 NewLoopProps.CanBeUnswitchedCount = Quota / 2;
319 OldLoopProps.CanBeUnswitchedCount = Quota - Quota / 2;
428 // Probably we reach the quota of branches for this loop. If so
834 // Recalculate unswitching quota, inherit simplified switches info for NewBB
    [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.idl     [all...]

Completed in 211 milliseconds