/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | StatusRuntimeExceptionTest.java | 44 assertThat(trace).isNotEmpty(); in normalCtorKeepsStack() 51 assertThat(trace).isNotEmpty(); in extendPreservesStack()
|
D | StatusExceptionTest.java | 44 assertThat(trace).isNotEmpty(); in normalCtorKeepsStack() 51 assertThat(trace).isNotEmpty(); in extendPreservesStack()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowJobSchedulerTest.java | 72 assertThat(jobScheduler.getAllPendingJobs()).isNotEmpty(); in cancelSingleJob() 86 assertThat(jobScheduler.getAllPendingJobs()).isNotEmpty(); in cancelNonExistentJob() 90 assertThat(jobScheduler.getAllPendingJobs()).isNotEmpty(); in cancelNonExistentJob()
|
D | ShadowSQLiteConnectionTest.java | 116 assertThat(connectionsMap).named("connections before").isNotEmpty(); in reset_clearsConnectionCache() 126 assertThat(statementsMap).named("statements before").isNotEmpty(); in reset_clearsStatementCache()
|
D | ShadowSurfaceTest.java | 29 assertThat(surface.toString()).isNotEmpty(); in toString_returnsNotEmptyString()
|
D | ShadowPackageManagerTest.java | 351 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()
|
D | ShadowEnvironmentTest.java | 138 assertThat(externalFilesDirs).isNotEmpty(); in getExternalFilesDirs()
|
D | ShadowLogTest.java | 292 assertThat(ShadowLog.getLogsForTag("tag1")).isNotEmpty(); in clear()
|
/external/flatbuffers/tests/ |
D | monster_test_my_game.example_generated.dart | 1128 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/ |
D | monster_test_my_game.example_generated.dart | 1130 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/ |
D | truth-0.36.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/mockito/src/test/java/org/mockito/internal/util/collections/ |
D | HashCodeAndEqualsSafeSetTest.java | 114 assertThat(accumulator).isNotEmpty(); in can_iterate() 167 assertThat(set.toString()).isNotEmpty(); in toStringIsNotNullOrEmpty()
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/runtime/ |
D | ThrowableExtensionTestUtility.java | 31 assertThat(className).isNotEmpty(); in getTwrStrategyClassNameSpecifiedInSystemProperty()
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
D | FileFilter.java | 95 if (CollectionUtils.isNotEmpty(patterns)) { in buildPattern()
|
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/ |
D | ChannelAndServerBuilderTest.java | 70 Truth.assertWithMessage("Unable to find any builder classes").that(classes).isNotEmpty(); in params()
|
/external/flatbuffers/dart/example/ |
D | monster_my_game.sample_generated.dart | 308 final int inventoryOffset = _inventory?.isNotEmpty == true 311 final int weaponsOffset = _weapons?.isNotEmpty == true 315 final int pathOffset = _path?.isNotEmpty == true
|
/external/clang/lib/Parse/ |
D | Parser.cpp | 1469 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()
|
D | ParseTemplate.cpp | 1014 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/ |
D | ServiceConfigInterceptorTest.java | 348 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/ |
D | TestRunnerSequenceTest.java | 116 assertThat(methods).isNotEmpty(); in shouldReleaseAllStateAfterClassSoWeDontLeakMemory()
|
/external/junit-params/lib/ |
D | assertj-core-1.7.1.jar | META-INF/MANIFEST.MF
META-INF/maven/
META-INF/maven/ ... |
/external/dokka/maven/org/jetbrains/dokka/dokka-maven-plugin/0.9.17-g20190326/ |
D | dokka-maven-plugin-0.9.17-g20190326.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 191 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/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |