HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 326 - 350 of 400) sorted by null

<<111213141516

  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3TreeWalker.java 415 // Children are traversed
1490 NodeList children = node.getChildNodes(); local
    [all...]
  /external/bluetooth/glib/tests/
testglib.c 273 g_assert (root->children == node_B);
281 g_assert (root->children->next == node_F);
293 g_assert (g_node_depth (node_G->children->next) == 4);
374 node = node->children->next;
    [all...]
  /external/expat/lib/
expat.h 121 and children point to an array of XML_Content cells that will be
125 the numchildren field will be zero and children will be NULL. The
128 CHOICE and SEQ will have name NULL, the number of children in
129 numchildren and children will point, recursively, to an array
142 XML_Content * children; member in struct:XML_cp
    [all...]
  /external/kernel-headers/original/linux/
device.h 144 struct list_head children; member in class:__anon2924
147 struct semaphore sem; /* locks both the children and interfaces lists */
sched.h 804 * ptrace_list/ptrace_children forms the list of my children
830 * children/sibling forms the list of my children plus the
833 struct list_head children; /* list of my children */ member in struct:task_struct
834 struct list_head sibling; /* linkage in my parent's children list */
    [all...]
usb.h 375 struct usb_device *children[USB_MAXCHILDREN]; member in struct:usb_device
    [all...]
  /external/v8/tools/
stats-viewer.py 218 for child in self.root.children.values():
  /external/webkit/WebCore/accessibility/
AXObjectCache.cpp 92 // in the list of children for its corresponding image.
104 AccessibilityObject::AccessibilityChildrenVector imageChildren = axRenderImage->children();
AccessibilityObject.h 437 virtual const AccessibilityChildrenVector& children() { return m_children; } function in class:WebCore::AccessibilityObject
  /external/webkit/WebCore/history/
HistoryItem.cpp 463 const HistoryItemVector& HistoryItem::children() const function in class:WebCore::HistoryItem
  /external/webkit/WebCore/inspector/front-end/
TimelineOverviewPane.js 121 forAllRecords(recordsArray[i].children, callback);
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.cpp 231 // Recursively walk the children.
400 RefPtr<HTMLCollection> children = head->children(); local
401 for (Node* child = children->firstItem(); child; child = children->nextItem()) {
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.h 364 * - a directory (no data, has children links
379 struct list_head children; /* list of child links */ member in struct:__anon7033
yaffs_guts.c     [all...]
  /external/elfutils/libelf/
elf_begin.c 938 /* Enlist this new descriptor in the list of children. */
941 result->next = ref->state.ar.children;
942 ref->state.ar.children = result;
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 434 bool GraphicsLayerCA::setChildren(const Vector<GraphicsLayer*>& children)
436 bool childrenChanged = GraphicsLayer::setChildren(children);
816 // Geometry orientation is mapped onto children transform in older QuartzCores.
870 const Vector<GraphicsLayer*>& childLayers = children();
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp 97 * #WebKitWebFrame can have n children.
757 priv->children.add(widget);
766 if (priv->children.contains(widget)) {
768 priv->children.remove(widget);
777 HashSet<GtkWidget*> children = priv->children; local
778 HashSet<GtkWidget*>::const_iterator end = children.end();
779 for (HashSet<GtkWidget*>::const_iterator current = children.begin(); current != end; ++current)
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/xml/
DomTest.java 972 NodeList children = formerParent.getChildNodes(); local
    [all...]
  /external/webkit/WebCore/page/
FrameView.cpp 484 const HashSet<RefPtr<Widget> >* viewChildren = children();
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 676 // Traverse children
678 if (node.children != null) {
679 for (ViewNode n : node.children) {
    [all...]
  /external/quake/quake/src/QW/client/
gl_rsurf.c 1284 // recurse down the children, front side first
1285 R_RecursiveWorldNode (node->children[side]);
1336 R_RecursiveWorldNode (node->children[!side]);
    [all...]
  /external/quake/quake/src/QW/server/
sv_user.c 1292 AddLinksToPmove ( node->children[0] );
1294 AddLinksToPmove ( node->children[1] );
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebFrame.mm     [all...]

Completed in 655 milliseconds

<<111213141516