HomeSort by relevance Sort by last modified time
    Searched refs:child2 (Results 1 - 17 of 17) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
removeNamedItemNS03.java 85 Node child2; local
101 child2 = n2List.item(0);
102 assertNotNull("notnull", child2);
103 attributes = child2.getAttributes();
setNamedItemNS04.java 85 Node child2; local
102 child2 = n2List.item(0);
103 assertNotNull("notnull", child2);
104 attributes = child2.getAttributes();
elementgetelementsbytagnamens04.java 78 Element child2; local
87 child2 = doc.createElementNS(nullNS, "child");
90 appendedChild = element.appendChild(child2);
  /external/webkit/JavaScriptCore/API/tests/
minidom.js 53 child2 = new Node();
57 node.appendChild(child2);
70 node.replaceChild(child3, child2);
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 528 final TextView child2 = (TextView) ((TableRow) tableLayout.getChildAt(0)).getChildAt(2); local
533 int oldWidth2 = child2.getWidth();
541 child2.measure(MeasureSpec.UNSPECIFIED, MeasureSpec.EXACTLY);
542 int orignalWidth2 = child2.getMeasuredWidth();
555 assertEquals(oldWidth2, child2.getWidth());
559 assertEquals(orignalWidth2, child2.getWidth());
562 oldWidth2 = child2.getWidth();
573 assertTrue(oldWidth2 > child2.getWidth());
577 assertEquals(dropNegative(orignalWidth2 + extraSpace), child2.getWidth());
580 oldWidth2 = child2.getWidth()
    [all...]
TabHostTest.java 391 TextView child2 = (TextView) tabHost.getTabContentView().getChildAt(2); local
393 assertEquals(TabHostStubActivity.INITIAL_VIEW_TEXT, child2.getText().toString());
407 child2 = (TextView) tabHost.getTabContentView().getChildAt(2);
409 assertEquals(TabHostStubActivity.INITIAL_VIEW_TEXT, child2.getText().toString());
GridViewTest.java 620 View child2 = mGridView.getChildAt(2);
622 assertEquals(child0.getLeft(), child2.getLeft());
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetElementsByTagNameNS.java 82 Element child2; local
92 child2 = doc.createElementNS(nullNS, "child");
96 element.appendChild(child2);
  /sdk/emulator/qtools/tests/gtrace/
test.c 7 int child2();
117 a += child2();
163 int child2() function
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
FilePreferencesImplTest.java 123 Preferences child2 = uroot.node("\u4e2d child2"); local
129 assertContains(childNames, "\u4e2d child2");
135 childNames = child2.childrenNames();
141 assertContains(childNames, "\u4e2d child2");
144 child2.removeNode();
147 assertNotContains(childNames, "\u4e2d child2");
164 Preferences child2 = sroot.node("child2"); local
169 assertContains(childNames, "child2");
    [all...]
PreferencesTest.java 651 pref.node("child2");
1006 Preferences child2 = pref.node("child2"); local
1435 Preferences child2 = null; local
    [all...]
  /cts/tests/tests/view/src/android/view/animation/cts/
GridLayoutAnimationControllerTest.java 160 * @param child2
164 private void assertChildrenDelay(Animation child1, Animation child2, Animation child3) {
167 long offsetTime2 = child2.getStartOffset();
177 // child1 has started animation, child2 and child3 haven't started
179 child2.getTransformation(startTime + 500, transformation2);
185 // child1 has finished, child2 and child3 haven't started
187 child2.getTransformation(startTime + 1200, transformation2);
193 // child1 has finished, child2 has started animation, child3 hasn't started.
195 child2.getTransformation(startTime + 2000, transformation2);
201 // child1 and child2 have finished, child3 hasn't starte
    [all...]
LayoutAnimationControllerTest.java 114 // child1 has started animation, child2 and child3 haven't started
122 // child2 has started animation, child1 has finished and child3 hasn't started
130 // child3 has started animation, child1, child2 have finished
155 // child3 has started animation, child1 and child2 haven't started
163 // child2 has started animation, child3 has finished and child1 hasn't started
171 // child1 has started animation, child2 and child3 has finished
218 // child1 has started animation, child2 and child3 haven't started
226 // child1 has finished, child2 and child3 haven't started
234 // child1 has finished, child2 has started animation, child3 hasn't started.
242 // child1 and child2 have finished, child3 hasn't starte
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/utils/
DOMHelper.java 348 * Figure out if child2 is after child1 in document order.
356 * @param parent Must be the parent of both child1 and child2.
357 * @param child1 Must be the child of parent and not equal to child2.
358 * @param child2 Must be the child of parent and not equal to child1.
362 Node child2)
367 short child2type = child2.getNodeType();
405 else if (child2 == child || isNodeTheSame(child2, child))
449 else if (child2 == child || isNodeTheSame(child2, child)
    [all...]
  /external/webkit/WebCore/dom/
Node.cpp 2110 Node* child2 = chain2[--index2]; local
    [all...]
  /external/bison/tests/
testsuite     [all...]
  /external/jdiff/
xerces.jar 

Completed in 526 milliseconds