HomeSort by relevance Sort by last modified time
    Searched defs:list_for_each (Results 1 - 13 of 13) sorted by null

  /system/core/include/cutils/
list.h 41 #define list_for_each(node, list) \ macro
  /external/e2fsprogs/lib/ext2fs/
kernel-list.h 106 #define list_for_each(pos, head) \ macro
  /external/e2fsprogs/lib/blkid/
list.h 152 * list_for_each - iterate over elements in a list
156 #define list_for_each(pos, head) \ macro
  /external/f2fs-tools/include/
list.h 74 #define list_for_each(pos, head) \ macro
  /system/core/init/
ueventd_parser.cpp 89 list_for_each(node, &subsystem_list) { function
devices.cpp 140 list_for_each(node, &sys_perms) { function
  /system/core/libcutils/
android_reboot.c 112 list_for_each(node, rw_entries) { function
194 list_for_each(node, &rw_entries) {
201 list_for_each(node, &ro_entries) {
  /system/core/adb/
adb_auth_client.cpp 153 list_for_each(item, &key_list) { function
adb_auth_host.cpp 376 list_for_each(item, &key_list) { function
  /external/iptables/libiptc/
linux_list.h 334 * list_for_each - iterate over a list
338 #define list_for_each(pos, head) \ macro
347 * This variant differs from list_for_each() in that it's the
  /system/sepolicy/tools/
check_seapp.c 45 #define list_for_each(list, var) \ macro
629 list_for_each(&nallow_list, cursor) {
825 list_for_each(&input_file_list, cursor) {
893 list_for_each(&input_file_list, cursor) {
1133 list_for_each(&input_file_list, cursor) {
1145 list_for_each(&line_order_list, cursor) {
1150 list_for_each(&line_order_list, cursor) {
1153 list_for_each(&r->violations, v) {
1184 list_for_each(&line_order_list, cursor) {
  /hardware/qcom/audio/hal/msm8916/
platform.c 545 list_for_each(node, &operator_info_list) {
566 list_for_each(node, operator_specific_device_table[snd_device]) { function
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 567 list_for_each(node, &operator_info_list) {
588 list_for_each(node, operator_specific_device_table[snd_device]) { function
645 list_for_each(node, &adev->usecase_list) {
    [all...]

Completed in 612 milliseconds