/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityARIAGridCell.cpp | 89 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/ |
D | halloc.c | 31 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/ |
D | chromiumsync.py | 385 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/ |
D | callchain.h | 26 struct list_head siblings; member 82 INIT_LIST_HEAD(&root->node.siblings); in callchain_init()
|
D | callchain.c | 30 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/ |
D | pattern.c | 966 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/ |
D | doclava-developer-docs.js | 452 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");
|
D | jquery-resizable.min.js | 12 …,"nextSibling")},prevAll:function(E){return o.dir(E,"previousSibling")},siblings:function(E){retur… method
|
/external/yaffs2/yaffs2/ |
D | yaffs_guts.c | 1318 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 …]
|
D | yaffs_guts.h | 429 struct list_head siblings; member
|
D | yaffs_fs.c | 915 l = list_entry(i, yaffs_Object, siblings); in yaffs_readdir()
|
/external/yaffs2/yaffs2/direct/ |
D | yaffsfs.c | 1205 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/ |
D | TODO | 106 entire list for each group of siblings right now!
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 262 def siblings method
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents_view_mac.mm | 107 // with us. In case there are other siblings of the content area, we want
|
/external/protobuf/src/google/protobuf/ |
D | unittest.proto | 384 // Test that groups have disjoint field numbers from their siblings and
|
/external/v8/src/ |
D | jsregexp.h | 657 SiblingList* siblings() { return &siblings_; } in siblings() function
|
/external/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 847 vperm \U, \New, \U, \Umask ;# Combine new pels with siblings
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | jquery-1.3.2.js | 1184 siblings: function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);}, method
|
D | prototype-1.6.0.3.js | 1727 siblings: function(element) { method
|
D | concat-jquery-mootools-prototype.js | 1184 siblings: function(elem){return jQuery.sibling(elem.parentNode.firstChild,elem);}, method 10106 siblings: function(element) { method
|
/external/regex-re2/benchlog/ |
D | benchlog.r70 | 10 siblings : 2
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/ |
D | jquery-1.4.1.min.js | 97 …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/ |
D | jquery-1.4.2.min.js | 98 …ing",d)},prevUntil:function(a,b,d){return c.dir(a,"previousSibling",d)},siblings:function(a){retur… method
|
/external/bluetooth/glib/gobject/ |
D | ChangeLog | 2079 not the siblings. (Problem found by Jon Trowbridge, patch from
|