Searched refs:isEmpty (Results 201 - 225 of 1918) sorted by relevance

1234567891011>>

/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-splay.js141 SplayTree.prototype.isEmpty = function() {
155 if (this.isEmpty()) {
188 if (this.isEmpty()) {
219 if (this.isEmpty()) {
232 if (this.isEmpty()) {
255 if (!this.isEmpty()) {
273 if (this.isEmpty()) {
/external/webkit/Source/JavaScriptCore/runtime/
H A DError.cpp44 ASSERT(!message.isEmpty());
50 ASSERT(!message.isEmpty());
56 ASSERT(!message.isEmpty());
62 ASSERT(!message.isEmpty());
68 ASSERT(!message.isEmpty());
74 ASSERT(!message.isEmpty());
80 ASSERT(!message.isEmpty());
/external/webkit/Source/WebCore/css/
H A DSVGCSSComputedStyleDeclaration.cpp51 if (dashes.isEmpty())
118 if (!svgStyle->clipperResource().isEmpty())
122 if (!svgStyle->maskerResource().isEmpty())
126 if (!svgStyle->filterResource().isEmpty())
140 if (!svgStyle->markerEndResource().isEmpty())
144 if (!svgStyle->markerMidResource().isEmpty())
148 if (!svgStyle->markerStartResource().isEmpty())
/external/webkit/Source/WebCore/html/
H A DHTMLEmbedElement.cpp149 if (m_url.isEmpty() && m_serviceType.isEmpty())
229 if (!width.isEmpty() || !height.isEmpty()) {
234 if (!width.isEmpty())
236 if (!height.isEmpty())
254 if ((attr->name() == widthAttr || attr->name() == heightAttr) && !attr->isEmpty()) {
H A DFileInputType.cpp88 return value.isEmpty();
135 return value.isEmpty();
140 if (m_fileList->isEmpty()) {
/external/webkit/Source/WebCore/loader/
H A DResourceLoadScheduler.cpp188 while (!requestsPending.isEmpty()) {
216 if (!m_hosts.isEmpty() || m_nonHTTPProtocolHost->hasRequests())
241 ASSERT(m_requestsLoading.isEmpty());
243 ASSERT(m_requestsPending[p].isEmpty());
277 if (!m_requestsLoading.isEmpty())
280 if (!m_requestsPending[p].isEmpty())
288 if (priority == ResourceLoadPriorityVeryLow && !m_requestsLoading.isEmpty())
/external/webkit/Source/WebCore/svg/
H A DSVGDocumentExtensions.cpp70 if (id.isEmpty())
79 if (id.isEmpty() || !m_resources.contains(id))
87 if (id.isEmpty())
164 ASSERT(!animationElementsForTarget->isEmpty());
167 if (animationElementsForTarget->isEmpty()) {
219 if (id.isEmpty())
234 if (id.isEmpty())
/external/webkit/Source/WebKit2/UIProcess/
H A DDrawingAreaProxyImpl.cpp143 if (!m_backingStore && m_layerTreeContext.isEmpty())
189 if (!m_layerTreeContext.isEmpty()) {
191 ASSERT(m_layerTreeContext.isEmpty());
194 if (!layerTreeContext.isEmpty()) {
240 if (updateInfo.updateRectBounds.isEmpty())
248 bool shouldScroll = !updateInfo.scrollRect.isEmpty();
284 if (m_isWaitingForDidUpdateBackingStoreState && !m_layerTreeContext.isEmpty()) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DClassDataItem.java109 public boolean isEmpty() { method in class:ClassDataItem
110 return staticFields.isEmpty() && instanceFields.isEmpty()
111 && directMethods.isEmpty() && virtualMethods.isEmpty();
227 if (!staticFields.isEmpty()) {
234 if (!instanceFields.isEmpty()) {
241 if (!directMethods.isEmpty()) {
248 if (!virtualMethods.isEmpty()) {
/external/guava/guava/src/com/google/common/collect/
H A DEmptyImmutableList.java74 @Override public boolean isEmpty() { method in class:EmptyImmutableList
137 return targets.isEmpty();
143 return that.isEmpty();
/external/skia/src/core/
H A DSkRasterClip.h26 bool isEmpty() const;
59 return this->isEmpty() || rect.isEmpty() ||
/external/webkit/Source/JavaScriptCore/parser/
H A DParserArena.h44 bool isEmpty() const { return m_identifiers.isEmpty(); } function in class:JSC::IdentifierArena
104 bool isEmpty() const;
/external/webkit/Source/WebCore/dom/
H A DEventQueue.cpp104 if (m_queuedEvents.isEmpty())
118 ASSERT(!m_queuedEvents.isEmpty());
129 while (!m_queuedEvents.isEmpty()) {
/external/webkit/Source/WebCore/fileapi/
H A DDOMFilePath.cpp107 if (canonicalized.isEmpty())
121 if (path.isEmpty() || path == DOMFilePath::root)
156 if (name.isEmpty())
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DPathWinCE.cpp121 bool Path::isEmpty() const function in class:WebCore::Path
123 return m_path->isEmpty();
155 return !isEmpty();
/external/webkit/Source/WebKit/cf/WebCoreSupport/
H A DWebInspectorClientCF.cpp119 if (value.isEmpty())
136 if (!key.isEmpty())
142 if (!key.isEmpty())
/external/webkit/Source/WebKit/chromium/public/
H A DWebURL.h99 bool isEmpty() const function in class:WebKit::WebURL
101 return m_spec.isEmpty();
106 return m_spec.isEmpty();
/external/webkit/Source/WebKit/chromium/src/
H A DWebDataSourceImpl.cpp70 return !DocumentLoader::unreachableURL().isEmpty();
148 ASSERT(!m_redirectChain.isEmpty());
177 if (!request.url().isEmpty()) {
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DChunkedUpdateDrawingArea.cpp74 if (m_dirtyRect.isEmpty())
107 if (m_dirtyRect.isEmpty())
118 ASSERT_ARG(viewSize, !viewSize.isEmpty());
/external/webkit/Source/WebKit2/WebProcess/qt/
H A DWebProcessMainQt.cpp86 if (proxyUrl.isValid() && !proxyUrl.host().isEmpty()) {
94 if (proxyUrl.isValid() && !proxyUrl.host().isEmpty()) {
138 if (!qgetenv("WEBKIT2_PAUSE_WEB_PROCESS_ON_LAUNCH").isEmpty()) {
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp84 ASSERT(m_associatedDocumentLoaders.isEmpty());
85 ASSERT(m_pendingMasterResourceLoaders.isEmpty());
92 ASSERT(m_caches.isEmpty());
231 ASSERT(m_completionType == None || m_pendingEntries.isEmpty());
282 ASSERT(m_completionType == None || m_pendingEntries.isEmpty());
356 if (!m_associatedDocumentLoaders.isEmpty() || !m_pendingMasterResourceLoaders.isEmpty())
359 if (m_caches.isEmpty()) {
381 if (m_caches.isEmpty()) {
382 ASSERT(m_associatedDocumentLoaders.isEmpty());
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DAbstractQueueTest.java86 if (isEmpty()) {
98 if (isEmpty()) {
219 assertTrue(queue.isEmpty());
230 assertTrue(queue.isEmpty());
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_MapTest2.java30 if (!map.isEmpty()) {
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DBoolStack.java175 public boolean isEmpty() method in class:BoolStack
/external/chromium/webkit/glue/
H A Diframe_redirect_unittest.cc46 ASSERT_FALSE(redirects.isEmpty());

Completed in 420 milliseconds

1234567891011>>