/external/v8/test/unittests/ |
locked-queue-unittest.cc | 19 EXPECT_TRUE(queue.IsEmpty()); 25 EXPECT_TRUE(queue.IsEmpty()); 27 EXPECT_FALSE(queue.IsEmpty()); 32 EXPECT_TRUE(queue.IsEmpty()); 38 EXPECT_TRUE(queue.IsEmpty()); 40 EXPECT_FALSE(queue.IsEmpty()); 45 EXPECT_FALSE(queue.IsEmpty()); 49 EXPECT_TRUE(queue.IsEmpty()); 55 EXPECT_TRUE(queue.IsEmpty()); 64 EXPECT_TRUE(queue.IsEmpty()); [all...] |
/external/testng/src/main/java/org/testng/collections/ |
CollectionUtils.java | 11 return c != null && ! c.isEmpty(); 15 return c != null && ! c.isEmpty();
|
/external/skia/tests/ |
SizeTest.cpp | 16 REPORTER_ASSERT(reporter, a.isEmpty()); 18 REPORTER_ASSERT(reporter, a.isEmpty()); 20 REPORTER_ASSERT(reporter, a.isEmpty()); 25 REPORTER_ASSERT(reporter, !a.isEmpty()); 27 REPORTER_ASSERT(reporter, !b.isEmpty()); 42 REPORTER_ASSERT(reporter, a.isEmpty()); 44 REPORTER_ASSERT(reporter, a.isEmpty()); 46 REPORTER_ASSERT(reporter, a.isEmpty()); 51 REPORTER_ASSERT(reporter, !a.isEmpty()); 53 REPORTER_ASSERT(reporter, !b.isEmpty()); [all...] |
GrDrawTargetTest.cpp | 19 SkASSERT(!result.isEmpty()); 21 SkASSERT(!shaderResult.isEmpty());
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PathTest.java | 51 assertTrue(path.isEmpty()); 54 assertFalse(path.isEmpty()); 61 assertTrue(path.isEmpty()); 63 assertFalse(path.isEmpty()); 75 assertTrue(path.isEmpty()); 124 assertTrue(path.isEmpty()); 126 assertFalse(path.isEmpty()); 132 assertTrue(path.isEmpty()); 136 assertFalse(dst.isEmpty()); 146 assertTrue(path.isEmpty()); [all...] |
OutlineTest.java | 36 assertTrue(outline.isEmpty()); 68 assertTrue(outline.isEmpty()); 71 assertTrue(outline.isEmpty()); 74 assertTrue(outline.isEmpty()); 77 assertFalse(outline.isEmpty()); 83 assertFalse(outline.isEmpty()); 95 assertTrue(outline.isEmpty()); 98 assertTrue(outline.isEmpty()); 101 assertTrue(outline.isEmpty()); 104 assertFalse(outline.isEmpty()); [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
BiMapClearTester.java | 36 assertTrue(getMap().isEmpty()); 37 assertTrue(inv.isEmpty()); 44 assertTrue(getMap().isEmpty()); 45 assertTrue(inv.isEmpty()); 52 assertTrue(getMap().isEmpty()); 53 assertTrue(inv.isEmpty()); 60 assertTrue(getMap().isEmpty()); 61 assertTrue(inv.isEmpty()); 68 assertTrue(getMap().isEmpty()); 69 assertTrue(inv.isEmpty()); [all...] |
/external/skia/src/gpu/batches/ |
GrRectBatchFactory.cpp | 20 SkASSERT(!rects[0].isEmpty() && !rects[1].isEmpty()); 27 devInside.isEmpty());
|
/external/libbrillo/brillo/ |
any_internal_impl_unittest.cc | 15 EXPECT_TRUE(buffer.IsEmpty()); 23 EXPECT_FALSE(buffer.IsEmpty()); 31 EXPECT_FALSE(buffer.IsEmpty()); 40 EXPECT_FALSE(buffer.IsEmpty()); 47 EXPECT_FALSE(buffer.IsEmpty()); 57 EXPECT_FALSE(buffer.IsEmpty()); 69 EXPECT_FALSE(buffer.IsEmpty()); 81 EXPECT_FALSE(buffer.IsEmpty()); 89 EXPECT_FALSE(buffer.IsEmpty()); 100 EXPECT_FALSE(buffer1.IsEmpty()); [all...] |
any.cc | 40 if (IsEmpty()) 47 if (!IsEmpty()) 57 bool Any::IsEmpty() const { 58 return data_buffer_.IsEmpty(); 66 return !IsEmpty() && data_buffer_.GetDataPtr()->IsConvertibleToInteger(); 70 CHECK(!IsEmpty()) << "Must not be called on an empty Any"; 75 CHECK(!IsEmpty()) << "Must not be called on an empty Any";
|
/external/chromium-trace/catapult/tracing/tracing/base/ |
range.html | 34 get isEmpty() { 39 if (range.isEmpty) 95 if (this.isEmpty && that.isEmpty) 97 if (this.isEmpty != that.isEmpty) 104 if (this.isEmpty) 110 if (this.isEmpty) 116 if (this.isEmpty) 122 if (this.isEmpty) [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
AdnRecordTest.java | 42 assertFalse(adn.isEmpty()); 52 assertTrue(adn.isEmpty()); 61 assertTrue(adn.isEmpty()); 71 assertFalse(adn.isEmpty()); 81 assertFalse(adn.isEmpty()); 91 assertFalse(adn.isEmpty()); 101 assertFalse(adn.isEmpty()); 111 assertFalse(adn.isEmpty()); 121 assertFalse(adn.isEmpty()); 132 assertFalse(adn.isEmpty()); [all...] |
/external/v8/test/cctest/ |
test-unbound-queue.cc | 41 CHECK(cq.IsEmpty()); 43 CHECK(!cq.IsEmpty()); 47 CHECK(cq.IsEmpty()); 54 CHECK(cq.IsEmpty()); 56 CHECK(!cq.IsEmpty()); 59 CHECK(!cq.IsEmpty()); 63 CHECK(!cq.IsEmpty()); 69 CHECK(!cq.IsEmpty()); 72 CHECK(!cq.IsEmpty()); 76 CHECK(cq.IsEmpty()); [all...] |
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionIsEmptyTester.java | 26 * A generic JUnit test which tests {@code isEmpty()} operations on a 36 assertTrue("isEmpty() should return true", collection.isEmpty()); 41 assertFalse("isEmpty() should return false", collection.isEmpty());
|
MapIsEmptyTester.java | 26 * A generic JUnit test which tests {@code isEmpty()} operations on a 36 assertTrue("isEmpty() should return true", getMap().isEmpty()); 41 assertFalse("isEmpty() should return false", getMap().isEmpty());
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/util/ |
ArrayStackTest.java | 24 assertTrue(stack.isEmpty()); 27 assertFalse(stack.isEmpty()); 29 assertTrue(stack.isEmpty());
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zCompressionMode.h | 39 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
|
/external/chromium-trace/catapult/tracing/tracing/ui/tracks/ |
chart_axis_test.html | 40 assert.isTrue(axis.bounds.isEmpty); 45 assert.isFalse(axis.bounds.isEmpty); 52 assert.isFalse(axis.bounds.isEmpty); 84 assert.isTrue(axis.bounds.isEmpty); 89 assert.isFalse(axis.bounds.isEmpty); 98 assert.isFalse(axis.bounds.isEmpty); 105 assert.isFalse(axis.bounds.isEmpty); 112 assert.isFalse(axis.bounds.isEmpty); 119 assert.isFalse(axis.bounds.isEmpty); 125 assert.isFalse(axis.bounds.isEmpty); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
MetadataParser.java | 59 if (!TextUtils.isEmpty(name)) { 64 if (TextUtils.isEmpty(arguments.get(ID_FIELD_NAME)) 65 || TextUtils.isEmpty(arguments.get(LOCALE_FIELD_NAME)) 66 || TextUtils.isEmpty(arguments.get(DESCRIPTION_FIELD_NAME)) 67 || TextUtils.isEmpty(arguments.get(UPDATE_FIELD_NAME)) 68 || TextUtils.isEmpty(arguments.get(FILESIZE_FIELD_NAME)) 69 || TextUtils.isEmpty(arguments.get(CHECKSUM_FIELD_NAME)) 70 || TextUtils.isEmpty(arguments.get(REMOTE_FILENAME_FIELD_NAME)) 71 || TextUtils.isEmpty(arguments.get(VERSION_FIELD_NAME)) 72 || TextUtils.isEmpty(arguments.get(FORMATVERSION_FIELD_NAME))) [all...] |
/system/core/healthd/ |
BatteryMonitor.cpp | 130 if (path.isEmpty()) 215 if (!mHealthdConfig->batteryPresentPath.isEmpty()) 225 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) 228 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) 231 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) 234 if (!mHealthdConfig->batteryChargeCounterPath.isEmpty()) 330 if (!mHealthdConfig->batteryCurrentNowPath.isEmpty()) { 335 if (!mHealthdConfig->batteryFullChargePath.isEmpty()) { 340 if (!mHealthdConfig->batteryCycleCountPath.isEmpty()) { 365 if (!mHealthdConfig->batteryStatusPath.isEmpty()) { [all...] |
/external/clang/test/SemaObjC/ |
selector-2.m | 8 static inline SEL IsEmpty() {
|
/external/lzma/CPP/7zip/UI/Common/ |
TempFiles.cpp | 14 while (!Paths.IsEmpty())
|
/external/mockito/src/org/mockito/internal/util/collections/ |
ArrayUtils.java | 10 public <T> boolean isEmpty(T[] array) {
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PostalSplitter.java | 71 if (!TextUtils.isEmpty(formattedAddress)) { 100 final boolean hasStreet = !TextUtils.isEmpty(postal.street); 101 final boolean hasPobox = !TextUtils.isEmpty(postal.pobox); 102 final boolean hasNeighborhood = !TextUtils.isEmpty(postal.neighborhood); 103 final boolean hasCity = !TextUtils.isEmpty(postal.city); 104 final boolean hasRegion = !TextUtils.isEmpty(postal.region); 105 final boolean hasPostcode = !TextUtils.isEmpty(postal.postcode); 106 final boolean hasCountry = !TextUtils.isEmpty(postal.country); 166 final boolean hasStreet = !TextUtils.isEmpty(postal.street); 167 final boolean hasPobox = !TextUtils.isEmpty(postal.pobox) [all...] |
/external/skia/src/core/ |
SkScan.cpp | 20 if (!r.isEmpty()) { 68 if (clip.isEmpty() || r.isEmpty()) { 83 if (clip.isEmpty() || xr.isEmpty()) { 98 if (clip.isEmpty() || r.isEmpty()) {
|