HomeSort by relevance Sort by last modified time
    Searched defs:siblings (Results 1 - 20 of 20) 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);
  /external/linux-tools-perf/util/
callchain.h 26 struct list_head siblings; member in struct:callchain_node
82 INIT_LIST_HEAD(&root->node.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 566 * Returns true iff the given elements are contiguous siblings
569 * @return true if the elements are contiguous siblings with no gaps
573 // All elements must be siblings (e.g. same parent)
584 // Ensure that the siblings are contiguous; no gaps.
587 List<Element> siblings = DomUtilities.getChildren((Element) parent); local
588 if (siblings.size() != elements.size()) {
592 for (Element node : siblings) {
    [all...]
CanvasViewInfo.java 100 * a <b>circular</b> list of all the siblings that share the same node.
210 * @return a non-empty list of siblings (including this), or null
641 * (for example that {@code <merge>} siblings will provide {@link MergeCookie}
1085 List<CanvasViewInfo> siblings = parentView.getChildren(); local
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 214 [siblings] all other nodes sharing the same parent as some node
262 def siblings method in class:ANTLR3.AST.for
    [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 800 // All elements must be siblings (e.g. same parent)
824 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 657 SiblingList* siblings() { return &siblings_; } function in class:v8::internal::QuickCheckDetails
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 496 milliseconds