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

  /external/dagger2/compiler/src/it/functional-tests/src/test/java/test/builder/
BuilderTest.java 171 Grandchild grandchild1 =
173 Grandchild grandchild2 =
184 Grandchild grandchild3 =
186 Grandchild grandchild4 =
202 Grandchild middlegrand =
204 Grandchild othergrand =
219 Grandchild.Builder builder = parent.subcomponentBuilder();
220 Grandchild child = builder.set(new IntModuleIncludingDoubleAndFloat(21)).build();
235 Grandchild grandchild local
256 Grandchild 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 492 Preferences grandchild = pref.node("child/grandchild"); local
493 assertSame(grandchild, child.childSpi("grandchild"));
494 assertSame(grandchild, child.cachedChildrenImpl()[0]);
495 grandchild.removeNode();
496 assertNotSame(grandchild, pref.node("child/grandchild"));
498 grandchild = pref.node("child3/grandchild");
535 Preferences grandchild = pref.node("child\/grandchild"); local
744 Preferences grandchild = child.node("grandchild"); local
1005 MockAbstractPreferences grandchild = new MockAbstractPreferences(child, local
    [all...]
  /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...]
  /external/guice/core/test/com/google/inject/
JitBindingsTest.java 340 Injector grandchild = child.createChildInjector(new AbstractModule() { local
346 ensureWorks(grandchild, FooBar.class, Foo.class, Bar.class);
347 ensureFails(grandchild, ALLOW_BINDING, FooImpl.class);
387 Injector grandchild = child.createChildInjector(new AbstractModule() { local
394 ensureWorks(grandchild, FooBar.class, Foo.class, Bar.class);
ParentInjectorTest.java 89 Injector grandchild = child.createChildInjector(); local
90 assertSame(grandchild.getInstance(A.class), parent.getInstance(A.class));
  /external/iputils/ninfod/
ninfod_core.c 458 pid_t grandchild = fork(); local
459 if (grandchild < 0)
461 if (grandchild == 0) {
  /system/connectivity/shill/
device_info_unittest.cc 1021 FilePath grandchild = child2.Append("grandchild"); local
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 876 milliseconds