HomeSort by relevance Sort by last modified time
    Searched refs:quota (Results 276 - 300 of 310) sorted by null

<<111213

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 568 int quota = UPLOAD_LIMIT; local
570 while (quota > 0) {
580 --quota;
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 571 int quota = UPLOAD_LIMIT; local
573 while (quota > 0) {
583 --quota;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 571 int quota = UPLOAD_LIMIT; local
573 while (quota > 0) {
583 --quota;
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c     [all...]
l2c_int.h 317 UINT16 buff_quota; /* Buffer quota before sending congestion */
360 #define L2CAP_CHNL_PRIORITY_WEIGHT 5 /* weight per priority for burst transmission quota */
373 UINT8 quota; /* burst transmission quota */ member in struct:__anon6289
469 UINT16 round_robin_quota; /* Round-robin link quota */
513 UINT16 ble_round_robin_quota; /* Round-robin link quota */
    [all...]
l2c_csm.c     [all...]
  /external/e2fsprogs/debian/
rules 156 --enable-quota --infodir=/usr/share/info
409 # remove static quota library for now
410 rm ${tmpdir}/usr/include/quota/mkquota.h
411 find ${tmpdir} -name quota.pc -o -name libquota.a | xargs rm
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.h 495 // Sets the default quota for all origins
496 void SetDatabaseQuota(int quota);
test_runner.cc 264 void SetDatabaseQuota(int quota);
    [all...]
  /external/chromium_org/content/browser/fileapi/
copy_or_move_operation_delegate_unittest.cc 15 #include "content/browser/quota/mock_quota_manager.h"
16 #include "content/browser/quota/mock_quota_manager_proxy.h"
29 #include "storage/browser/quota/quota_manager.h"
227 // Grant relatively big quota initially.
378 int64* quota) {
380 quota_manager_.get(), origin_, type, usage, quota);
obfuscated_file_util_unittest.cc 32 #include "storage/browser/quota/quota_manager.h"
34 #include "storage/common/quota/quota_types.h"
264 int64 quota = -1; local
270 &quota);
575 // Verify that file creation requires sufficient quota for the path.
833 // Verify that file creation requires sufficient quota for the path.
857 // Verify that deleting a file isn't stopped by zero quota, and that it frees
    [all...]
  /external/chromium_org/content/browser/appcache/
appcache_storage_impl.cc 32 #include "storage/browser/quota/quota_client.h"
33 #include "storage/browser/quota/quota_manager.h"
34 #include "storage/browser/quota/quota_manager_proxy.h"
35 #include "storage/browser/quota/special_storage_policy.h"
39 // Hard coded default when not using quota management.
596 int64 quota);
648 // We have to ask the quota manager for the value.
659 int64 quota) {
662 space_available_ = std::max(static_cast<int64>(0), quota - usage);
743 // Only check quota when the new usage exceeds the old usage
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
extensions.py 798 _QUOTA_PARAM = 'quota'
837 quota = self._request.get_parameter_value(self._QUOTA_PARAM)
838 if quota is not None:
840 quota = int(quota)
843 if quota < 0 or quota >= 2 ** 32:
845 self._quota = quota
853 def set_quota(self, quota):
854 self._quota = quota
856 def quota(self): member in class:MuxExtensionProcessor
    [all...]
mux.py 819 send_quota: Initial send quota.
820 receive_quota: Initial receive quota.
830 # - Signals the thread waiting for send quota replenished
863 # quota. This semaphore ensures that fragmented inner frames are
870 # Consume an octet quota when this is the first fragmented frame.
891 'No quota. Waiting FlowControl message for %d.' %
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 75 // If the warning was dismissed before, this key stores the quota value
232 sizeStats.totalSize && // Quota had not changed
234 // Since the last dismissal decision the quota has not changed AND
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 465 """Get the quota root's resource usage and limits.
467 Part of the IMAP4 QUOTA extension defined in rfc2087.
472 return self._untagged_response(typ, dat, 'QUOTA')
476 """Get the list of quota roots for the named mailbox.
478 (typ, [[QUOTAROOT responses...], [QUOTA responses]]) = <instance>.getquotaroot(mailbox)
481 typ, quota = self._untagged_response(typ, dat, 'QUOTA')
483 return typ, [quotaroot, quota]
680 """Set the quota root's resource limits.
685 return self._untagged_response(typ, dat, 'QUOTA')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 465 """Get the quota root's resource usage and limits.
467 Part of the IMAP4 QUOTA extension defined in rfc2087.
472 return self._untagged_response(typ, dat, 'QUOTA')
476 """Get the list of quota roots for the named mailbox.
478 (typ, [[QUOTAROOT responses...], [QUOTA responses]]) = <instance>.getquotaroot(mailbox)
481 typ, quota = self._untagged_response(typ, dat, 'QUOTA')
483 return typ, [quotaroot, quota]
680 """Set the quota root's resource limits.
685 return self._untagged_response(typ, dat, 'QUOTA')
    [all...]
  /external/chromium_org/net/cookies/
cookie_monster.cc 1935 size_t quota[3] = { local
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 698 // webChromeClient and listening to Quota callbacks, which is not documented.
708 public void onExceededDatabaseQuota(String url, String databaseId, long quota,
    [all...]
  /external/chromium_org/net/websockets/
websocket_channel_test.cc 121 // The amount of quota a new connection gets by default.
126 // quota refresh. TODO(ricea): Change this if kDefaultSendQuotaHighWaterMark or
134 // Enough quota to pass any test.
206 virtual ChannelState OnFlowControl(int64 quota) OVERRIDE {
766 // MAX_INT quota units.
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 596 * only be called when exceeding wallpaper quota.
    [all...]
  /external/e2fsprogs/
configure     [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 526 milliseconds

<<111213