/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 | WebSocketGeneratorRFC6455.java | 217 int flushed = _buffer.hasContent() ? _endp.flush(_buffer) : 0; in flushBuffer()
|
D | WebSocketGeneratorD08.java | 213 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/guava/guava/lib/ |
D | jdiff.jar | META-INF/
META-INF/MANIFEST.MF
jdiff/
jdiff/API.class
API ... |
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/bench/ |
D | bootstrap.js | 993 if (this.hasContent() && this.enabled) { 1085 , hasContent: function () { method in Tooltip 1215 , hasContent: function () { method
|
D | jquery-1.7.1.js | 7485 s.hasContent = !rnoContent.test( s.type ); 7493 if ( !s.hasContent ) { 7518 if ( s.data && s.hasContent && s.contentType !== false || options.contentType ) { 8102 xhr.send( ( s.hasContent && s.data ) || null );
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.h | 152 bool hasContent() const { return !UnitDie.getChildren().empty(); } 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/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPMessage.java | 894 public boolean hasContent() { in hasContent() method in SIPMessage
|
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.mortbay.jetty.util_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/jetty/lib/ |
D | jetty-util-6.1.26.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |