Home
last modified time | relevance | path

Searched refs:nullableString (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/external/mockito-kotlin/tests/src/test/kotlin/test/
H A DMatchersTest.kt75 nullableString(null) in anyNull_neverVerifiesAny()
76 verify(this, never()).nullableString(any()) in anyNull_neverVerifiesAny()
83 nullableString(null) in anyNull_verifiesAnyOrNull()
84 verify(this).nullableString(anyOrNull()) in anyNull_verifiesAnyOrNull()
226 nullableString(null) in checkWithNullArgument_throwsError()
229 verify(this).nullableString(check {}) in checkWithNullArgument_throwsError()
246 nullableString("") in isA_withNullableString()
247 verify(this).nullableString(isA<String>()) in isA_withNullableString()
262 nullableString("") in same_withNullableNonNullArgument()
263 verify(this).nullableString(same("")) in same_withNullableNonNullArgument()
[all …]
H A DArgumentCaptorTest.kt107 m.nullableString(null) in argumentCaptor_withNullValue_usingNonNullable()
111 verify(m).nullableString(captor.capture()) in argumentCaptor_withNullValue_usingNonNullable()
121 m.nullableString(null) in argumentCaptor_withNullValue_usingNullable()
125 verify(m).nullableString(captor.capture()) in argumentCaptor_withNullValue_usingNullable()
150 m.nullableString("test") in argumentCaptor_multipleValuesIncludingNull()
151 m.nullableString(null) in argumentCaptor_multipleValuesIncludingNull()
155 verify(m, times(2)).nullableString(captor.capture()) in argumentCaptor_multipleValuesIncludingNull()
H A DClasses.kt66 fun nullableString(s: String?) in stringResult() method
/aosp_15_r20/external/auto/value/src/it/functional/src/test/java/com/google/auto/value/
H A DAutoValueJava8Test.java148 abstract @Nullable String nullableString(); in nullableString() method in AutoValueJava8Test.NullableProperties
152 static NullableProperties create(@Nullable String nullableString, int randomInt) { in create() argument
153 return new AutoValue_AutoValueJava8Test_NullableProperties(nullableString, randomInt); in create()
160 assertThat(instance.nullableString()).isNull(); in testNullablePropertiesCanBeNull()
210 abstract @Nullable String nullableString(); in nullableString() method in AutoValueJava8Test.NullablePropertiesNotCopied
248 abstract @Nullable String nullableString(); in nullableString() method in AutoValueJava8Test.NullableNonNullable
255 String nullableString, String otherNullableString, String nonNullableString) { in create() argument
257 nullableString, otherNullableString, nonNullableString); in create()
770 @Nullable String nullableString = "blibby"; in testTypeAnnotationCopiedToImplementation() local
771 AnnotatedTypeParameter<@Nullable String> x = AnnotatedTypeParameter.create(nullableString); in testTypeAnnotationCopiedToImplementation()
H A DAutoValueTest.java551 abstract String nullableString(); in nullableString() method in AutoValueTest.NullableProperties
555 static NullableProperties create(@Nullable String nullableString, int randomInt) { in create() argument
556 return new AutoValue_AutoValueTest_NullableProperties(nullableString, randomInt); in create()
563 assertNull(instance.nullableString()); in testNullablePropertiesCanBeNull()
588 abstract String nullableString(); in nullableString() method in AutoValueTest.AlternativeNullableProperties
592 static AlternativeNullableProperties create(@Nullable String nullableString, int randomInt) { in create() argument
593 return new AutoValue_AutoValueTest_AlternativeNullableProperties(nullableString, randomInt); in create()
600 assertNull(instance.nullableString()); in testNullableCanBeFromElsewhere()
698 abstract String nullableString(); in nullableString() method in AutoValueTest.Nested.Doubly
702 static Doubly create(String nullableString, int randomInt) { in create() argument
[all …]
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/parcelables/
H A DGenericDataParcelable.aidl36 @nullable String nullableString;
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/
H A DCommonTypeModifiersTest.kt954 val nullableString = fooClass.assertMethod("nullableString", "").returnType() in <lambda>() constant
955 nullableString.assertHasNullableNullability(nullabilityFromAnnotations) in <lambda>()
/aosp_15_r20/external/moshi/kotlin/tests/codegen-only/src/test/kotlin/com/squareup/moshi/kotlin/codegen/
H A DGeneratedAdaptersTest.kt216 assertThat(instance.nullableString).isNull() in <lambda>()
229 val nullableString: String? in <lambda>() constant in com.squareup.moshi.kotlin.codegen.GeneratedAdaptersTest.NullabeTypes
/aosp_15_r20/external/jcommander/lib/
HDkotlin-reflect.jarMETA-INF/MANIFEST.MF META-INF/build.txt META-INF/kotlin ...
/aosp_15_r20/prebuilts/sdk/current/
H A Dandroidx-api.txt48934 method public String? nullableString(String columnName);
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/1.3.61-release-180/
HDkotlin-compiler-1.3.61-release-180.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-plugin-ij193/1.3.61-release-180/
HDkotlin-plugin-ij193-1.3.61-release-180.jarMETA-INF/ META-INF/MANIFEST.MF kotlinManifest.properties META-INF/annotation ...
/aosp_15_r20/prebuilts/gradle-plugin/com/android/tools/external/com-intellij/kotlin-compiler/31.7.0-alpha07/
HDkotlin-compiler-31.7.0-alpha07.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE META-INF/jps-common ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/external/lint-psi/kotlin-compiler/
HDkotlin-compiler-mvn.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE META-INF/jps-common ...
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF FirNativeForwardDeclarationGetClassCallChecker.class FirNativeForwardDeclarationGetClassCallChecker.kt package FirNativeForwardDeclarationGetClassCallChecker ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.9.23/
HDkotlin-compiler-embeddable-1.9.23.jarMETA-INF/ META-INF/MANIFEST.MF FirNativeForwardDeclarationGetClassCallChecker.class FirNativeForwardDeclarationGetClassCallChecker.kt package FirNativeForwardDeclarationGetClassCallChecker ...
/aosp_15_r20/prebuilts/ktlint/
HDktlint-android-all.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pinterest/ com/ ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/gradle-plugin/metalava-gradle-plugin-deps/linux_glibc_common/local-combined/
Dmetalava-gradle-plugin-deps.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/AL2.0 META ...