Searched refs:grandchild (Results 1 – 12 of 12) sorted by relevance
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/builder/ |
D | BuilderTest.java | 235 Grandchild grandchild = in requireSubcomponentBuilderProviders() local 243 assertThat(grandchild.i()).isEqualTo(12); in requireSubcomponentBuilderProviders() 244 assertThat(grandchild.s()).isEqualTo("sam"); in requireSubcomponentBuilderProviders() 256 Grandchild grandchild = in requireSubcomponentBuilders() local 263 assertThat(grandchild.i()).isEqualTo(12); in requireSubcomponentBuilders() 264 assertThat(grandchild.s()).isEqualTo("sam"); in requireSubcomponentBuilders()
|
/external/guice/core/test/com/google/inject/ |
D | JitBindingsTest.java | 340 Injector grandchild = child.createChildInjector(new AbstractModule() { in testChildInjectorInheritsOption() local 346 ensureWorks(grandchild, FooBar.class, Foo.class, Bar.class); in testChildInjectorInheritsOption() 347 ensureFails(grandchild, ALLOW_BINDING, FooImpl.class); in testChildInjectorInheritsOption() 387 Injector grandchild = child.createChildInjector(new AbstractModule() { in testChildInjectorAddsOption() local 394 ensureWorks(grandchild, FooBar.class, Foo.class, Bar.class); in testChildInjectorAddsOption()
|
D | ParentInjectorTest.java | 89 Injector grandchild = child.createChildInjector(); in testJustInTimeBindingsAreSharedWithParentIfPossible() local 90 assertSame(grandchild.getInstance(A.class), parent.getInstance(A.class)); in testJustInTimeBindingsAreSharedWithParentIfPossible()
|
/external/iputils/ninfod/ |
D | ninfod_core.c | 458 pid_t grandchild = fork(); in ni_send_fork() local 459 if (grandchild < 0) in ni_send_fork() 461 if (grandchild == 0) { in ni_send_fork()
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/ |
D | RntoCommandHandlerTest.groovy | 86 createDirectory(FROM_DIR + "/child/grandchild") 95 assert fileSystem.isDirectory(TO_DIR + "/child/grandchild")
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | RntoCommandHandlerTest.groovy | 86 createDirectory(FROM_DIR + "/child/grandchild") 95 assert fileSystem.isDirectory(TO_DIR + "/child/grandchild")
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | RntoCommandHandlerTest.groovy | 86 createDirectory(FROM_DIR + "/child/grandchild") 95 assert fileSystem.isDirectory(TO_DIR + "/child/grandchild")
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | RntoCommandHandlerTest.groovy | 86 createDirectory(FROM_DIR + "/child/grandchild") 95 assert fileSystem.isDirectory(TO_DIR + "/child/grandchild")
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | RntoCommandHandlerTest.groovy | 86 createDirectory(FROM_DIR + "/child/grandchild") 95 assert fileSystem.isDirectory(TO_DIR + "/child/grandchild")
|
/external/strace/ |
D | ChangeLog-CVS | 320 from having children it doesn't expect to have), and grandchild 328 In this case we are already a child, we in fact created a grandchild. 329 After attaching to grandparent, grandchild SIGKILLs parent.
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 1157 孫>'[grandchild]';
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 11488 孫 < grandchild; 43703 孫 > grandchild; 43723 孙 > grandchild;
|