Home
last modified time | relevance | path

Searched defs:isEmpty (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/external/clang/include/clang/Basic/
DABI.h49 bool isEmpty() const { return !NonVirtual && !VBaseOffsetOffset; } in isEmpty() function
79 bool isEmpty() const { return !NonVirtual && !VCallOffsetOffset; } in isEmpty() function
122 bool isEmpty() const { return This.isEmpty() && Return.isEmpty(); } in isEmpty() function
/external/webkit/Source/WebKit2/Platform/
DRegion.h42 bool isEmpty() const { return m_bounds.isEmpty(); } in isEmpty() function
73 bool isEmpty() const { return m_spans.isEmpty(); } in isEmpty() function
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DAttributeSet.java33 public abstract boolean isEmpty (); in isEmpty() method in AttributeSet
82 public boolean isEmpty () in isEmpty() method in AttributeSet.AttributeSetImpl
/external/emma/core/java12/com/vladium/emma/data/
DIMergeable.java22 boolean isEmpty (); in isEmpty() method
/external/webkit/Source/WebKit2/Shared/qt/
DUpdateChunk.h48 bool isEmpty() const { return m_rect.isEmpty(); } in isEmpty() function
/external/webkit/Source/WebKit2/Shared/win/
DUpdateChunk.h46 bool isEmpty() const { return m_rect.isEmpty(); } in isEmpty() function
/external/webkit/Source/WebCore/loader/
DNavigationAction.h47 bool isEmpty() const { return m_URL.isEmpty(); } in isEmpty() function
/external/webkit/Source/JavaScriptCore/wtf/
DSinglyLinkedList.h49 template <typename Node> inline bool SinglyLinkedList<Node>::isEmpty() in isEmpty() function
DDoublyLinkedList.h53 template <typename Node> inline bool DoublyLinkedList<Node>::isEmpty() in isEmpty() function
/external/webkit/Source/WebCore/fileapi/
DEntryArray.h53 bool isEmpty() const { return m_entries.isEmpty(); } in isEmpty() function
DFileList.h47 bool isEmpty() const { return m_files.isEmpty(); } in isEmpty() function
DEntryArraySync.h56 bool isEmpty() const { return m_entries.isEmpty(); } in isEmpty() function
/external/webkit/Source/WebCore/css/
DCSSStyleDeclaration.h47 bool isEmpty() const { return !length(); } in isEmpty() function
/external/webkit/Source/WebKit2/Shared/gtk/
DUpdateChunk.h50 bool isEmpty() { return m_rect.isEmpty(); } in isEmpty() function
/external/webkit/Source/WebKit/chromium/public/
DWebThreadSafeData.h58 bool isEmpty() const { return !size(); } in isEmpty() function
/external/webkit/Source/WebCore/dom/
DDOMStringList.h45 bool isEmpty() const { return m_strings.isEmpty(); } in isEmpty() function
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerContent.h45 bool isEmpty() { return !width() || !height(); } in isEmpty() function
/external/webkit/Source/WebCore/bindings/js/
DScriptSourceCode.h58 bool isEmpty() const { return m_code.length() == 0; } in isEmpty() function
/external/webkit/Source/WebCore/platform/text/
DStringWithDirection.h63 bool isEmpty() const { return m_string.isEmpty(); } in isEmpty() function
/external/webkit/Source/WebKit2/Shared/mac/
DUpdateChunk.h47 bool isEmpty() const { return m_rect.isEmpty(); } in isEmpty() function
/external/clang/include/clang/Analysis/FlowSensitive/
DDataflowSolver.h55 bool isEmpty() const { return BlockQueue.empty(); } in isEmpty() function
/external/jsilver/src/com/google/clearsilver/jsilver/values/
DStringValue.java46 public boolean isEmpty() { in isEmpty() method in StringValue
/external/guava/guava/src/com/google/common/collect/
DImmutableCollection.java76 public boolean isEmpty() { in isEmpty() method in ImmutableCollection
180 @Override public boolean isEmpty() { in isEmpty() method in ImmutableCollection.EmptyImmutableCollection
230 @Override public boolean isEmpty() { in isEmpty() method in ImmutableCollection.ArrayImmutableCollection
/external/webkit/Source/WebKit2/Platform/CoreIPC/
DDataReference.h50 bool isEmpty() const { return size() == 0; } in isEmpty() function
/external/webkit/Tools/DumpRenderTree/chromium/
DCppVariant.h111 bool isEmpty() const { return (isVoid() || isNull()); } in isEmpty() function

12345678910>>...13