HomeSort by relevance Sort by last modified time
    Searched full:child (Results 226 - 250 of 1967) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_characterdatainsertdatamiddle.java 35 * Retrieve the character data from the second child of
70 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
76 child.insertData(9, "Ann ");
77 childData = child.getData();
hc_characterdatareplacedatabegining.java 35 * Retrieve the character data from the last child of the
68 CharacterData child; local
73 child = (CharacterData) nameNode.getFirstChild();
74 child.replaceData(0, 4, "2500");
75 childData = child.getData();
hc_characterdatareplacedataend.java 36 * Retrieve the character data from the last child of the
70 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
76 child.replaceData(30, 5, "98665");
77 childData = child.getData();
hc_characterdatareplacedataexceedslengthofarg.java 36 * Retrieve the character data from the last child of the
71 CharacterData child; local
76 child = (CharacterData) nameNode.getFirstChild();
77 child.replaceData(0, 4, "260030");
78 childData = child.getData();
hc_characterdatareplacedataexceedslengthofdata.java 34 * Retrieve the character data from the last child of the
69 CharacterData child; local
74 child = (CharacterData) nameNode.getFirstChild();
75 child.replaceData(0, 50, "2600");
76 childData = child.getData();
hc_characterdatareplacedatamiddle.java 36 * Retrieve the character data from the last child of the
70 CharacterData child; local
75 child = (CharacterData) nameNode.getFirstChild();
76 child.replaceData(5, 5, "South");
77 childData = child.getData();
hc_nodelisttraverselist.java 31 * The range of valid child node indices is 0 thru length -1
67 Node child; local
85 child = (Node) employeeList.item(indexN10073);
86 nodeType = (int) child.getNodeType();
87 childName = child.getNodeName();
namednodemapchildnoderange.java 31 * The range of valid child node indices is 0 to Length -1.
34 * last child of the third employee and traverse the
69 Node child; local
77 child = attributes.item(0);
78 child = attributes.item(1);
nodelistindexnotzero.java 32 * employee and access its fourth child by using an index
67 Node child; local
77 child = employeeList.item(1);
79 child = employeeList.item(3);
82 childName = child.getNodeName();
  /dalvik/libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode04.java 39 * Create a Comment child node for the Document Fragment.
42 * Method should return a node of type DocumentFragment whose child has
77 Node child; local
87 child = aNode.getFirstChild();
88 childValue = child.getNodeValue();
removeNamedItemNS03.java 39 * which contains an ENTITY_REFERENCE child node. Try to remove the attribute
83 Node child; local
93 child = nList.item(0);
94 nodeType = (int) child.getNodeType();
97 child = doc.createEntityReference("ent4");
98 assertNotNull("createdEntRefNotNull", child);
100 n2List = child.getChildNodes();
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/
DOMResult.java 98 * <p>Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before.</p>
106 * <p>Use <code>nextSibling</code> to specify the child node
114 * i.e. append the result nodes as the last child of the specified <code>node</code>.</p>
119 * @param nextSibling The child node where the result nodes should be inserted before.
128 // does the corrent parent/child relationship exist?
147 * <p>Use a DOM node to create a new output target specifying the child node where the result nodes should be inserted before and
156 * <p>Use <code>nextSibling</code> to specify the child node
164 * i.e. append the result nodes as the last child of the specified node and use the specified System ID.</p>
167 * @param nextSibling The child node where the result nodes should be inserted before.
177 // does the current parent/child relationship exist
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
XMLFilterImplTest.java 60 private XMLFilterImpl child = new XMLFilterImpl(parent); field in class:XMLFilterImplTest
77 child.setContentHandler(handler);
78 child.setDTDHandler(handler);
79 child.setErrorHandler(handler);
118 child.setParent(null);
119 assertEquals(null, child.getParent());
121 child.setParent(parent);
122 assertEquals(parent, child.getParent());
140 child.setFeature("foo", true);
141 assertEquals(true, child.getFeature("foo"))
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
ElementGetElementsByTagNameNS.java 91 "dom:child");
92 child2 = doc.createElementNS(nullNS, "child");
94 "dom:child");
98 elementList = element.getElementsByTagNameNS(nullNS, "child");
101 elementList = element.getElementsByTagNameNS("*", "child");
ImportNode.java 55 * Create a child Text node with value "importedText" for the attribute node
58 * whose name matches "elem:attr1" and a child node whose value equals
116 Node child; local
142 child = aNode.getFirstChild();
143 childValue = child.getNodeValue();
215 Node child; local
225 child = aNode.getFirstChild();
226 childValue = child.getNodeValue();
275 Node child; local
288 child = aNode.getFirstChild()
    [all...]
  /external/clearsilver/util/test/
