HomeSort by relevance Sort by last modified time
    Searched full:children (Results 1526 - 1550 of 2686) sorted by null

<<61626364656667686970>>

  /system/extras/tests/sdcard/
testcase.h 105 // Fork the children, run the test and wait for them to complete.
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 88 * and any children from rendering commands.
423 // for a node, the world bound is a combination of all it's children
520 // Go to children recursively and update their bound
530 // All children's bounds have been updated. Update my own now.
    [all...]
  /external/kernel-headers/original/linux/
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...]
  /external/libxml2/
schematron.c 884 cur = rule->children;
976 cur = pat->children;
1155 cur = root->children;
    [all...]
parser.c     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 39 this.sidebarElement.addStyleClass("children");
116 for (var treeElement = this.sidebarTree.children[0]; treeElement; treeElement = treeElement.traverseNextTreeElement(false, this.sidebarTree, true)) {
605 var nodes = dataGrid.children.slice();
1037 var children = parentTreeElement.children; variable
    [all...]
StylesSidebarPane.js 735 var child = this.propertiesTreeOutline.children[0];
    [all...]
  /external/webkit/Source/WebKit/WebKit.xcodeproj/
project.pbxproj     [all...]
  /frameworks/base/core/java/android/widget/
ExpandableListView.java 42 * individually be expanded to show its children. The items come from the
167 /** State indicating the group is empty (has no children). */
171 /** State indicating the group is expanded and empty (has no children). */
187 /** Drawable to be used as a divider when it is adjacent to any children */
231 // Draw children, etc.
277 // This child is footer, so are all subsequent children
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 230 * <code>Attr</code> nodes; they always carry their children with them
280 * of nodes since they cannot have any children.</dd>
286 * on this type of nodes since they cannot have any children.</dd>
293 * nodes since they cannot have any children.</dd>
299 * have any children, and on <code>Attr</code>, and
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 353 GrammarAST[] children = alt.getChildrenAsArray();
355 for ( int i = 0; i < children.length; i++ )
357 if ( i < children.length - 1 )
358 adaptor.setChild( alt, i + 1, children[i] );
360 adaptor.addChild( alt, children[i] );
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 748 * children
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 137 // drawing and propagates the expose event to the container's children.
141 GList* children = gtk_container_get_children(GTK_CONTAINER(widget)); local
142 for (GList* item = children; item; item = item->next) {
147 g_list_free(children);
559 // search depth to all children of top-level windows.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
PerformanceResults.java 167 return Collections.unmodifiableList(componentResults.children);
182 ComponentResults componentResults = (ComponentResults) this.children.get(i);
385 // Create corresponding children
641 this.children = new ArrayList();
653 ComponentResults componentResults = (ComponentResults) this.children.get(i);
  /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/webkit/Source/ThirdParty/ANGLE/src/build_angle.xcodeproj/
project.pbxproj 206 children = (
230 children = (
291 children = (
300 children = (
308 children = (
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSSerializer.java 24 * children are never altered by the serialization operation.
59 * entities</a>" is set to <code>false</code>, only the children of the entity reference
60 * are serialized. <code>EntityReference</code> nodes with no children (no
62 * <code>Entity</code> nodes have no children) are always serialized.
80 * serializing the children of the document fragment in the order they
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
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...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 175 NodeList children = node.getChildNodes(); local
176 for (int i = 0, n = children.getLength(); i < n; i++) {
177 Node child = children.item(i);
729 // If the element had element children, separate the end tag from them
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 444 // selection and uses this to automatically expand its tree children and show
707 desc = new DocumentDescriptor("temp", null /*children*/);
779 null, // children
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java 79 * For a given UI element node, the tree view displays all first-level children that
80 * match a given type (given by an {@link ElementDescriptor}. All children from these
131 * soon as children exist). False if an external entity controls the existence of the
148 * soon as children exist). False if an external entity controls the existence of the
536 // means paste is valid if the current UI node can have children or if the
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
project.pbxproj     [all...]
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp 281 RenderObjectChildList* children = virtualChildren(); local
282 ASSERT(children);
283 if (!children)
302 if (needsTable && isTableCell() && !children->firstChild() && !newChild->isTableCell())
308 RenderObject* afterChild = beforeChild ? beforeChild->previousSibling() : children->lastChild();
322 children->insertChildNode(this, newChild, beforeChild);
333 RenderObjectChildList* children = virtualChildren(); local
334 ASSERT(children);
335 if (!children)
344 children->removeChildNode(this, oldChild)
2069 RenderObjectChildList* children = virtualChildren(); local
    [all...]
  /external/tinyxml/
tinyxml.h 378 Nodes have siblings, a parent, and children. A node can be
409 all the children of that root element.
479 /// Delete all the children of this node. Does not affect 'this'.
486 const TiXmlNode* FirstChild() const { return firstChild; } ///< The first child of this node. Will be null if there are no children.
491 const TiXmlNode* LastChild() const { return lastChild; } /// The last child of this node. Will be null if there are no children.
493 const TiXmlNode* LastChild( const char * value ) const; /// The last child of this node matching 'value'. Will be null if there are no children.
503 /** An alternate way to walk the children of a node.
522 /// This flavor of IterateChildren searches for children with a particular 'value'
633 /// Returns true if this node has no children.
    [all...]

Completed in 913 milliseconds

<<61626364656667686970>>