Searched refs:list_for_each (Results 1 – 5 of 5) sorted by relevance
/system/sepolicy/tools/ |
D | check_seapp.c | 45 #define list_for_each(list, var) \ macro 658 list_for_each(&nallow_list, cursor) { in rule_map_validate() 854 list_for_each(&input_file_list, cursor) { in init() 921 list_for_each(&input_file_list, cursor) { in init() 1169 list_for_each(&input_file_list, cursor) { in parse() 1181 list_for_each(&line_order_list, cursor) { in validate() 1186 list_for_each(&line_order_list, cursor) { in validate() 1189 list_for_each(&r->violations, v) { in validate() 1220 list_for_each(&line_order_list, cursor) { in output()
|
/system/core/libcutils/include/cutils/ |
D | list.h | 41 #define list_for_each(node, list) \ macro
|
/system/core/libcutils/include_vndk/cutils/ |
D | list.h | 41 #define list_for_each(node, list) \ macro
|
/system/core/liblog/ |
D | pmsg_reader.cpp | 282 list_for_each(node, &name_list) { in __android_log_pmsg_file_read()
|
D | logprint.cpp | 1371 list_for_each(node, &convertHead) { in convertMonotonic()
|