Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 590) sorted by relevance

12345678910>>...24

/external/libgdx/tests/gdx-tests-android/assets/data/
Dverdana39.fnt102 kerning first=81 second=44 amount=-1
103 kerning first=81 second=46 amount=-1
104 kerning first=98 second=44 amount=-1
105 kerning first=121 second=44 amount=-4
106 kerning first=121 second=45 amount=-1
107 kerning first=121 second=46 amount=-4
108 kerning first=121 second=97 amount=-1
109 kerning first=112 second=44 amount=-1
110 kerning first=107 second=45 amount=-2
111 kerning first=102 second=34 amount=1
[all …]
Dverdana39distancefield.fnt102 kerning first=81 second=44 amount=-1
103 kerning first=81 second=46 amount=-1
104 kerning first=112 second=44 amount=-1
105 kerning first=107 second=45 amount=-2
106 kerning first=102 second=34 amount=1
107 kerning first=102 second=39 amount=1
108 kerning first=102 second=41 amount=2
109 kerning first=102 second=42 amount=1
110 kerning first=102 second=44 amount=-2
111 kerning first=102 second=45 amount=-1
[all …]
Dfont.fnt102 kerning first=107 second=45 amount=-1
103 kerning first=121 second=44 amount=-1
104 kerning first=121 second=46 amount=-1
105 kerning first=102 second=41 amount=1
106 kerning first=102 second=44 amount=-1
107 kerning first=102 second=46 amount=-1
108 kerning first=102 second=63 amount=1
109 kerning first=102 second=92 amount=1
110 kerning first=102 second=93 amount=1
111 kerning first=102 second=125 amount=1
[all …]
Darial-32-pad.fnt102 kerning first=49 second=49 amount=-2
103 kerning first=121 second=44 amount=-2
104 kerning first=121 second=46 amount=-2
105 kerning first=102 second=102 amount=-1
106 kerning first=89 second=44 amount=-4
107 kerning first=89 second=45 amount=-3
108 kerning first=89 second=46 amount=-4
109 kerning first=89 second=58 amount=-2
110 kerning first=89 second=59 amount=-2
111 kerning first=89 second=65 amount=-2
[all …]
Darial-32.fnt102 kerning first=49 second=49 amount=-2
103 kerning first=121 second=44 amount=-2
104 kerning first=121 second=46 amount=-2
105 kerning first=102 second=102 amount=-1
106 kerning first=89 second=44 amount=-4
107 kerning first=89 second=45 amount=-3
108 kerning first=89 second=46 amount=-4
109 kerning first=89 second=58 amount=-2
110 kerning first=89 second=59 amount=-2
111 kerning first=89 second=65 amount=-2
[all …]
Dutf-font.fnt196 kerning first=65 second=87 amount=-1
197 kerning first=66 second=86 amount=-1
198 kerning first=66 second=89 amount=-1
199 kerning first=66 second=94 amount=-1
200 kerning first=68 second=86 amount=-1
201 kerning first=68 second=90 amount=-1
202 kerning first=68 second=94 amount=-1
203 kerning first=69 second=77 amount=-1
204 kerning first=69 second=79 amount=-1
205 kerning first=70 second=74 amount=-6
[all …]
Dmultipagefont.fnt196 kerning first=121 second=44 amount=-2
197 kerning first=121 second=46 amount=-2
198 kerning first=102 second=102 amount=-1
199 kerning first=49 second=49 amount=-2
200 kerning first=89 second=44 amount=-4
201 kerning first=89 second=45 amount=-3
202 kerning first=89 second=46 amount=-4
203 kerning first=89 second=58 amount=-2
204 kerning first=89 second=59 amount=-2
205 kerning first=89 second=65 amount=-2
[all …]
Darial-15.fnt196 kerning first=49 second=49 amount=-2
197 kerning first=65 second=84 amount=-2
198 kerning first=65 second=86 amount=-2
199 kerning first=65 second=89 amount=-2
200 kerning first=70 second=44 amount=-2
201 kerning first=70 second=46 amount=-2
202 kerning first=76 second=84 amount=-2
203 kerning first=76 second=86 amount=-2
204 kerning first=76 second=87 amount=-2
205 kerning first=76 second=89 amount=-2
[all …]
/external/lldb/source/Plugins/Process/Utility/
DARMUtils.h95 static inline uint32_t LSL_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool… in LSL_C() argument
97 if (amount == 0) { in LSL_C()
102 carry_out = amount <= 32 ? Bit32(value, 32 - amount) : 0; in LSL_C()
103 return value << amount; in LSL_C()
106 static inline uint32_t LSL(const uint32_t value, const uint32_t amount, bool *success) in LSL() argument
109 if (amount == 0) in LSL()
112 uint32_t result = LSL_C(value, amount, dont_care, success); in LSL()
119 static inline uint32_t LSR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool… in LSR_C() argument
121 if (amount == 0) { in LSR_C()
126 carry_out = amount <= 32 ? Bit32(value, amount - 1) : 0; in LSR_C()
[all …]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DDnaBlockData.java81 int amount = inputStream.readInt(); in DnaBlockData() local
82 if (amount <= 0) { in DnaBlockData()
85 String[] names = new String[amount]; in DnaBlockData()
86 for (int i = 0; i < amount; ++i) { in DnaBlockData()
97 amount = inputStream.readInt(); in DnaBlockData()
98 if (amount <= 0) { in DnaBlockData()
101 String[] types = new String[amount]; in DnaBlockData()
102 for (int i = 0; i < amount; ++i) { in DnaBlockData()
113 int[] lengths = new int[amount];//theamount is the same as int types in DnaBlockData()
114 for (int i = 0; i < amount; ++i) { in DnaBlockData()
[all …]
/external/snakeyaml/src/test/java/examples/
DSelectiveConstructorTest.java69 private int amount; field in MyPersistentObject
73 this.amount = 222; in MyPersistentObject()
76 public MyPersistentObject(String id, int amount) { in MyPersistentObject() argument
78 this.amount = amount; in MyPersistentObject()
90 return amount; in getAmount()
93 public void setAmount(int amount) { in setAmount() argument
94 this.amount = amount; in setAmount()
99 return "MyPersistentObject [id=" + id + ", amount=" + amount + "]"; in toString()
/external/valgrind/none/tests/s390x/
Ddfp-2.c54 void iedtr(_Decimal64 in, long amount) in iedtr() argument
60 :[in]"f"(in), [amount]"d"(amount)); in iedtr()
64 printf(", %ld -> ", amount); in iedtr()
69 void iextr(_Decimal128 in, long amount) in iextr() argument
75 :[in]"f"(in), [amount]"d"(amount)); in iextr()
79 printf(", %ld -> ", amount); in iextr()
212 void sldt(_Decimal64 in, unsigned long amount) in sldt() argument
215 int *shift = (int *) amount; in sldt()
219 :[in]"f"(in),[amount]"a"(shift)); in sldt()
228 void slxt(_Decimal128 in, unsigned long amount) in slxt() argument
[all …]
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
Darial-15.fnt173 kerning first=32 second=65 amount=-1
174 kerning first=121 second=46 amount=-1
175 kerning first=121 second=44 amount=-1
176 kerning first=119 second=46 amount=-1
177 kerning first=119 second=44 amount=-1
178 kerning first=118 second=46 amount=-1
179 kerning first=118 second=44 amount=-1
180 kerning first=114 second=46 amount=-1
181 kerning first=114 second=44 amount=-1
182 kerning first=89 second=118 amount=-1
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DKerning.java45 private int amount; field in Kerning
56 return amount; in getAmount()
59 public void setAmount(int amount) { in setAmount() argument
60 this.amount = amount; in setAmount()
66 oc.write(amount, "amount", 0); in write()
72 amount = ic.readInt("amount", 0); in read()
/external/tpm2/
DEntropy.c41 uint32_t amount // amount requested in _plat__GetEntropy() argument
46 if(amount == 0) in _plat__GetEntropy()
58 if(amount > sizeof(rndNum)) in _plat__GetEntropy()
59 amount = sizeof(rndNum); in _plat__GetEntropy()
60 memcpy(entropy, &rndNum, amount); in _plat__GetEntropy()
62 return (int32_t)amount; in _plat__GetEntropy()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
Dprice.py24 def __init__(self, amount=0.0, currency_code='USD'): argument
25 self.amount = amount
33 return str(self.amount)
40 self.amount = float(value)
47 return {'%s.%d.Amount'%(label, ord) : str(self.amount),
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/
DBigDecimalJavaBean.java22 private float amount; field in BigDecimalJavaBean
33 return amount; in getAmount()
36 public void setAmount(float amount) { in setAmount() argument
37 this.amount = amount; in setAmount()
DAtomicJavaBean.java21 private float amount; field in AtomicJavaBean
25 return amount; in getAmount()
28 public void setAmount(float amount) { in setAmount() argument
29 this.amount = amount; in setAmount()
/external/skia/src/core/
DSkFontStream.cpp39 static bool read(SkStream* stream, void* buffer, size_t amount) { in read() argument
40 return stream->read(buffer, amount) == amount; in read()
43 static bool skip(SkStream* stream, size_t amount) { in skip() argument
44 return stream->skip(amount) == amount; in skip()
77 size_t amount = sizeof(SkSharedTTHeader) + ttcIndex * sizeof(uint32_t); in count_tables() local
78 header = (SkSharedTTHeader*)storage.reset(amount); in count_tables()
79 if (!read(stream, header, amount)) { in count_tables()
/external/sonivox/arm-wt-22k/host_src/
Deas_hostmm.c185 void *EAS_HWMemCpy (void *dest, const void *src, EAS_I32 amount) in EAS_HWMemCpy() argument
187 if (amount < 0) { in EAS_HWMemCpy()
188 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000004 , amount); in EAS_HWMemCpy()
191 return memcpy(dest, src, (size_t) amount); in EAS_HWMemCpy()
202 void *EAS_HWMemSet (void *dest, int val, EAS_I32 amount) in EAS_HWMemSet() argument
204 if (amount < 0) { in EAS_HWMemSet()
205 EAS_ReportEx(_EAS_SEVERITY_NOFILTER, 0x1a54b6e8, 0x00000005 , amount); in EAS_HWMemSet()
208 return memset(dest, val, (size_t) amount); in EAS_HWMemSet()
219 EAS_I32 EAS_HWMemCmp (const void *s1, const void *s2, EAS_I32 amount) in EAS_HWMemCmp() argument
221 if (amount < 0) { in EAS_HWMemCmp()
[all …]
/external/icu/icu4c/source/i18n/
Dhebrwcal.cpp211 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add() argument
227 if (amount > 0) { in add()
229 month += amount; in add()
243 month += amount; in add()
263 Calendar::add(field, amount, status); in add()
271 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add() argument
273 add((UCalendarDateFields)field, amount, status); in add()
308 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() argument
321 int32_t newMonth = month + (amount % yearLength); in roll()
327 if (amount > 0 && month < ADAR_1 && newMonth >= ADAR_1) { in roll()
[all …]
Dcurramt.cpp20 CurrencyAmount::CurrencyAmount(const Formattable& amount, const UChar* isoCode, in CurrencyAmount() argument
22 Measure(amount, new CurrencyUnit(isoCode, ec), ec) { in CurrencyAmount()
25 CurrencyAmount::CurrencyAmount(double amount, const UChar* isoCode, in CurrencyAmount() argument
27 Measure(Formattable(amount), new CurrencyUnit(isoCode, ec), ec) { in CurrencyAmount()
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
DRotateByAction.java22 private float amount; field in RotateByAction
25 target.rotateBy(amount * percentDelta); in updateRelative()
29 return amount; in getAmount()
33 amount = rotationAmount; in setAmount()
/external/autotest/client/site_tests/hardware_TPMTakeOwnership/
Dhardware_TPMTakeOwnership.py59 def _sleep(self, amount): argument
65 time.sleep(amount)
66 if amount >= 1:
67 logging.debug('Slept for %0.2f second', amount)
68 elif amount >= 0.001:
69 logging.debug('Slept for %0.2f millisecond', (amount * 1000))
71 logging.debug('Slept for %0.2f microsecond', (amount * 1000000))
/external/icu/android_icu4j/src/main/java/android/icu/util/
DHebrewCalendar.java423 public void add(int field, int amount) in add() argument
436 if (amount > 0) { in add()
438 month += amount; in add()
452 month += amount; in add()
472 super.add(field, amount); in add()
508 public void roll(int field, int amount) in roll() argument
518 int newMonth = month + (amount % yearLength); in roll()
524 if (amount > 0 && month < ADAR_1 && newMonth >= ADAR_1) { in roll()
526 } else if (amount < 0 && month > ADAR_1 && newMonth <= ADAR_1) { in roll()
535 super.roll(field, amount); in roll()

12345678910>>...24