Home
last modified time | relevance | path

Searched refs:childB (Results 1 – 7 of 7) sorted by relevance

/external/dagger2/javatests/dagger/functional/
DGenericTest.java105 GenericChild<B> childB = new GenericChild<B>(); in membersInjections() local
106 component.injectB(childB); in membersInjections()
107 assertThat(childB.a).isNotNull(); in membersInjections()
108 assertThat(childB.b).isNotNull(); in membersInjections()
109 assertThat(childB.registeredA).isNotNull(); in membersInjections()
110 assertThat(childB.registeredB).isNotNull(); in membersInjections()
111 assertThat(childB.registeredT).isNotNull(); in membersInjections()
112 assertThat(childB.registeredX).isNotNull(); in membersInjections()
113 assertThat(childB.registeredY).isNotNull(); in membersInjections()
DGenericComponent.java39 void injectB(GenericChild<B> childB); in injectB() argument
/external/dagger2/javatests/dagger/functional/subcomponent/pruning/
DSubcomponentOnlyRequestedBySiblingTest.java43 ChildB childB = parent.childBBuilder().build(); in subcomponentAddedInParent_onlyUsedInSibling() local
44 assertThat(childB.componentHierarchy()) in subcomponentAddedInParent_onlyUsedInSibling()
46 assertThat(childB.componentHierarchyFromChildA()) in subcomponentAddedInParent_onlyUsedInSibling()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
DDifferenceElementCalculator.java16 CsmChild childB = (CsmChild) b; in matching() local
17 return childA.getChild().equals(childB.getChild()); in matching()
30 CsmToken childB = (CsmToken)b; in matching() local
31 return childA.getTokenType() == childB.getTokenType(); in matching()
56 CsmChild childB = (CsmChild) b; in replacement() local
57 return childA.getChild().getClass().equals(childB.getChild().getClass()); in replacement()
66 CsmToken childB = (CsmToken)b; in replacement() local
67 return childA.getTokenType() == childB.getTokenType(); in replacement()
/external/dagger2/javatests/dagger/functional/producers/subcomponent/pruning/
DProductionSubcomponentOnlyRequestedBySiblingTest.java44 ChildB childB = parent.childBBuilder().build(); in subcomponentAddedInParent_onlyUsedInSibling() local
45 assertThat(childB.componentHierarchy().get()) in subcomponentAddedInParent_onlyUsedInSibling()
47 assertThat(childB.componentHierarchyFromChildA().get()) in subcomponentAddedInParent_onlyUsedInSibling()
/external/auto/common/src/test/java/com/google/auto/common/
DMoreTypesTest.java319 TypeElement childB = elements.getTypeElement(ChildB.class.getCanonicalName()); in testNonObjectSuperclass() local
338 MoreTypes.nonObjectSuperclass(types, elements, (DeclaredType) childB.asType()); in testNonObjectSuperclass()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Djavaparser-core-3.3.0.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/github/ com/ ...