/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/ |
D | GenericTest.java | 36 assertThat(component).isNotNull(); in testGenericComponentCreate() 41 assertThat(component.referencesGeneric().genericA.t).isNotNull(); in testGenericSimpleReferences() 47 assertThat(doubleA.a).isNotNull(); in testGenericDoubleReferences() 48 assertThat(doubleA.a2).isNotNull(); in testGenericDoubleReferences() 49 assertThat(doubleA.t).isNotNull(); in testGenericDoubleReferences() 50 assertThat(doubleA.t2).isNotNull(); in testGenericDoubleReferences() 53 assertThat(doubleB.a).isNotNull(); in testGenericDoubleReferences() 54 assertThat(doubleB.a2).isNotNull(); in testGenericDoubleReferences() 55 assertThat(doubleB.t).isNotNull(); in testGenericDoubleReferences() 56 assertThat(doubleB.t2).isNotNull(); in testGenericDoubleReferences() [all …]
|
D | NonComponentDependencyTest.java | 31 assertThat(component).isNotNull(); in testThing() 32 assertThat(component.thingTwo()).isNotNull(); in testThing()
|
D | NestedTest.java | 28 assertThat(nestedFoo.thing()).isNotNull(); in nestedFoo() 33 assertThat(nestedBar.injectedThing()).isNotNull(); in nestedBar()
|
D | DependsOnGeneratedCodeTest.java | 27 assertThat(DaggerComponentDependsOnGeneratedCode.create().needsFactory()).isNotNull(); in testComponentDependsOnGeneratedCode()
|
D | BasicTest.java | 110 assertThat(basicComponent.thing()).isNotNull(); in basicObject_noDeps() 114 assertThat(basicComponent.typeWithInheritedMembersInjection().thing).isNotNull(); in inheritedMembersInjection()
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/cycle/ |
D | CycleTest.java | 37 assertThat(s.sProvider.get()).isNotNull(); in providerIndirectionSelfCycle() 45 assertThat(c.aProvider.get()).isNotNull(); in providerIndirectionCycle() 46 assertThat(a.b.c.aProvider.get()).isNotNull(); in providerIndirectionCycle() 47 assertThat(a.e.d.b.c.aProvider.get()).isNotNull(); in providerIndirectionCycle() 54 assertThat(s.sLazy.get()).isNotNull(); in lazyIndirectionSelfCycle() 62 assertThat(c.aLazy.get()).isNotNull(); in lazyIndirectionCycle() 63 assertThat(a.b.c.aLazy.get()).isNotNull(); in lazyIndirectionCycle() 64 assertThat(a.e.d.b.c.aLazy.get()).isNotNull(); in lazyIndirectionCycle() 71 assertThat(a.b.c.aProvider.get()).isNotNull(); in subcomponentIndirectionCycle() 72 assertThat(a.e.d.b.c.aProvider.get()).isNotNull(); in subcomponentIndirectionCycle() [all …]
|
D | LongCycleTest.java | 35 assertThat(longCycleComponent.class1()).isNotNull(); in longCycle()
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/membersinject/ |
D | MembersInjectTest.java | 61 assertThat(aParent.aParentField()).isNotNull(); in testMembersInject_overrides() 62 assertThat(aParent.aParentMethod()).isNotNull(); in testMembersInject_overrides() 66 assertThat(aChild.aParentField()).isNotNull(); in testMembersInject_overrides() 68 assertThat(aChild.aChildField()).isNotNull(); in testMembersInject_overrides() 69 assertThat(aChild.aChildMethod()).isNotNull(); in testMembersInject_overrides() 73 assertThat(aGrandchild.aParentField()).isNotNull(); in testMembersInject_overrides() 74 assertThat(aGrandchild.aParentMethod()).isNotNull(); in testMembersInject_overrides() 75 assertThat(aGrandchild.aChildField()).isNotNull(); in testMembersInject_overrides() 77 assertThat(aGrandchild.aGrandchildField()).isNotNull(); in testMembersInject_overrides() 78 assertThat(aGrandchild.aGrandchildMethod()).isNotNull(); in testMembersInject_overrides()
|
/external/mockito/src/test/java/org/mockitoutil/ |
D | ClassLoadersTest.java | 79 assertThat(aClass).isNotNull(); in isolated_class_loader_can_load_classes_when_dependent_classes_are_matching_the_prefixes() 96 assertThat(aClass).isNotNull(); in isolated_class_loader_can_load_classes_isolated_classes_in_isolation() 209 assertThat(aClass).isNotNull(); in can_load_a_class_in_memory_from_bytes() 286 .isNotNull(); in can_run_in_given_classloader() 291 .isNotNull(); in can_run_in_given_classloader()
|
/external/mockito/src/test/java/org/mockitousage/matchers/ |
D | VarargsTest.java | 6 import static org.mockito.ArgumentMatchers.isNotNull; 57 verify(mock).varargs(isNotNull()); in shouldMatchEmptyVarArgs_noArgsIsNotNull() 73 verify(mock).varargs((String[]) isNotNull()); in shouldMatchEmptyVarArgs_noArgsIsNotNullArray() 179 verify(mock).varargsbyte((byte[]) isNotNull()); in shouldMatchEmptyVarArgs_emptyArrayIsNotNull() 186 verify(mock).varargsbyte((byte[]) isNotNull()); in shouldMatchVarArgs_oneArgIsNotNull()
|
/external/junit-params/src/test/java/junitparams/converters/ |
D | NullableConverterTest.java | 29 assertThat(value).isNotNull(); in shouldNotApplyConversionToNull() 41 assertThat(value).isNotNull(); in shouldIgnoreDefaultNulllIdentifierWhenIsSpecifiedCustomOne()
|
/external/mockito/src/test/java/org/mockito/internal/creation/bytebuddy/ |
D | AbstractByteBuddyMockMakerTest.java | 63 assertThat(mock).isNotNull(); in should_create_mock_from_class_even_when_constructor_is_dodgy() 88 assertThat(mock).isNotNull(); in should_create_class_by_constructor() 96 assertThat(serialized).isNotNull(); in should_allow_serialization()
|
/external/llvm/test/Transforms/GVN/ |
D | big-endian.ll | 25 %isNotNull = and i1 %isNotNullA, %isNotNullB 26 %isTrueAndNotNull = and i1 %isTrue, %isNotNull
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | JDKDSAPublicKey.java | 77 if (isNotNull(info.getAlgorithm().getParameters())) in JDKDSAPublicKey() 85 private boolean isNotNull(ASN1Encodable parameters) in isNotNull() method in JDKDSAPublicKey
|
/external/mockito/src/test/java/org/mockitousage/bugs/deepstubs/ |
D | DeepStubsWronglyReportsSerializationProblemsTest.java | 17 assertThat(the_deep_stub).isNotNull(); in should_not_raise_a_mockito_exception_about_serialization_when_accessing_deep_stub()
|
/external/dagger2/compiler/src/it/producers-functional-tests/src/test/java/producerstest/ |
D | SimpleTest.java | 32 assertThat(simpleComponent).isNotNull(); in testSimpleComponent()
|
D | DependentTest.java | 38 assertThat(dependentComponent).isNotNull(); in dependentComponent()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/ |
D | BCDSAPublicKey.java | 81 if (isNotNull(info.getAlgorithm().getParameters())) in BCDSAPublicKey() 95 private boolean isNotNull(ASN1Encodable parameters) in isNotNull() method in BCDSAPublicKey
|
/external/junit-params/src/test/java/junitparams/ |
D | ParametersReaderForMethodTest.java | 38 assertThat(o).isNotNull(); in noToString()
|
/external/mockito/src/main/java/org/mockito/ |
D | ArgumentMatchers.java | 1054 public static <T> T isNotNull() { in isNotNull() method in ArgumentMatchers 1075 public static <T> T isNotNull(Class<T> clazz) { in isNotNull() method in ArgumentMatchers
|
/external/proguard/src/proguard/evaluation/value/ |
D | ReferenceValue.java | 153 public final int isNotNull() in isNotNull() method in ReferenceValue
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/nullables/ |
D | NullabilityTest.java | 100 assertThat(numberProvider).isNotNull(); in validate()
|
/external/mockito/src/test/java/org/mockito/internal/configuration/ |
D | MockInjectionTest.java | 71 assertThat(withoutConstructor.theSet).isNotNull(); in can_try_property_or_setter_injection()
|
/external/dagger2/compiler/src/it/functional-tests/src/test/java/test/subcomponent/ |
D | SubcomponentTest.java | 113 assertThat(childComponent.newGrandchildComponent().needsAnInterface()).isNotNull(); in dependenceisInASubcomponent()
|
/external/mockito/src/test/java/org/mockitousage/debugging/ |
D | InvocationListenerCallbackTest.java | 81 assertThat(toBeAsserted.invocation).isNotNull(); in notifiedFor()
|