/external/iptables/extensions/ |
D | libipt_quota.c | 33 printf("quota: %llu bytes", (unsigned long long) q->quota); in print() 41 printf("--quota %llu ", (unsigned long long) q->quota); in save() 46 parse_quota(const char *s, u_int64_t * quota) in parse_quota() argument 48 *quota = strtoull(s, (char **) NULL, 10); in parse_quota() 51 printf("Quota: %llu\n", *quota); in parse_quota() 54 if (*quota == -1) in parse_quota() 72 if (!parse_quota(optarg, &info->quota)) in parse() 89 struct iptables_match quota = { variable 94 .userspacesize = offsetof(struct xt_quota_info, quota), 106 register_match("a); in ipt_quota_init()
|
D | libipt_quota.man | 4 .BI "--quota " "bytes" 5 The quota in bytes.
|
D | .quota-test | 2 [ -f $KERNEL_DIR/include/linux/netfilter/xt_quota.h ] && echo quota
|
/external/webkit/WebKit/mac/Storage/ |
D | WebSecurityOrigin.mm | 77 - (unsigned long long)quota 82 // Sets the storage quota (in bytes) 83 // If the quota is set to a value lower than the current usage, that quota will "stick" but no data… 85 - (void)setQuota:(unsigned long long)quota 87 DatabaseTracker::tracker().setQuota(reinterpret_cast<SecurityOrigin*>(_private), quota);
|
D | WebSecurityOriginPrivate.h | 46 - (unsigned long long)quota; 50 - (void)setQuota:(unsigned long long)quota;
|
/external/webkit/WebKit/win/ |
D | WebSecurityOrigin.cpp | 137 HRESULT STDMETHODCALLTYPE WebSecurityOrigin::quota( in quota() function in WebSecurityOrigin 148 /* [in] */ unsigned long long quota) in setQuota() argument 150 DatabaseTracker::tracker().setQuota(m_securityOrigin.get(), quota); in setQuota()
|
D | WebSecurityOrigin.h | 64 virtual HRESULT STDMETHODCALLTYPE quota( 68 /* [in] */ unsigned long long quota);
|
/external/e2fsprogs/lib/et/test_cases/ |
D | imap_err.et | 36 "Over quota" 98 "Unsupported quota resource" 103 "Mailbox is over quota" 106 "Mailbox is at %d%% of quota"
|
/external/webkit/WebKit/qt/Api/ |
D | qwebsecurityorigin.cpp | 122 void QWebSecurityOrigin::setDatabaseQuota(qint64 quota) in setDatabaseQuota() argument 124 DatabaseTracker::tracker().setQuota(d->origin.get(), quota); in setDatabaseQuota()
|
D | qwebsecurityorigin.h | 51 void setDatabaseQuota(qint64 quota);
|
/external/webkit/JavaScriptCore/tests/mozilla/js1_3/inherit/ |
D | proto_1.js | 64 this.quota = 100; 136 fred.quota );
|
D | proto_3.js | 65 this.quota = 100;
|
D | proto_2.js | 65 this.quota = 100;
|
D | proto_11.js | 69 this.quota = 100;
|
D | proto_4.js | 70 this.quota = 100;
|
D | proto_5.js | 66 this.quota = 100;
|
D | proto_12.js | 66 this.quota = 100;
|
D | proto_6.js | 69 this.quota = 100;
|
D | proto_10.js | 76 this.quota = 100;
|
/external/webkit/WebCore/storage/ |
D | DatabaseTracker.cpp | 533 void DatabaseTracker::setQuota(SecurityOrigin* origin, unsigned long long quota) in setQuota() argument 536 if (quotaForOrigin(origin) == quota) in setQuota() 552 statement.bindInt64(2, quota); in setQuota() 561 statement.bindInt64(1, quota); in setQuota() 568 …LOG_ERROR("Failed to set quota %llu in tracker database for origin %s", quota, origin->databaseIde… in setQuota() 572 m_quotaMap->set(origin, quota); in setQuota()
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebSecurityOrigin.idl | 48 HRESULT quota([out, retval] unsigned long long* result); 49 HRESULT setQuota([in] unsigned long long quota);
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.cpp | 391 quint64 quota = QWebSettings::offlineStorageDefaultQuota(); in exceededDatabaseQuota() local 394 DatabaseTracker::tracker().setQuota(frame->document()->securityOrigin(), quota); in exceededDatabaseQuota()
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Expressions/ |
D | instanceof-002.js | 62 this.quota = 100;
|
/external/e2fsprogs/debian/attic/libs/ |
D | control | 10 Conflicts: e2fsprogsg, dump (<< 0.4b4-4), quota (<< 1.55-8.1) 19 This release may break older versions of dump and quota.
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 266 void LayoutTestController::setDatabaseQuota(unsigned long long quota) in setDatabaseQuota() argument
|