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

1 2 3 4 5 6 7 8 91011>>

  /external/libxml2/test/schemas/
bug312957_0.xml 5 <siblings>
7 </siblings>
bug312957_1.xsd 6 <xs:selector xpath="siblings/sibling"/>
16 <xs:element name="siblings" type="siblings_type" />
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/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/chromium-trace/catapult/third_party/html5lib-python/html5lib/treewalkers/
lxmletree.py 92 siblings = self.root_node.children
93 idx = siblings.index(self)
94 if idx < len(siblings) - 1:
95 return siblings[idx + 1]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
location_info_mixin.js 183 siblings = this.treeAdapter.getChildNodes(parent),
185 siblings.indexOf(parentingLocation.beforeElement) - 1 :
186 siblings.length - 1,
187 textNode = siblings[textNodeIdx];
  /external/compiler-rt/test/cfi/
sibling.cpp 18 // Tests that the CFI enforcement distinguishes betwen non-overriding siblings.
  /system/core/debuggerd/
backtrace.h 33 const std::set<pid_t>& siblings, std::string* amfd_data);
tombstone.h 36 const std::set<pid_t>& siblings, int signal, int original_si_code,
backtrace.cpp 101 const std::set<pid_t>& siblings, std::string* amfd_data) {
109 for (pid_t sibling : siblings) {
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_script_nodehelper.cpp 34 CXFA_NodeArray siblings; local
36 XFA_NodeAcc_TraverseAnySiblings(parent, uNameHash, &siblings, bIsClassName);
37 if (siblings.GetSize() == 0) {
40 return siblings[0];
246 CXFA_NodeArray siblings; local
247 int32_t iSize = XFA_NodeAcc_TraverseSiblings(parent, dwHashName, &siblings,
250 CXFA_Node* child = siblings[i];
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
PixmapPackerIO.java 46 * @param file the file to which the atlas descriptor will be written, images will be written as siblings
56 * @param file the file to which the atlas descriptor will be written, images will be written as 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.
  /external/skia/gyp/
common_variables.gypi 30 # and NOT inherited by "uncles" (siblings of directly enclosing 'variable'
76 # so that siblings of the level-2 'variables' dict can see them.
202 # so that siblings of the level-1 'variables' dict can see them.
  /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) {
  /external/libxml2/doc/examples/
tree1.c 28 * that are siblings or children of a given xml node.
  /external/proguard/src/proguard/optimize/peephole/
HorizontalClassMerger.java 28 * This ClassVisitor inlines siblings in the program classes that it visits,
  /external/llvm/lib/Support/
IntervalMap.cpp 26 // The root has no siblings.
76 // The root has no siblings.
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
QuickViewIntentBuilder.java 176 // Restrict number of siblings to avoid hitting the IPC limit.
189 if (DEBUG) Log.d(TAG, "Copmuted siblings from index: " + firstSibling
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
EllipsizeLayout.java 12 * the siblings are not truncated. This class is useful when that ellipsize-text-view "starts"
22 * so that no siblings are truncated.</p>
  /art/test/565-checker-irreducible-loop/smali/
IrreducibleLoop.smali 53 # a live interval is found while connecting siblings, but that
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
CHANGELOG.md 56 * Fix: siblings calculation bug in `appendChild` in `htmlparser2` tree adapter.
  /external/llvm/include/llvm/CodeGen/
MachineBranchProbabilityInfo.h 31 // weight to an edge that may have siblings with non-zero weights. This can
  /frameworks/base/libs/hwui/tests/unit/
DamageAccumulatorTests.cpp 66 // Test that dirty rectangles are being unioned across "siblings
  /frameworks/support/percent/tests/res/layout/
percent_relative_layout.xml 71 percent-based margins relatively to its edge-aligned siblings. -->

Completed in 999 milliseconds

1 2 3 4 5 6 7 8 91011>>