Searched refs:isEmpty (Results 126 - 150 of 1347) sorted by relevance

1234567891011>>

/external/skia/src/gpu/
H A DGrMemoryPool.h44 bool isEmpty() const { return fTail == fHead && !fHead->fLiveCount; } function in class:GrMemoryPool
H A DGrGlyph.h64 bool isEmpty() const { return fBounds.isEmpty(); } function in struct:GrGlyph
/external/skia/src/pathops/
H A DSkPathWriter.h24 bool isEmpty() const { return fEmpty; } function in class:SkPathWriter
/external/skia/src/utils/
H A DSkOSFile.cpp11 if (!result.endsWith(SkPATH_SEPARATOR) && !result.isEmpty()) {
/external/skia/tests/
H A DPathOpsBuilderTest.cpp17 REPORTER_ASSERT(reporter, result.isEmpty());
21 REPORTER_ASSERT(reporter, result.isEmpty());
25 REPORTER_ASSERT(reporter, result.isEmpty());
51 REPORTER_ASSERT(reporter, result.isEmpty());
H A DAAClipTest.cpp61 if (rgn.isEmpty()) {
208 REPORTER_ASSERT(reporter, clip0.isEmpty());
209 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
213 REPORTER_ASSERT(reporter, clip0.isEmpty());
214 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
219 REPORTER_ASSERT(reporter, !clip0.isEmpty());
220 REPORTER_ASSERT(reporter, !clip0.getBounds().isEmpty());
225 REPORTER_ASSERT(reporter, clip0.isEmpty());
226 REPORTER_ASSERT(reporter, clip0.getBounds().isEmpty());
233 REPORTER_ASSERT(reporter, mask.fBounds.isEmpty());
[all...]
/external/skia/tools/lua/
H A Dlua_pictures.cpp71 if (FLAGS_skpPath.isEmpty()) {
75 if (FLAGS_luaFile.isEmpty()) {
81 if (!FLAGS_tailFunc.isEmpty()) {
102 if (!FLAGS_headCode.isEmpty()) {
/external/guava/guava/src/com/google/common/collect/
H A DImmutableEnumSet.java80 @Override public boolean isEmpty() { method in class:ImmutableEnumSet
81 return delegate.isEmpty();
H A DBinaryTreeTraverser.java108 return !stack.isEmpty();
145 return !stack.isEmpty();
190 while (!stack.isEmpty()) {
H A DTreeTraverser.java93 return !stack.isEmpty();
153 while (!stack.isEmpty()) {
199 return !queue.isEmpty();
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
H A DEmptyImmutableTableTest.java62 assertTrue(INSTANCE.isEmpty());
110 assertTrue(INSTANCE.values().isEmpty());
/external/guava/guava-tests/test/com/google/common/collect/
H A DEmptyImmutableTableTest.java71 assertTrue(INSTANCE.isEmpty());
119 assertTrue(INSTANCE.values().isEmpty());
/external/jetty/src/java/org/eclipse/jetty/util/
H A DConcurrentHashSet.java74 public boolean isEmpty() method in class:ConcurrentHashSet
76 return _map.isEmpty();
/external/mockito/src/org/mockito/internal/verification/checkers/
H A DMissingInvocationInOrderChecker.java36 if (!chunk.isEmpty()) {
50 if (actualInvocations == null || actualInvocations.isEmpty()) {
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
H A DDummyMap.java34 public boolean isEmpty() { method in class:DummyMap
35 return keys.isEmpty();
/external/skia/include/core/
H A DSkMask.h39 bool isEmpty() const { return fBounds.isEmpty(); } function in struct:SkMask
H A DSkRect.h103 bool isEmpty() const { return fLeft >= fRight || fTop >= fBottom; } function in struct:SkIRect
243 return left < right && top < bottom && !this->isEmpty() && // check for empties
251 return !r.isEmpty() && !this->isEmpty() && // check for empties
293 if (!a.isEmpty() && !b.isEmpty() &&
312 SkASSERT(!a.isEmpty() && !b.isEmpty());
332 if (left < right && top < bottom && !this->isEmpty() &&
346 return !a.isEmpty()
[all...]
/external/skia/tools/skpdiff/
H A DSkDiffContext.cpp36 if (!path.isEmpty() && sk_mkdir(path.c_str())) {
42 if (!path.isEmpty() && sk_mkdir(path.c_str())) {
48 if (!path.isEmpty() && sk_mkdir(path.c_str())) {
133 bitmapsToCreate.alphaMask = !fAlphaMaskDir.isEmpty();
134 bitmapsToCreate.rgbDiff = !fRgbDiffDir.isEmpty();
135 bitmapsToCreate.whiteDiff = !fWhiteDiffDir.isEmpty();
157 && !newRecord->fCommonName.isEmpty()) {
177 && !newRecord->fCommonName.isEmpty()) {
200 && !newRecord->fCommonName.isEmpty()) {
/external/emma/core/java12/com/vladium/util/
H A DIProperties.java55 boolean isEmpty (); method in interface:IProperties
228 public boolean isEmpty () method in class:IProperties.Factory.PropertiesImpl
230 return m_valueMap.isEmpty () && ((m_delegate == null) || ((m_delegate != null) && m_delegate.isEmpty ()));
235 if (isEmpty ())
/external/icu/icu4c/source/layout/
H A DKernTable.cpp80 if(LE_FAILURE(success) || fTable.isEmpty()) {
102 if (!header.isEmpty() && header->version == 0 && SWAPW(header->nTables) > 0) {
105 if (LE_SUCCESS(success) && !subhead.isEmpty() && subhead->version == 0) {
111 if(table.isEmpty() || LE_FAILURE(success)) return;
195 if (LE_SUCCESS(success) && !pairs.isEmpty()) {
/external/skia/tools/
H A Dskdiff_image.cpp20 /// If outputDir.isEmpty(), don't write out diff files.
28 SkASSERT(!baseFile.isEmpty());
29 SkASSERT(!comparisonFile.isEmpty());
264 if (outputDir.isEmpty()) {
311 if (baseLabel.isEmpty()) {
323 if (comparisonLabel.isEmpty()) {
/external/guava/guava-testlib/test/com/google/common/testing/
H A DArbitraryInstancesTest.java180 assertTrue(ArbitraryInstances.get(SortedMultiset.class).isEmpty());
183 assertTrue(ArbitraryInstances.get(SortedSetMultimap.class).isEmpty());
186 assertTrue(ArbitraryInstances.get(RowSortedTable.class).isEmpty());
189 assertTrue(ArbitraryInstances.get(ImmutableClassToInstanceMap.class).isEmpty());
190 assertTrue(ArbitraryInstances.get(ClassToInstanceMap.class).isEmpty());
191 assertTrue(ArbitraryInstances.get(ListMultimap.class).isEmpty());
192 assertTrue(ArbitraryInstances.get(ImmutableListMultimap.class).isEmpty());
193 assertTrue(ArbitraryInstances.get(SetMultimap.class).isEmpty());
194 assertTrue(ArbitraryInstances.get(ImmutableSetMultimap.class).isEmpty());
198 assertTrue(ArbitraryInstances.get(LinkedList.class).isEmpty());
[all...]
/external/clang/include/clang/Frontend/
H A DFrontendAction.h126 assert(!CurrentInput.isEmpty() && "No current file!");
135 assert(!CurrentInput.isEmpty() && "No current file!");
140 assert(!CurrentInput.isEmpty() && "No current file!");
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngineJob.java92 if (cbs.isEmpty()) {
143 } else if (cbs.isEmpty()) {
173 } else if (cbs.isEmpty()) {
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DPlatform.java67 checkArgument(map.isEmpty(), "Map is non-empty");
78 @Override public boolean isEmpty() { method in class:Platform.SetFromMap
79 return m.isEmpty();

Completed in 664 milliseconds

1234567891011>>