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

1 2 3 4 5 6 7 8

  /external/testng/src/test/java/test/triangle/
Child2.java 10 public class Child2 extends Base {
13 public void child2() { method in class:Child2
  /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);
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);
tc22_exit_w_lock.c 37 pthread_t child1, child2; local
39 r= pthread_create(&child2, NULL, child_fn2, NULL); assert(!r);
  /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/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...]
  /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)
  /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/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/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();
  /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");
  /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);
  /external/boringssl/src/ssl/
ssl_asn1.c 186 CBB cbb, session, child, child2; local
240 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) ||
241 !CBB_add_bytes(&child2, in->sid_ctx, in->sid_ctx_length)) {
256 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) ||
257 !CBB_add_bytes(&child2, (const uint8_t *)in->tlsext_hostname,
266 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) ||
267 !CBB_add_bytes(&child2, (const uint8_t *)in->psk_identity,
284 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) ||
285 !CBB_add_bytes(&child2, in->tlsext_tick, in->tlsext_ticklen)) {
293 !CBB_add_asn1(&child, &child2, CBS_ASN1_OCTETSTRING) |
    [all...]
  /external/opencv3/modules/flann/include/opencv2/flann/
kdtree_index.h 234 Node* child1, * child2; member in struct:cvflann::KDTreeIndex::Node
248 if (tree->child2!=NULL) {
249 save_tree(stream, tree->child2);
261 if (tree->child2!=NULL) {
262 load_tree(stream, tree->child2);
282 node->child1 = node->child2 = NULL; /* Mark as leaf node. */
294 node->child2 = divideTree(ind+idx, count-idx);
476 if ((node->child1 == NULL)&&(node->child2 == NULL)) {
495 NodePtr bestChild = (diff < 0) ? node->child1 : node->child2;
496 NodePtr otherChild = (diff < 0) ? node->child2 : node->child1
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManagerTest.java 54 ViewInfo child2 = new ViewInfo("Button2", child2Node, 0, 20, 70, 25); local
55 root.setChildren(Arrays.asList(child1, child2));
105 ViewInfo child2 = new ViewInfo("Button2", child2Node, 0, 20, 70, 25); local
106 root.setChildren(Arrays.asList(child1, child2));
  /external/dagger2/compiler/src/it/functional-tests/src/test/java/test/builder/
BuilderTest.java 158 TestChildComponentWithBuilderAbstractClass child2 = builder2.build(); local
159 assertThat(child2.s()).isEqualTo("tara");
160 assertThat(child2.i()).isEqualTo(10);
161 assertThat(child2.d()).isWithin(0).of(4.2d);
162 assertThat(child2.f()).isEqualTo(5.5f);
163 assertThat(child2.l()).isEqualTo(6L);
164 assertThat(child2.b()).isEqualTo((byte)70);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 369 child2 = ttk.Label()
374 self.paned.insert('end', child2)
376 self.assertEqual(self.paned.panes(), (str(child), str(child2)))
378 self.paned.insert(0, child2)
379 self.assertEqual(self.paned.panes(), (str(child2), str(child)))
383 (str(child2), str(child), str(child3)))
390 # moving child3 to child2 position should result in child2 ending up
393 self.paned.insert(child2, child3)
395 (str(child3), str(child2), str(child))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 369 child2 = ttk.Label()
374 self.paned.insert('end', child2)
376 self.assertEqual(self.paned.panes(), (str(child), str(child2)))
378 self.paned.insert(0, child2)
379 self.assertEqual(self.paned.panes(), (str(child2), str(child)))
383 (str(child2), str(child), str(child3)))
390 # moving child3 to child2 position should result in child2 ending up
393 self.paned.insert(child2, child3)
395 (str(child3), str(child2), str(child))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 369 child2 = ttk.Label()
374 self.paned.insert('end', child2)
376 self.assertEqual(self.paned.panes(), (str(child), str(child2)))
378 self.paned.insert(0, child2)
379 self.assertEqual(self.paned.panes(), (str(child2), str(child)))
383 (str(child2), str(child), str(child3)))
390 # moving child3 to child2 position should result in child2 ending up
393 self.paned.insert(child2, child3)
395 (str(child3), str(child2), str(child))
    [all...]

Completed in 2202 milliseconds

1 2 3 4 5 6 7 8