Searched refs:four (Results 1 – 10 of 10) sorted by relevance
/system/unwinding/libbacktrace/ |
D | backtrace_testlib.cpp | 38 int test_level_four(int one, int two, int three, int four, void (*callback_func)(void*), in test_level_four() argument 46 return one + two + three + four; in test_level_four() 49 int test_level_three(int one, int two, int three, int four, void (*callback_func)(void*), in test_level_three() argument 51 return test_level_four(one + 3, two + 6, three + 9, four + 12, callback_func, data) + 3; in test_level_three() 54 int test_level_two(int one, int two, int three, int four, void (*callback_func)(void*), void* data)… in test_level_two() argument 55 return test_level_three(one + 2, two + 4, three + 6, four + 8, callback_func, data) + 2; in test_level_two() 58 int test_level_one(int one, int two, int three, int four, void (*callback_func)(void*), void* data)… in test_level_one() argument 59 return test_level_two(one + 1, two + 2, three + 3, four + 4, callback_func, data) + 1; in test_level_one()
|
/system/extras/brillo_config/ |
D | Android.mk | 61 four numbers separated by dots. Example: "1.2.0.0")
|
/system/unwinding/libunwindstack/tests/ |
D | MemoryTest.cpp | 51 uint64_t four; member
|
/system/netd/tests/benchmarks/ |
D | README.md | 8 four statistics:
|
/system/chre/doc/ |
D | framework_debugging.md | 22 CHRE framework currently supports four levels, namely Error `LOGE()`, Warning
|
/system/bt/gd/packet/parser/test/ |
D | test_packets.pdl | 404 four : 32,
|
/system/core/fastboot/ |
D | README.md | 31 The first four bytes of the response are "OKAY", "FAIL", "DATA", 57 The first four bytes of the response are "OKAY", "FAIL", or "INFO".
|
/system/apex/docs/ |
D | README.md | 47 The four files in an APEX file are: 571 The four files in an APEX file are:
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 600 When reporting, it happens that not all records are of interest. The report command supports four
|
/system/core/init/ |
D | README.md | 176 > This is a device-critical service. If it exits more than four times in
|