Home
last modified time | relevance | path

Searched refs:isEmpty (Results 1 – 25 of 1739) sorted by relevance

12345678910>>...70

/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DBiMapClearTester.java36 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 …]
DMultimapClearTester.java50 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/skia/tests/
DSizeTest.cpp16 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/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
DReturnsEmptyValuesTest.java24 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/testng/src/test/java/test/name/
DNameTest.java26 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/clang/include/clang/Basic/
DABI.h75 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/
DAbstractPackageSanityTestsTest.java40 .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()
DArbitraryInstancesTest.java189 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/libmojo/base/android/javatests/src/org/chromium/base/
DObserverListTest.java260 assertTrue(observerList.isEmpty()); in testSize()
264 assertTrue(observerList.isEmpty()); in testSize()
269 assertFalse(observerList.isEmpty()); in testSize()
273 assertFalse(observerList.isEmpty()); in testSize()
277 assertFalse(observerList.isEmpty()); in testSize()
282 assertFalse(observerList.isEmpty()); in testSize()
286 assertFalse(observerList.isEmpty()); in testSize()
290 assertFalse(observerList.isEmpty()); in testSize()
294 assertFalse(observerList.isEmpty()); in testSize()
298 assertFalse(observerList.isEmpty()); in testSize()
[all …]
/external/skia/src/core/
DSkScan.cpp27 if (!r.isEmpty()) { in FillIRect()
75 if (clip.isEmpty() || r.isEmpty()) { in FillIRect()
90 if (clip.isEmpty() || xr.isEmpty()) { in FillXRect()
105 if (clip.isEmpty() || r.isEmpty()) { in FillRect()
DSkLinearBitmapPipeline_tile.h45 SkASSERT(!originalSpan.isEmpty()); in maybeProcessSpan()
91 if (!leftClamped.isEmpty()) { in maybeProcessSpan()
96 if (!center.isEmpty()) { in maybeProcessSpan()
99 if (!span.isEmpty()) { in maybeProcessSpan()
105 if (!rightClamped.isEmpty()) { in maybeProcessSpan()
110 if (!center.isEmpty()) { in maybeProcessSpan()
113 if (!span.isEmpty()) { in maybeProcessSpan()
168 SkASSERT(!originalSpan.isEmpty()); in maybeProcessSpan()
214 while (!span.isEmpty() && span.endX() >= fXMax) { in maybeProcessSpan()
220 while (!span.isEmpty() && span.endX() < 0.0f) { in maybeProcessSpan()
[all …]
DSkRasterClip.h22 && !fClipRestrictionRect->isEmpty()) { in applyClipRestriction()
32 bool isEmpty() const { return fBounds.isEmpty(); } in isEmpty() function
78 bool isEmpty() const { in isEmpty() function
142 return fIsBW ? fBW.isEmpty() : fAA.isEmpty(); in computeIsEmpty()
172 && !fClipRestrictionRect->isEmpty()) { in applyClipRestriction()
181 && !fClipRestrictionRect->isEmpty()) { in applyClipRestriction()
/external/v8/tools/
Dsplaytree.js53 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/mockito/src/main/java/org/mockito/internal/debugging/
DLoggingListener.java54 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/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskTree.java106 if (!createNewBranch && node != root && node.children.isEmpty()) { in addFieldPath()
136 if (root.children.isEmpty()) { in toFieldMask()
146 if (node.children.isEmpty()) { in getFieldPaths()
151 String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey(); in getFieldPaths()
161 if (root.children.isEmpty()) { in intersectFieldPath()
170 if (node != root && node.children.isEmpty()) { in intersectFieldPath()
199 if (root.children.isEmpty()) { in merge()
227 if (!entry.getValue().children.isEmpty()) { in merge()
236 String childPath = path.isEmpty() ? entry.getKey() : path + "." + entry.getKey(); in merge()
/external/v8/benchmarks/spinning-balls/
Dsplay-tree.js52 SplayTree.prototype.isEmpty = function() { method in SplayTree
66 if (this.isEmpty()) {
99 if (this.isEmpty()) {
130 if (this.isEmpty()) {
142 if (this.isEmpty()) {
158 if (this.isEmpty()) {
181 if (!this.isEmpty()) {
199 if (this.isEmpty()) {
/external/skia/include/core/
DSkRegion.h63 return !this->isEmpty(); in set()
73 bool isEmpty() const { return fRunHead == SkRegion_gEmptyRunHeadPtr; } in isEmpty() function
79 bool isComplex() const { return !this->isEmpty() && !this->isRect(); } in isComplex()
196 SkASSERT(this->isEmpty() == fBounds.isEmpty()); // valid region in quickContains()
211 return this->isEmpty() || rect.isEmpty() || in quickReject()
221 return this->isEmpty() || rgn.isEmpty() || in quickReject()
/external/v8/benchmarks/
Dsplay.js147 SplayTree.prototype.isEmpty = function() { method in SplayTree
161 if (this.isEmpty()) {
194 if (this.isEmpty()) {
225 if (this.isEmpty()) {
237 if (this.isEmpty()) {
253 if (this.isEmpty()) {
276 if (!this.isEmpty()) {
294 if (this.isEmpty()) {
/external/mockito/src/test/java/org/mockitousage/basicapi/
DMockAccessTest.java22 Set<?> returnedMock = when(expectedMock.isEmpty()).thenReturn(false).getMock(); in shouldAllowStubbedMockReferenceAccess()
29 Set<?> returnedMock = when(mock(Set.class).isEmpty()).thenReturn(false, true).getMock(); in stubbedMockShouldWorkAsUsual()
31 assertEquals(false, returnedMock.isEmpty()); in stubbedMockShouldWorkAsUsual()
32 assertEquals(true, returnedMock.isEmpty()); in stubbedMockShouldWorkAsUsual()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DLabel.java51 boolean isEmpty() { in isEmpty() method in Label
52 return instructions.isEmpty(); in isEmpty()
57 while (catchLabels.get(i).isEmpty()) { in compact()
61 while (primarySuccessor != null && primarySuccessor.isEmpty()) { in compact()
64 while (alternateSuccessor != null && alternateSuccessor.isEmpty()) { in compact()
/external/junit-params/src/test/java/junitparams/
DParamsInAnnotationTest.java46 assertThat(empty).isEmpty(); in emptyFirstParam()
53 assertThat(empty).isEmpty(); in emptyLastParam()
60 assertThat(empty).isEmpty(); in emptyMiddleParam()
68 assertThat(empty1).isEmpty(); in allParamsEmpty()
69 assertThat(empty2).isEmpty(); in allParamsEmpty()
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetInstrInfo.cpp51 if (!ItinData || ItinData->isEmpty()) in getNumMicroOps()
68 if (!ItinData || ItinData->isEmpty()) in getOperandLatency()
80 if (!ItinData || ItinData->isEmpty()) in getOperandLatency()
96 if (!ItinData || ItinData->isEmpty()) in getInstrLatency()
104 if (!ItinData || ItinData->isEmpty()) in getInstrLatency()
116 if (!ItinData || ItinData->isEmpty()) in hasLowDefLatency()
/external/mockito/src/test/java/org/mockitousage/stubbing/
DReturningDefaultValuesTest.java56 assertTrue(mock.list().isEmpty()); in shouldReturnEmptyCollections()
57 assertTrue(mock.linkedList().isEmpty()); in shouldReturnEmptyCollections()
58 assertTrue(mock.map().isEmpty()); in shouldReturnEmptyCollections()
59 assertTrue(mock.hashSet().isEmpty()); in shouldReturnEmptyCollections()
69 assertTrue(mock.list().isEmpty()); in shouldReturnMutableEmptyCollection()
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp42 EXPECT_TRUE(f.getEmptySet().isEmpty()); in TEST_F()
56 EXPECT_TRUE(S.isEmpty()); in TEST_F()
57 EXPECT_FALSE(S2.isEmpty()); in TEST_F()
66 EXPECT_TRUE(S.isEmpty()); in TEST_F()
67 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
87 EXPECT_TRUE(S.isEmpty()); in TEST_F()
88 EXPECT_FALSE(S2.isEmpty()); in TEST_F()
89 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
90 EXPECT_FALSE(S4.isEmpty()); in TEST_F()
/external/swiftshader/third_party/LLVM/unittests/ADT/
DImmutableSetTest.cpp42 EXPECT_TRUE(f.getEmptySet().isEmpty()); in TEST_F()
56 EXPECT_TRUE(S.isEmpty()); in TEST_F()
57 EXPECT_FALSE(S2.isEmpty()); in TEST_F()
66 EXPECT_TRUE(S.isEmpty()); in TEST_F()
67 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
87 EXPECT_TRUE(S.isEmpty()); in TEST_F()
88 EXPECT_FALSE(S2.isEmpty()); in TEST_F()
89 EXPECT_FALSE(S3.isEmpty()); in TEST_F()
90 EXPECT_FALSE(S4.isEmpty()); in TEST_F()

12345678910>>...70