Home
last modified time | relevance | path

Searched refs:number (Results 1 – 17 of 17) sorted by relevance

/system/core/logd/
DREADME.property16 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
Devent.logtags19 # 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/
Dutils.h54 #define ROUND_UP(number,size) (((number + size - 1) / size) * size) argument
/system/core/adb/
DSYNC.TXT21 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
DSERVICES.TXT8 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.
Dusb_osx.c349 UInt8 number; in CheckInterface() local
353 &number, &transferType, &maxPacketSize, &interval); in CheckInterface()
DOVERVIEW.TXT89 For example, to query the ADB server for its internal version number,
108 hex string corresponding to the server's internal version number
Dprotocol.txt212 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/
DREADME9 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/
Dutil.c197 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/
Devent.logtags19 # 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/
Dfastboot_protocol.txt44 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
Dusb_osx.c188 UInt8 number; in try_interfaces() local
193 &number, &transferType, &maxPacketSize, &interval); in try_interfaces()
/system/extras/tests/fstest/
DREADME44 start with a number). If it is a user name, getpwnam() will be used to
/system/keymaster/
Dasymmetric_key.cpp263 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/
DREADME89 * iiii: sequential number, assigned in the order resources are found.
150 configuration/value pairs. Any number of overlay packages may be loaded
/system/vold/
DVolumeManager.cpp58 #define ROUND_UP_POWER_OF_2(number, po2) (((!!(number & ((1U << po2) - 1))) << po2)\ argument
59 + (number & (~((1U << po2) - 1))))