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

1 2 3 4 5 6 7 8 9

  /external/testng/src/test/java/test/triangle/
Child1.java 10 public class Child1 extends Base {
12 public void child1() { method in class:Child1
  /external/valgrind/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)) {
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);
bar_bad.c 12 void* child1 ( void* arg ) function
60 pthread_create(&thr1, NULL, child1, (void*)bar3);
78 pthread_create(&thr2, NULL, child1, (void*)bar4);
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);
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);
  /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();
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
stress.c 117 pthread_t child1, child2; local
163 ret = pthread_create(&child1, NULL, threaded, named);
207 ret = pthread_join(child1, NULL);
  /frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
ItemInflaterTest.java 53 Item child1 = (Item) itemGroup.getItemAt(1); local
55 assertEquals("ID of second child should be test_item_2", R.id.test_item_2, child1.getId());
57 child1.getSummary());
  /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...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
GridLayoutManagerRtlTest.java 126 View child1 = mGlm.findViewByPosition(secondChildPos); local
130 child1);
133 helper.getDecoratedStart(child0) >= helper.getDecoratedEnd(child1));
138 helper.getDecoratedStart(child1) >= helper.getDecoratedEnd(child0));
  /external/robolectric/v1/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...]
  /cts/tests/tests/widget/src/android/widget/cts/
LayoutDirectionTest.java 134 ViewGroup child1 = (ViewGroup) mActivity.findViewById(child1Id); local
135 assertEquals(child1ResDir, child1.getLayoutDirection());
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewGroupTest.java 36 private View child1; field in class:ShadowViewGroupTest
49 child1 = new View(context);
55 root.addView(child1);
111 assertThat(root.getChildAt(0)).isSameAs(child1);
120 root.addView(child1);
123 assertThat(root.getChildAt(0)).isSameAs(child1);
131 child1.setTag("tag1");
134 root.addView(child1);
137 assertThat((View) root.findViewWithTag("tag1")).isSameAs(child1);
145 child1.setTag("tag1")
248 View child1 = new View(RuntimeEnvironment.application); local
    [all...]
  /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
WearableLinearLayoutManagerTest.java 91 View child1 = wrv.getChildAt(0); local
99 assertEquals(136, child1.getLeft());
100 assertEquals(-6.3, child1.getTranslationY(), 0.1);
135 View child1 = wrv.getChildAt(0); local
144 assertEquals(0, child1.getLeft());
145 assertEquals(0.0f, child1.getTranslationY(), 0);
BoxInsetLayoutTest.java 100 onView(withId(R.id.child1))
134 View child1 = mActivityRule.getActivity().findViewById(R.id.child1);
139 mIdViewMap.put(R.id.child1, child1);
149 View child1 = customRunnable.mIdViewMap.get(R.id.child1); local
165 onView(withId(R.id.child1))
169 .check(screenBottom(is(equalTo(parentTop + desiredPadding + child1.getHeight()))));
244 View child1 = mActivityRule.getActivity().findViewById(R.id.child1)
258 View child1 = customRunnable.mIdViewMap.get(R.id.child1); local
353 View child1 = customRunnable.mIdViewMap.get(R.id.child1); 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);
  /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/base/services/tests/servicestests/src/com/android/server/wm/
WindowStateTests.java 72 final WindowState child1 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child1"); local
78 assertTrue(child1.isParentWindowHidden());
83 assertFalse(child1.isParentWindowHidden());
91 final WindowState child1 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child1"); local
96 assertTrue(child1.isChildWindow());
125 final WindowState child1 = createWindow(parentWindow, FIRST_SUB_WINDOW, "child1"); local
129 assertEquals(parentWindow, child1.getParentWindow())
146 final WindowState child1 = createWindow(root, FIRST_SUB_WINDOW, "child1"); local
320 final WindowState child1 = createWindow(root, FIRST_SUB_WINDOW, "child1"); local
    [all...]
WindowContainerTests.java 135 final TestWindowContainer child1 = root.addChildWindow(); local
140 child1.addChildWindow(child2);
160 final TestWindowContainer child1 = root.addChildWindow(); local
162 final TestWindowContainer child11 = child1.addChildWindow();
163 final TestWindowContainer child12 = child1.addChildWindow();
167 assertEquals(2, child1.getChildrenCount());
170 assertTrue(root.hasChild(child1));
176 assertTrue(child1.hasChild(child11));
177 assertTrue(child1.hasChild(child12));
178 assertFalse(child1.hasChild(child21))
190 final TestWindowContainer child1 = root.addChildWindow(); local
263 final TestWindowContainer child1 = root.addChildWindow(); local
287 final TestWindowContainer child1 = root.addChildWindow(); local
329 final TestWindowContainer child1 = root.addChildWindow(); local
356 final TestWindowContainer child1 = root.addChildWindow(builder.setIsAnimating(true)); local
382 final TestWindowContainer child1 = root.addChildWindow(builder.setIsVisible(true)); local
412 final TestWindowContainer child1 = root.addChildWindow(); local
455 final TestWindowContainer child1 = root.addChildWindow(builder); local
557 final TestWindowContainer child1 = root.addChildWindow(); local
600 final TestWindowContainer child1 = root.addChildWindow(); local
636 final TestWindowContainer child1 = subtree.addChildWindow(); local
657 final TestWindowContainer child1 = root.addChildWindow(); local
    [all...]
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl15.c 71 static int parent, child1, child2, status; variable
110 perror("open on child1 file failed");
132 perror("child1 sigprocmask SIG_BLOCK fail");
140 perror("child1 signal to parent failed");
153 perror("pause in child1 terminated without "
160 perror("child1 sigprocmask SIG_SETMASK fail");
187 if ((child1 = FORK_OR_VFORK()) < 0) {
192 /* child1 */
193 if (child1 == 0) {
205 * need to wait for child1 to open, and lock the area of th
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_nodeiteratortemplate_unittest.cpp 52 // child1--child2
74 Node* child1() const { return child1_.get(); } function in class:CXFA_NodeIteratorTemplateTest
114 iter.SetCurrent(child1());
116 EXPECT_EQ(child1(), iter.GetCurrent());
120 Iterator iter(child1());
122 EXPECT_EQ(child1(), iter.GetRoot());
128 EXPECT_EQ(child1(), iter.MoveToNext());
162 EXPECT_EQ(child1(), iter.MoveToPrev());
163 EXPECT_EQ(child1(), iter.GetCurrent());
217 EXPECT_EQ(child1(), iter.MoveToNext())
    [all...]
  /frameworks/base/core/tests/coretests/src/com/android/internal/widget/
MessagingLinearLayoutTest.java 68 FakeImageFloatingTextView child1 = fakeChild(3); local
71 mView.addView(child1);
77 assertFalse("child1 should not be hidden", child1.isHidden());
84 FakeImageFloatingTextView child1 = fakeChild(1); local
87 mView.addView(child1);
93 assertFalse("child1 should not be hidden", child1.isHidden());
100 FakeImageFloatingTextView child1 = fakeChild(7); local
103 mView.addView(child1);
116 FakeImageFloatingTextView child1 = fakeChild(7); local
    [all...]
  /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));

Completed in 597 milliseconds

1 2 3 4 5 6 7 8 9