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

1 2 3 4

  /external/chromium_org/ui/base/models/
tree_node_model_unittest.cc 66 // +-- child1
75 TestNode* child1 = new TestNode; local
76 model.Add(root, child1, 0);
81 child1->Add(new TestNode, i);
89 EXPECT_EQ(2, child1->child_count());
100 TestNode* child1 = new TestNode; local
101 root->Add(child1, 0);
105 // Now remove |child1| from |root| and release the memory.
106 delete model.Remove(root, child1);
118 // +-- child1
128 TestNode child1; local
166 TestNode* child1 = new TestNode; local
199 TestNode* child1 = new TestNode; local
250 TestNode* child1 = new TestNode; local
296 TestNode* child1 = new TestNode; local
318 TestNode* child1 = new TestNode; local
    [all...]
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked1.c 27 pthread_t child1, child2; local
29 if (pthread_create(&child1, NULL, child_fn, (void*)(long)(sw ? 0 : 1))) {
39 if (pthread_join(child1, NULL)) {
bar_bad.c 12 void* child1 ( void* arg ) function
53 pthread_create(&thr1, NULL, child1, (void*)bar3);
65 pthread_create(&thr2, NULL, child1, (void*)bar4);
locked_vs_unlocked3.c 45 pthread_t child1, child2; local
54 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
56 r= pthread_join(child1, NULL); assert(!r);
tc22_exit_w_lock.c 37 pthread_t child1, child2; local
42 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
43 r= pthread_join(child1, NULL); assert(!r);
locked_vs_unlocked2.c 53 pthread_t child1, child2; local
62 r= pthread_create(&child1, NULL, child_fn1, NULL); assert(!r);
64 r= pthread_join(child1, NULL); assert(!r);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_transformer.py 21 child1 = a.getChildNodes()[0]
22 self.assertIsInstance(child1, ast.Stmt)
23 child2 = child1.getChildNodes()[0]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_transformer.py 21 child1 = a.getChildNodes()[0]
22 self.assertIsInstance(child1, ast.Stmt)
23 child2 = child1.getChildNodes()[0]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 33 private View child1; field in class:ViewGroupTest
47 child1 = new View(context);
53 root.addView(child1);
93 assertThat(root.getChildAt(0), sameInstance(child1));
102 root.addView(child1);
105 assertThat(root.getChildAt(0), sameInstance(child1));
113 child1.setTag("tag1");
116 root.addView(child1);
119 assertThat(root.findViewWithTag("tag1"), sameInstance(child1));
127 child1.setTag("tag1")
    [all...]
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/
AmbiguousViewMatcherExceptionTest.java 37 private View child1; field in class:AmbiguousViewMatcherExceptionTest
47 child1 = new TextView(getContext());
48 child1.setId(1);
55 testView.addView(child1);
73 containsString("{id=1,"), // child1
86 .withView2(child1)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
FilePreferencesImplTest.java 75 Preferences child1 = uroot.node("child1"); local
77 Preferences grandchild = child1.node("grand");
83 childNames = child1.childrenNames();
89 child1.removeNode();
97 child1 = sroot.node("child1");
101 Preferences grandchild2 = child1.node("grand");
104 childNames = child1.childrenNames();
110 child1.removeNode()
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldFilePreferencesImplTest.java 49 Preferences child1 = sroot.node("child1"); local
51 Preferences grandchild = child1.node("grand");
54 assertContains(childNames, "child1");
58 childNames = child1.childrenNames();
64 child1.removeNode();
66 assertNotContains(childNames, "child1");
72 assertNotContains(childNames, "child1");
OldNodeChangeEventTest.java 82 Preferences child1 = pref.node("mock1"); local
87 child1.removeNode();
130 Preferences child1 = pref.node("mock1"); local
135 child1.removeNode();
OldPreferencesTest.java 138 Preferences child1 = pref.node("child1"); local
142 child1.node("subchild1");
144 assertSame(pref, child1.parent());
146 assertEquals("child1", pref.childrenNames()[0]);
147 assertEquals(1, child1.childrenNames().length);
148 assertEquals("subchild1", child1.childrenNames()[0]);
621 Preferences child1 = pref.node("child1"); local
627 assertFalse(child1.nodeExists(""))
640 Preferences child1 = null; local
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementgetelementsbytagnamens04.java 77 Element child1; local
86 child1 = doc.createElementNS("http://www.w3.org/DOM/Level1", "dom:child");
89 appendedChild = element.appendChild(child1);
  /external/chromium_org/cc/trees/
damage_tracker_unittest.cc 102 // child1. Additionally, the root has a second child layer, and child1 has
107 scoped_ptr<LayerImpl> child1 = local
123 child1->SetPosition(gfx::PointF(100.f, 100.f));
124 child1->SetBounds(gfx::Size(30, 30));
125 child1->SetContentBounds(gfx::Size(30, 30));
130 child1->SetOpacity(0.5f);
131 child1->SetDrawsContent(false);
132 child1->SetForceRenderSurface(true);
149 child1->AddChild(grand_child1.Pass())
205 LayerImpl* child1 = root->children()[0]; local
570 LayerImpl* child1 = root->children()[0]; local
697 LayerImpl* child1 = root->children()[0]; local
779 LayerImpl* child1 = root->children()[0]; local
811 LayerImpl* child1 = root->children()[0]; local
857 LayerImpl* child1 = root->children()[0]; local
895 LayerImpl* child1 = root->children()[0]; local
921 LayerImpl* child1 = root->children()[0]; local
975 LayerImpl* child1 = root->children()[0]; local
1005 LayerImpl* child1 = root->children()[0]; local
1024 LayerImpl* child1 = root->children()[0]; local
1218 LayerImpl* child1 = root->children()[0]; local
1287 LayerImpl* child1 = root->children()[0]; local
    [all...]
  /external/chromium_org/ui/views/controls/tabbed_pane/
tabbed_pane_unittest.cc 40 View* child1 = new FixedSizeView(gfx::Size(20, 10)); local
41 tabbed_pane->AddTab(ASCIIToUTF16("tab1"), child1);
57 gfx::Rect bounds(child1->bounds());
  /libcore/luni/src/test/java/tests/org/w3c/dom/
ElementGetElementsByTagNameNS.java 63 Element child1; local
72 child1 = doc.createElementNS("http://www.w3.org/DOM/Level1",
77 element.appendChild(child1);
  /frameworks/testing/espresso/espresso-lib-tests/src/androidTest/java/com/google/android/apps/common/testing/ui/espresso/base/
ViewFinderImplTest.java 40 private View child1; field in class:ViewFinderImplTest
50 child1 = new TextView(getInstrumentation().getTargetContext());
51 child1.setId(1);
62 testView.addView(child1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManagerTest.java 51 ViewInfo child1 = new ViewInfo("Button1", child1Node, 0, 0, 50, 20); local
55 root.setChildren(Arrays.asList(child1, child2));
102 ViewInfo child1 = new ViewInfo("Button1", child1Node, 0, 0, 50, 20); local
106 root.setChildren(Arrays.asList(child1, child2));
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 42 {"title": "Child 1", "parentId": "parent", "id": "child1"});
45 console.log("parent child1 child2");
64 "duplicate item child1 should show up");
65 chrome.contextMenus.create({"title": "Oops", "id": "child1"}, function() {
  /cts/tests/tests/widget/src/android/widget/cts/
TableLayoutTest.java 379 View child1 = new TextView(mContext); local
380 tableLayout.addView(child1);
381 assertSame(child1, tableLayout.getChildAt(0));
388 assertSame(child1, tableLayout.getChildAt(0));
397 assertSame(child1, tableLayout.getChildAt(0));
415 View child1 = new TextView(mContext); local
416 tableLayout.addView(child1, 0);
417 assertSame(child1, tableLayout.getChildAt(0));
425 assertSame(child1, tableLayout.getChildAt(1));
434 assertSame(child1, tableLayout.getChildAt(1))
456 View child1 = new TextView(mContext); local
494 View child1 = new TextView(mContext); local
    [all...]
HorizontalScrollViewTest.java 93 TextView child1 = new TextView(mActivity); local
95 scrollView.addView(child1);
110 TextView child1 = new TextView(mActivity); local
112 scrollView.addView(child1, 1);
125 child1 = new TextView(mActivity);
127 scrollView.addView(child1, -1);
153 TextView child1 = new TextView(mActivity); local
155 scrollView.addView(child1, new ViewGroup.LayoutParams(200, 100));
182 TextView child1 = new TextView(mActivity); local
184 scrollView.addView(child1, 0, new ViewGroup.LayoutParams(200, 100))
    [all...]
ScrollViewTest.java 111 TextView child1 = new TextView(mActivity); local
113 scrollView.addView(child1);
128 TextView child1 = new TextView(mActivity); local
130 scrollView.addView(child1, 1);
143 child1 = new TextView(mActivity);
145 scrollView.addView(child1, -1);
171 TextView child1 = new TextView(mActivity); local
173 scrollView.addView(child1, new ViewGroup.LayoutParams(200, 100));
200 TextView child1 = new TextView(mActivity); local
202 scrollView.addView(child1, 0, new ViewGroup.LayoutParams(200, 100))
    [all...]
  /external/lldb/test/lang/cpp/class_static/
TestStaticVariables.py 120 child1 = val.GetChildAtIndex(1)
121 self.DebugSBValue(child1)
122 child1_x = child1.GetChildAtIndex(0)

Completed in 1049 milliseconds

1 2 3 4