HomeSort by relevance Sort by last modified time
    Searched defs:grandchild (Results 1 - 9 of 9) sorted by null

  /external/lldb/test/lang/c/anonymous/
main.c 21 } grandchild; member in struct:anonymous_child::__anon29976
49 return c->foo.d + c->grandchild.b; // Set breakpoint 1 here.
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldFilePreferencesImplTest.java 51 Preferences grandchild = child1.node("grand"); local
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...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
FilePreferencesImplTest.java 77 Preferences grandchild = child1.node("grand"); local
78 assertNotNull(grandchild);
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...]
  /external/chromium_org/ui/views/
view_targeter_unittest.cc 128 View* grandchild = new View; local
132 child->AddChildView(grandchild);
134 grandchild->SetFocusable(true);
135 grandchild->RequestFocus();
146 EXPECT_EQ(grandchild, static_cast<View*>(current_target));
150 current_target = targeter->FindNextBestTarget(grandchild, &key_event);
177 View* grandchild = new View; local
178 grandchild->SetBounds(0, 0, 5, 5);
182 child->AddChildView(grandchild);
189 // |grandchild|, so |child| should be the initial target for the event
255 View* grandchild = new View; local
366 View* grandchild = new View; local
    [all...]
  /external/iputils/ninfod/
ninfod_core.c 458 pid_t grandchild = fork(); local
459 if (grandchild < 0)
461 if (grandchild == 0) {
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 302 milliseconds