/external/webkit/Tools/TestWebKitAPI/TestWebKitAPI.xcodeproj/ |
project.pbxproj | 193 children = ( 206 children = ( 224 children = ( 235 children = ( 244 children = ( 255 children = ( 266 children = ( 300 children = ( 308 children = ( 322 children = [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
default.js | 127 $selListItem.closest('li.nav-section').children('ul').show(); 133 // $selListItem.closest('li.nav-section').closest('li.nav-section').children('ul').show(); 181 // if there aren't any children, go to the next section (required for About pages) 191 // this means this page has children but is not at the top (it's a class, not a course) 242 section.children('ul').slideUp(250, function() { 250 $others.removeClass('expanded').children('ul').slideUp(250); 254 section.children('ul').slideDown(250, function() {
|
/external/chromium/chrome/browser/bookmarks/ |
bookmark_html_writer.cc | 72 // Start of the children of a folder. 74 // End of the children for a folder. 227 // Writes the node and all its children, returning true on success. 318 // Write the children. 319 ListValue* children = static_cast<ListValue*>(child_values); local 320 for (size_t i = 0; i < children->GetSize(); ++i) { 322 if (!children->Get(i, &child_value) ||
|
/external/libxml2/ |
xinclude.c | 826 result = xmlXIncludeCopyNodeList(ctxt, target, source, elem->children); 879 cur = cur->children; 1017 cur = cur->children; 2101 xmlNodePtr children; local [all...] |
xmlreader.c | 258 ID = xmlNodeListGetString(doc, attr->children, 1); 295 if (cur->children != NULL) 296 xmlTextReaderFreeNodeList(reader, cur->children); 314 * Free a property and all its siblings, all the children are freed too. 333 * the children are freed too. 356 if ((cur->children != NULL) && 358 if (cur->children->parent == cur) 359 xmlTextReaderFreeNodeList(reader, cur->children); 360 cur->children = NULL; 410 * Free a node, this is a recursive behaviour, all the children are freed too [all...] |
/external/quake/quake/src/QW/client/ |
gl_rlight.c | 204 R_MarkLights (light, bit, node->children[0]); 209 R_MarkLights (light, bit, node->children[1]); 225 R_MarkLights (light, bit, node->children[0]); 226 R_MarkLights (light, bit, node->children[1]); 294 return RecursiveLightPoint (node->children[side], start, end); 302 r = RecursiveLightPoint (node->children[side], start, mid); 363 return RecursiveLightPoint (node->children[!side], mid, end);
|
/external/quake/quake/src/WinQuake/ |
gl_rlight.cpp | 207 R_MarkLights (light, bit, node->children[0]);
212 R_MarkLights (light, bit, node->children[1]);
228 R_MarkLights (light, bit, node->children[0]);
229 R_MarkLights (light, bit, node->children[1]);
297 return RecursiveLightPoint (node->children[side], start, end);
305 r = RecursiveLightPoint (node->children[side], start, mid);
366 return RecursiveLightPoint (node->children[!side], mid, end);
|
/external/webkit/Tools/WebKitLauncher/WebKitLauncher.xcodeproj/ |
project.pbxproj | 108 children = ( 116 children = ( 126 children = ( 138 children = ( 152 children = ( 164 children = ( 172 children = (
|
/gdk/samples/quake/jni/ |
gl_rlight.cpp | 207 R_MarkLights (light, bit, node->children[0]); 212 R_MarkLights (light, bit, node->children[1]); 228 R_MarkLights (light, bit, node->children[0]); 229 R_MarkLights (light, bit, node->children[1]); 297 return RecursiveLightPoint (node->children[side], start, end); 305 r = RecursiveLightPoint (node->children[side], start, mid); 366 return RecursiveLightPoint (node->children[!side], mid, end);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
RelativeLayoutRule.java | 322 final List<? extends INode> children) { 323 super.addLayoutActions(actions, parentNode, children); 328 actions.add(createMarginAction(parentNode, children)); 340 for (INode child : children) { 344 for (INode child : children) { 364 if (children != null && children.size() > 0) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerDeltaVisitor.java | 169 // folder before its children we can check when the path segment 193 // since we're going to visit its children next, we set the 225 // we don't want to go to the children, not like they are 245 // if the resource is a folder, we just go straight to the children 307 // no children. 316 // children 386 // We don't want to visit its children
|
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/ |
LintUtils.java | 153 * Returns the children elements of the given node 156 * @return a list of element children, never null 161 List<Element> children = new ArrayList<Element>(childNodes.getLength()); local 165 children.add((Element) child); 169 return children; 173 * Returns the <b>number</b> of children of the given node 176 * @return the count of element children
|
/external/webkit/Source/WebCore/accessibility/mac/ |
AccessibilityObjectWrapper.mm | [all...] |
/external/quake/quake/src/QW/server/ |
model.c | 77 node = node->children[0]; 79 node = node->children[1]; 760 Mod_SetParent (node->children[0], node); 761 Mod_SetParent (node->children[1], node); 800 p = LittleShort (in->children[j]); 802 out->children[j] = loadmodel->nodes + p; 804 out->children[j] = (mnode_t *)(loadmodel->leafs + (-1 - p)); 905 out->children[0] = LittleShort(in->children[0]); 906 out->children[1] = LittleShort(in->children[1]) [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
GraphicsLayerAndroid.cpp | 145 bool GraphicsLayerAndroid::setChildren(const Vector<GraphicsLayer*>& children) 147 bool childrenChanged = GraphicsLayer::setChildren(children); 223 // Update the parent's children. 389 if (layer->children().size()) 543 // No need to copy the children as they will be removed and synced. 551 // children. 555 // Need to rebuild our children based on the new structure. 567 // No need to copy over children. 574 // children. 577 // Children are all re-parented [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderInline.cpp | 71 // Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will 73 children()->destroyLeftoverChildren(); 75 // Destroy our continuation before anything other than anonymous children. 76 // The reason we don't destroy it before anonymous children is that they may 77 // have continuations of their own that are anonymous children of our continuation. 95 // lines aren't pointing to deleted children. If the first line box does 160 children()->updateBeforeAfterContent(this, BEFORE); 161 children()->updateBeforeAfterContent(this, AFTER); 246 // the children after |beforeChild| and put them in a clone of this object. 260 children()->updateBeforeAfterContent(this, AFTER) [all...] |
/external/chromium/chrome/browser/ |
cookies_tree_model.cc | 33 std::for_each(children().begin(), 34 children().end(), 264 lower_bound(children().begin(), 265 children().end(), 269 if (origin_node_iterator != children().end() && 274 // children. 277 model_->Add(this, retval, (origin_node_iterator - children().begin())); 491 lower_bound(children().begin(), 492 children().end(), 495 GetModel()->Add(this, new_child, iter - children().begin()) [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
most_visited.js | 254 var children = this.element.children; 256 children[i].id = 't' + i; 296 var children = this.element.children; 298 var t = children[i]; 551 var children = this.element.children; 554 var t = children[i]; 642 var index = Array.prototype.indexOf.call(item.parentNode.children, [all...] |
/external/libxml2/include/libxml/ |
tree.h | 218 struct _xmlNode *children; /* NULL */ member in struct:_xmlAttribute 311 struct _xmlNode *children; /* NULL */ member in struct:_xmlElement 371 struct _xmlNode *children; /* the value of the property link */ member in struct:_xmlDtd 399 struct _xmlNode *children; /* the value of the property */ member in struct:_xmlAttr 454 struct _xmlNode *children; /* parent->childs link */ member in struct:_xmlNode 516 struct _xmlNode *children; /* the document tree */ member in struct:_xmlDoc 596 * to "children." 599 #define xmlChildrenNode children 606 * to "children". 609 #define xmlRootNode children [all...] |
/external/webkit/Source/WebCore/history/ |
HistoryItem.cpp | 533 const HistoryItemVector& HistoryItem::children() const function in class:WebCore::HistoryItem 572 if (children().size() != otherItem->children().size()) 575 for (size_t i = 0; i < children().size(); i++) { 576 HistoryItem* child = children()[i].get(); 585 // Does a non-recursive check that this item and its immediate children have the 592 if (children().size() != otherItem->children().size()) 595 for (size_t i = 0; i < children().size(); i++) { 596 if (!otherItem->childItemWithTarget(children()[i]->target()) [all...] |
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuView.java | 91 * Whether this IconMenuView has stale children and needs to update them. 105 * While {@link #mMenuBeingLongpressed}, we toggle the children's caption 107 * we broadcasted to children. 168 // This is so our children can still be arrow-key focused 421 // Position the children 438 // Layout children according to positions set during the measure 483 * Marks as having stale children. 620 // Cycle to other caption mode on the children 635 * Iterates children and sets the desired shortcut mode. Only 643 // Set the last caption mode pushed to children [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ThreadGroupTest.java | 178 assertEquals("Destroyed child can't have children", 0, child 463 assertTrue("Have to be parentOf all children", testRoot 565 ThreadGroup[] children = groups(current); local 566 assertEquals("Can only have 1 subgroup", 1, children.length); 567 current = children[0]; 847 // No API to get the count of immediate children only ? 899 ThreadGroup[] children = groups(aGroup); local 900 for (ThreadGroup element : children) { 928 ThreadGroup[] children = groups(aGroup); local 930 for (ThreadGroup element : children) { 1036 ThreadGroup[] children = groups(aGroup); local [all...] |
/external/libxslt/libxslt/ |
transform.c | 732 if ((target == NULL) || (target->children == NULL)) { 803 * Copy the text content of @cur and append it to @target's children. 840 if ((target == NULL) || (target->children == NULL)) { 998 if (target->children != NULL) { 1005 value = xmlNodeListGetString(attr->doc, attr->children, 1); 1038 * share the same dict and attr->children is just 1 text node 1045 value = xmlNodeListGetString(attr->doc, attr->children, 1); 1059 copy->children = txtNode; 1113 if ((attr->children) && (attr->children->type == XML_TEXT_NODE) & [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
tree.rb | 196 source text embodied within the tree and its children. 210 than one children -- functions like an array of 213 [leaf] a node that does not have any children 231 #attr_reader :children 251 children.nil? or children.empty? 255 children and children.include?( node ) 264 parent.children.reject { | c | c.equal?( self ) } 288 stack.push( cursor.children.dup ) unless cursor.empty 323 def children() self end method in class:ANTLR3.BaseTree [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemVariable.java | 365 * This after the template's children have been composed. We have to get 383 // * This after the template's children have been composed. 392 * If the children of a variable is a single xsl:value-of or text literal, 473 * @return true if the children of the object should be visited. 482 * Call the children visitors. 511 * @param elem New element to append to this element's children list
|