Home
last modified time | relevance | path

Searched refs:isNotEmpty (Results 1 – 25 of 105) sorted by relevance

12345

/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/
DRtcCertificatePemTest.java44 assertThat(rtcCertificate.privateKey).isNotEmpty(); in testGenerateCertificateDefaults()
45 assertThat(rtcCertificate.certificate).isNotEmpty(); in testGenerateCertificateDefaults()
53 assertThat(rtcCertificate.privateKey).isNotEmpty(); in testGenerateCertificateCustomKeyTypeDefaultExpires()
54 assertThat(rtcCertificate.certificate).isNotEmpty(); in testGenerateCertificateCustomKeyTypeDefaultExpires()
61 assertThat(rtcCertificate.privateKey).isNotEmpty(); in testGenerateCertificateCustomExpiresDefaultKeyType()
62 assertThat(rtcCertificate.certificate).isNotEmpty(); in testGenerateCertificateCustomExpiresDefaultKeyType()
70 assertThat(rtcCertificate.privateKey).isNotEmpty(); in testGenerateCertificateCustomKeyTypeAndExpires()
71 assertThat(rtcCertificate.certificate).isNotEmpty(); in testGenerateCertificateCustomKeyTypeAndExpires()
/external/dokka/runners/cli/src/main/kotlin/cli/
Dmain.kt104 .filter { it.isNotEmpty() } in parseLinks()
124 …val sources = if (arguments.src.isNotEmpty()) arguments.src.split(File.pathSeparatorChar).toList()… in entry()
125 …val samples = if (arguments.samples.isNotEmpty()) arguments.samples.split(File.pathSeparatorChar).… in entry()
126 …val includes = if (arguments.include.isNotEmpty()) arguments.include.split(File.pathSeparatorChar)… in entry()
128 val sourceLinks = if (arguments.srcLink.isNotEmpty() && arguments.srcLink.contains("=")) in entry()
131 if (arguments.srcLink.isNotEmpty()) { in entry()
/external/dagger2/java/dagger/hilt/android/example/gradle/simple/app/src/sharedTest/java/dagger/hilt/android/example/gradle/simple/
DBroadcastReceiverTest.java60 assertThat(receiver.injectedValue).isNotEmpty(); in verifyReceiverInjectedValue()
76 assertThat(receiver.injectedValue).isNotEmpty(); in verifyBaseReceiverInjectedValue()
92 assertThat(receiver.injectedValue).isNotEmpty(); in verifyBaseReceiverIsNotDoubleInjected()
109 assertThat(receiver.injectedValue).isNotEmpty(); in verifyComplexReceiverInjectedValue()
/external/grpc-grpc-java/core/src/test/java/io/grpc/
DStatusExceptionTest.java44 assertThat(trace).isNotEmpty(); in normalCtorKeepsStack()
51 assertThat(trace).isNotEmpty(); in extendPreservesStack()
DStatusRuntimeExceptionTest.java44 assertThat(trace).isNotEmpty(); in normalCtorKeepsStack()
51 assertThat(trace).isNotEmpty(); in extendPreservesStack()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowJobSchedulerTest.java72 assertThat(jobScheduler.getAllPendingJobs()).isNotEmpty(); in cancelSingleJob()
86 assertThat(jobScheduler.getAllPendingJobs()).isNotEmpty(); in cancelNonExistentJob()
90 assertThat(jobScheduler.getAllPendingJobs()).isNotEmpty(); in cancelNonExistentJob()
DShadowSurfaceTest.java29 assertThat(surface.toString()).isNotEmpty(); in toString_returnsNotEmptyString()
DShadowSQLiteConnectionTest.java117 assertWithMessage("connections before").that(connectionsMap).isNotEmpty(); in reset_clearsConnectionCache()
127 assertWithMessage("statements before").that(statementsMap).isNotEmpty(); in reset_clearsStatementCache()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/linearizability/
DChannelsLCStressTest.kt159 while (receivers.isNotEmpty()) { in resumeFirstReceiver()
171 if (buffer.isNotEmpty()) { in poll()
184 while (senders.isNotEmpty()) { in resumeFirstSender()
/external/dokka/core/src/main/kotlin/Java/
DJavadocParser.kt165 if (dataElements.isNotEmpty()) { in parseDocumentation()
172 if (dataElements.isNotEmpty()) { in parseDocumentation()
367 val type = if (element.attr("type").isNotEmpty()) { in parseDocumentation()
446 it is PsiDocToken && it.text?.trim()?.isNotEmpty() ?: false in parseDocumentation()
484 return if (code != null && code.isNotEmpty()) { in parseDocumentation()
569 if (docs?.isNotEmpty() == true) { in parseDocumentation()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
DFastServiceLoader.kt100 require(providers.isNotEmpty()) { "No providers were loaded with FastServiceLoader" } in loadProviders()
154 if (serviceName.isNotEmpty()) { in parseFile()
/external/guice/lib/build/
Dtruth-0.36.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/flatbuffers/dart/test/
Dmonster_test_my_game.example_generated.dart1185 final int inventoryOffset = _inventory?.isNotEmpty == true
1189 final int test4Offset = _test4?.isNotEmpty == true
1192 final int testarrayofstringOffset = _testarrayofstring?.isNotEmpty == true
1195 final int testarrayoftablesOffset = _testarrayoftables?.isNotEmpty == true
1199 final int testnestedflatbufferOffset = _testnestedflatbuffer?.isNotEmpty == true
1203 final int testarrayofboolsOffset = _testarrayofbools?.isNotEmpty == true
1206 final int testarrayofstring2Offset = _testarrayofstring2?.isNotEmpty == true
1209 final int testarrayofsortedstructOffset = _testarrayofsortedstruct?.isNotEmpty == true
1212 final int flexOffset = _flex?.isNotEmpty == true
1215 final int test5Offset = _test5?.isNotEmpty == true
[all …]
/external/flatbuffers/tests/
Dmonster_test_my_game.example_generated.dart1183 final int inventoryOffset = _inventory?.isNotEmpty == true
1187 final int test4Offset = _test4?.isNotEmpty == true
1190 final int testarrayofstringOffset = _testarrayofstring?.isNotEmpty == true
1193 final int testarrayoftablesOffset = _testarrayoftables?.isNotEmpty == true
1197 final int testnestedflatbufferOffset = _testnestedflatbuffer?.isNotEmpty == true
1201 final int testarrayofboolsOffset = _testarrayofbools?.isNotEmpty == true
1204 final int testarrayofstring2Offset = _testarrayofstring2?.isNotEmpty == true
1207 final int testarrayofsortedstructOffset = _testarrayofsortedstruct?.isNotEmpty == true
1210 final int flexOffset = _flex?.isNotEmpty == true
1213 final int test5Offset = _test5?.isNotEmpty == true
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-test/src/
DTestCoroutineDispatcher.kt177 if (activeDelays.isNotEmpty() || activeTimeouts.isNotEmpty()) { in <lambda>()
/external/libtextclassifier/java/tests/instrumentation/src/com/android/textclassifier/common/logging/
DTextClassificationSessionIdTest.java34 assertThat(sessionId.getValue()).isNotEmpty(); in getValue()
/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DTensorFlowLiteTest.java43 assertThat(TensorFlowLite.runtimeVersion()).isNotEmpty(); in testRuntimeVersion()
/external/mockito/src/test/java/org/mockito/internal/util/collections/
DHashCodeAndEqualsSafeSetTest.java114 assertThat(accumulator).isNotEmpty(); in can_iterate()
167 assertThat(set.toString()).isNotEmpty(); in toStringIsNotNullOrEmpty()
/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/
Dutils.kt16 if (unexpectedOutcomes.isNotEmpty()) { in <lambda>()
/external/dokka/core/src/main/kotlin/Formats/
DKotlinWebsiteFormatService.kt111 if (language.isNotEmpty()) { in appendBlockCode()
163 if (platforms.isNotEmpty()) in appendIndexRow()
/external/dokka/core/src/main/kotlin/Utilities/
DUri.kt17 if (bParts.isNotEmpty() && !base.path.endsWith("/")) { in <lambda>()
/external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
DThrowableExtensionTestUtility.java31 assertThat(className).isNotEmpty(); in getTwrStrategyClassNameSpecifiedInSystemProperty()
/external/kotlinx.coroutines/integration-testing/src/mavenTest/kotlin/
DMavenPublicationValidator.kt45 if (foundClasses.isNotEmpty()) { in checkForAtomicFu()
/external/dokka/core/src/main/kotlin/javadoc/
Ddocbase.kt197 …if (node.details(NodeKind.Type).isNotEmpty() && javaLanguageService.getArrayElementType(node) == n… in asTypeVariable()
203 …override fun asAnnotatedType(): AnnotatedType? = if (node.annotations.isNotEmpty()) AnnotatedTypeA… in asTypeVariable()
297 if (pkg.isNotEmpty()) { in node()
305 …!is ContentEmpty || this.content.description !is ContentEmpty || this.content.sections.isNotEmpty() in hasNonEmptyContent()
344 receivers.isNotEmpty() -> receivers.single().detail(NodeKind.Type) in hasNonEmptyContent()
452 while (types.isNotEmpty()) { in constantValue()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DFileFilter.java95 if (CollectionUtils.isNotEmpty(patterns)) { in buildPattern()

12345