Home
last modified time | relevance | path

Searched full:quota (Results 1 – 25 of 1638) sorted by relevance

12345678910>>...66

/external/grpc-grpc/test/core/resource_quota/memory_quota_fuzzer_corpus/
Dtestcase-replenish-nullchk2 quota: 2
7 quota: 2
13 quota: 2
18 quota: 2
21 quota: 2
27 quota: -1610612735
31 quota: 2
37 quota: 2
49 quota: 2
52 quota: 2
[all …]
Dtestcase-45745768472248322 quota: 7496448
5 quota: 2048
11 quota: 2048
16 quota: 2048
20 quota: 262152
25 quota: 2048
30 quota: 2048
39 quota: 2048
43 quota: 2049
48 quota: 2048
[all …]
/external/googleapis/google/api/cloudquotas/v1/
Dresources.proto32 // Enumerations of quota safety checks.
34 // Unspecified quota safety check.
37 // Validates that a quota mutation would not cause the consumer's effective
38 // limit to be lower than the consumer's quota usage.
41 // Validates that a quota mutation would not cause the consumer's effective
46 // QuotaInfo represents information about a particular quota for a given
77 // The id of the quota, which is unquie within the service.
81 // The metric of the quota. It specifies the resources consumption the quota
86 // The name of the service in which the quota is defined.
90 // Whether this is a precise quota. A precise quota is tracked with absolute
[all …]
/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl02.c13 * - turn off xfs quota and get xfs quota off status for user
14 * - turn on xfs quota and get xfs quota on status for user
15 * - set and use Q_XGETQUOTA to get xfs disk quota limits for user
16 * - set and use Q_XGETNEXTQUOTA to get xfs disk quota limits greater than or
18 * - turn off xfs quota and get xfs quota off statv for user
19 * - turn on xfs quota and get xfs quota on statv for user
20 * - turn off xfs quota and get xfs quota off status for group
21 * - turn on xfs quota and get xfs quota on status for group
22 * - set and use Q_XGETQUOTA to get xfs disk quota limits for group
23 * - set and use Q_XGETNEXTQUOTA to get xfs disk quota limits for group
[all …]
Dquotactl08.c11 * - turn on quota with Q_QUOTAON flag for user
12 * - set disk quota limits with Q_SETQUOTA flag for user
13 * - get disk quota limits with Q_GETQUOTA flag for user
16 * - get quota format with Q_GETFMT flag for user
17 * - update quota usages with Q_SYNC flag for user
18 * - get disk quota limit greater than or equal to ID with Q_GETNEXTQUOTA flag for user
19 * - turn off quota with Q_QUOTAOFF flag for user
20 * - turn on quota with Q_QUOTAON flag for group
21 * - set disk quota limits with Q_SETQUOTA flag for group
22 * - get disk quota limits with Q_GETQUOTA flag for group
[all …]
Dquotactl01.c13 * - turn on quota with Q_QUOTAON flag for user
14 * - set disk quota limits with Q_SETQUOTA flag for user
15 * - get disk quota limits with Q_GETQUOTA flag for user
18 * - get quota format with Q_GETFMT flag for user
19 * - update quota usages with Q_SYNC flag for user
20 * - get disk quota limit greater than or equal to ID with Q_GETNEXTQUOTA flag for user
21 * - turn off quota with Q_QUOTAOFF flag for user
22 * - turn on quota with Q_QUOTAON flag for group
23 * - set disk quota limits with Q_SETQUOTA flag for group
24 * - get disk quota limits with Q_GETQUOTA flag for group
[all …]
Dquotactl05.c12 * - turn off xfs quota and get xfs quota off status for project
13 * - turn on xfs quota and get xfs quota on status for project
14 * - set and use Q_XGETQUOTA to get xfs disk quota limits for project
15 * - set and use Q_XGETNEXTQUOTA to get xfs disk quota limits greater than or
17 * - turn off xfs quota and get xfs quota off statv for project
18 * - turn on xfs quota and get xfs quota on statvfor project
37 "turn off xfs quota and get xfs quota off status for project",
42 "turn on xfs quota and get xfs quota on status for project",
55 "turn off xfs quota and get xfs quota off statv for project",
60 "turn on xfs quota and get xfs quota on statv for project",
/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/
DProjectInfoTest.java30 private static final ProjectInfo.Quota QUOTA = new ProjectInfo.Quota(1, 2, 3, 4, 5, 6); field in ProjectInfoTest
32 ProjectInfo.newBuilder().setId(ID).setNumber(NUMBER).setQuota(QUOTA).build();
44 ProjectInfo withQuota = ProjectInfo.newBuilder().setQuota(QUOTA).build(); in testBuilder()
45 assertEquals(QUOTA, withQuota.getQuota()); in testBuilder()
48 assertEquals(QUOTA, PROJECT_INFO.getQuota()); in testBuilder()
55 assertEquals(1, QUOTA.getZones()); in testQuotaConstructor()
56 assertEquals(2, QUOTA.getResourceRecordsPerRrset()); in testQuotaConstructor()
57 assertEquals(3, QUOTA.getRrsetAdditionsPerChange()); in testQuotaConstructor()
58 assertEquals(4, QUOTA.getRrsetDeletionsPerChange()); in testQuotaConstructor()
59 assertEquals(5, QUOTA.getRrsetsPerZone()); in testQuotaConstructor()
[all …]
/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/src/main/proto/google/api/servicecontrol/v1/
Dquota_controller.proto33 // [Google Quota Control API](/service-control/overview)
35 // Allows clients to allocate and release quota against a [managed
43 // Attempts to allocate quota for the specified consumer. It should be called
46 // This method requires the `servicemanagement.services.quota`
53 // dependency on the quota functionality.
70 // Operation that describes the quota allocation.
79 // Represents information regarding a quota operation.
81 // Supported quota modes.
86 // For AllocateQuota request, allocates quota for the amount specified in
87 // the service configuration or specified using the quota metrics. If the
[all …]
/external/googleapis/google/api/servicecontrol/v1/
Dquota_controller.proto33 // [Google Quota Control API](/service-control/overview)
35 // Allows clients to allocate and release quota against a [managed
43 // Attempts to allocate quota for the specified consumer. It should be called
46 // This method requires the `servicemanagement.services.quota`
53 // dependency on the quota functionality.
70 // Operation that describes the quota allocation.
79 // Represents information regarding a quota operation.
81 // Supported quota modes.
86 // For AllocateQuota request, allocates quota for the amount specified in
87 // the service configuration or specified using the quota metrics. If the
[all …]
/external/google-cloud-java/java-distributedcloudedge/proto-google-cloud-distributedcloudedge-v1/src/main/java/com/google/cloud/edgecontainer/v1/
DZoneMetadata.java73 private java.util.List<com.google.cloud.edgecontainer.v1.Quota> quota_;
78 * Quota for resources in this zone.
81 * <code>repeated .google.cloud.edgecontainer.v1.Quota quota = 1;</code>
84 public java.util.List<com.google.cloud.edgecontainer.v1.Quota> getQuotaList() { in getQuotaList()
91 * Quota for resources in this zone.
94 * <code>repeated .google.cloud.edgecontainer.v1.Quota quota = 1;</code>
105 * Quota for resources in this zone.
108 * <code>repeated .google.cloud.edgecontainer.v1.Quota quota = 1;</code>
118 * Quota for resources in this zone.
121 * <code>repeated .google.cloud.edgecontainer.v1.Quota quota = 1;</code>
[all …]
DQuota.java25 * Represents quota for Edge Container resources.
28 * Protobuf type {@code google.cloud.edgecontainer.v1.Quota}
30 public final class Quota extends com.google.protobuf.GeneratedMessageV3 class
32 // @@protoc_insertion_point(message_implements:google.cloud.edgecontainer.v1.Quota)
35 // Use Quota.newBuilder() to construct.
36 private Quota(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Quota() method in Quota
40 private Quota() { in Quota() method in Quota
47 return new Quota(); in newInstance()
66 com.google.cloud.edgecontainer.v1.Quota.class, in internalGetFieldAccessorTable()
67 com.google.cloud.edgecontainer.v1.Quota.Builder.class); in internalGetFieldAccessorTable()
[all …]
DZoneMetadataOrBuilder.java30 * Quota for resources in this zone.
33 * <code>repeated .google.cloud.edgecontainer.v1.Quota quota = 1;</code>
35 java.util.List<com.google.cloud.edgecontainer.v1.Quota> getQuotaList(); in getQuotaList()
40 * Quota for resources in this zone.
43 * <code>repeated .google.cloud.edgecontainer.v1.Quota quota = 1;</code>
45 com.google.cloud.edgecontainer.v1.Quota getQuota(int index); in getQuota()
50 * Quota for resources in this zone.
53 * <code>repeated .google.cloud.edgecontainer.v1.Quota quota = 1;</code>
60 * Quota for resources in this zone.
63 * <code>repeated .google.cloud.edgecontainer.v1.Quota quota = 1;</code>
[all …]
/external/google-cloud-java/java-dns/src/main/java/com/google/cloud/dns/
DProjectInfo.java39 private final Quota quota; field in ProjectInfo
44 * @see <a href="https://cloud.google.com/dns/api/v1/projects#quota">Google Cloud DNS
47 public static class Quota implements Serializable { class in ProjectInfo
58 * Creates an instance of {@code Quota}.
60 * <p>This is the only way of creating an instance of {@code Quota}. As the service does not
61 * allow for specifying options, quota is an "all-or-nothing object" and we do not need a
64 Quota( in Quota() method in ProjectInfo.Quota
117 return (other instanceof Quota) && this.toPb().equals(((Quota) other).toPb()); in equals()
131 com.google.api.services.dns.model.Quota toPb() { in toPb()
132 com.google.api.services.dns.model.Quota pb = new com.google.api.services.dns.model.Quota(); in toPb()
[all …]
/external/aws-sdk-java-v2/services/servicequotas/src/main/resources/codegen-resources/
Dservice-2.json33quota request template with your organization. When a new Amazon Web Services account is created i…
54 …"documentation":"<p>Deletes the quota increase request for the specified quota from your quota req…
74quota request template. After a template is disabled, the quota increase requests in the template …
91 …:"<p>Retrieves the default value for the specified quota. The default value does not reflect any q…
111 … "documentation":"<p>Retrieves the status of the association for the quota request template.</p>"
128 "documentation":"<p>Retrieves information about the specified quota increase request.</p>"
145quota value for the specified quota. For some quotas, only the default values are available. If th…
166 …umentation":"<p>Retrieves information about the specified quota increase request in your quota req…
184 …as for the specified Amazon Web Service. A default value does not reflect any quota increases.</p>"
202 …"documentation":"<p>Retrieves the quota increase requests for the specified Amazon Web Service.</p…
[all …]
/external/libchrome/mojo/public/c/system/
Dquota.h48 // The maximum value any quota can be set to. Effectively means "no quota".
68 // Sets a quota on a given handle which will cause that handle to raise the
69 // |MOJO_HANDLE_SIGNAL_QUOTA_EXCEEDED| signal if the quota is exceeded. Signals
72 // All quota limits on a handle default to |MOJO_QUOTA_LIMIT_NONE|, meaning that
75 // NOTE: A handle's quota is only enforced as long as the handle remains within
76 // the process which set the quota.
79 // |handle|: The handle on which a quota should be set.
80 // |type|: The type of quota to set. Certain types of quotas may only be set
81 // on certain types of handles. See notes on individual quota type
83 // |limit|: The limiting value of the quota. The meaning of this is determined
[all …]
/external/python/google-api-python-client/docs/dyn/
Dserviceconsumermanagement_v1beta1.services.consumerQuotaMetrics.html87 <p class="firstline">Retrieves a summary of quota information for a specific quota metric.</p>
90 … consumer, but on many different metrics or limits. The name field in the quota override message s…
93quota information about this consumer that is visible to the service producer, for each quota metr…
105 <pre>Retrieves a summary of quota information for a specific quota metric.
108 …name: string, The resource name of the quota metric, returned by a ListConsumerQuotaMetrics call. …
109 view: string, Specifies the level of detail for quota information in the response.
111 …QUOTA_VIEW_UNSPECIFIED - No quota view specified. Requests that do not specify a quota view will t…
113 … have overrides. When the view is FULL, and a limit has regional or zonal quota, the limit will in…
122 { # Consumer quota settings for a quota metric.
123 …&quot;consumerQuotaLimits&quot;: [ # The consumer quota for each quota limit defined on the metric.
[all …]
Dserviceusage_v1beta1.services.consumerQuotaMetrics.html87 <p class="firstline">Retrieves a summary of quota information for a specific quota metric</p>
90 … consumer, but on many different metrics or limits. The name field in the quota override message s…
93 … consumer, but on many different metrics or limits. The name field in the quota override message s…
96quota information visible to the service consumer, organized by service metric. Each metric includ…
108 <pre>Retrieves a summary of quota information for a specific quota metric
111 …name: string, The resource name of the quota limit. An example name would be: `projects/123/servic…
112 view: string, Specifies the level of detail for quota information in the response.
114 …QUOTA_VIEW_UNSPECIFIED - No quota view specified. Requests that do not specify a quota view will t…
116 … have overrides. When the view is FULL, and a limit has regional or zonal quota, the limit will in…
125 { # Consumer quota settings for a quota metric.
[all …]
Dserviceusage_v1beta1.services.consumerQuotaMetrics.limits.html92 <p class="firstline">Retrieves a summary of quota information for a specific quota limit.</p>
101 <pre>Retrieves a summary of quota information for a specific quota limit.
104 …name: string, The resource name of the quota limit. Use the quota limit resource name returned by …
105 view: string, Specifies the level of detail for quota information in the response.
107 …QUOTA_VIEW_UNSPECIFIED - No quota view specified. Requests that do not specify a quota view will t…
109 … have overrides. When the view is FULL, and a limit has regional or zonal quota, the limit will in…
118 { # Consumer quota settings for a quota limit.
122 …&quot;name&quot;: &quot;A String&quot;, # The resource name of the quota limit. An example name wo…
123 …ced quota buckets, organized by quota dimension, ordered from least specific to most specific (for…
124 { # A quota bucket is a quota provisioning unit for a specific set of dimensions.
[all …]
/external/google-cloud-java/java-service-usage/proto-google-cloud-service-usage-v1beta1/src/main/proto/google/api/serviceusage/v1beta1/
Dresources.proto24 import "google/api/quota.proto";
94 // Quota configuration.
95 google.api.Quota quota = 10; field
123 // Consumer quota settings for a quota metric.
125 // The resource name of the quota settings on this metric for this consumer.
146 // The consumer quota for each quota limit defined on the metric.
149 // The quota limits targeting the descendant containers of the
156 // The `quota_buckets` field of each descendant consumer quota limit will not
164 // Consumer quota settings for a quota limit.
166 // The resource name of the quota limit.
[all …]
/external/googleapis/google/api/serviceusage/v1beta1/
Dresources.proto24 import "google/api/quota.proto";
94 // Quota configuration.
95 google.api.Quota quota = 10; field
124 // Consumer quota settings for a quota metric.
126 // The resource name of the quota settings on this metric for this consumer.
147 // The consumer quota for each quota limit defined on the metric.
150 // The quota limits targeting the descendant containers of the
157 // The `quota_buckets` field of each descendant consumer quota limit will not
165 // Consumer quota settings for a quota limit.
167 // The resource name of the quota limit.
[all …]
/external/e2fsprogs/tests/f_quota/
Dexpect.02 user id space quota limit inodes quota limit
7 group id space quota limit inodes quota limit
10 user id space quota limit inodes quota limit
13 user id space quota limit inodes quota limit
16 user id space quota limit inodes quota limit
19 group id space quota limit inodes quota limit
/external/iptables/extensions/
Dlibxt_quota.t2 -m quota --quota 0;=;OK
3 -m quota ! --quota 0;=;OK
4 -m quota --quota 18446744073709551615;=;OK
5 -m quota ! --quota 18446744073709551615;=;OK
6 -m quota --quota 18446744073709551616;;FAIL
7 -m quota;;FAIL
Dlibxt_quota.c2 * Shared library add-on to iptables to add quota support
15 {.name = "quota", .id = O_QUOTA, .type = XTTYPE_UINT64,
17 XTOPT_POINTER(struct xt_quota_info, quota)},
23 printf("quota match options:\n" in quota_help()
24 "[!] --quota quota quota (bytes)\n"); in quota_help()
31 printf(" quota: %llu bytes", (unsigned long long)q->quota); in quota_print()
41 printf(" --quota %llu", (unsigned long long) q->quota); in quota_save()
58 xt_xlate_add(xl, "quota %s%llu bytes", in quota_xlate()
60 (unsigned long long) q->quota); in quota_xlate()
66 .name = "quota",
/external/google-cloud-java/java-service-control/proto-google-cloud-service-control-v1/src/main/java/com/google/api/servicecontrol/v1/
DAllocateQuotaResponseOrBuilder.java109 * Quota metrics to indicate the result of allocation. Depending on the
111 * 1. Per quota group or per quota metric incremental usage will be specified
114 * 2. The quota limit reached condition will be specified using the following
116 * "serviceruntime.googleapis.com/quota/exceeded"
126 * Quota metrics to indicate the result of allocation. Depending on the
128 * 1. Per quota group or per quota metric incremental usage will be specified
131 * 2. The quota limit reached condition will be specified using the following
133 * "serviceruntime.googleapis.com/quota/exceeded"
143 * Quota metrics to indicate the result of allocation. Depending on the
145 * 1. Per quota group or per quota metric incremental usage will be specified
[all …]

12345678910>>...66