HomeSort by relevance Sort by last modified time
    Searched refs:children (Results 51 - 75 of 399) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/sax/java/android/sax/
Element.java 39 Children children; field in class:Element
69 + " text element listener. It cannot have children.");
72 if (children == null) {
73 children = new Children();
76 return children.getOrCreate(this, uri, localName);
158 if (children != null) {
159 throw new IllegalStateException("This element already has children."
176 * Clears flags on required children
    [all...]
RootElement.java 130 Children children = current.children; local
131 if (children != null) {
132 Element child = children.get(uri, localName);
  /libcore/xml/src/main/java/org/kxml2/kdom/
Node.java 41 protected Vector children; field in class:Node
52 if (children == null) {
53 children = new Vector();
66 children.insertElementAt(child, index);
97 return children.elementAt(index);
103 return children == null ? 0 : children.size();
275 children.removeElementAt(idx);
291 attributes and children.
317 /** Writes the children of this node to the given XmlWriter. *
    [all...]
  /external/protobuf/gtest/test/
gtest_xml_test_utils.py 65 order of the children as they are not guaranteed to be in any
116 children. For <testsuites>, <testsuite> and <testcase> elements, the ID
125 children = {}
131 self.assert_(childID not in children)
132 children[childID] = child
134 if "detail" not in children:
137 children["detail"] = child.ownerDocument.createCDATASection(
140 children["detail"].nodeValue += child.nodeValue
143 return children
  /external/webkit/WebCore/rendering/
RenderRubyBase.cpp 55 // Tests whether all children in the base before beforeChild are either floated/positioned,
57 // Note that beforeChild may be 0, in which case all children are looked at.
67 // This function removes all children that are before (!) beforeChild
72 // Inline children might be wrapped in an anonymous block if there's a continuation.
92 // The standard and easy case: move the children into the target base
102 toBase->children()->appendChildNode(toBase, toBlock);
105 // Move our inline children into the target block we determined above.
107 moveChildTo(toBlock, toBlock->children(), child);
122 anonBlock->moveAllChildrenTo(toBase, toBase->children());
127 moveChildTo(toBase, toBase->children(), child)
    [all...]
RenderFrameSet.h 60 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderFrameSet
61 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderFrameSet
93 virtual RenderObjectChildList* virtualChildren() { return children(); }
94 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
RenderMedia.h 60 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderMedia
61 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderMedia
79 virtual RenderObjectChildList* virtualChildren() { return children(); }
80 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
RenderTableSection.h 41 const RenderObjectChildList* children() const { return &m_children; } function in class:WebCore::RenderTableSection
42 RenderObjectChildList* children() { return &m_children; } function in class:WebCore::RenderTableSection
106 virtual RenderObjectChildList* virtualChildren() { return children(); }
107 virtual const RenderObjectChildList* virtualChildren() const { return children(); }
  /external/webkit/WebCore/inspector/front-end/
treeoutline.js 31 this.children = [];
55 var lastChild = this.children[this.children.length - 1];
64 this.children.push(child);
70 var current = child.children[0];
83 this._childrenListNode.addStyleClass("children");
96 var previousChild = (index > 0 ? this.children[index - 1] : null);
104 var nextChild = this.children[index];
112 this.children.splice(index, 0, child);
118 var current = child.children[0]
    [all...]
  /external/gtest/test/
gtest_xml_test_utils.py 64 order of the children as they are not guaranteed to be in any
104 children. For <testsuite> and <testcase> elements, the ID is the
114 children = {}
120 self.assert_(childID not in children)
121 children[childID] = child
125 self.assert_("detail" not in children)
126 children["detail"] = child
129 return children
  /packages/apps/Mms/src/com/android/mms/dom/smil/
ElementParallelTimeContainerImpl.java 88 NodeList children = getTimeChildren(); local
89 for (int i = 0; i < children.getLength(); ++i) {
90 ElementTime child = (ElementTime) children.item(i);
116 NodeList children = getTimeChildren(); local
117 int childrenLen = children.getLength();
121 ElementTime child = (ElementTime) children.item(i);
  /frameworks/base/core/java/android/view/
ViewGroup.java 48 * (called children.) The view group is the base class for layouts and views
79 * Listener used to propagate events indicating when children are added
133 // When set, this ViewGroup caches its children in a Bitmap before starting a layout animation
147 // the children's Bitmap caches if necessary
160 * When set, this ViewGroup supports static transformations on children; this causes
178 * of its children.
183 * When set, this ViewGroup tries to always draw its children using their drawing cache.
189 * draw its children with their drawing cache.
194 * When set, this group will go through its list of children to notify them of
270 // Number of valid children in the mChildren array, the rest should be null or no
600 final View[] children = mChildren; local
632 final View[] children = mChildren; local
661 final View[] children = mChildren; local
675 final View[] children = mChildren; local
692 final View[] children = mChildren; local
705 final View[] children = mChildren; local
718 final View[] children = mChildren; local
731 final View[] children = mChildren; local
750 final View[] children = mChildren; local
855 final View[] children = mChildren; local
1075 final View[] children = mChildren; local
1096 final View[] children = mChildren; local
1111 final View[] children = mChildren; local
1125 final View[] children = mChildren; local
1160 final View[] children = mChildren; local
1188 final View[] children = mChildren; local
1213 final View[] children = mChildren; local
1238 final View[] children = mChildren; local
1253 final View[] children = mChildren; local
1314 final View[] children = mChildren; local
1702 final View[] children = mChildren; local
1711 final View[] children = mChildren; local
2028 View[] children = mChildren; local
2056 final View[] children = mChildren; local
2071 final View[] children = mChildren; local
2224 final View[] children = mChildren; local
2280 final View[] children = mChildren; local
2453 final View[] children = mChildren; local
2646 final View[] children = mChildren; local
2950 final View[] children = mChildren; local
2970 final View[] children = mChildren; local
3037 final View[] children = mChildren; local
3082 final View[] children = mChildren; local
3302 final View[] children = mChildren; local
3334 final View[] children = mChildren; local
3365 final View[] children = mChildren; local
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList3.java 51 List<Map<String, String>> children = new ArrayList<Map<String, String>>(); local
54 children.add(curChildMap);
58 childData.add(children);
  /external/elfutils/tests/
show-abbrev.c 78 int children = dwarf_abbrevhaschildren (abbrev); local
79 if (children < 0)
87 printf ("abbrev[%llu]: code = %u, tag = %u, children = %d\n",
88 (unsigned long long int) offset, code, tag, children);
  /external/emma/core/java12/com/vladium/emma/report/
Item.java 82 for (Iterator children = m_children.iterator (); children.hasNext (); )
84 value += ((IItem) children.next ()).getAggregate (type);
  /external/webkit/WebCore/svg/
SVGGlyphMap.h 41 GlyphMapLayer children; member in struct:WebCore::GlyphMapNode
62 currentLayer = &node->children;
88 currentLayer = &node->children;
  /frameworks/base/core/tests/coretests/src/android/widget/expandablelistview/
InflatedExpandableListView.java 44 // Sample data set. children[i] contains the children (String[]) for groups[i].
46 private String[][] children = { field in class:InflatedExpandableListView.MyExpandableListAdapter
54 return children[groupPosition][childPosition];
62 return children[groupPosition].length;
  /frameworks/base/tools/localize/
res_check.cpp 96 const vector<XMLNode*>& children = value->Children(); local
97 for (size_t i=0; i<children.size(); i++) {
98 err |= scan_for_unguarded_format(pos, children[i], depth+1);
  /libcore/luni/src/test/java/tests/xml/
NodeTest.java 86 NodeList children = node.getChildNodes(); local
87 for (int i = 0; i < children.getLength(); i++) {
88 traverse(children.item(i), sink);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableContainerStateTest.java 86 Drawable[] children = mDrawableContainerState.getChildren(); local
87 assertNotNull(children);
88 assertTrue(children.length >= 1);
89 assertSame(dr0, children[0]);
90 assertNull(children[1]);
98 children = mDrawableContainerState.getChildren();
99 assertNotNull(children);
100 assertTrue(children.length >= 2);
101 assertSame(dr0, children[0]);
102 assertSame(dr1, children[1])
    [all...]
  /external/webkit/WebCore/accessibility/
AccessibilityTableColumn.h 59 virtual const AccessibilityChildrenVector& children();
AccessibilityTableHeaderContainer.cpp 53 const AccessibilityObject::AccessibilityChildrenVector& AccessibilityTableHeaderContainer::children() function in class:WebCore::AccessibilityTableHeaderContainer
  /external/webkit/WebCore/bindings/v8/custom/
V8HTMLFrameSetElementCustom.cpp 52 Node* frameNode = imp->children()->namedItem(v8StringToAtomicWebCoreString(name));
  /libcore/luni/src/main/java/org/apache/xalan/templates/
ElemExsltFunction.java 88 NodeList children = this.getChildNodes(); local
91 Node child = children.item(i);
92 if (children.item(i) instanceof ElemParam) {
93 ElemParam param = (ElemParam)children.item(i);
  /external/bluetooth/glib/gio/fen/
fen-node.c 167 GList* children; local
175 children = g_hash_table_get_values (node->children);
176 if (children) {
177 for (i = children; i; i = i->next) {
180 g_list_free (children);
300 * If the parent is passive and doesn't have children, delete it.
371 f->children = g_hash_table_new_full (g_str_hash, g_str_equal,
382 g_assert (g_hash_table_size (f->children) == 0);
385 g_hash_table_unref (f->children);
    [all...]

Completed in 528 milliseconds

1 23 4 5 6 7 8 91011>>