/external/skia/tools/bookmaker/ |
D | bookmaker.cpp | 133 if (FLAGS_bmh.isEmpty() && FLAGS_include.isEmpty() && FLAGS_status.isEmpty()) { in main() 143 if (!FLAGS_bmh.isEmpty() && !FLAGS_status.isEmpty()) { in main() 148 if (!FLAGS_include.isEmpty() && !FLAGS_status.isEmpty()) { in main() 153 if (FLAGS_bmh.isEmpty() && FLAGS_status.isEmpty() && FLAGS_catalog) { in main() 158 if ((FLAGS_fiddle.isEmpty() || FLAGS_ref.isEmpty()) && FLAGS_catalog) { in main() 163 if (FLAGS_bmh.isEmpty() && FLAGS_status.isEmpty() && !FLAGS_examples.isEmpty()) { in main() 168 if ((FLAGS_include.isEmpty() || FLAGS_bmh.isEmpty()) && FLAGS_status.isEmpty() && in main() 174 if (FLAGS_bmh.isEmpty() && FLAGS_status.isEmpty() && !FLAGS_ref.isEmpty()) { in main() 179 if (FLAGS_bmh.isEmpty() && FLAGS_status.isEmpty() && !FLAGS_spellcheck.isEmpty()) { in main() 184 if (FLAGS_include.isEmpty() && FLAGS_tokens) { in main() [all …]
|
/external/skqp/tools/bookmaker/ |
D | bookmaker.cpp | 133 if (FLAGS_bmh.isEmpty() && FLAGS_include.isEmpty() && FLAGS_status.isEmpty()) { in main() 143 if (!FLAGS_bmh.isEmpty() && !FLAGS_status.isEmpty()) { in main() 148 if (!FLAGS_include.isEmpty() && !FLAGS_status.isEmpty()) { in main() 153 if (FLAGS_bmh.isEmpty() && FLAGS_status.isEmpty() && FLAGS_catalog) { in main() 158 if ((FLAGS_fiddle.isEmpty() || FLAGS_ref.isEmpty()) && FLAGS_catalog) { in main() 163 if (FLAGS_bmh.isEmpty() && FLAGS_status.isEmpty() && !FLAGS_examples.isEmpty()) { in main() 168 if ((FLAGS_include.isEmpty() || FLAGS_bmh.isEmpty()) && FLAGS_status.isEmpty() && in main() 174 if (FLAGS_bmh.isEmpty() && FLAGS_status.isEmpty() && !FLAGS_ref.isEmpty()) { in main() 179 if (FLAGS_bmh.isEmpty() && FLAGS_status.isEmpty() && !FLAGS_spellcheck.isEmpty()) { in main() 184 if (FLAGS_include.isEmpty() && FLAGS_tokens) { in main() [all …]
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | BiMapClearTester.java | 36 assertTrue(getMap().isEmpty()); in testClearClearsInverse() 37 assertTrue(inv.isEmpty()); in testClearClearsInverse() 44 assertTrue(getMap().isEmpty()); in testKeySetClearClearsInverse() 45 assertTrue(inv.isEmpty()); in testKeySetClearClearsInverse() 52 assertTrue(getMap().isEmpty()); in testValuesClearClearsInverse() 53 assertTrue(inv.isEmpty()); in testValuesClearClearsInverse() 60 assertTrue(getMap().isEmpty()); in testClearInverseClears() 61 assertTrue(inv.isEmpty()); in testClearInverseClears() 68 assertTrue(getMap().isEmpty()); in testClearInverseKeySetClears() 69 assertTrue(inv.isEmpty()); in testClearInverseKeySetClears() [all …]
|
D | MultimapClearTester.java | 50 assertTrue(multimap().isEmpty()); in assertCleared() 52 assertThat(multimap().entries()).isEmpty(); in assertCleared() 53 assertThat(multimap().asMap()).isEmpty(); in assertCleared() 54 assertThat(multimap().keySet()).isEmpty(); in assertCleared() 55 assertThat(multimap().keys()).isEmpty(); in assertCleared() 56 assertThat(multimap().values()).isEmpty(); in assertCleared() 105 assertThat(collection).isEmpty(); in testClearPropagatesToGet() 117 assertThat(collection).isEmpty(); in testClearPropagatesToAsMapGet() 126 assertThat(asMap).isEmpty(); in testClearPropagatesToAsMap() 133 assertThat(entries).isEmpty(); in testClearPropagatesToEntries()
|
/external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/ |
D | ReturnsEmptyValuesTest.java | 24 assertTrue(((Collection<?>) values.returnValueFor(Collection.class)).isEmpty()); in should_return_empty_collections_or_null_for_non_collections() 26 assertTrue(((Set<?>) values.returnValueFor(Set.class)).isEmpty()); in should_return_empty_collections_or_null_for_non_collections() 27 assertTrue(((SortedSet<?>) values.returnValueFor(SortedSet.class)).isEmpty()); in should_return_empty_collections_or_null_for_non_collections() 28 assertTrue(((HashSet<?>) values.returnValueFor(HashSet.class)).isEmpty()); in should_return_empty_collections_or_null_for_non_collections() 29 assertTrue(((TreeSet<?>) values.returnValueFor(TreeSet.class)).isEmpty()); in should_return_empty_collections_or_null_for_non_collections() 30 assertTrue(((LinkedHashSet<?>) values.returnValueFor(LinkedHashSet.class)).isEmpty()); in should_return_empty_collections_or_null_for_non_collections() 32 assertTrue(((List<?>) values.returnValueFor(List.class)).isEmpty()); in should_return_empty_collections_or_null_for_non_collections() 33 assertTrue(((ArrayList<?>) values.returnValueFor(ArrayList.class)).isEmpty()); in should_return_empty_collections_or_null_for_non_collections() 34 assertTrue(((LinkedList<?>) values.returnValueFor(LinkedList.class)).isEmpty()); in should_return_empty_collections_or_null_for_non_collections() 36 assertTrue(((Map<?, ?>) values.returnValueFor(Map.class)).isEmpty()); in should_return_empty_collections_or_null_for_non_collections() [all …]
|
/external/skqp/tests/ |
D | SizeTest.cpp | 16 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 18 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 20 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 25 REPORTER_ASSERT(reporter, !a.isEmpty()); in DEF_TEST() 27 REPORTER_ASSERT(reporter, !b.isEmpty()); in DEF_TEST() 42 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 44 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 46 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 51 REPORTER_ASSERT(reporter, !a.isEmpty()); in DEF_TEST() 53 REPORTER_ASSERT(reporter, !b.isEmpty()); in DEF_TEST()
|
/external/skia/tests/ |
D | SizeTest.cpp | 16 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 18 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 20 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 25 REPORTER_ASSERT(reporter, !a.isEmpty()); in DEF_TEST() 27 REPORTER_ASSERT(reporter, !b.isEmpty()); in DEF_TEST() 42 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 44 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 46 REPORTER_ASSERT(reporter, a.isEmpty()); in DEF_TEST() 51 REPORTER_ASSERT(reporter, !a.isEmpty()); in DEF_TEST() 53 REPORTER_ASSERT(reporter, !b.isEmpty()); in DEF_TEST()
|
/external/testng/src/test/java/test/name/ |
D | NameTest.java | 26 Assert.assertTrue(adapter.getFailedTests().isEmpty()); in itestTest() 27 Assert.assertTrue(adapter.getSkippedTests().isEmpty()); in itestTest() 43 Assert.assertTrue(adapter.getFailedTests().isEmpty()); in itestTestWithXml() 44 Assert.assertTrue(adapter.getSkippedTests().isEmpty()); in itestTestWithXml() 60 Assert.assertTrue(adapter.getFailedTests().isEmpty()); in testNameTest() 61 Assert.assertTrue(adapter.getSkippedTests().isEmpty()); in testNameTest() 77 Assert.assertTrue(adapter.getFailedTests().isEmpty()); in testNameTestWithXml() 78 Assert.assertTrue(adapter.getSkippedTests().isEmpty()); in testNameTestWithXml() 94 Assert.assertTrue(adapter.getFailedTests().isEmpty()); in noNameTest() 95 Assert.assertTrue(adapter.getSkippedTests().isEmpty()); in noNameTest() [all …]
|
/external/guice/core/test/com/google/inject/internal/ |
D | CycleDetectingLockTest.java | 91 assertTrue(lockA.lockOrDetectPotentialLocksCycle().isEmpty()); in testSingletonThreadsRuntimeCircularDependency() 92 assertTrue(lockB.lockOrDetectPotentialLocksCycle().isEmpty()); in testSingletonThreadsRuntimeCircularDependency() 105 assertTrue(lockB.lockOrDetectPotentialLocksCycle().isEmpty()); in testSingletonThreadsRuntimeCircularDependency() 109 assertTrue(lockA.lockOrDetectPotentialLocksCycle().isEmpty()); in testSingletonThreadsRuntimeCircularDependency() 146 assertTrue(lockA.lockOrDetectPotentialLocksCycle().isEmpty()); in testCycleDetectingLockFactoriesDoNotDeadlock() 148 boolean isEmpty = lockB.lockOrDetectPotentialLocksCycle().isEmpty(); in testCycleDetectingLockFactoriesDoNotDeadlock() 149 if (isEmpty) { in testCycleDetectingLockFactoriesDoNotDeadlock() 153 return isEmpty; in testCycleDetectingLockFactoriesDoNotDeadlock() 163 assertTrue(lockB.lockOrDetectPotentialLocksCycle().isEmpty()); in testCycleDetectingLockFactoriesDoNotDeadlock() 165 boolean isEmpty = lockA.lockOrDetectPotentialLocksCycle().isEmpty(); in testCycleDetectingLockFactoriesDoNotDeadlock() [all …]
|
/external/clang/include/clang/Basic/ |
D | ABI.h | 75 bool isEmpty() const { in isEmpty() function 87 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() function 143 bool isEmpty() const { in isEmpty() function 155 bool isEmpty() const { return !NonVirtual && Virtual.isEmpty(); } in isEmpty() function 204 bool isEmpty() const { in isEmpty() function 205 return This.isEmpty() && Return.isEmpty() && Method == nullptr; in isEmpty()
|
/external/guava/guava-testlib/test/com/google/common/testing/ |
D | AbstractPackageSanityTestsTest.java | 40 .isEmpty(); in testFindClassesToTest_testClass() 42 .isEmpty(); in testFindClassesToTest_testClass() 44 .isEmpty(); in testFindClassesToTest_testClass() 46 .isEmpty(); in testFindClassesToTest_testClass() 59 .isEmpty(); in testFindClassesToTest_publicApiOnly() 66 .isEmpty(); in testFindClassesToTest_ignoreClasses() 80 .isEmpty(); in testFindClassesToTest_withCorrespondingTestClassAndExplicitlyTested() 82 .isEmpty(); in testFindClassesToTest_withCorrespondingTestClassAndExplicitlyTested()
|
D | ArbitraryInstancesTest.java | 189 assertTrue(ArbitraryInstances.get(SortedMultiset.class).isEmpty()); in testGet_collections() 192 assertTrue(ArbitraryInstances.get(SortedSetMultimap.class).isEmpty()); in testGet_collections() 195 assertTrue(ArbitraryInstances.get(RowSortedTable.class).isEmpty()); in testGet_collections() 198 assertTrue(ArbitraryInstances.get(ImmutableClassToInstanceMap.class).isEmpty()); in testGet_collections() 199 assertTrue(ArbitraryInstances.get(ClassToInstanceMap.class).isEmpty()); in testGet_collections() 200 assertTrue(ArbitraryInstances.get(ListMultimap.class).isEmpty()); in testGet_collections() 201 assertTrue(ArbitraryInstances.get(ImmutableListMultimap.class).isEmpty()); in testGet_collections() 202 assertTrue(ArbitraryInstances.get(SetMultimap.class).isEmpty()); in testGet_collections() 203 assertTrue(ArbitraryInstances.get(ImmutableSetMultimap.class).isEmpty()); in testGet_collections() 207 assertTrue(ArbitraryInstances.get(NavigableSet.class).isEmpty()); in testGet_collections() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | CompactData.java | 34 private boolean isEmpty; field in CompactData 42 isEmpty = true; in CompactData() 50 assert isEmpty; in populate() local 62 if (isEmpty && !nsIsLatn) { in populate() 66 if (isEmpty && !compactIsShort) { in populate() 70 if (isEmpty && !nsIsLatn && !compactIsShort) { in populate() 76 if (isEmpty) { in populate() 96 assert isEmpty; in populate() local 111 isEmpty = false; in populate() 148 assert output.isEmpty(); in getUniquePatterns() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
D | CompactData.java | 39 private boolean isEmpty; field in CompactData 47 isEmpty = true; in CompactData() 55 assert isEmpty; in populate() local 67 if (isEmpty && !nsIsLatn) { in populate() 71 if (isEmpty && !compactIsShort) { in populate() 75 if (isEmpty && !nsIsLatn && !compactIsShort) { in populate() 81 if (isEmpty) { in populate() 101 assert isEmpty; in populate() local 116 isEmpty = false; in populate() 153 assert output.isEmpty(); in getUniquePatterns() [all …]
|
/external/skqp/docs/ |
D | SkIRect_Reference.bmh | 51 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); 53 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); 55 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); 57 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); 59 MakeEmpty isEmpty: true 60 offset rect isEmpty: true 61 inset rect isEmpty: true 62 outset rect isEmpty: false 66 #SeeAlso EmptyIRect isEmpty setEmpty SkRect::MakeEmpty 128 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(), [all …]
|
/external/skia/docs/ |
D | SkIRect_Reference.bmh | 51 SkDebugf("MakeEmpty isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); 53 SkDebugf("offset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); 55 SkDebugf("inset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); 57 SkDebugf("outset rect isEmpty: %s\n", rect.isEmpty() ? "true" : "false"); 59 MakeEmpty isEmpty: true 60 offset rect isEmpty: true 61 inset rect isEmpty: true 62 outset rect isEmpty: false 66 #SeeAlso EmptyIRect isEmpty setEmpty SkRect::MakeEmpty 128 SkDebugf("rect: %d, %d, %d, %d isEmpty: %s\n", rect.left(), rect.top(), rect.right(), [all …]
|
/external/skqp/src/core/ |
D | SkScan.cpp | 25 if (!r.isEmpty()) { in FillIRect() 73 if (clip.isEmpty() || r.isEmpty()) { in FillIRect() 88 if (clip.isEmpty() || xr.isEmpty()) { in FillXRect() 103 if (clip.isEmpty() || r.isEmpty()) { in FillRect()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowTraceTest.java | 24 assertThat(ShadowTrace.getPreviousSections()).isEmpty(); in beginSection_calledOnce_addsSection() 33 assertThat(ShadowTrace.getPreviousSections()).isEmpty(); in beginSection_calledTwice_addsBothSections() 76 assertThat(ShadowTrace.getCurrentSections()).isEmpty(); in endSection_oneSection_closesSection() 99 assertThat(ShadowTrace.getCurrentSections()).isEmpty(); in endSection_twoRecursiveSectionsAndCalledTwice_closesAllSections() 110 assertThat(ShadowTrace.getCurrentSections()).isEmpty(); in endSection_twoSequentialSections_closesAllSections() 137 assertThat(ShadowTrace.getCurrentSections()).isEmpty(); in reset_resetsInternalState() 138 assertThat(ShadowTrace.getPreviousSections()).isEmpty(); in reset_resetsInternalState()
|
/external/skia/src/core/ |
D | SkScan.cpp | 25 if (!r.isEmpty()) { in FillIRect() 73 if (clip.isEmpty() || r.isEmpty()) { in FillIRect() 88 if (clip.isEmpty() || xr.isEmpty()) { in FillXRect() 103 if (clip.isEmpty() || r.isEmpty()) { in FillRect()
|
/external/desugar/java/com/google/devtools/build/android/desugar/scan/ |
D | KeepReference.java | 25 checkArgument(!internalName.isEmpty()); in classReference() 30 checkArgument(!internalName.isEmpty()); in memberReference() 31 checkArgument(!name.isEmpty()); in memberReference() 32 checkArgument(!desc.isEmpty()); in memberReference() 37 return !name().isEmpty(); in isMemberReference()
|
/external/v8/tools/ |
D | splaytree.js | 53 SplayTree.prototype.isEmpty = function() { method in SplayTree 68 if (this.isEmpty()) { 101 if (this.isEmpty()) { 132 if (this.isEmpty()) { 144 if (this.isEmpty()) { 159 if (this.isEmpty()) { 175 if (this.isEmpty()) { 225 if (this.isEmpty()) {
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/ |
D | DesugarTryWithResourcesFunctionalTest.java | 38 assertThat(suppressed).isEmpty(); in testCheckSuppressedExceptionsReturningEmptySuppressedExceptions() 64 assertThat(suppressed).isEmpty(); in testCheckSuppressedExceptionReturningOneSuppressedException() 82 assertThat(expected.getSuppressed()).isEmpty(); in testSimpleTryWithResources() 92 assertThat(expected.getSuppressed()).isEmpty(); in testSimpleTryWithResources() 93 assertThat(ThrowableExtension.getSuppressed(expected)).isEmpty(); in testSimpleTryWithResources() 112 assertThat(expected.getSuppressed()).isEmpty(); in testInheritanceTryWithResources() 122 assertThat(expected.getSuppressed()).isEmpty(); in testInheritanceTryWithResources() 123 assertThat(ThrowableExtension.getSuppressed(expected)).isEmpty(); in testInheritanceTryWithResources()
|
/external/mockito/src/main/java/org/mockito/internal/debugging/ |
D | LoggingListener.java | 54 if (argMismatchStubs.isEmpty() && unusedStubs.isEmpty() && unstubbedCalls.isEmpty()) { in getStubbingInfo() 61 if (!argMismatchStubs.isEmpty()) { in getStubbingInfo() 68 if (!unusedStubs.isEmpty()) { in getStubbingInfo() 75 if (!unstubbedCalls.isEmpty()) { in getStubbingInfo()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | DataDrivenTestHelper.java | 43 if (components.isEmpty()) { in appendLines() 44 if(!comment.isEmpty()) { in appendLines() 51 if (!comment.isEmpty()) { in appendLines() 75 return !arguments.isEmpty() && !arguments.equals(DEBUG_LINE); in isTestLine() 83 if (arguments.isEmpty()) { in test() 84 if (!comment.isEmpty()) { in test() 121 if (line.isEmpty()) { in load() 132 if (!line.isEmpty()) { in load() 136 if (line.isEmpty()) { in load()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | DataDrivenTestHelper.java | 40 if (components.isEmpty()) { in appendLines() 41 if (!comment.isEmpty()) { in appendLines() 48 if (!comment.isEmpty()) { in appendLines() 72 return !arguments.isEmpty() && !arguments.equals(DEBUG_LINE); in isTestLine() 80 if (arguments.isEmpty()) { in test() 81 if (!comment.isEmpty()) { in test() 115 if (line.isEmpty()) { in load() 126 if (!line.isEmpty()) { in load() 130 if (line.isEmpty()) { in load()
|