HomeSort by relevance Sort by last modified time
    Searched full:first_child (Results 1 - 25 of 39) sorted by null

1 2

  /external/qemu/android/
config.h 25 AConfig* first_child; member in struct:AConfig
config.c 39 for(node = root->first_child; node; node = node->next) {
51 root->first_child = node;
454 for (child = node->first_child; child; child = child->next)
472 for (child = root->first_child; child; child = child->next)
  /system/core/include/cutils/
config_utils.h 30 cnode *first_child; member in struct:cnode
  /system/core/libcutils/
config_utils.c 44 for(node = root->first_child; node; node = node->next)
60 root->first_child = node;
321 cnode *cur = root->first_child;
  /external/qemu/android/skin/
file.c 333 for (node = node->first_child; node != NULL; node = node->next)
384 for (node = node->first_child; node != NULL; node = node->next)
534 for (node = root->first_child; node; node = node->next)
643 for (node = node->first_child; node != NULL; node = node->next)
666 for (node = node->first_child; node != NULL; node = node->next)
keyset.c 386 AConfig* node = root->first_child;;
  /cts/tests/res/layout/
scrollview_layout.xml 28 android:id="@+id/first_child"
  /external/e2fsprogs/e2fsck/
profile.c 142 struct profile_node *first_child; member in struct:profile_node
1034 * or more child nodes, pointed to by first_child.
1037 * containing a string. Its first_child pointer must be null.
1054 for (child=node->first_child; child; child = next) {
1119 if (node->value && node->first_child)
1123 for (p = node->first_child; p; last = p, p = p->next) {
1159 for (p=section->first_child, last = 0; p; last = p, p = p->next) {
1178 section->first_child = new;
1209 p = section->first_child;
1387 for (p=section->first_child; p; p = p->next)
    [all...]
  /frameworks/av/services/audioflinger/
AudioPolicyService.cpp     [all...]
  /bootable/diskinstaller/
installer.c 66 if (root->first_child == NULL) {
466 for (img = images->first_child; img; img = img->next) {
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 502 View firstChild = mScrollView.findViewById(R.id.first_child);
523 View child = mScrollView.findViewById(R.id.first_child);
  /external/skia/src/views/
SkView.cpp 262 goto FIRST_CHILD;
269 FIRST_CHILD:
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 436 node = node->first_child;
514 node = node->first_child;
  /system/core/libdiskconfig/
diskconfig.c 98 for (partnode = root->first_child; partnode; partnode = partnode->next) {
162 if (root->first_child == NULL) {
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/arm-eabi/bin/
nm 
ar 
objcopy 
ranlib 
strip 
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-addr2line 
arm-eabi-c++filt 
arm-eabi-nm 
arm-eabi-size 
arm-eabi-strings 

Completed in 1056 milliseconds

1 2