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

  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 27 DIEObject* to_del = last_child();
117 DIEObject* child = last_child();
172 DIEObject* iter = last_child();
181 iter = last_child();
241 if (last_child() != NULL) {
242 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());
  /external/qemu/android/
config-file.h 26 AConfig* last_child; member in struct:AConfig
config-file.c 49 if(root->last_child) {
50 root->last_child->next = node;
54 root->last_child = node;
  /system/core/include/cutils/
config_utils.h 31 cnode *last_child; member in struct:cnode
  /system/core/libcutils/
config_utils.c 57 if(root->last_child)
58 root->last_child->next = node;
62 root->last_child = node;
  /external/openfst/src/include/fst/extensions/ngram/
ngram-fst.h 557 const size_t last_child = context_index_.Select0(node_rank + 1) - 1; local
558 root_num_children_ = last_child - root_first_child_ + 1;
577 size_t last_child = context_index_.Select0(node_rank + 1) - 1; local
580 loc = lower_bound(children, children + last_child - first_child + 1,
582 if (loc == children + last_child - first_child + 1 ||
590 last_child = context_index_.Select0(node_rank + 1) - 1;
612 size_t last_child = context_index_.Select0(node_rank + 1) - 1; local
615 loc = lower_bound(children, children + last_child - first_child + 1,
617 if (loc == children + last_child - first_child + 1 || *loc != *cit) {
626 last_child = context_index_.Select0(node_rank + 1) - 1
    [all...]
  /cts/tests/tests/view/res/layout/
scrollview_layout.xml 99 android:id="@+id/last_child"
  /cts/tests/tests/widget/res/layout/
scrollview_layout.xml 99 android:id="@+id/last_child"
  /external/droiddriver/src/com/google/android/droiddriver/scroll/
SentinelStrategy.java 102 return "LAST_CHILD";
  /external/chromium_org/ui/gfx/geometry/
r_tree_base.cc 151 scoped_ptr<NodeBase> last_child(children_.back());
153 last_child->set_parent(NULL);
154 return last_child.Pass();
r_tree_unittest.cc 630 scoped_ptr<RTreeNodeBase> last_child(test_parent->RemoveAndReturnLastChild());
631 EXPECT_EQ(child, last_child.get());
    [all...]
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/third_party/jqTree/
tree.jquery.js     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
ScrollViewTest.java 503 View lastChild = mScrollView.findViewById(R.id.last_child);

Completed in 2341 milliseconds