Home
last modified time | relevance | path

Searched refs:first_child (Results 1 – 5 of 5) sorted by relevance

/external/qemu/android/
Dconfig.c38 for(node = root->first_child; node; node = node->next) { in _aconfig_find()
50 root->first_child = node; in _aconfig_find()
444 for (child = node->first_child; child; child = child->next) in writer_node()
462 for (child = root->first_child; child; child = child->next) in aconfig_save_file()
Dconfig.h25 AConfig* first_child; member
/external/qemu/android/skin/
Dfile.c316 for (node = node->first_child; node != NULL; node = node->next) in skin_part_create_from_v1()
367 for (node = node->first_child; node != NULL; node = node->next) in skin_part_create_from_v2()
517 for (node = root->first_child; node; node = node->next) in skin_layout_create_from_v2()
625 for (node = node->first_child; node != NULL; node = node->next) in skin_file_load_from_v2()
648 for (node = node->first_child; node != NULL; node = node->next) in skin_file_load_from_v2()
Dkeyset.c386 AConfig* node = root->first_child;; in skin_keyset_new()
/external/e2fsprogs/e2fsck/
Dprofile.c142 struct profile_node *first_child; member
1057 for (child=node->first_child; child; child = next) { in profile_free_node()
1122 if (node->value && node->first_child) in profile_verify_node()
1126 for (p = node->first_child; p; last = p, p = p->next) { in profile_verify_node()
1162 for (p=section->first_child, last = 0; p; last = p, p = p->next) { in profile_add_node()
1181 section->first_child = new; in profile_add_node()
1212 p = section->first_child; in profile_find_node()
1390 for (p=section->first_child; p; p = p->next) { in profile_node_iterator()
1408 iter->node = section->first_child; in profile_node_iterator()