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

1 2 3 4 5 6

  /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/webkit/WebCore/accessibility/
AccessibilityARIAGridCell.cpp 83 AccessibilityChildrenVector siblings = parent->children();
84 unsigned childrenSize = siblings.size();
86 if (siblings[k].get() == this) {
  /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/layoutopt/libs/uix/src/resources/rules/
UselessLayout.rule 7 // - The node does not have siblings
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_textsplittextone.java 33 * as siblings in the tree.
40 * to ensure that the two nodes are indeed siblings.
textsplittextone.java 33 * as siblings in the tree.
40 * to ensure that the two nodes are indeed siblings.
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 395 node.siblings().css("display","none"); // hide all siblings
400 node.siblings().filter(".en").css("display","inline");
409 node.siblings().css("display","none"); // hide all siblings
414 node.siblings().filter(".en").css("display","inline");
  /external/proguard/src/proguard/optimize/peephole/
HorizontalClassMerger.java 28 * This ClassVisitor inlines siblings in the program classes that it visits,
  /external/qemu/elff/
dwarf_die.h 90 * is false, all the childs and siblings of this object will be dumped
157 /* Links next sibling to the list of this DIE siblings. */
  /external/webkit/WebCore/rendering/
CounterNode.h 34 // Not that render tree children are often counter tree siblings due to counter scoping rules.
  /frameworks/base/docs/html/guide/tutorials/views/
hello-relativelayout.jd 7 in positions relative to the parent or siblings elements.</p>
  /libcore/luni/src/main/java/org/w3c/dom/
DocumentFragment.java 45 * useful when the user wishes to create nodes that are siblings; the
  /external/webkit/WebCore/editing/
BreakBlockquoteCommand.cpp 163 // Move the startNode and its siblings.
175 // This is so we can clone ancestor's siblings and place the clones
  /libcore/luni/src/main/java/org/apache/xml/dtm/
Axis.java 78 * The following-sibling axis contains all the following siblings of the
110 * The preceding-sibling axis contains all the preceding siblings of the
  /build/tools/droiddoc/templates/assets/
android-developer-docs.js 442 node.siblings().css("display","none"); // hide all siblings
447 node.siblings().filter(".en").css("display","inline");
456 node.siblings().css("display","none"); // hide all siblings
461 node.siblings().filter(".en").css("display","inline");
  /external/iproute2/man/man8/
tc-cbq-details.8 235 it will try to borrow avgidle from siblings that are not
356 Signifies that this class will not borrow bandwidth from its siblings.
359 Means that this class will not borrow bandwidth to its siblings
tc-cbq.8 145 Classes by default borrow bandwidth from their siblings. A class can be
273 Signifies that this class will not borrow bandwidth from its siblings.
276 Means that this class will not borrow bandwidth to its siblings
  /external/webkit/WebCore/page/
FrameTree.cpp 110 // from the root frame down to us. For this path to be unique, each set of siblings must
283 // no siblings, no parent, self==top
  /external/webkit/WebCore/html/
HTMLParser.h 171 // adding such new elements as siblings instead of children once it is reached.
  /frameworks/base/docs/html/guide/topics/ui/
how-android-draws.jd 18 siblings drawn in the order they appear in the tree.
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
TextImpl.java 102 Node toRemove = n; // because removeChild() detaches siblings
  /libcore/luni/src/main/java/org/apache/xalan/processor/
ProcessorExsltFunction.java 120 * the func:result element does not contain any following siblings except xsl:fallback.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ftw.h 100 (if FTW_DEPTH) and then its siblings. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java 105 // with no siblings.
  /frameworks/base/docs/html/videos/
index.jd 200 $("#"+name+"Box").addClass("selected").siblings().removeClass("selected");
201 $("#"+name+"Tab").addClass("selected").siblings().removeClass("selected");

Completed in 625 milliseconds

1 2 3 4 5 6