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

<<111213

  /external/chromium_org/net/websockets/
websocket_channel.h 73 // that they have sufficient send quota to send this data, otherwise the
84 // Sends |quota| units of flow control to the remote side. If the underlying
85 // transport has a concept of |quota|, then it permits the remote server to
86 // send up to |quota| units of data.
87 void SendFlowControl(int64 quota);
230 // the send quota of the renderer channel as appropriate. |result| is a net
352 // lack of quota.
359 // If the renderer's send quota reaches this level, it is sent a quota
360 // refresh. "quota units" are currently bytes. TODO(ricea): Update th
    [all...]
  /external/chromium_org/storage/browser/fileapi/
file_system_operation_impl.h 19 #include "storage/common/quota/quota_types.h"
109 // Queries the quota and usage and then runs the given |task|.
110 // If an error occurs during the quota query it runs |error_callback| instead.
116 // Called after the quota info is obtained from the quota manager
118 // Sets the quota info in the operation_context_ and then runs the given
119 // |task| if the returned quota status is successful, otherwise runs
125 int64 quota);
128 // file task on proxy_) after the quota check.
file_system_operation_impl.cc 24 #include "storage/browser/quota/quota_manager_proxy.h"
28 #include "storage/common/quota/quota_types.h"
348 // If we don't have the quota manager or the requested filesystem type
349 // does not support quota, we should be able to let it go.
369 int64 quota) {
371 LOG(WARNING) << "Got unexpected quota error : " << status;
376 operation_context_->set_allowed_bytes_growth(quota - usage);
  /external/chromium_org/storage/browser/quota/
quota_temporary_storage_evictor.cc 5 #include "storage/browser/quota/quota_temporary_storage_evictor.h"
11 #include "storage/browser/quota/quota_manager.h"
68 (*statistics)["errors-on-getting-usage-and-quota"] =
83 UMA_HISTOGRAM_TIMES("Quota.TimeSpentToAEvictionRound",
86 UMA_HISTOGRAM_MINUTES("Quota.TimeDeltaOfEvictionRounds",
88 UMA_HISTOGRAM_MBYTES("Quota.UsageOverageOfTemporaryGlobalStorage",
90 UMA_HISTOGRAM_MBYTES("Quota.DiskspaceShortage",
92 UMA_HISTOGRAM_MBYTES("Quota.EvictedBytesPerRound",
95 UMA_HISTOGRAM_COUNTS("Quota.NumberOfEvictedOriginsPerRound",
104 UMA_HISTOGRAM_COUNTS("Quota.ErrorsOnEvictingOriginPerHour"
    [all...]
  /external/e2fsprogs/misc/
Makefile.in 616 $(top_srcdir)/lib/quota/mkquota.h $(top_srcdir)/lib/quota/quotaio.h \
617 $(top_srcdir)/lib/quota/dqblk_v2.h $(top_srcdir)/lib/quota/quotaio_tree.h \
633 $(srcdir)/nls-enable.h $(top_srcdir)/lib/quota/mkquota.h \
634 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
635 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
  /external/strace/
Android.mk 65 quota.c \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /system/netd/server/
BandwidthController.cpp 55 #define ALERT_IPT_TEMPLATE "%s %s -m quota2 ! --quota %" PRId64" --name %s"
72 * - quota'd rules in the costly chain should be before bw_penalty_box lookups.
76 * * global quota vs per interface quota
77 * - global quota for all costly interfaces uses a single costly chain:
82 * iptables -I bw_costly_shared -m quota \! --quota 500000 \
92 * - quota per interface. This is achieve by having "costly" chains per quota.
93 * E.g. adding a new costly interface iface0 with its own quota
    [all...]
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 45 #include "storage/browser/quota/quota_manager.h"
751 // Quota and Usage ------------------------------------------
759 scoped_ptr<base::DictionaryValue> quota,
765 quota.release());
796 void DidGetUsageAndQuotaForWebApps(base::DictionaryValue* quota,
803 quota->SetDouble(item_name, quota_in_bytes);
842 scoped_ptr<base::DictionaryValue> quota(new base::DictionaryValue);
862 base::DictionaryValue* quota_raw_ptr = quota.get();
864 // Takes ownership on usage and quota.
868 base::Passed(&quota),
    [all...]
  /external/chromium_org/content/browser/fileapi/
file_system_operation_impl_unittest.cc 17 #include "content/browser/quota/mock_quota_manager.h"
18 #include "content/browser/quota/mock_quota_manager_proxy.h"
26 #include "storage/browser/quota/quota_manager.h"
27 #include "storage/browser/quota/quota_manager_proxy.h"
74 // Let the client go away before dropping a ref of the quota manager proxy.
115 // Grant enough quota for all test cases.
246 void GetUsageAndQuota(int64* usage, int64* quota) {
252 quota);
287 int64 quota; local
288 GetUsageAndQuota(NULL, &quota);
    [all...]
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 410 void WebKitTestRunner::SetDatabaseQuota(int quota) {
411 Send(new ShellViewHostMsg_SetDatabaseQuota(routing_id(), quota));
  /external/chromium_org/storage/
storage_common.target.darwin-arm.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.darwin-arm64.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.darwin-mips.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.darwin-mips64.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.darwin-x86.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.darwin-x86_64.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.linux-arm.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.linux-arm64.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.linux-mips.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.linux-mips64.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.linux-x86.mk 35 storage/common/quota/quota_status_code.cc
storage_common.target.linux-x86_64.mk 35 storage/common/quota/quota_status_code.cc
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 571 int quota = UPLOAD_LIMIT; local
573 while (quota > 0) {
583 --quota;

Completed in 511 milliseconds

<<111213