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

<<111213141516

  /external/libxml2/
valid.c     [all...]
c14n.c 928 value = xmlNodeListGetString(attr->doc, attr->children, 1);
    [all...]
schematron.c 884 cur = rule->children;
976 cur = pat->children;
1155 cur = root->children;
    [all...]
entities.c 105 if ((entity->children) && (entity->owner == 1) &&
106 (entity == (xmlEntityPtr) entity->children->parent))
107 xmlFreeNodeList(entity->children);
325 dtd->children = dtd->last = (xmlNodePtr) ret;
374 dtd->children = dtd->last = (xmlNodePtr) ret;
parser.c     [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 1332 ActionList children = mActions.get(mimeType); local
1434 final ActionList children = (ActionList)tag; local
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css 842 .resource-view-headers .outline-disclosure .children li {
1179 .outline-disclosure ol.children {
1183 .outline-disclosure ol.children.expanded {
    [all...]
StylesSidebarPane.js 526 var child = this.propertiesTreeOutline.children[0];
584 var treeElement = this.propertiesTreeOutline.children[0];
626 if (!this.rule && this.propertiesTreeOutline.children.length === 0) {
656 if (this.propertiesTreeOutline.children.length === 0)
659 var item = this.propertiesTreeOutline.children[0]
    [all...]
  /external/webkit/WebKit/android/jni/
WebHistory.cpp 94 // addItem will update the children to match the newly created bridge
110 * children so we do a breadth-first rebuild of the tree.
126 // item, then we do not need to traverse the children since there
192 // 6 empty strings + no document state + children count + 2 scales = 10 unsigned values
204 // Write the top-level history item and then write all the children
440 // Children count
441 unsigned childCount = item->children().size();
448 const WebCore::HistoryItemVector& children = parent->children(); local
449 WebCore::HistoryItemVector::const_iterator end = children.end()
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java 750 BitSet children local
752 for (int i = children.nextSetBit(0); i >= 0
753 ; i = children.nextSetBit(i + 1)) {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 73 * @return The newly created DOM Document object, with no children, or
127 * @return The newly created DOM Document object, with no children, or
385 NamedNodeMap children = parent.getAttributes(); local
386 int nNodes = children.getLength();
392 Node child = children.item(i);
437 // Node child = children.item(i);
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
ImportNode.java 51 * ownerElement is set to null. Specified flag is set to true. Children is
214 NodeList children; local
223 children = aNode.getChildNodes();
224 assertEquals("throw_Size", 1, children.getLength());
  /external/webkit/WebCore/loader/
HistoryController.cpp 237 const HistoryItemVector& childItems = item->children();
556 // This content is good, so leave it alone and look for children that need reloading
573 const HistoryItemVector& childItems = item->children();
593 const HistoryItemVector& childItems = item->children();
611 // When this function is called with doClip=true we're able to create the whole tree except for the target's children,
  /external/webkit/WebCore/platform/graphics/win/
GraphicsLayerCACF.cpp 158 bool GraphicsLayerCACF::setChildren(const Vector<GraphicsLayer*>& children)
160 bool childrenChanged = GraphicsLayer::setChildren(children);
437 // Add the primary layer first. Even if we have negative z-order children, the primary layer always comes behind.
440 // FIXME: add the contents layer in the correct order with negative z-order children.
442 // for replaced elements that don't have children.
446 const Vector<GraphicsLayer*>& childLayers = children();
672 // Geometry orientation is mapped onto children transform in older QuartzCores,
  /external/webkit/WebKit/win/
AccessibleBase.cpp 149 *count = static_cast<long>(m_object->children().size());
541 // Navigating to next and previous is allowed from self or any of our children.
703 if (childIndex >= m_object->children().size())
705 childObj = m_object->children().at(childIndex).get();
  /frameworks/base/tools/localize/
localize.cpp 467 const vector<XMLNode*>& children = source->Children(); local
468 const size_t I = children.size();
470 target->EditChildren().push_back(pseudolocalize_xml_node(children[i], settings));
  /packages/apps/IM/src/com/android/im/app/
ContactListTreeAdapter.java 661 int children = super.getChildrenCount(groupPosition); local
662 if (children == 0) {
666 return children;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 546 IJavaElement[] children;
547 children = root.getChildren();
548 for (IJavaElement child : children) {
563 // Couldn't get the children: we just ignore this package root.
  /external/ppp/pppd/
main.c 155 int childwait_done; /* have timed out waiting for children */
231 static struct subprocess *children; variable in typeref:struct:subprocess
630 for (chp = children; chp != NULL; chp = chp->next)
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 206 * copying and return a node with no children.
353 for (LeafNodeImpl child : children) {
363 for (LeafNodeImpl child : children) {
  /external/webkit/WebCore/platform/graphics/
GraphicsLayer.cpp 285 // If this is a transform layer we need to distribute our opacity to all our children
294 size_t numChildren = children().size();
296 children()[i]->distributeOpacity(accumulatedOpacity);
480 ts << "(children " << m_children.size() << "\n";
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 60 void AccessibilityUIElement::getChildren(Vector<AccessibilityUIElement>& children)
66 children.append(getChildAtIndex(i));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 462 IAbstractResource[] children = folder.listMembers(); local
464 for (IAbstractResource childRes : children) {
  /bionic/libc/kernel/common/linux/
device.h 104 struct list_head children; member in class:__anon189
  /dalvik/libcore/xml/src/main/java/org/kxml2/kdom/
Element.java 45 * called when all properties are set, but before children
56 * removes all children and attributes */
60 children = null;
307 * Writes this element and all children to the given XmlWriter. */

Completed in 533 milliseconds

<<111213141516