Searched defs:list_for_each (Results 1 - 4 of 4) sorted by relevance

/system/core/include/cutils/
H A Dlist.h41 #define list_for_each(node, list) \ macro
/system/core/libcutils/include/cutils/
H A Dlist.h41 #define list_for_each(node, list) \ macro
/system/core/libcutils/include_vndk/cutils/
H A Dlist.h41 #define list_for_each(node, list) \ macro
/system/sepolicy/tools/
H A Dcheck_seapp.c45 #define list_for_each(list, var) \ macro
658 list_for_each(&nallow_list, cursor) {
854 list_for_each(&input_file_list, cursor) {
921 list_for_each(&input_file_list, cursor) {
1162 list_for_each(&input_file_list, cursor) {
1174 list_for_each(&line_order_list, cursor) {
1179 list_for_each(&line_order_list, cursor) {
1182 list_for_each(&r->violations, v) {
1213 list_for_each(&line_order_list, cursor) {

Completed in 95 milliseconds