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

1 2 3

  /external/chromium_org/third_party/WebKit/PerformanceTests/Layout/
subtree-detaching.html 12 var grandChild = document.createElement("div");
13 child.appendChild(grandChild);
  /external/strace/test/
sigkill_rain.c 51 /* grandchild: kill child */
60 * "kill grandchild" happens quicker.
72 /* kill grandchild */
  /external/lldb/test/lang/c/anonymous/
main.c 21 } grandchild; member in struct:anonymous_child::__anon29135
49 return c->foo.d + c->grandchild.b; // Set breakpoint 1 here.
TestAnonymous.py 113 self.expect("expression c->grandchild.b", VARIABLES_DISPLAYED_CORRECTLY,
  /external/chromium_org/ui/events/
event_processor_unittest.cc 118 scoped_ptr<BoundsTestTarget> grandchild(new BoundsTestTarget());
122 grandchild->set_bounds(gfx::Rect(5, 5, 5, 5));
124 child->AddChild(scoped_ptr<TestEventTarget>(grandchild.Pass()));
137 // the default event-targeter used, the event will still reach |grandchild|,
239 scoped_ptr<TestEventTarget> grandchild(new TestEventTarget());
242 scoped_ptr<EventTargeter>(new BubblingEventTargeter(grandchild.get())));
243 child->AddChild(grandchild.Pass());
254 // at the grandchild target should be dispatched to all three targets.
277 // as handled. Only the grandchild (the initial target) should receive the
292 // dispatch at the child of the root. The child and grandchild
    [all...]
  /external/chromium_org/sandbox/linux/services/
