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

  /external/libvpx/nestegg/halloc/src/
halloc.c 31 hlist_item_t siblings; /* 2 pointers */ member in struct:hblock
82 hlist_init_item(&p->siblings);
97 hlist_relink(&p->siblings);
105 hlist_del(&p->siblings);
125 hlist_del(&b->siblings);
138 hlist_add(&p->children, &b->siblings);
228 hblock_t * q = structof(i, hblock_t, siblings);
249 hblock_t * q = structof(i, hblock_t, siblings);
  /packages/apps/Mms/src/com/android/mms/dom/
NodeImpl.java 109 Vector<Node> siblings = ((NodeImpl)mParentNode).mChildNodes; local
110 int indexOfThis = siblings.indexOf(this);
111 return siblings.elementAt(indexOfThis + 1);
140 Vector<Node> siblings = ((NodeImpl)mParentNode).mChildNodes; local
141 int indexOfThis = siblings.indexOf(this);
142 return siblings.elementAt(indexOfThis - 1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionOverlay.java 219 List<CanvasViewInfo> siblings = view.getNodeSiblings(); local
220 if (siblings != null) {
221 for (CanvasViewInfo sibling : siblings) {
DomUtilities.java 530 * Returns true iff the given elements are contiguous siblings
533 * @return true if the elements are contiguous siblings with no gaps
537 // All elements must be siblings (e.g. same parent)
548 // Ensure that the siblings are contiguous; no gaps.
551 List<Element> siblings = DomUtilities.getChildren((Element) parent); local
552 if (siblings.size() != elements.size()) {
556 for (Element node : siblings) {
CanvasViewInfo.java 98 * a <b>circular</b> list of all the siblings that share the same node.
200 * @return a non-empty list of siblings (including this), or null
614 * (for example that {@code <merge>} siblings will provide {@link MergeCookie}
1057 List<CanvasViewInfo> siblings = parentView.getChildren(); local
    [all...]
  /external/libxslt/libxslt/
pattern.c 100 struct _xsltCompMatch *next; /* siblings in the name hash */
966 xmlNodePtr siblings = NULL; local
968 if (parent) siblings = parent->children;
970 while (siblings != NULL) {
971 if (siblings->type == XML_ELEMENT_NODE) {
972 if (siblings == node) {
976 (siblings->name != NULL) &&
977 (node->name[0] == siblings->name[0]) &&
978 (xmlStrEqual(node->name, siblings->name))) {
980 ((siblings->ns != NULL) &
1072 xmlNodePtr siblings = NULL; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 795 // All elements must be siblings (e.g. same parent)
819 List<UiElementNode> siblings = parent.getUiChildren(); local
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 429 struct list_head siblings; member in struct:yaffs_ObjectStruct
  /external/v8/src/
jsregexp.h 652 SiblingList* siblings() { return &siblings_; } function in class:v8::internal::QuickCheckDetails
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 527 milliseconds