/external/jdiff/src/jdiff/ |
D | Modifiers.java | 63 boolean hasContent = false; in diff() 70 hasContent = true; in diff() 73 if (hasContent) in diff() 80 hasContent = true; in diff() 83 if (hasContent) in diff() 89 hasContent = true; in diff() 94 if (hasContent) in diff() 98 hasContent = true; in diff()
|
D | ClassDiff.java | 88 boolean hasContent = false; in diff() 92 hasContent = true; in diff() 122 if (hasContent) in diff() 128 hasContent = true; in diff() 131 if (hasContent) in diff() 137 hasContent = true; in diff()
|
D | HTMLReportGenerator.java | 1698 boolean hasContent = false; in emitChanges() 1717 hasContent = true; in emitChanges() 1731 if (hasContent) in emitChanges() 1742 hasContent = true; in emitChanges() 1749 if (hasContent) in emitChanges() 1819 hasContent = true; in emitChanges() 1823 if (hasContent) in emitChanges() 1826 hasContent = true; in emitChanges() 1831 if (hasContent) in emitChanges() 1834 hasContent = true; in emitChanges() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/io/nio/ |
D | SslConnection.java | 298 if (_unwrapBuf!=null && _unwrapBuf.hasContent()) in process() 309 else if (_unwrapBuf!=null && _unwrapBuf.hasContent()) in process() 337 if (_outbound.hasContent() && (flushed=_endp.flush(_outbound))>0) in process() 359 if (toFill.space()>0 && _inbound.hasContent() && unwrap(toFill)) in process() 363 if (toFlush.hasContent() && _outbound.space()>0 && wrap(toFlush)) in process() 396 else if (!_inbound.hasContent()&&filled==-1) in process() 408 if (_endp.isOpen() && _endp.isInputShutdown() && !_inbound.hasContent()) in process() 411 if (_endp.isOpen() && _engine.isOutboundDone() && !_outbound.hasContent()) in process() 419 if (toFill==_unwrapBuf && _unwrapBuf.hasContent() && !_connection.isSuspended()) in process() 518 if (!_inbound.hasContent()) in unwrap() [all …]
|
D | SelectChannelEndPoint.java | 381 …=0 && ( header!=null && header.hasContent() || buffer!=null && buffer.hasContent() || trailer!=nul… in flush() 407 if (l==0 && buffer!=null && buffer.hasContent()) in flush()
|
D | DirectNIOBuffer.java | 316 while(hasContent() && _out.isOpen()) in writeTo()
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpParser.java | 182 return ( _header!=null && _header.hasContent() || in isMoreInBuffer() 183 _body!=null && _body.hasContent()); in isMoreInBuffer() 238 while (!isComplete() && _buffer!=null && _buffer.length()>0 && !_contentView.hasContent()) in parseAvailable() 626 …if (_eol==HttpTokens.CARRIAGE_RETURN && _buffer.hasContent() && _buffer.peek()==HttpTokens.LINE_FE… in parseNext() 901 …if (_eol==HttpTokens.CARRIAGE_RETURN && _buffer.hasContent() && _buffer.peek()==HttpTokens.LINE_FE… in parseNext() 931 …if (_eol==HttpTokens.CARRIAGE_RETURN && _buffer.hasContent() && _buffer.peek()==HttpTokens.LINE_FE… in parseNext() 1011 …END && _buffer==_header && _header!=null && !_header.hasContent() && _body!=null && _body.hasConte… in fill() 1069 …if (_eol == HttpTokens.CARRIAGE_RETURN && _buffer!=null && _buffer.hasContent() && _buffer.peek() … in reset() 1072 if (_body!=null && _body.hasContent()) in reset() 1107 if (_body!=null && !_body.hasContent() && _body.markIndex()==-1 && _buffers!=null) in returnBuffers() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/servlets/ |
D | ProxyServlet.java | 575 boolean hasContent = false; in service() 587 hasContent = true; in service() 598 hasContent = true; in service() 604 hasContent = true; in service() 633 if (hasContent) in service()
|
/external/jetty/src/java/org/eclipse/jetty/io/ |
D | Buffer.java | 151 boolean hasContent(); in hasContent() method
|
D | AbstractBuffer.java | 285 public boolean hasContent() in hasContent() method in AbstractBuffer
|
/external/jetty/src/java/org/eclipse/jetty/websocket/ |
D | WebSocketGeneratorD00.java | 141 if (_buffer!=null && _buffer.hasContent())
|
D | WebSocketGeneratorD08.java | 213 int flushed = _buffer.hasContent() ? _endp.flush(_buffer) : 0; in flushBuffer()
|
D | WebSocketGeneratorRFC6455.java | 217 int flushed = _buffer.hasContent() ? _endp.flush(_buffer) : 0; in flushBuffer()
|
D | WebSocketClientFactory.java | 503 if (header.hasContent()) in handle()
|
/external/jetty/src/java/org/eclipse/jetty/io/bio/ |
D | StreamEndPoint.java | 134 if (buffer.hasContent()) in fill()
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/treebuilders/ |
D | dom.py | 101 def hasContent(self): member in getDomBuilder.NodeBuilder
|
D | _base.py | 92 def hasContent(self): member in Node
|
D | etree.py | 86 def hasContent(self): member in getETreeBuilder.Element
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/builder/ |
D | _html5lib.py | 267 def hasContent(self): member in Element
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | bootstrap.js | 993 if (this.hasContent() && this.enabled) { 1085 , hasContent: function () { method in Tooltip 1215 , hasContent: function () { method
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 139 bool hasContent() const { return UnitDie.hasChildren(); } in hasContent() function
|
/external/okhttp/website/static/ |
D | bootstrap.min.js | 6 …hasContent()&&this.enabled){this.$element.trigger(u);if(u.isDefaultPrevented())return;t=this.tip()… method
|
/external/ImageMagick/www/js/ |
D | magick.js | 6 …hasContent()&&this.enabled){this.$element.trigger(b);var d=a.contains(this.$element[0].ownerDocume… method in c
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPMessage.java | 894 public boolean hasContent() { in hasContent() method in SIPMessage
|
/external/autotest/client/site_tests/video_VimeoVideo/ |
D | jquery-2.1.3.min.js | 4 …hasContent=!ic.test(k.type),d=k.url,k.hasContent||(k.data&&(d=k.url+=(dc.test(d)?"&":"?")+k.data,d…
|