/external/sdv/vsomeip/third_party/boost/thread/example/ |
D | ba_externallly_locked.cpp | 25 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/ |
D | prune.py | 447 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/ |
D | DateUtils.java | 382 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/ |
D | Utils.h | 93 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/ |
D | semaphore.cc | 30 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()
|
D | semaphore.h | 36 ScopedReservation(Semaphore* semaphore, int64_t amount) in ScopedReservation() 56 int64_t amount; member
|
/external/dagger2/java/dagger/example/atm/ |
D | InMemoryDatabase.java | 52 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()
|
D | WithdrawalLimiter.java | 32 void recordDeposit(BigDecimal amount) { in recordDeposit() 36 void recordWithdrawal(BigDecimal amount) { in recordWithdrawal()
|
D | Database.java | 29 void deposit(BigDecimal amount); in deposit() 31 void withdraw(BigDecimal amount); in withdraw()
|
D | BigDecimalCommand.java | 35 BigDecimal amount = tryParse(arg); in handleArg() local 55 protected abstract void handleAmount(BigDecimal amount); in handleAmount()
|
/external/threetenbp/src/test/java/org/threeten/bp/ |
D | MockSimplePeriod.java | 64 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/ |
D | SelectiveConstructorTest.java | 70 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/ |
D | BigDecimalJavaBean.java | 21 private float amount; field in BigDecimalJavaBean 35 public void setAmount(float amount) { in setAmount()
|
D | AtomicJavaBean.java | 20 private float amount; field in AtomicJavaBean 27 public void setAmount(float amount) { in setAmount()
|
/external/threetenbp/src/main/java/org/threeten/bp/jdk8/ |
D | DefaultInterfaceTemporal.java | 53 public Temporal plus(TemporalAmount amount) { in plus() 58 public Temporal minus(TemporalAmount amount) { in minus()
|
/external/bcc/tests/python/ |
D | test_tools_memleak_leaker_app.c | 12 static void generate_leak(const char *kind, int amount) { in generate_leak() 74 int amount = 30; in main() local
|
/external/libcups/man/ |
D | mantohtml.c | 509 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/ |
D | bank_account_1.cpp | 17 void deposit(int amount) in deposit() 27 void withdraw(int amount) in withdraw()
|
D | bank_account_2.cpp | 17 void deposit(int amount) in deposit() 28 void withdraw(int amount) in withdraw()
|
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/executors/ |
D | bank_account_2.cpp | 17 void deposit(int amount) in deposit() 28 void withdraw(int amount) in withdraw()
|
D | bank_account_1.cpp | 17 void deposit(int amount) in deposit() 27 void withdraw(int amount) in withdraw()
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | curramt.cpp | 22 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/ |
D | curramt.cpp | 22 CurrencyAmount::CurrencyAmount(const Formattable& amount, ConstChar16Ptr isoCode, in CurrencyAmount() 27 CurrencyAmount::CurrencyAmount(double amount, ConstChar16Ptr isoCode, in CurrencyAmount()
|
/external/icu/icu4c/source/i18n/ |
D | curramt.cpp | 22 CurrencyAmount::CurrencyAmount(const Formattable& amount, ConstChar16Ptr isoCode, in CurrencyAmount() 27 CurrencyAmount::CurrencyAmount(double amount, ConstChar16Ptr isoCode, in CurrencyAmount()
|
/external/vixl/src/ |
D | code-buffer-vixl.h | 157 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()
|