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

1 2 34 5 6 7 8 91011>>

  /external/webkit/WebCore/bridge/qt/
qt_class.cpp 151 QList<QObject*> children = obj->children(); local
152 for (int index = 0; index < children.count(); ++index) {
153 QObject *child = children.at(index);
185 QList<QObject*> children = obj->children(); local
186 for (index = 0; index < children.count(); ++index) {
187 QObject *child = children.at(index);
  /external/webkit/WebCore/wml/
WMLTableElement.cpp 119 RefPtr<NodeList> children = startElement->childNodes(); local
120 if (!children)
123 unsigned length = children->length();
125 Node* child = children->item(i);
135 RefPtr<NodeList> children = sourceElement->childNodes(); local
136 if (!children)
141 unsigned length = children->length();
143 RefPtr<Node> clonedNode = children->item(i)->cloneNode(true);
  /external/webkit/WebKit/mac/History/
WebHistoryItemPrivate.h 53 - (NSArray *)children;
WebHistoryItem.mm 62 static NSString *childrenKey = @"children";
231 if (coreItem->children().size()) {
232 const HistoryItemVector& children = coreItem->children();
234 unsigned size = children.size();
236 WebHistoryItem *child = kit(children[i].get());
497 if (coreItem->children().size()) {
498 const HistoryItemVector& children = coreItem->children();
499 NSMutableArray *childDicts = [NSMutableArray arrayWithCapacity:children.size()]
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
LayoutResult.java 94 public void setChildren(ILayoutViewInfo[] children) {
95 mChildren = children;
  /system/core/libacc/
Android.mk 28 # Build children
  /external/oprofile/daemon/
opd_perfmon.c 96 static struct child * children; variable in typeref:struct:child
121 if (children[i].pid == getpid()) {
122 children[i].sigusr1 = 1;
134 if (children[i].pid == getpid()) {
135 children[i].sigusr2 = 1;
317 struct child * self = &children[cpu];
419 children = xmalloc(sizeof(struct child) * nr_cpus);
424 if (pipe(children[i].up_pipe)) {
438 children[i].pid = ret;
440 wait_for_child(&children[i])
    [all...]
  /external/bluetooth/glib/gobject/
gobject-query.c 61 GType *children; local
67 children = g_type_children (type, NULL);
84 if (children && recursion)
94 for (child = children; *child; child++)
100 g_free (children);
  /external/webkit/WebCore/platform/gtk/
PopupMenuGtk.cpp 91 GList* children = GTK_MENU_SHELL(m_popup.get())->children; local
97 GtkWidget* item = reinterpret_cast<GtkWidget*>(children->data);
102 children = g_list_next(children);
  /external/webkit/WebKitTools/Scripts/
sort-Xcode-project-file 29 # Script to sort "children" and "files" sections in Xcode project.pbxproj files
114 } elsif ($line =~ /^(\s*)children = \(\s*$/) {
117 my @children;
123 push @children, $childLine;
127 print $OUT @children;
129 print $OUT sort sortChildrenByFileName @children;
  /external/webkit/WebCore/inspector/front-end/
ProfileView.js 186 var children = this.profileDataGridTree.children;
187 var count = children.length;
190 this.dataGrid.appendChild(children[index]);
198 var child = this.dataGrid.children[0];
347 var current = this.profileDataGridTree.children[0];
555 var nodesToTraverse = [ { parent: head, children: head.children } ];
559 var children = pair.children;
    [all...]
DOMAgent.js 52 this.children = null;
60 if (payload.children)
61 this._setChildrenPayload(payload.children);
158 this.children = [ node ];
160 this.children.splice(this.children.indexOf(prev) + 1, 0, node);
167 this.children.splice(this.children.indexOf(node), 1);
174 this.children = [];
178 this.children.push(node)
    [all...]
  /external/qemu/android/skin/
composer.c 27 int n, count = areflist_count( p->group.children );
33 SkinPlate* child = areflist_get( p->group.children, n );
60 int n, count = areflist_count( p->group.children );
66 SkinPlate* child = areflist_get( p->group.children, n );
115 int n = areflist_count( p->group.children );
117 n = areflist_indexOf( p->group.children, child );
121 child = areflist_get( p->group.children, n );
215 areflist_init( p->group.children );
246 while ( areflist_count( p->group.children ) )
247 skin_plate_free( areflist_get( p->group.children, 0 ) )
    [all...]
  /cts/tests/src/android/widget/cts/util/
ExpandableListScenario.java 92 * Sets the number of children per group.
94 * @param numChildrenPerGroup The number of children per group.
103 * groups and children per group.
180 .children.get(ExpandableListView.getPackedPositionChild(packedPosition))
210 if (child >= mGroups.get(group).children.size() || child < 0) {
268 * Returns a group index containing either the number of children or at
309 return mGroups.get(groupPosition).children.get(childPosition).id;
313 return mGroups.get(groupPosition).children.size();
355 List<MyChild> children; field in class:ExpandableListScenario.MyGroup
359 children = new ArrayList<MyChild>(numChildren)
    [all...]
  /external/quake/quake/src/QW/client/
r_light.c 84 R_MarkLights (light, bit, node->children[0]);
89 R_MarkLights (light, bit, node->children[1]);
105 R_MarkLights (light, bit, node->children[0]);
106 R_MarkLights (light, bit, node->children[1]);
168 return RecursiveLightPoint (node->children[side], start, end);
176 r = RecursiveLightPoint (node->children[side], start, mid);
235 return RecursiveLightPoint (node->children[!side], mid, end);
  /external/quake/quake/src/WinQuake/
r_light.cpp 84 R_MarkLights (light, bit, node->children[0]);
89 R_MarkLights (light, bit, node->children[1]);
105 R_MarkLights (light, bit, node->children[0]);
106 R_MarkLights (light, bit, node->children[1]);
168 return RecursiveLightPoint (node->children[side], start, end);
176 r = RecursiveLightPoint (node->children[side], start, mid);
235 return RecursiveLightPoint (node->children[!side], mid, end);
world.cpp 84 box_clipnodes[i].children[side] = CONTENTS_EMPTY;
86 box_clipnodes[i].children[side^1] = i + 1;
88 box_clipnodes[i].children[side^1] = CONTENTS_SOLID;
185 struct areanode_s *children[2]; member in struct:areanode_s
217 anode->children[0] = anode->children[1] = NULL;
235 anode->children[0] = SV_CreateAreaNode (depth+1, mins2, maxs2);
236 anode->children[1] = SV_CreateAreaNode (depth+1, mins1, maxs1);
316 SV_TouchLinks ( ent, node->children[0] );
318 SV_TouchLinks ( ent, node->children[1] )
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
ExpandableListScenario.java 92 * Sets the number of children per group.
94 * @param numChildrenPerGroup The number of children per group.
103 * groups and children per group.
180 .children.get(ExpandableListView.getPackedPositionChild(packedPosition))
210 if (child >= mGroups.get(group).children.size() || child < 0) {
268 * Returns a group index containing either the number of children or at
309 return mGroups.get(groupPosition).children.get(childPosition).id;
313 return mGroups.get(groupPosition).children.size();
355 List<MyChild> children; field in class:ExpandableListScenario.MyGroup
359 children = new ArrayList<MyChild>(numChildren)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 35 * an attributes list and a children list.
48 /** The list of allowed children */
59 * tooltip, SDK url, attributes list, children list and mandatory.
66 * @param children The list of allowed children. Can be null or empty.
74 ElementDescriptor[] children,
82 mChildren = children != null ? children : new ElementDescriptor[]{};
86 * Constructs a new {@link ElementDescriptor} based on its XML name and children list.
91 * @param children The list of allowed children. Can be null or empty
    [all...]
  /external/opencore/oscl/oscl/osclbase/src/
oscl_tagtree.h 134 children_type children; member in struct:Oscl_TagTree::Node
139 if (children.empty()) return;
143 for (typename children_type::iterator it = children.begin(); it != (children.end() - 1); it++)
449 child->parent->children.push_back(child);
483 child->parent->children.push_back(child);
495 * node has children, then the node will not be erased from
503 // if node has children, then replace it with default node value
504 if (!(position->children.empty()))
515 * Erases the node with tag x. If the node has children,
    [all...]
  /cts/tools/host/src/com/android/cts/
XMLResourceHandler.java 81 NodeList children = parent.getChildNodes(); local
82 for (int i = 0; i < children.getLength(); i++) {
83 Node child = children.item(i);
  /dalvik/libcore/xml/src/test/java/org/kxml2/io/
KXmlSerializerTest.java 112 NodeList children = doc.getFirstChild().getChildNodes(); local
114 for (int i = 0; i < children.getLength(); ++i) {
115 text += children.item(i).getNodeValue();
  /frameworks/base/core/java/android/content/
UriMatcher.java 163 ArrayList<UriMatcher> children = node.mChildren;
164 int numChildren = children.size();
168 child = children.get(j);
  /external/libxml2/
HTMLtree.c 55 cur = doc->children;
73 cur = cur->children;
90 cur = cur->children;
106 if ((attr->children != NULL) &&
107 (attr->children->type == XML_TEXT_NODE) &&
108 (attr->children->next == NULL)) {
109 value = attr->children->content;
177 cur = doc->children;
195 cur = cur->children;
212 if (cur->children == NULL)
    [all...]
  /external/elfutils/libelf/
elf_end.c 62 if (elf->state.ar.children != NULL)
66 /* Remove this structure from the children list. */
79 if (parent->state.ar.children == elf)
80 parent->state.ar.children = elf->next;
83 struct Elf *child = parent->state.ar.children;

Completed in 1691 milliseconds

1 2 34 5 6 7 8 91011>>