net_test.c 135 pid_t child; local
160 child = fork();
161 if (!child)
163 /* child */
169 if (!err) waitpid(child, NULL, 0);
  /external/webkit/WebCore/dom/
RangeBoundaryPoint.h 130 inline void RangeBoundaryPoint::setToBeforeChild(Node* child)
132 ASSERT(child);
133 ASSERT(child->parentNode());
134 m_childBeforeBoundary = child->previousSibling();
135 m_containerNode = child->parentNode();
  /external/skia/src/views/
SkListView.cpp 122 const SkDOM::Node* child = dom.getFirstChild(node, "item"); local
125 while (child)
128 child = dom.getNextSibling(child, "item");
137 child = dom.getFirstChild(node, "item");
138 while (child)
140 rec->fLabel.set(dom.findAttr(child, "label"));
141 rec->fTail.set(dom.findAttr(child, "tail"));
142 rec->fAltTail.set(dom.findAttr(child, "alt-tail"));
143 rec->fTarget.set(dom.findAttr(child, "target"))
472 const SkDOM::Node* child; local
    [all...]
  /external/webkit/JavaScriptCore/wtf/
AVLTree.h 373 // h is root of current subtree, child is one of its children.
374 handle h, child;
393 child = *p;
395 set_lt(child, null());
396 set_gt(child, null());
397 set_bf(child, 0);
398 set_gt(h, child);
420 child = h;
423 set_gt(h, child);
442 child = h
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 258 View child = null; local
265 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
273 selectedView = child;
277 mReferenceView = child;
512 // Get the last child ...
551 // Get the first child ...
689 * @param childInSelectedRow A child in the row that contains the selection
718 * @param childInSelectedRow A child in the row that contains the selection
932 final View child = obtainView(0, mIsScrap); local
1161 View child = getChildAt(mMotionPosition - mFirstPosition); local
1204 View child; local
1787 View child; local
    [all...]
SimpleCursorTreeAdapter.java 28 * of these views. Separate XML files for child and groups are possible.
49 /** The indices of columns that contain data to display for a child. */
52 * The View IDs that will display a child's data fetched from the
82 * the views for a child (except the last). The layout file
85 * defines the views for the last child within a group. The
89 * data for a child.
90 * @param childTo The child views (from the child layouts) that should
123 * the views for a child. The layout file
126 * data for a child
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
GridViewTest.java 255 View child; local
277 child = mGridView.getChildAt(0); // get the first view.
278 ViewAsserts.assertHorizontalCenterAligned(mGridView, child);
289 child = mGridView.getChildAt(0); // get the first view.
290 ViewAsserts.assertLeftAligned(mGridView, child, mGridView.getListPaddingLeft());
301 child = mGridView.getChildAt(0); // get the first view.
302 ViewAsserts.assertRightAligned(mGridView, child, mGridView.getListPaddingRight());
390 View child; local
425 child = mGridView.getChildAt(NUM_COLUMNS - 1); // get the rightmost view at the first line.
426 childRight[STRETCH_SPACING][INDEX_RIGHTMOST] = child.getRight()
    [all...]
  /frameworks/base/core/java/android/app/
ExpandableListActivity.java 94 * {@link View}s and child {@link View}s. There are a couple provided
177 * Override this for receiving callbacks when a child has been clicked.
277 * Gets the ID of the currently selected group or child.
279 * @return The ID of the currently selected group or child.
287 * selected group or child. Use
294 * selected group or child's position and type.
301 * Sets the selection to the specified child. If the child is in a collapsed
302 * group, the group will only be expanded and child subsequently selected if
305 * @param groupPosition The position of the group that contains the child
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
ContactsPreferencesActivity.java 602 final GroupDelta child = oppositeChildren.next();
603 setShouldSync(child, shouldSync, false);
608 public void setShouldSync(GroupDelta child, boolean shouldSync) {
609 setShouldSync(child, shouldSync, true);
616 public void setShouldSync(GroupDelta child, boolean shouldSync, boolean attemptRemove) {
617 child.putShouldSync(shouldSync);
620 mUnsyncedGroups.remove(child);
622 mSyncedGroups.add(child);
626 mSyncedGroups.remove(child);
628 mUnsyncedGroups.add(child);
    [all...]
  /external/skia/src/xml/
SkDOM.cpp 92 const Node* child = node->fFirstChild; local
96 for (; child != NULL; child = child->fNextSibling)
97 if (!strcmp(name, child->fName))
100 return child;
278 SkDOM::Node* child = parent->fFirstChild; local
280 while (child)
282 SkDOM::Node* next = child->fNextSibling;
283 child->fNextSibling = prev
458 const Node* child = this->getFirstChild(node); local
    [all...]

Completed in 136 milliseconds

1 2 3 4 5 6 7 8 91011>>