unix_domain_socket_unittest.cc 191 // Wait for grandchild to run to completion; see comments below.
194 // Fallthrough once grandchild has sent its hello and exited.
214 // We need our child and grandchild processes to both be alive for
216 // (On the first iteration, grandchild is blocked reading from the pipe
217 // until we close it, and child is blocked waiting for grandchild to exit.)
219 case 0: // Grandchild's message
220 // Check that sender_pid refers to our grandchild by checking that pid
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
AbstractPreferencesTest.java 485 Preferences grandchild = pref.node("child/grandchild"); local
486 assertSame(grandchild, child.childSpi("grandchild"));
487 assertSame(grandchild, child.cachedChildrenImpl()[0]);
488 grandchild.removeNode();
489 assertNotSame(grandchild, pref.node("child/grandchild"));
491 grandchild = pref.node("child3/grandchild");
528 Preferences grandchild = pref.node("child\/grandchild"); local
737 Preferences grandchild = child.node("grandchild"); local
998 MockAbstractPreferences grandchild = new MockAbstractPreferences(child, local
    [all...]
FilePreferencesImplTest.java 77 Preferences grandchild = child1.node("grand"); local
78 assertNotNull(grandchild);
  /external/chromium_org/ui/views/
view_targeter_unittest.cc 82 View* grandchild = new View; local
86 child->AddChildView(grandchild);
88 grandchild->SetFocusable(true);
89 grandchild->RequestFocus();
101 EXPECT_EQ(grandchild, static_cast<View*>(current_target));
105 current_target = targeter->FindNextBestTarget(grandchild, &key_event);
132 View* grandchild = new View; local
133 grandchild->SetBounds(0, 0, 5, 5);
137 child->AddChildView(grandchild);
145 // |grandchild|, so |child| should be the initial target for the event
    [all...]
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_textparseintolistofelements.java 70 Node grandChild;
93 grandChild = child.getFirstChild();
94 assertNotNull("grandChildNotNull", grandChild);
95 value = grandChild.getNodeValue();
textparseintolistofelements.java 72 Node grandChild;
94 grandChild = child.getFirstChild();
95 assertNotNull("grandChildNotNull", grandChild);
96 value = grandChild.getNodeValue();
  /external/clang/test/Analysis/
inline.cpp 122 class Grandchild : public Child {};
125 Grandchild x;
170 class Grandchild : virtual public Child {};
173 Grandchild x;
355 struct Grandchild : public A {};
384 Grandchild *g = new (b) Grandchild();
  /external/chromium_org/third_party/WebKit/Source/wtf/
TreeNodeTest.cpp 189 : grandChild(TestTree::create())
196 middleChild->appendChild(grandChild.get());
199 RefPtr<TestTree> grandChild;
209 trio.grandChild.get(), trio.lastChild.get()
226 trio.grandChild.get(), trio.middleChild.get(), trio.lastChild.get(), trio.root.get()
  /external/chromium_org/tools/clang/plugins/tests/
base_refcounted.h 104 // Unsafe; A grandchild class ends up exposing their parent and grandparent's
113 // Unsafe; A grandchild ends up implicitly exposing their parent and
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 396 Preferences grandchild = pref.node("child/grandchild"); local
398 assertTrue(pref.nodeExists("child/grandchild"));
399 grandchild.removeNode();
401 assertFalse(pref.nodeExists("child/grandchild"));
402 assertFalse(grandchild.nodeExists(""));
404 assertFalse(pref.nodeExists("child2/grandchild"));
405 pref.node("child2/grandchild");
406 assertTrue(pref.nodeExists("child2/grandchild"));
622 Preferences grandchild = child.node("grandchild") local
    [all...]
OldFilePreferencesImplTest.java 51 Preferences grandchild = child1.node("grand"); local
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfoTest.java 151 CanvasViewInfo grandChild = includedView.getChildren().get(0);
152 assertNotNull(grandChild);
153 assertEquals("RadioButton", grandChild.getName());
154 assertSame(child21Node, grandChild.getUiViewNode());
155 assertEquals(new Rectangle(10, 50, 69, 4), grandChild.getAbsRect());
156 assertEquals(new Rectangle(10, 50, 69, 5), grandChild.getSelectionRect());
666 ViewInfo grandChild = new ViewInfo("Button", grandChildNode, 0, 20, 70, 25);
667 child.setChildren(Collections.singletonList(grandChild));
    [all...]
  /external/chromium_org/sync/syncable/
directory_unittest.cc 747 MutableEntry grandchild(&wtrans, CREATE, BOOKMARKS, child.GetId(), "Bob");
748 ASSERT_TRUE(grandchild.good());
749 grandchild.PutId(id_factory.NewServerId());
750 grandchild.PutBaseVersion(1);
751 grandchild.PutIsDel(true);
755 grandchild.PutIsDel(false);
757 grandchild_handle = grandchild.GetMetahandle();
762 MutableEntry grandchild(&wtrans, GET_BY_HANDLE, grandchild_handle);
763 grandchild.PutIsDel(true); // Used to CHECK fail here.
782 MutableEntry grandchild(&wtrans, CREATE, BOOKMARKS, child.GetId(), "Bob")
    [all...]
  /external/iputils/ninfod/
ninfod_core.c 458 pid_t grandchild = fork(); local
459 if (grandchild < 0)
461 if (grandchild == 0) {
  /external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc 172 // grandchild as child widget of host0.
  /external/chromium_org/sync/engine/
syncer_unittest.cc     [all...]
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 633 FakeContentLayerImpl* grandchild = variable
641 EXPECT_EQ(0u, grandchild->lost_output_surface_count());
649 EXPECT_GE(1u, grandchild->lost_output_surface_count());
    [all...]
  /external/chromium_org/tools/valgrind/
common.py 44 # grandchild process, so we have to read the child and print the data as if
  /external/chromium_org/ui/compositor/
layer_unittest.cc     [all...]
  /external/strace/
strace.c 111 * from having children it doesn't expect to have), and grandchild
210 -D -- run tracer process as a detached grandchild, not as parent\n\
976 * Wait for grandchild to attach to straced process
977 * (grandparent). Grandchild SIGKILLs us after it attached.
984 /* grandchild */
    [all...]

Completed in 7214 milliseconds

1 2 3