Home
last modified time | relevance | path

Searched refs:four (Results 1 – 4 of 4) sorted by relevance

/system/core/libbacktrace/
Dbacktrace_testlib.c19 int test_level_four(int one, int two, int three, int four, in test_level_four() argument
27 return one + two + three + four; in test_level_four()
30 int test_level_three(int one, int two, int three, int four, in test_level_three() argument
32 return test_level_four(one+3, two+6, three+9, four+12, callback_func, data) + 3; in test_level_three()
35 int test_level_two(int one, int two, int three, int four, in test_level_two() argument
37 return test_level_three(one+2, two+4, three+6, four+8, callback_func, data) + 2; in test_level_two()
40 int test_level_one(int one, int two, int three, int four, in test_level_one() argument
42 return test_level_two(one+1, two+2, three+3, four+4, callback_func, data) + 1; in test_level_one()
/system/core/adb/
DSYNC.TXT19 responses. The first four bytes is an id and specifies sync request is
20 represented by four utf-8 characters. The last four bytes is a Little-Endian
43 1. A four-byte sync response id beeing "DENT"
44 2. A four-byte integer representing file mode.
45 3. A four-byte integer representing file size.
46 4. A four-byte integer representing last modified time.
47 5. A four-byte integer representing file name length.
/system/core/fastboot/
Dfastboot_protocol.txt28 The first four bytes of the response are "OKAY", "FAIL", "DATA",
54 The first four bytes of the response are "OKAY", "FAIL", or "INFO".
/system/core/init/
Dreadme.txt5 The Android Init Language consists of four broad classes of statements,
63 This is a device-critical service. If it exits more than four times in
64 four minutes, the device will reboot into recovery mode.