Home
last modified time | relevance | path

Searched refs:siblings (Results 1 – 25 of 40) sorted by relevance

12

/external/webkit/Source/WebCore/accessibility/
DAccessibilityARIAGridCell.cpp89 AccessibilityChildrenVector siblings = parent->children(); in rowIndexRange() local
90 unsigned childrenSize = siblings.size(); in rowIndexRange()
92 if (siblings[k].get() == this) { in rowIndexRange()
112 AccessibilityChildrenVector siblings = parent->children(); in columnIndexRange() local
113 unsigned childrenSize = siblings.size(); in columnIndexRange()
115 if (siblings[k].get() == this) { in columnIndexRange()
/external/libvpx/nestegg/halloc/src/
Dhalloc.c31 hlist_item_t siblings; /* 2 pointers */ member
82 hlist_init_item(&p->siblings); in halloc()
97 hlist_relink(&p->siblings); in halloc()
105 hlist_del(&p->siblings); in halloc()
125 hlist_del(&b->siblings); in hattach()
138 hlist_add(&p->children, &b->siblings); in hattach()
228 hblock_t * q = structof(i, hblock_t, siblings); in _relate()
249 hblock_t * q = structof(i, hblock_t, siblings); in _free_children()
/external/chromium/net/tools/testserver/
Dchromiumsync.py385 siblings = [x for x in self._entries.values()
387 siblings = sorted(siblings, key=operator.attrgetter('position_in_parent'))
390 if not siblings:
395 entry.position_in_parent = ExtendRange(siblings[0], -1)
398 for item, successor in zip(siblings, siblings[1:]):
412 entry.position_in_parent = ExtendRange(siblings[-1], +1)
/external/linux-tools-perf/util/
Dcallchain.h26 struct list_head siblings; member
82 INIT_LIST_HEAD(&root->node.siblings); in callchain_init()
Dcallchain.c30 list_for_each_entry(child, &parent->children, siblings)
33 list_for_each_entry_safe(child, next, &parent->children, siblings)
193 list_add_tail(&new->siblings, &parent->children); in create_child()
423 list_del(&child->siblings); in merge_chain_branch()
/external/libxslt/libxslt/
Dpattern.c966 xmlNodePtr siblings = NULL; in xsltTestCompMatch() local
968 if (parent) siblings = parent->children; in xsltTestCompMatch()
970 while (siblings != NULL) { in xsltTestCompMatch()
971 if (siblings->type == XML_ELEMENT_NODE) { in xsltTestCompMatch()
972 if (siblings == node) { in xsltTestCompMatch()
976 (siblings->name != NULL) && in xsltTestCompMatch()
977 (node->name[0] == siblings->name[0]) && in xsltTestCompMatch()
978 (xmlStrEqual(node->name, siblings->name))) { in xsltTestCompMatch()
980 ((siblings->ns != NULL) && in xsltTestCompMatch()
982 siblings->ns->href)))) in xsltTestCompMatch()
[all …]
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.js452 node.siblings().css("display","none"); // hide all siblings
457 node.siblings().filter(".en").css("display","inline");
466 node.siblings().css("display","none"); // hide all siblings
471 node.siblings().filter(".en").css("display","inline");
Djquery-resizable.min.js12 …,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){retur… method
/external/yaffs2/yaffs2/
Dyaffs_guts.c1318 newObjects[i].siblings.next = in yaffs_CreateFreeObjects()
1322 newObjects[nObjects - 1].siblings.next = (void *)dev->freeObjects; in yaffs_CreateFreeObjects()
1356 (yaffs_Object *) (dev->freeObjects->siblings.next); in yaffs_AllocateEmptyObject()
1367 INIT_LIST_HEAD(&tn->siblings); in yaffs_AllocateEmptyObject()
1435 tn->siblings.next = (struct list_head *)(dev->freeObjects); in yaffs_FreeObject()
4508 list_del_init(&hl->siblings); in yaffs_UnlinkWorker()
5123 l = list_entry(i, yaffs_Object, siblings); in yaffs_Scan()
5804 l = list_entry(i, yaffs_Object, siblings); in yaffs_ScanBackwards()
5814 l = list_entry(i, yaffs_Object, siblings); in yaffs_ScanBackwards()
5837 list_del_init(&obj->siblings); in yaffs_RemoveObjectFromDirectory()
[all …]
Dyaffs_guts.h429 struct list_head siblings; member
Dyaffs_fs.c915 l = list_entry(i, yaffs_Object, siblings); in yaffs_readdir()
/external/yaffs2/yaffs2/direct/
Dyaffsfs.c1205 yaffs_Object,siblings); in yaffsfs_SetDirRewound()
1222 struct list_head *next = dsc->nextReturn->siblings.next; in yaffsfs_DirAdvance()
1227 dsc->nextReturn = list_entry(next,yaffs_Object,siblings); in yaffsfs_DirAdvance()
/external/libmtp/
DTODO106 entire list for each group of siblings right now!
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb262 def siblings method
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_mac.mm107 // with us. In case there are other siblings of the content area, we want
/external/protobuf/src/google/protobuf/
Dunittest.proto384 // Test that groups have disjoint field numbers from their siblings and
/external/v8/src/
Djsregexp.h657 SiblingList* siblings() { return &siblings_; } in siblings() function
/external/libvpx/vp8/common/ppc/
Dloopfilter_filters_altivec.asm847 vperm \U, \New, \U, \Umask ;# Combine new pels with siblings
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Djquery-1.3.2.js1184 siblings: function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);}, method
Dprototype-1.6.0.3.js1727 siblings: function(element) { method
Dconcat-jquery-mootools-prototype.js1184 siblings: function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);}, method
10106 siblings: function(element) { method
/external/regex-re2/benchlog/
Dbenchlog.r7010 siblings : 2
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
Djquery-1.4.1.min.js97 …ing",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){retur… method
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/
Djquery-1.4.2.min.js98 …ing",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){retur… method
/external/bluetooth/glib/gobject/
DChangeLog2079 not the siblings. (Problem found by Jon Trowbridge, patch from

12