Home
last modified time | relevance | path

Searched defs:budget (Results 1 – 25 of 143) sorted by relevance

123456

/aosp_15_r20/external/google-cloud-java/java-billingbudgets/google-cloud-billingbudgets/src/test/java/com/google/cloud/billing/budgets/v1/
H A DBudgetServiceClientHttpJsonTest.java96 Budget budget = Budget.newBuilder().build(); in createBudgetTest() local
125 Budget budget = Budget.newBuilder().build(); in createBudgetExceptionTest() local
148 Budget budget = Budget.newBuilder().build(); in createBudgetTest2() local
177 Budget budget = Budget.newBuilder().build(); in createBudgetExceptionTest2() local
199 Budget budget = in updateBudgetTest() local
237 Budget budget = in updateBudgetExceptionTest() local
H A DBudgetServiceClientTest.java99 Budget budget = Budget.newBuilder().build(); in createBudgetTest() local
123 Budget budget = Budget.newBuilder().build(); in createBudgetExceptionTest() local
146 Budget budget = Budget.newBuilder().build(); in createBudgetTest2() local
170 Budget budget = Budget.newBuilder().build(); in createBudgetExceptionTest2() local
192 Budget budget = Budget.newBuilder().build(); in updateBudgetTest() local
216 Budget budget = Budget.newBuilder().build(); in updateBudgetExceptionTest() local
/aosp_15_r20/external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1/src/main/java/com/google/cloud/billing/budgets/v1/
H A DBudgetName.java36 private final String budget; field in BudgetName
65 public static BudgetName of(String billingAccount, String budget) { in of()
69 public static String format(String billingAccount, String budget) { in format()
161 private String budget; field in BudgetName.Builder
178 public Builder setBudget(String budget) { in setBudget()
/aosp_15_r20/external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1beta1/src/main/java/com/google/cloud/billing/budgets/v1beta1/
H A DBudgetName.java36 private final String budget; field in BudgetName
65 public static BudgetName of(String billingAccount, String budget) { in of()
69 public static String format(String billingAccount, String budget) { in format()
161 private String budget; field in BudgetName.Builder
178 public Builder setBudget(String budget) { in setBudget()
/aosp_15_r20/external/bzip2/
H A Dblocksort.c352 Int32* budget ) in mainGtU()
492 Int32* budget ) in mainSimpleSort()
628 Int32* budget ) in mainQSort3()
757 Int32* budget ) in mainSort()
1040 Int32 budget; in BZ2_blockSort() local
/aosp_15_r20/external/igt-gpu-tools/tools/
H A Dhsw_compute_wrpll.c54 unsigned budget; in wrpll_get_budget_for_freq() local
126 static void wrpll_update_rnp(uint64_t freq2k, unsigned budget, in wrpll_update_rnp()
192 unsigned budget; in wrpll_compute_rnp() local
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/
Dcoop.rs72 pub(crate) fn budget<R>(f: impl FnOnce() -> R) -> R { in budget() function
157 let budget = self.0.get(); localVariable
181 let mut budget = cell.get(); localVariable
Dcontext.rs65 budget: Cell<coop::Budget>, field
138 pub(super) fn budget<R>(f: impl FnOnce(&Cell<coop::Budget>) -> R) -> Result<R, AccessError> { in budget() function
/aosp_15_r20/external/skia/src/lazy/
H A DSkDiscardableMemoryPool.cpp127 DiscardableMemoryPool::DiscardableMemoryPool(size_t budget) in DiscardableMemoryPool()
142 void DiscardableMemoryPool::dumpDownTo(size_t budget) { in dumpDownTo()
221 void DiscardableMemoryPool::setRAMBudget(size_t budget) { in setRAMBudget()
/aosp_15_r20/external/libdivsufsort/lib/
H A Dtrsort.c202 trbudget_init(trbudget_t *budget, saidx_t chance, saidx_t incval) { in trbudget_init()
209 trbudget_check(trbudget_t *budget, saidx_t size) { in trbudget_check()
329 trbudget_t *budget) { in tr_introsort()
558 trbudget_t budget; in trsort() local
/aosp_15_r20/external/google-cloud-java/java-billingbudgets/google-cloud-billingbudgets/src/main/java/com/google/cloud/billing/budgets/v1/
H A DBudgetServiceClient.java203 public final Budget createBudget(BillingAccountName parent, Budget budget) { in createBudget()
237 public final Budget createBudget(String parent, Budget budget) { in createBudget()
333 public final Budget updateBudget(Budget budget, FieldMask updateMask) { in updateBudget()
/aosp_15_r20/external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1beta1/src/main/proto/google/cloud/billing/budgets/v1beta1/
H A Dbudget_service.proto105 Budget budget = 2 [(google.api.field_behavior) = REQUIRED]; field
112 Budget budget = 1 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/google-cloud-java/java-billingbudgets/proto-google-cloud-billingbudgets-v1/src/main/proto/google/cloud/billing/budgets/v1/
H A Dbudget_service.proto111 Budget budget = 2 [(google.api.field_behavior) = REQUIRED]; field
118 Budget budget = 1 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/googleapis/google/cloud/billing/budgets/v1beta1/
H A Dbudget_service.proto105 Budget budget = 2 [(google.api.field_behavior) = REQUIRED]; field
112 Budget budget = 1 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/googleapis/google/cloud/billing/budgets/v1/
H A Dbudget_service.proto111 Budget budget = 2 [(google.api.field_behavior) = REQUIRED]; field
118 Budget budget = 1 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/libopus/celt/
H A Dquant_bands.c158 opus_int32 budget, opus_int32 tell, in quant_coarse_energy_impl()
262 const opus_val16 *eBands, opus_val16 *oldEBands, opus_uint32 budget, in quant_coarse_energy()
435 opus_int32 budget; in unquant_coarse_energy() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/connectivity/
H A DMultipathPolicyTracker.java366 final long budget = (usage == -1) ? 0 : Math.max(0, quota - usage); in updateMultipathBudget() local
409 private void setMultipathBudget(long budget) { in setMultipathBudget()
/aosp_15_r20/external/zstd/lib/dictBuilder/
H A Ddivsufsort.c1050 trbudget_init(trbudget_t *budget, int chance, int incval) { in trbudget_init()
1057 trbudget_check(trbudget_t *budget, int size) { in trbudget_check()
1177 trbudget_t *budget) { in tr_introsort()
1405 trbudget_t budget; in trsort() local
/aosp_15_r20/external/google-cloud-java/java-billingbudgets/samples/snippets/generated/com/google/cloud/billing/budgets/v1/budgetservice/updatebudget/
H A DSyncUpdateBudgetBudgetFieldmask.java37 Budget budget = Budget.newBuilder().build(); in syncUpdateBudgetBudgetFieldmask() local
/aosp_15_r20/external/google-cloud-java/java-billingbudgets/samples/snippets/generated/com/google/cloud/billing/budgets/v1/budgetservice/createbudget/
H A DSyncCreateBudgetBillingaccountnameBudget.java38 Budget budget = Budget.newBuilder().build(); in syncCreateBudgetBillingaccountnameBudget() local
H A DSyncCreateBudgetStringBudget.java38 Budget budget = Budget.newBuilder().build(); in syncCreateBudgetStringBudget() local
/aosp_15_r20/external/rust/android-crates-io/crates/webpki/src/
Dlib.rs44 mod budget; module
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/retry/
Dmod.rs3 pub mod budget; module
/aosp_15_r20/external/libwebsockets/minimal-examples/api-tests/api-test-lws_dsh/
H A Dmain.c255 unsigned int budget; in test5() local
/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DAggregatableNamedBudgets.java35 public BudgetAndContribution(int budget) { in BudgetAndContribution()

123456