HomeSort by relevance Sort by last modified time
    Searched refs:last_child (Results 1 - 10 of 10) sorted by null

  /system/core/include/cutils/
config_utils.h 31 cnode *last_child; member in struct:cnode
  /external/qemu/android/
config.h 26 AConfig* last_child; member in struct:AConfig
config.c 47 if(root->last_child) {
48 root->last_child->next = node;
52 root->last_child = node;
  /external/qemu/elff/
dwarf_die.cc 25 DIEObject* to_del = last_child();
115 DIEObject* child = last_child();
170 DIEObject* iter = last_child();
179 iter = last_child();
239 if (last_child() != NULL) {
240 last_child()->dump(false);
dwarf_die.h 143 DIEObject* last_child() const { function in class:DIEObject
dwarf_cu.cc 366 die_obj->link_sibling(parent_obj->last_child());
  /system/core/libcutils/
config_utils.c 57 if(root->last_child)
58 root->last_child->next = node;
62 root->last_child = node;
  /external/clearsilver/util/
neo_hdf.h 67 struct _hdf *last_child; member in struct:_hdf
neo_hdf.c 686 hs = hn->last_child;
733 hn->last_child = hp;
937 h->last_child = c;
1001 /* check to see if we are the last parent's last_child, if so
1003 if (hp == lp->last_child)
1004 lp->last_child = ln;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 639 View lastChild = mScrollView.findViewById(R.id.last_child);

Completed in 787 milliseconds