Searched refs:number (Results 1 – 17 of 17) sorted by relevance
/system/core/logd/ |
D | README.property | 16 persist.logd.size number 256K default size of the buffer for all 19 persist.logd.size.main number 256K Size of the buffer for the main log 20 persist.logd.size.system number 256K Size of the buffer for the system log 21 persist.logd.size.radio number 256K Size of the buffer for the radio log 22 persist.logd.size.event number 256K Size of the buffer for the event log 23 persist.logd.size.crash number 256K Size of the buffer for the crash log 26 - number support multipliers (K or M) for convenience. Range is limited
|
D | event.logtags | 19 # The data type is a number from the following values: 25 # The data unit is a number taken from the following list:
|
/system/core/fastbootd/ |
D | utils.h | 54 #define ROUND_UP(number,size) (((number + size - 1) / size) * size) argument
|
/system/core/adb/ |
D | SYNC.TXT | 21 integer, with various uses. This number will be called "length" below. In fact 35 For all of the sync request above the must be followed by length number of 48 6. length number of bytes containing an utf-8 string representing the file 66 follows chunk size number of bytes. This is repeated until the file is 79 the chuck size. After follows chunk size number of bytes. This is repeated
|
D | SERVICES.TXT | 8 Ask the ADB server for its internal version number. 11 hex string corresponding to its internal version number, without 37 new emulator starts up. <port> is a decimal number corresponding 45 host:transport:<serial-number> 47 <serial-number>. After the OKAY response, every client request will 67 host-serial:<serial-number>:<request> 68 This is a special form of query, where the 'host-serial:<serial-number>:' 90 Returns the serial number of the corresponding device/emulator. 143 Where <serial> is a device serial number.
|
D | usb_osx.c | 349 UInt8 number; in CheckInterface() local 353 &number, &transferType, &maxPacketSize, &interval); in CheckInterface()
|
D | OVERVIEW.TXT | 89 For example, to query the ADB server for its internal version number, 108 hex string corresponding to the server's internal version number
|
D | protocol.txt | 212 The bridge program will be able to have a number of mini-servers 222 support a smaller, fixed number of channels using pre-assigned channel
|
/system/extras/tests/sdcard/ |
D | README | 9 to check how the sdcard scale with the number of processes. 51 To plot the result using the iter number of the x axis:
|
/system/core/init/ |
D | util.c | 197 int number; member 232 mtd_part_map[mtd_part_count].number = mtdnum; in find_mtd_partitions() 259 return mtd_part_map[n].number; in mtd_name_to_number()
|
/system/core/logcat/ |
D | event.logtags | 19 # The data type is a number from the following values: 25 # The data unit is a number taken from the following list: 52 # contacts aggregation: time and number of contacts.
|
/system/core/fastboot/ |
D | fastboot_protocol.txt | 44 DATA00000000 where the 8 digit hexidecimal number represents 50 until the client has sent or received the number of bytes indicated 163 serialno Product serial number
|
D | usb_osx.c | 188 UInt8 number; in try_interfaces() local 193 &number, &transferType, &maxPacketSize, &interval); in try_interfaces()
|
/system/extras/tests/fstest/ |
D | README | 44 start with a number). If it is a user name, getpwnam() will be used to
|
/system/keymaster/ |
D | asymmetric_key.cpp | 263 static void SetDsaParamData(AuthorizationSet* auths, TypedTag<KM_BIGNUM, Tag> tag, BIGNUM* number) { in SetDsaParamData() argument 265 convert_bn_to_blob(number, &blob); in SetDsaParamData()
|
/system/core/libutils/ |
D | README | 89 * iiii: sequential number, assigned in the order resources are found. 150 configuration/value pairs. Any number of overlay packages may be loaded
|
/system/vold/ |
D | VolumeManager.cpp | 58 #define ROUND_UP_POWER_OF_2(number, po2) (((!!(number & ((1U << po2) - 1))) << po2)\ argument 59 + (number & (~((1U << po2) - 1))))
|