Home
last modified time | relevance | path

Searched defs:amount (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/external/sdv/vsomeip/third_party/boost/thread/example/
Dba_externallly_locked.cpp25 void Deposit(int amount) in Deposit()
29 void Withdraw(int amount) in Withdraw()
62 void AccountManager::Checking2Savings(int amount) in Checking2Savings()
99 void AccountManager::AMoreComplicatedChecking2Savings(int amount) { in AMoreComplicatedChecking2Savings()
/external/pytorch/torch/nn/utils/
Dprune.py447 def __init__(self, amount): argument
473 def apply(cls, module, name, amount): argument
504 def __init__(self, amount): argument
532 def apply(cls, module, name, amount, importance_scores=None): argument
572 def __init__(self, amount, dim=-1): argument
642 def apply(cls, module, name, amount, dim=-1): argument
679 def __init__(self, amount, n, dim=-1): argument
757 def apply(cls, module, name, amount, n, dim, importance_scores=None): argument
854 def random_unstructured(module, name, amount): argument
891 def l1_unstructured(module, name, amount, importance_scores=None): argument
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/
DDateUtils.java382 public static Date addYears(final Date date, final int amount) { in addYears()
395 public static Date addMonths(final Date date, final int amount) { in addMonths()
408 public static Date addWeeks(final Date date, final int amount) { in addWeeks()
421 public static Date addDays(final Date date, final int amount) { in addDays()
434 public static Date addHours(final Date date, final int amount) { in addHours()
447 public static Date addMinutes(final Date date, final int amount) { in addMinutes()
460 public static Date addSeconds(final Date date, final int amount) { in addSeconds()
473 public static Date addMilliseconds(final Date date, final int amount) { in addMilliseconds()
487 private static Date add(final Date date, final int calendarField, final int amount) { in add()
505 public static Date setYears(final Date date, final int amount) { in setYears()
[all …]
/external/renderscript-intrinsics-replacement-toolkit/renderscript-toolkit/src/main/cpp/
DUtils.h93 inline int4 clamp(int4 amount, int low, int high) { in clamp()
102 inline float4 clamp(float4 amount, float low, float high) { in clamp()
111 inline int2 clamp(int2 amount, int low, int high) { in clamp()
118 inline float2 clamp(float2 amount, float low, float high) { in clamp()
125 inline int clamp(int amount, int low, int high) { in clamp()
129 inline float clamp(float amount, float low, float high) { in clamp()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dsemaphore.cc30 void Semaphore::Acquire(int64_t amount) { in Acquire()
42 void Semaphore::Release(int64_t amount) { in Release()
69 Semaphore::ScopedReservation Semaphore::ScopedAcquire(int64_t amount) { in ScopedAcquire()
Dsemaphore.h36 ScopedReservation(Semaphore* semaphore, int64_t amount) in ScopedReservation()
56 int64_t amount; member
/external/dagger2/java/dagger/example/atm/
DInMemoryDatabase.java52 public void deposit(BigDecimal amount) { in deposit()
58 public void withdraw(BigDecimal amount) { in withdraw()
63 private void checkNonNegative(BigDecimal amount, String action) { in checkNonNegative()
DWithdrawalLimiter.java32 void recordDeposit(BigDecimal amount) { in recordDeposit()
36 void recordWithdrawal(BigDecimal amount) { in recordWithdrawal()
DDatabase.java29 void deposit(BigDecimal amount); in deposit()
31 void withdraw(BigDecimal amount); in withdraw()
DBigDecimalCommand.java35 BigDecimal amount = tryParse(arg); in handleArg() local
55 protected abstract void handleAmount(BigDecimal amount); in handleAmount()
/external/threetenbp/src/test/java/org/threeten/bp/
DMockSimplePeriod.java64 private final long amount; field in MockSimplePeriod
80 public static MockSimplePeriod of(long amount, TemporalUnit unit) { in of()
84 private MockSimplePeriod(long amount, TemporalUnit unit) { in MockSimplePeriod()
/external/snakeyaml/src/test/java/examples/
DSelectiveConstructorTest.java70 private int amount; field in MyPersistentObject
77 public MyPersistentObject(String id, int amount) { in MyPersistentObject()
94 public void setAmount(int amount) { in setAmount()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DBigDecimalJavaBean.java21 private float amount; field in BigDecimalJavaBean
35 public void setAmount(float amount) { in setAmount()
DAtomicJavaBean.java20 private float amount; field in AtomicJavaBean
27 public void setAmount(float amount) { in setAmount()
/external/threetenbp/src/main/java/org/threeten/bp/jdk8/
DDefaultInterfaceTemporal.java53 public Temporal plus(TemporalAmount amount) { in plus()
58 public Temporal minus(TemporalAmount amount) { in minus()
/external/bcc/tests/python/
Dtest_tools_memleak_leaker_app.c12 static void generate_leak(const char *kind, int amount) { in generate_leak()
74 int amount = 30; in main() local
/external/libcups/man/
Dmantohtml.c509 float amount = 3.0; /* Indentation */ in main() local
555 float amount = 3.0; /* Indentation */ in main() local
588 float amount = 3.0; /* Indentation */ in main() local
627 float amount = 3.0; /* Indentation */ in main() local
/external/sdv/vsomeip/third_party/boost/asio/example/cpp14/executors/
Dbank_account_1.cpp17 void deposit(int amount) in deposit()
27 void withdraw(int amount) in withdraw()
Dbank_account_2.cpp17 void deposit(int amount) in deposit()
28 void withdraw(int amount) in withdraw()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/
Dbank_account_2.cpp17 void deposit(int amount) in deposit()
28 void withdraw(int amount) in withdraw()
Dbank_account_1.cpp17 void deposit(int amount) in deposit()
27 void withdraw(int amount) in withdraw()
/external/cronet/stable/third_party/icu/source/i18n/
Dcurramt.cpp22 CurrencyAmount::CurrencyAmount(const Formattable& amount, ConstChar16Ptr isoCode, in CurrencyAmount()
27 CurrencyAmount::CurrencyAmount(double amount, ConstChar16Ptr isoCode, in CurrencyAmount()
/external/cronet/tot/third_party/icu/source/i18n/
Dcurramt.cpp22 CurrencyAmount::CurrencyAmount(const Formattable& amount, ConstChar16Ptr isoCode, in CurrencyAmount()
27 CurrencyAmount::CurrencyAmount(double amount, ConstChar16Ptr isoCode, in CurrencyAmount()
/external/icu/icu4c/source/i18n/
Dcurramt.cpp22 CurrencyAmount::CurrencyAmount(const Formattable& amount, ConstChar16Ptr isoCode, in CurrencyAmount()
27 CurrencyAmount::CurrencyAmount(double amount, ConstChar16Ptr isoCode, in CurrencyAmount()
/external/vixl/src/
Dcode-buffer-vixl.h157 bool HasSpaceFor(size_t amount) const { in HasSpaceFor()
161 void EnsureSpaceFor(size_t amount, bool* has_grown) { in EnsureSpaceFor()
167 void EnsureSpaceFor(size_t amount) { in EnsureSpaceFor()

12345678910>>...16