HomeSort by relevance Sort by last modified time
    Searched full:isempty (Results 1 - 25 of 7197) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/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...]
  /external/skia/tests/
TestSize.cpp 15 REPORTER_ASSERT(reporter, a.isEmpty());
17 REPORTER_ASSERT(reporter, a.isEmpty());
19 REPORTER_ASSERT(reporter, a.isEmpty());
24 REPORTER_ASSERT(reporter, !a.isEmpty());
26 REPORTER_ASSERT(reporter, !b.isEmpty());
43 REPORTER_ASSERT(reporter, a.isEmpty());
45 REPORTER_ASSERT(reporter, a.isEmpty());
47 REPORTER_ASSERT(reporter, a.isEmpty());
52 REPORTER_ASSERT(reporter, !a.isEmpty());
54 REPORTER_ASSERT(reporter, !b.isEmpty());
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PathTest.java 46 assertTrue(path.isEmpty());
49 assertFalse(path.isEmpty());
56 assertTrue(path.isEmpty());
58 assertFalse(path.isEmpty());
70 assertTrue(path.isEmpty());
74 assertFalse(path.isEmpty());
100 assertTrue(path.isEmpty());
102 assertFalse(path.isEmpty());
108 assertTrue(path.isEmpty());
112 assertFalse(dst.isEmpty());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptValue.h 51 , m_value(value.IsEmpty() ? nullptr : SharedPersistent<v8::Value>::create(value, scriptState->isolate()))
53 ASSERT(isEmpty() || m_scriptState);
60 ASSERT(isEmpty() || m_scriptState);
84 if (isEmpty())
85 return value.isEmpty();
86 if (value.isEmpty())
99 ASSERT(!isEmpty());
101 return !value.IsEmpty() && value->IsFunction();
107 ASSERT(!isEmpty());
109 return !value.IsEmpty() && value->IsNull()
    [all...]
  /external/chromium-trace/trace-viewer/src/base/
range.js 27 get isEmpty() {
32 if (range.isEmpty)
73 if (!a.isEmpty && !b.isEmpty)
76 if (a.isEmpty && !b.isEmpty)
79 if (!a.isEmpty && b.isEmpty)
range_test.js 12 assertTrue(range.isEmpty);
14 assertFalse(range.isEmpty);
19 assertFalse(range.isEmpty);
40 assertTrue(r.isEmpty);
54 assertFalse(r.isEmpty);
  /external/chromium_org/cc/trees/
occlusion.cc 24 if (content_rect.IsEmpty())
27 if (occlusion_from_inside_target_.IsEmpty() &&
28 occlusion_from_outside_target_.IsEmpty()) {
34 return unoccluded_rect_in_target_surface.IsEmpty();
39 if (content_rect.IsEmpty())
42 if (occlusion_from_inside_target_.IsEmpty() &&
43 occlusion_from_outside_target_.IsEmpty()) {
49 if (unoccluded_rect_in_target_surface.IsEmpty())
  /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/chromium_org/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/chromium_org/extensions/renderer/
scoped_persistent.h 25 if (!handle.IsEmpty())
33 bool IsEmpty() const { return handle_.IsEmpty(); }
36 if (handle_.IsEmpty())
42 if (handle_.IsEmpty())
58 if (!object_handle.IsEmpty())
63 if (!context_handle.IsEmpty())
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskRunQueue.cpp 49 if (m_dispatchIsPending || isEmpty())
65 if (m_syncQueue->isEmpty())
69 bool CustomElementMicrotaskRunQueue::isEmpty() const
71 return m_syncQueue->isEmpty() && m_asyncQueue->isEmpty();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionIsEmptyTester.java 25 * 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 25 * 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/chromium_org/third_party/WebKit/Source/platform/weborigin/
SchemeRegistry.cpp 39 if (localSchemes.isEmpty())
55 if (secureSchemes.isEmpty()) {
69 if (schemesWithUniqueOrigins.isEmpty()) {
84 if (emptyDocumentSchemes.isEmpty())
100 if (canDisplayOnlyIfCanRequestSchemes.isEmpty()) {
136 if (CORSEnabledSchemes.isEmpty()) {
149 if (LegacySchemes.isEmpty()) {
165 if (scheme.isEmpty())
177 if (scheme.isEmpty())
189 if (scheme.isEmpty())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
DoubleBufferedDeque.h 25 bool isEmpty() const
27 return m_queue[m_activeIndex].isEmpty();
34 ASSERT(m_queue[m_activeIndex].isEmpty());
DoubleBufferedDequeTest.cpp 18 EXPECT_TRUE(queue.isEmpty());
20 EXPECT_FALSE(queue.isEmpty());
29 EXPECT_TRUE(queue.isEmpty());
  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
  /external/lzma/CPP/7zip/Common/
MethodProps.h 36 bool IsEmpty() const { return Methods.IsEmpty() ; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMarqueeElement.cpp 52 if (fastGetAttribute(truespeedAttr).isEmpty()) {
75 if (!value.isEmpty())
78 if (!value.isEmpty())
81 if (!value.isEmpty())
84 if (!value.isEmpty()) {
89 if (!value.isEmpty()) {
94 if (!value.isEmpty())
97 if (!value.isEmpty())
100 if (!value.isEmpty()) {
107 if (!value.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...]
  /external/chromium_org/cc/resources/
resource.cc 10 if (size_.IsEmpty())
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
DescendantInvalidationSetTest.cpp 21 ASSERT_TRUE(set->isEmpty());
31 ASSERT_TRUE(set->isEmpty());
46 ASSERT_TRUE(set1->isEmpty());
61 ASSERT_TRUE(set1->isEmpty());
  /external/clang/test/SemaObjC/
selector-2.m 8 static inline SEL IsEmpty() {
  /external/lzma/CPP/7zip/UI/Common/
TempFiles.cpp 15 while(!Paths.IsEmpty())
  /external/mockito/src/org/mockito/internal/util/collections/
ArrayUtils.java 10 public <T> boolean isEmpty(T[] array) {

Completed in 2990 milliseconds

1 2 3 4 5 6 7 8 91011>>