Searched refs:decimal (Results 1 – 14 of 14) sorted by relevance
/system/update_engine/scripts/update_payload/ |
D | format_utils_unittest.py | 71 self.assertEqual(format_utils.BytesToHumanReadable(5000, decimal=True), 73 self.assertEqual(format_utils.BytesToHumanReadable(5000000, decimal=True), 76 decimal=True),
|
D | format_utils.py | 69 def BytesToHumanReadable(size, precision=1, decimal=False): argument 97 suffixes, base = constants[decimal]
|
/system/bt/ |
D | EventLogTags.logtags | 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
|
/system/tools/xsdc/tests/resources/predefined_types/ |
D | predefined_types.xsd | 32 <xs:element name="decimal" type="xs:decimal"/>
|
/system/core/liblog/ |
D | event.logtags | 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
|
/system/core/storaged/ |
D | EventLogTags.logtags | 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
|
/system/core/logd/ |
D | event.logtags | 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
|
/system/memory/lmkd/ |
D | event.logtags | 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
|
/system/tools/xsdc/tests/src/com/android/xsdc/tests/ |
D | XmlParserTest.java | 226 BigDecimal decimal = (BigDecimal) numericTypes.getMethod("getDecimal").invoke( in testPredefinedTypes() local 251 assertThat(decimal, is(new BigDecimal("1234.57"))); in testPredefinedTypes()
|
/system/core/adb/ |
D | SYNC.TXT | 52 comma (","). The first part is the actual path, while the second is a decimal
|
D | SERVICES.TXT | 33 new emulator starts up. <port> is a decimal number corresponding
|
/system/core/logcat/ |
D | event.logtags | 4 # Tag numbers are decimal integers, from 0 to 2^31. (Let's leave the
|
/system/libsysprop/srcs/android/sysprop/ |
D | TelephonyProperties.sysprop | 172 # of the SIM. 5 or 6 decimal digits. Indexed by phone ID
|
/system/bt/gd/hci/ |
D | hci_packets.pdl | 1150 numeric_value : 32, // 000000-999999 decimal or 0x0-0xF423F
|