Home
last modified time | relevance | path

Searched full:quotas (Results 1 – 25 of 737) sorted by relevance

12345678910>>...30

/aosp_15_r20/external/aws-sdk-java-v2/services/servicequotas/src/main/resources/codegen-resources/
H A Dservice-2.json8 "serviceFullName":"Service Quotas",
9 "serviceId":"Service Quotas",
12 "uid":"service-quotas-2019-06-24"
145 …:"<p>Retrieves the applied quota value for the specified quota. For some quotas, only the default …
184 …"documentation":"<p>Lists the default values for the quotas for the specified Amazon Web Service. …
258 … the applied quota values for the specified Amazon Web Service. For some quotas, only the default …
275 …ion":"<p>Lists the names and codes for the Amazon Web Services integrated with Service Quotas.</p>"
380 …e action you attempted is not allowed unless Service Access with Service Quotas is enabled in your…
483Quotas returns the following error values:</p> <ul> <li> <p> <code>DEPENDENCY_ACCESS_DENIED_ERROR<…
672 "Quotas":{ object
[all …]
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DRegion.java558 * [Output Only] Quotas assigned to this region.
561 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
571 * [Output Only] Quotas assigned to this region.
574 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
585 * [Output Only] Quotas assigned to this region.
588 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
598 * [Output Only] Quotas assigned to this region.
601 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
611 * [Output Only] Quotas assigned to this region.
614 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
[all …]
H A DRegionOrBuilder.java238 * [Output Only] Quotas assigned to this region.
241 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
248 * [Output Only] Quotas assigned to this region.
251 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
258 * [Output Only] Quotas assigned to this region.
261 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
268 * [Output Only] Quotas assigned to this region.
271 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
278 * [Output Only] Quotas assigned to this region.
281 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
H A DProject.java1102 * [Output Only] Quotas assigned to this project.
1105 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
1115 * [Output Only] Quotas assigned to this project.
1118 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
1129 * [Output Only] Quotas assigned to this project.
1132 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
1142 * [Output Only] Quotas assigned to this project.
1145 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
1155 * [Output Only] Quotas assigned to this project.
1158 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
[all …]
H A DProjectOrBuilder.java366 * [Output Only] Quotas assigned to this project.
369 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
376 * [Output Only] Quotas assigned to this project.
379 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
386 * [Output Only] Quotas assigned to this project.
389 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
396 * [Output Only] Quotas assigned to this project.
399 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
406 * [Output Only] Quotas assigned to this project.
409 * <code>repeated .google.cloud.compute.v1.Quota quotas = 125341947;</code>
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
Dquota.h63 * Definitions for disk quotas imposed on the average user
75 #define USRQUOTA 0 /* element used for user quotas */
76 #define GRPQUOTA 1 /* element used for group quotas */
79 * Definitions for the default names of the quotas files.
91 #define NR_DQUOTS 256 /* Number of quotas active at one time */
104 # define Q_QUOTAON 0x0100 /* enable quotas */
105 # define Q_QUOTAOFF 0x0200 /* disable quotas */
109 # define Q_SYNC 0x0600 /* sync disk copy of a filesystems quotas */
114 # define Q_SYNC 0x800001 /* sync disk copy of a filesystems quotas */
115 # define Q_QUOTAON 0x800002 /* turn quotas on */
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/sys/
Dquota.h63 * Definitions for disk quotas imposed on the average user
75 #define USRQUOTA 0 /* element used for user quotas */
76 #define GRPQUOTA 1 /* element used for group quotas */
79 * Definitions for the default names of the quotas files.
91 #define NR_DQUOTS 256 /* Number of quotas active at one time */
104 # define Q_QUOTAON 0x0100 /* enable quotas */
105 # define Q_QUOTAOFF 0x0200 /* disable quotas */
109 # define Q_SYNC 0x0600 /* sync disk copy of a filesystems quotas */
114 # define Q_SYNC 0x800001 /* sync disk copy of a filesystems quotas */
115 # define Q_QUOTAON 0x800002 /* turn quotas on */
[all …]
/aosp_15_r20/external/libcups/scheduler/
H A Dquotas.c47 if ((q = (cupsd_quota_t *)cupsArrayFind(p->quotas, &match)) != NULL) in cupsdFindQuota()
55 * 'cupsdFreeQuotas()' - Free quotas for a printer.
67 for (q = (cupsd_quota_t *)cupsArrayFirst(p->quotas); in cupsdFreeQuotas()
69 q = (cupsd_quota_t *)cupsArrayNext(p->quotas)) in cupsdFreeQuotas()
72 cupsArrayDelete(p->quotas); in cupsdFreeQuotas()
74 p->quotas = NULL; in cupsdFreeQuotas()
197 if (!p->quotas) in add_quota()
198 p->quotas = cupsArrayNew((cups_array_func_t)compare_quotas, NULL); in add_quota()
200 if (!p->quotas) in add_quota()
210 cupsArrayAdd(p->quotas, q); in add_quota()
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1beta/src/main/java/com/google/analytics/admin/v1beta/
H A DAccessQuota.java25 * Current state of all quotas for this Analytics property. If any quota for a
131 * daily, and per project hourly quotas.
148 * daily, and per project hourly quotas.
167 * daily, and per project hourly quotas.
296 * deducted from all of the hourly, daily, and per project hourly quotas.
314 * deducted from all of the hourly, daily, and per project hourly quotas.
334 * deducted from all of the hourly, daily, and per project hourly quotas.
576 * Current state of all quotas for this Analytics property. If any quota for a
1046 * daily, and per project hourly quotas.
1062 * daily, and per project hourly quotas.
[all …]
H A DAccessQuotaOrBuilder.java70 * daily, and per project hourly quotas.
84 * daily, and per project hourly quotas.
98 * daily, and per project hourly quotas.
189 * deducted from all of the hourly, daily, and per project hourly quotas.
204 * deducted from all of the hourly, daily, and per project hourly quotas.
219 * deducted from all of the hourly, daily, and per project hourly quotas.
/aosp_15_r20/external/google-cloud-java/java-analytics-admin/proto-google-analytics-admin-v1alpha/src/main/java/com/google/analytics/admin/v1alpha/
H A DAccessQuota.java25 * Current state of all quotas for this Analytics property. If any quota for a
131 * daily, and per project hourly quotas.
148 * daily, and per project hourly quotas.
167 * daily, and per project hourly quotas.
296 * deducted from all of the hourly, daily, and per project hourly quotas.
314 * deducted from all of the hourly, daily, and per project hourly quotas.
334 * deducted from all of the hourly, daily, and per project hourly quotas.
576 * Current state of all quotas for this Analytics property. If any quota for a
1047 * daily, and per project hourly quotas.
1063 * daily, and per project hourly quotas.
[all …]
H A DAccessQuotaOrBuilder.java70 * daily, and per project hourly quotas.
84 * daily, and per project hourly quotas.
98 * daily, and per project hourly quotas.
189 * deducted from all of the hourly, daily, and per project hourly quotas.
204 * deducted from all of the hourly, daily, and per project hourly quotas.
219 * deducted from all of the hourly, daily, and per project hourly quotas.
/aosp_15_r20/external/libcups/doc/help/
H A Daccounting.html12 built-in <A HREF="#QUOTAS">quota</A> and <A HREF="#PAGELOG">page logging</A>
16 <H2 CLASS="title"><A NAME="QUOTAS">Quota Support</A></H2>
18 <P>CUPS supports page and size-based quotas for each printer.
19 The quotas are tracked individually for each user, but a single set of
25 options determine whether and how quotas are enforced for a printer.
32 <P>For quotas to be enforced, the period and at least one of the limits
34 weekly quotas with the given size and page count limits:</P>
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/storage/
H A DCacheQuotaStrategy.java71 * CacheQuotaStrategy is a strategy for determining cache quotas using usage stats and foreground
107 * Recalculates the quotas and stores them to installd.
163 * Returns a list of CacheQuotaHints which do not have their quotas filled out for apps
291 * Initializes the quotas from the file.
292 * @return the number of bytes that were free on the device when the quotas were last calced.
348 Slog.d(TAG, "No quotas found in quota file."); in readFromXml()
357 final List<CacheQuotaHint> quotas = new ArrayList<>(); in readFromXml() local
375 quotas.add(request); in readFromXml()
380 return new Pair<>(previousBytes, quotas); in readFromXml()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dfsrmquota.h188 IFsrmCommittableCollection **quotas) = 0;
193 IFsrmCommittableCollection **quotas) = 0;
198 IFsrmCommittableCollection **quotas) = 0;
295 IFsrmCommittableCollection **quotas);
301 IFsrmCommittableCollection **quotas);
307 IFsrmCommittableCollection **quotas);
342 …IFsrmQuotaManager_EnumQuotas(This,path,options,quotas) (This)->lpVtbl->EnumQuotas(This,path,option…
343 …ger_EnumAutoApplyQuotas(This,path,options,quotas) (This)->lpVtbl->EnumAutoApplyQuotas(This,path,op…
344 …ger_EnumEffectiveQuotas(This,path,options,quotas) (This)->lpVtbl->EnumEffectiveQuotas(This,path,op…
393 …as(IFsrmQuotaManager* This,BSTR path,FsrmEnumOptions options,IFsrmCommittableCollection **quotas) {
[all …]
/aosp_15_r20/external/google-cloud-java/java-analytics-data/proto-google-analytics-data-v1beta/src/main/java/com/google/analytics/data/v1beta/
H A DPropertyQuota.java25 * Current state of all quotas for this Analytics Property. If any quota for a
135 * the hourly, daily, and per project hourly quotas.
153 * the hourly, daily, and per project hourly quotas.
173 * the hourly, daily, and per project hourly quotas.
369 * project hourly quotas.
389 * project hourly quotas.
411 * project hourly quotas.
671 * Current state of all quotas for this Analytics Property. If any quota for a
1173 * the hourly, daily, and per project hourly quotas.
1190 * the hourly, daily, and per project hourly quotas.
[all …]
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Dquota.h41 #define USRQUOTA 0 /* element used for user quotas */
42 #define GRPQUOTA 1 /* element used for group quotas */
43 #define PRJQUOTA 2 /* element used for project quotas */
46 * Definitions for the default names of the quotas files.
65 #define Q_SYNC 0x800001 /* sync disk copy of a filesystems quotas */
66 #define Q_QUOTAON 0x800002 /* turn quotas on */
67 #define Q_QUOTAOFF 0x800003 /* turn quotas off */
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/
H A DSpeechContext.java87 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
110 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
133 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
157 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
600 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
623 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
646 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
670 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
694 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
725 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
[all …]
/aosp_15_r20/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/
H A DSpeechContext.java87 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
110 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
133 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
157 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
602 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
625 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
648 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
672 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
696 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
727 * documentation](https://cloud.google.com/speech-to-text/quotas) for usage
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dcompute_v1.regions.html82 …is practice is especially recommended for unused quota information (the `quotas` field). To exclud…
85 …ctice is especially recommended for unused quota information (the `items.quotas` field). To exclud…
97 …is practice is especially recommended for unused quota information (the `quotas` field). To exclud…
123 &quot;quotas&quot;: [ # [Output Only] Quotas assigned to this region.
124 { # A quotas entry.
142 …ctice is especially recommended for unused quota information (the `items.quotas` field). To exclud…
175 &quot;quotas&quot;: [ # [Output Only] Quotas assigned to this region.
176 { # A quotas entry.
Dcompute_alpha.regions.html82 …is practice is especially recommended for unused quota information (the `quotas` field). To exclud…
85 …ctice is especially recommended for unused quota information (the `items.quotas` field). To exclud…
97 …is practice is especially recommended for unused quota information (the `quotas` field). To exclud…
129 &quot;quotas&quot;: [ # [Output Only] Quotas assigned to this region.
130 { # A quotas entry.
149 …ctice is especially recommended for unused quota information (the `items.quotas` field). To exclud…
188 &quot;quotas&quot;: [ # [Output Only] Quotas assigned to this region.
189 { # A quotas entry.
Dcompute_beta.regions.html82 …is practice is especially recommended for unused quota information (the `quotas` field). To exclud…
85 …ctice is especially recommended for unused quota information (the `items.quotas` field). To exclud…
97 …is practice is especially recommended for unused quota information (the `quotas` field). To exclud…
129 &quot;quotas&quot;: [ # [Output Only] Quotas assigned to this region.
130 { # A quotas entry.
148 …ctice is especially recommended for unused quota information (the `items.quotas` field). To exclud…
187 &quot;quotas&quot;: [ # [Output Only] Quotas assigned to this region.
188 { # A quotas entry.
/aosp_15_r20/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1p1beta1/src/main/java/com/google/cloud/speech/v1p1beta1/
H A DSpeechContext.java84 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
108 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
132 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
157 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
604 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
628 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
652 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
677 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
702 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
734 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
[all …]
/aosp_15_r20/external/google-cloud-java/java-speech/proto-google-cloud-speech-v1/src/main/java/com/google/cloud/speech/v1/
H A DSpeechContext.java84 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
108 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
132 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
157 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
601 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
625 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
649 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
674 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
699 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
731 * [usage limits](https://cloud.google.com/speech-to-text/quotas#content).
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/linux/
Dquota.h42 #define USRQUOTA 0 /* element used for user quotas */
43 #define GRPQUOTA 1 /* element used for group quotas */
46 * Definitions for the default names of the quotas files.
64 #define Q_SYNC 0x800001 /* sync disk copy of a filesystems quotas */
65 #define Q_QUOTAON 0x800002 /* turn quotas on */
66 #define Q_QUOTAOFF 0x800003 /* turn quotas off */

12345678910>>...30