HomeSort by relevance Sort by last modified time
    Searched full:child2 (Results 1 - 25 of 148) sorted by null

1 2 3 4 5 6

  /external/libxml2/doc/examples/
reader3.res 5 <child2>content2</child2>
7 <child2>content3</child2>
9 <child2>content4</child2>
11 <child2>content5</child2>
xpath1.res 2 = element node "child2"
3 = element node "child2"
4 = element node "child2"
5 = element node "child2"
test3.xml 14 <child2>content2</child2>
16 <child2>content3</child2>
18 <child2>content4</child2>
20 <child2>content5</child2>
xpath2.res 11 <child2>content2</child2>
13 <child2>content3</child2>
15 <child2>content4</child2>
17 <child2>content5</child2>
  /external/testng/src/test/java/test/triangle/
Child2.java 10 public class Child2 extends Base {
13 public void child2() { method in class:Child2
  /external/testng/src/test/resources/parametertest/
child2-suite.xml 1 <suite name="InheritedParametersSuite Child2">
5 <test name="InheritedParametersTest Child2">
parent-suite.xml 7 <suite-file path="./child2-suite.xml"/>
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 34 private View child2; field in class:ViewGroupTest
48 child2 = new View(context);
54 root.addView(child2);
96 assertThat(child2.getParent(), nullValue());
103 root.addView(child2);
107 assertThat(root.getChildAt(2), sameInstance(child2));
114 child2.setTag("tag2");
117 root.addView(child2);
120 assertThat(root.findViewWithTag("tag2"), sameInstance(child2));
128 child2.setTag("tag2")
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldFilePreferencesImplTest.java 50 Preferences child2 = sroot.node("child2"); local
55 assertContains(childNames, "child2");
61 childNames = child2.childrenNames();
67 assertContains(childNames, "child2");
70 child2.removeNode();
73 assertNotContains(childNames, "child2");
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/
b2DynamicTree.cpp 87 m_nodes[nodeId].child2 = b2_nullNode;
196 int32 child2 = m_nodes[index].child2; local
227 // Cost of descending into child2
229 if (m_nodes[child2].IsLeaf())
232 aabb.Combine(leafAABB, m_nodes[child2].aabb);
238 aabb.Combine(leafAABB, m_nodes[child2].aabb);
239 float32 oldArea = m_nodes[child2].aabb.GetPerimeter();
257 index = child2;
280 m_nodes[oldParent].child2 = newParent
305 int32 child2 = m_nodes[index].child2; local
360 int32 child2 = m_nodes[index].child2; local
597 int32 child2 = node->child2; local
627 int32 child2 = node->child2; local
689 int32 child2 = node->child2; local
749 b2TreeNode* child2 = m_nodes + index2; local
    [all...]
  /external/v8/test/mjsunit/es6/
spread-call-new-class.js 24 class Child2 extends Base {
43 c = new Child2(...[1, 2, 3]);
44 assertInstanceof(c, Child2);
67 class Child2 extends Base {
86 c = new Child2(...[1, 2, 3]);
87 assertInstanceof(c, Child2);
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/broadphase/
DynamicTree.java 186 nodeStack[nodeStackIndex++] = node.child2;
302 nodeStack[nodeStackIndex++] = node.child2;
319 int height2 = computeHeight(node.child2);
364 DynamicTreeNode child2 = node.child2; local
365 int balance = MathUtils.abs(child2.height - child1.height);
441 DynamicTreeNode child2 = m_nodes[index2]; local
445 parent.child2 = child2;
446 parent.height = 1 + MathUtils.max(child1.height, child2.height)
521 DynamicTreeNode child2 = node.child2; local
606 DynamicTreeNode child2 = index.child2; local
650 DynamicTreeNode child2 = index.child2; local
802 DynamicTreeNode child2 = node.child2; local
827 DynamicTreeNode child2 = node.child2; local
    [all...]
DynamicTreeFlatNodes.java 364 int child2 = m_child2[i]; local
365 int balance = MathUtils.abs(m_height[child2] - m_height[child1]);
440 // DynamicTreeNode child2 = m_nodes[index2];
444 // parent.child2 = child2;
445 // parent.height = 1 + MathUtils.max(child1.height, child2.height);
446 // parent.aabb.combine(child1.aabb, child2.aabb);
450 // child2.parent = parent;
505 int child2 = m_child2[node]; local
531 // Cost of descending into child2
592 int child2 = m_child2[index]; local
638 int child2 = m_child2[index]; local
789 int child2 = m_child2[node]; local
814 int child2 = m_child2[node]; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
FilePreferencesImplTest.java 76 Preferences child2 = uroot.node("\u4e2d child2"); local
86 childNames = child2.childrenNames();
93 child2.removeNode();
98 child2 = sroot.node("child2");
107 childNames = child2.childrenNames();
116 child2.removeNode();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_transformer.py 23 child2 = child1.getChildNodes()[0]
24 self.assertIsInstance(child2, ast.Assign)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_transformer.py 23 child2 = child1.getChildNodes()[0]
24 self.assertIsInstance(child2, ast.Assign)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_transformer.py 23 child2 = child1.getChildNodes()[0]
24 self.assertIsInstance(child2, ast.Assign)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_transformer.py 23 child2 = child1.getChildNodes()[0]
24 self.assertIsInstance(child2, ast.Assign)
  /frameworks/support/percent/tests/java/android/support/percent/
PercentDynamicLayoutTest.java 124 final View child2 = percentFrameLayout.findViewById(R.id.child2);
131 0.5f * availableWidth, child2.getWidth());
133 availableHeight, child2.getHeight());
154 final View child2 = percentFrameLayout.findViewById(R.id.child2);
161 availableWidth, child2.getWidth());
163 0.5f* availableHeight, child2.getHeight());
184 final View child2 = percentRelativeLayout.findViewById(R.id.child2);
    [all...]
  /external/valgrind/helgrind/tests/
locked_vs_unlocked1.c 27 pthread_t child1, child2; local
34 if (pthread_create(&child2, NULL, child_fn, (void*)(long)(sw ? 1 : 0))) {
44 if (pthread_join(child2, NULL)) {
locked_vs_unlocked3.c 45 pthread_t child1, child2; local
53 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
57 r= pthread_join(child2, NULL); assert(!r);
tc22_exit_w_lock.c 37 pthread_t child1, child2; local
39 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
locked_vs_unlocked2.c 53 pthread_t child1, child2; local
61 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
65 r= pthread_join(child2, NULL); assert(!r);
  /external/libweave/src/notification/
xmpp_stream_parser_unittest.cc 143 const XmlNode* child2 = stanza1->children()[1].get(); local
144 EXPECT_EQ("mechanisms", child2->name());
145 ASSERT_EQ(2u, child2->children().size());
146 EXPECT_EQ("mechanism", child2->children()[0]->name());
147 EXPECT_EQ("X-OAUTH2", child2->children()[0]->text());
148 EXPECT_EQ("mechanism", child2->children()[1]->name());
149 EXPECT_EQ("X-GOOGLE-TOKEN", child2->children()[1]->text());
185 child2 = child->children()[1].get();
186 EXPECT_EQ("push:data", child2->name());
187 EXPECT_TRUE(child2->attributes().empty())
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetElementsByTagNameNS.java 64 Element child2; local
74 child2 = doc.createElementNS(nullNS, "child");
78 element.appendChild(child2);

Completed in 557 milliseconds

1 2 3 4 5 6