Home
last modified time | relevance | path

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

12

/external/grpc-grpc-java/core/src/test/java/io/grpc/
DStatusRuntimeExceptionTest.java44 assertThat(trace).isNotEmpty(); in normalCtorKeepsStack()
51 assertThat(trace).isNotEmpty(); in extendPreservesStack()
DStatusExceptionTest.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()
DShadowSQLiteConnectionTest.java116 assertThat(connectionsMap).named("connections before").isNotEmpty(); in reset_clearsConnectionCache()
126 assertThat(statementsMap).named("statements before").isNotEmpty(); in reset_clearsStatementCache()
DShadowSurfaceTest.java29 assertThat(surface.toString()).isNotEmpty(); in toString_returnsNotEmptyString()
DShadowPackageManagerTest.java351 assertThat(receiverInfos).isNotEmpty(); in testQueryBroadcastReceiverSucceeds()
387 assertThat(receiverInfos.receivers).isNotEmpty(); in testGetPackageInfo_ForReceiversSucceeds()
975 assertThat(services).isNotEmpty(); in queryIntentServices_fromManifest()
1016 assertThat(services).isNotEmpty(); in queryIntentServicesAsUser()
1330 assertThat(providers).isNotEmpty(); in getPackageInfo_getProvidersShouldReturnProviderInfos()
1493 assertThat(packageManager.getInstalledPackages(MATCH_UNINSTALLED_PACKAGES)).isNotEmpty(); in getInstalledPackages_uninstalledPackage_includeUninstalled()
1515 assertThat(packageManager.getInstalledPackages(MATCH_DISABLED_COMPONENTS)).isNotEmpty(); in getInstalledPackages_disabledPackage_includeDisabled()
2183 assertThat(permissions).isNotEmpty(); in queryPermissionsByGroup_nullMatchesPermissionsNotAssociatedWithGroup_with_addPermissionInfo()
DShadowEnvironmentTest.java138 assertThat(externalFilesDirs).isNotEmpty(); in getExternalFilesDirs()
DShadowLogTest.java292 assertThat(ShadowLog.getLogsForTag("tag1")).isNotEmpty(); in clear()
/external/flatbuffers/tests/
Dmonster_test_my_game.example_generated.dart1128 final int inventoryOffset = _inventory?.isNotEmpty == true
1132 final int test4Offset = _test4?.isNotEmpty == true
1135 final int testarrayofstringOffset = _testarrayofstring?.isNotEmpty == true
1138 final int testarrayoftablesOffset = _testarrayoftables?.isNotEmpty == true
1142 final int testnestedflatbufferOffset = _testnestedflatbuffer?.isNotEmpty == true
1146 final int testarrayofboolsOffset = _testarrayofbools?.isNotEmpty == true
1149 final int testarrayofstring2Offset = _testarrayofstring2?.isNotEmpty == true
1152 final int testarrayofsortedstructOffset = _testarrayofsortedstruct?.isNotEmpty == true
1155 final int flexOffset = _flex?.isNotEmpty == true
1158 final int test5Offset = _test5?.isNotEmpty == true
[all …]
/external/flatbuffers/dart/test/
Dmonster_test_my_game.example_generated.dart1130 final int inventoryOffset = _inventory?.isNotEmpty == true
1134 final int test4Offset = _test4?.isNotEmpty == true
1137 final int testarrayofstringOffset = _testarrayofstring?.isNotEmpty == true
1140 final int testarrayoftablesOffset = _testarrayoftables?.isNotEmpty == true
1144 final int testnestedflatbufferOffset = _testnestedflatbuffer?.isNotEmpty == true
1148 final int testarrayofboolsOffset = _testarrayofbools?.isNotEmpty == true
1151 final int testarrayofstring2Offset = _testarrayofstring2?.isNotEmpty == true
1154 final int testarrayofsortedstructOffset = _testarrayofsortedstruct?.isNotEmpty == true
1157 final int flexOffset = _flex?.isNotEmpty == true
1160 final int test5Offset = _test5?.isNotEmpty == true
[all …]
/external/guice/lib/build/
Dtruth-0.36.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/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/desugar/test/java/com/google/devtools/build/android/desugar/runtime/
DThrowableExtensionTestUtility.java31 assertThat(className).isNotEmpty(); in getTwrStrategyClassNameSpecifiedInSystemProperty()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DFileFilter.java95 if (CollectionUtils.isNotEmpty(patterns)) { in buildPattern()
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/
DChannelAndServerBuilderTest.java70 Truth.assertWithMessage("Unable to find any builder classes").that(classes).isNotEmpty(); in params()
/external/flatbuffers/dart/example/
Dmonster_my_game.sample_generated.dart308 final int inventoryOffset = _inventory?.isNotEmpty == true
311 final int weaponsOffset = _weapons?.isNotEmpty == true
315 final int pathOffset = _path?.isNotEmpty == true
/external/clang/lib/Parse/
DParser.cpp1469 if (SS.isNotEmpty()) in TryAnnotateName()
1480 if (SS.isNotEmpty()) in TryAnnotateName()
1512 if (SS.isNotEmpty()) in TryAnnotateName()
1520 if (SS.isNotEmpty()) in TryAnnotateName()
1543 if (SS.isNotEmpty()) in TryAnnotateName()
1712 if (SS.isNotEmpty()) // it was a C++ qualified type name. in TryAnnotateTypeOrScopeTokenAfterScopeSpec()
DParseTemplate.cpp1014 if (SS.isNotEmpty()) in AnnotateTemplateIdToken()
1087 if (TemplateId->SS.isNotEmpty()) // it was a C++ qualified type name. in AnnotateTemplateIdTokenAsType()
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DServiceConfigInterceptorTest.java348 assertThat(interceptor.serviceMap.get()).isNotEmpty(); in handleUpdate_replaceExistingConfig()
354 assertThat(interceptor.serviceMethodMap.get()).isNotEmpty(); in handleUpdate_replaceExistingConfig()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DTestRunnerSequenceTest.java116 assertThat(methods).isNotEmpty(); in shouldReleaseAllStateAfterClassSoWeDontLeakMemory()
/external/junit-params/lib/
Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/ ...
/external/dokka/maven/org/jetbrains/dokka/dokka-maven-plugin/0.9.17-g20190326/
Ddokka-maven-plugin-0.9.17-g20190326.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/clang/include/clang/Sema/
DDeclSpec.h191 bool isNotEmpty() const { return !isEmpty(); } in isNotEmpty() function
194 bool isInvalid() const { return isNotEmpty() && getScopeRep() == nullptr; } in isInvalid()
196 bool isValid() const { return isNotEmpty() && getScopeRep() != nullptr; } in isValid()
/external/libphonenumber/demo/war/WEB-INF/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12