/external/libgdx/tests/gdx-tests-android/assets/data/ |
D | verdana39.fnt | 102 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 …]
|
D | verdana39distancefield.fnt | 102 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 …]
|
D | font.fnt | 102 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 …]
|
D | arial-32-pad.fnt | 102 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 …]
|
D | arial-32.fnt | 102 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 …]
|
D | utf-font.fnt | 196 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 …]
|
D | multipagefont.fnt | 196 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 …]
|
D | arial-15.fnt | 196 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/ |
D | ARMUtils.h | 95 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/ |
D | DnaBlockData.java | 81 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/ |
D | SelectiveConstructorTest.java | 69 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/ |
D | dfp-2.c | 54 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/ |
D | arial-15.fnt | 173 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/ |
D | Kerning.java | 45 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/ |
D | Entropy.c | 41 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/ |
D | price.py | 24 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/ |
D | BigDecimalJavaBean.java | 22 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()
|
D | AtomicJavaBean.java | 21 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/ |
D | SkFontStream.cpp | 39 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/ |
D | eas_hostmm.c | 185 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/ |
D | hebrwcal.cpp | 211 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 …]
|
D | curramt.cpp | 20 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/ |
D | RotateByAction.java | 22 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/ |
D | hardware_TPMTakeOwnership.py | 59 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/ |
D | HebrewCalendar.java | 423 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()
|