Searched defs:amount (Results 1 - 25 of 74) sorted by relevance

123

/external/icu4c/i18n/
H A Dcurramt.cpp20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode, argument
22 Measure(amount, new CurrencyUnit(isoCode, ec), ec) {
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode, argument
27 Measure(Formattable(amount), new CurrencyUnit(isoCode, ec), ec) {
H A Dtmutamt.cpp24 TimeUnitAmount::TimeUnitAmount(double amount, argument
27 : Measure(Formattable(amount),
H A Dhebrwcal.cpp185 * Add a signed amount to a specified field, using this calendar's rules.
205 * @param amount the amount to add to the field.
211 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) argument
219 // We can't just do a set(MONTH, get(MONTH) + amount). The
220 // reason is ADAR_1. Suppose amount is +2 and we land in
222 // if amount is -2 and we land in ADAR_1, then we have to
227 if (amount > 0) {
229 month += amount;
243 month += amount;
271 add(EDateFields field, int32_t amount, UErrorCode& status) argument
308 roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) argument
342 roll(EDateFields field, int32_t amount, UErrorCode& status) argument
[all...]
H A Dchnsecal.cpp337 void ChineseCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) { argument
340 if (amount != 0) {
346 offsetMonth(moon, dom, amount);
350 Calendar::add(field, amount, status);
359 void ChineseCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) { argument
360 add((UCalendarDateFields)field, amount, status);
367 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) { argument
370 if (amount != 0) {
409 int32_t newM = (m + amount) % n;
420 Calendar::roll(field, amount, statu
425 roll(EDateFields field, int32_t amount, UErrorCode& status) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DBaseCodeCursor.java56 * Advance the cursor by the indicated amount.
58 protected final void advance(int amount) { argument
59 cursor += amount;
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DKerning.java45 private int amount; field in class:Kerning
56 return amount;
59 public void setAmount(int amount) { argument
60 this.amount = amount;
66 oc.write(amount, "amount", 0);
72 amount = ic.readInt("amount", 0);
H A DBitmapCharacter.java144 public void addKerning(int second, int amount){ argument
145 kerning.put(second, amount);
/external/jmonkeyengine/engine/src/core/com/jme3/input/
H A DJoyInput.java52 * the given amount.
55 * @param amount Rumble amount. Should be between 0 and 1.
57 public void setJoyRumble(int joyId, float amount); argument
H A DJoystick.java39 * Rumbles the joystick for the given amount/magnitude.
41 * @param amount The amount to rumble. Should be between 0 and 1.
43 public void rumble(float amount){ argument
44 joyInput.setJoyRumble(joyId, amount);
/external/kernel-headers/original/linux/
H A Dpercpu_counter.h29 static inline void percpu_counter_init(struct percpu_counter *fbc, s64 amount) argument
32 fbc->count = amount;
41 void percpu_counter_mod(struct percpu_counter *fbc, s32 amount);
70 static inline void percpu_counter_init(struct percpu_counter *fbc, s64 amount) argument
72 fbc->count = amount;
80 percpu_counter_mod(struct percpu_counter *fbc, s32 amount) argument
83 fbc->count += amount;
/external/oprofile/daemon/liblegacy/
H A Dopd_sample_files.c41 int amount = LRU_AMOUNT; local
49 if (!--amount)
/external/srec/shared/src/
H A DCircularBuffer.c149 int CircularBufferUnwrite(CircularBuffer* buffer, size_t amount) argument
153 if (available < amount)
154 amount = available;
155 buffer->size -= amount;
156 return amount;
/external/chromium/net/base/
H A Dsdch_filter.cc258 int amount = OutputBufferExcess(dest_buffer, available_space); local
259 *dest_len += amount;
260 dest_buffer += amount;
261 available_space -= amount;
305 amount = OutputBufferExcess(dest_buffer, available_space);
306 *dest_len += amount;
307 dest_buffer += amount;
308 available_space -= amount;
377 size_t amount = std::min(available_space, local
380 amount);
[all...]
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/input/lwjgl/
H A DJInputJoyInput.java55 public void setJoyRumble(int joyId, float amount){ argument
61 r.rumble(amount);
/external/chromium/chrome/browser/history/
H A Dvisitsegment_database.cc193 int amount) {
210 update.BindInt64(0, select.ColumnInt64(1) + static_cast<int64>(amount));
223 insert.BindInt64(2, static_cast<int64>(amount));
191 IncreaseSegmentVisitCount(SegmentID segment_id, base::Time ts, int amount) argument
/external/icu4c/test/intltest/
H A Dfldset.cpp172 void FieldsSet::set(int32_t field, int32_t amount) { argument
176 fValue[field] = amount;
/external/speex/libspeex/
H A Dscal.c140 float amount; local
147 amount = .01*strength;
174 beta = 1.-.3*amount*amount;
175 if (amount>1)
176 beta = 1-sqrt(.4*amount);
178 beta = 1-0.63246*amount;
200 max_alpha = pow(.96+.04*(amount-1),order);
231 float coef = M_PI*0.075063 * 0.93763 * amount * .8 * 0.707;
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageSourceCG.cpp59 size_t amount = min<size_t>(count, sourceSize - position); local
60 memcpy(buffer, source, amount);
61 return amount;
/external/oprofile/daemon/
H A Dopd_sfile.c606 int amount = LRU_AMOUNT; local
613 if (!--amount)
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h487 void Advance(int amount);
616 // type, inlining may lead to a significant amount of code bloat, with only a
687 void Advance(int amount);
998 inline void CodedInputStream::Advance(int amount) { argument
999 buffer_ += amount;
1002 inline void CodedOutputStream::Advance(int amount) { argument
1003 buffer_ += amount;
1004 buffer_size_ -= amount;
/external/sonivox/arm-fm-22k/host_src/
H A Deas_hostmm.c163 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount) argument
165 return memcpy(dest, src, (size_t) amount);
176 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) argument
178 return memset(dest, val, (size_t) amount);
189 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) argument
191 return (EAS_I32) memcmp(s1, s2, (size_t) amount);
/external/sonivox/arm-hybrid-22k/host_src/
H A Deas_hostmm.c163 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount) argument
165 return memcpy(dest, src, (size_t) amount);
176 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) argument
178 return memset(dest, val, (size_t) amount);
189 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) argument
191 return (EAS_I32) memcmp(s1, s2, (size_t) amount);
/external/sonivox/arm-wt-22k/host_src/
H A Deas_hostmm.c187 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount) argument
189 if (amount < 0) {
190 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000004 , amount);
193 return memcpy(dest, src, (size_t) amount);
204 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) argument
206 if (amount < 0) {
207 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000005 , amount);
210 return memset(dest, val, (size_t) amount);
221 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) argument
223 if (amount <
[all...]
/external/sonivox/arm-wt-22k/misc/
H A Deas_host.c192 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount) argument
194 return memcpy(dest,src,(size_t) amount);
205 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) argument
207 return memset(dest,val,(size_t) amount);
218 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) argument
220 return (EAS_I32) memcmp(s1, s2, (size_t) amount);
/external/chromium/chrome/common/
H A Dmetrics_helpers.cc504 void MetricsServiceBase::SnapshotProblemResolved(int amount) { argument
506 std::abs(amount));

Completed in 1410 milliseconds

123