/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | ContentLength.java | 75 public class ContentLength class 91 public ContentLength() { in ContentLength() method in ContentLength 98 public ContentLength(int length) { in ContentLength() method in ContentLength 144 if (other instanceof ContentLength) in match()
|
D | NameMap.java | 129 putNameMap(CONTENT_LENGTH, ContentLength.class.getName()); //26 in initializeNameMap()
|
D | HeaderFactoryImpl.java | 395 ContentLength c = new ContentLength(); in createContentLengthHeader()
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | SIPMessage.java | 40 import gov.nist.javax.sip.header.ContentLength; 158 protected ContentLength contentLengthHeader; 243 if (!(siphdr instanceof ContentLength)) in encodeSIPHeaders() 291 if (hisHeader instanceof ContentLength) in match() 366 if (!(siphdr instanceof ContentLength)) in encode() 427 if (!(siphdr instanceof ContentLength)) in encodeAsBytes() 547 this.attachHeader(new ContentLength(0), false); in SIPMessage() 659 if (h instanceof ContentLength) { in attachHeader() 661 ContentLength cl = (ContentLength) h; in attachHeader() 702 } else if (h instanceof ContentLength) { in attachHeader() [all …]
|
D | SIPRequest.java | 834 } else if (nextHeader instanceof ContentLength) { in createAckRequest() 838 ((ContentLength) nextHeader).setContentLength(0); in createAckRequest() 1014 } else if (nextHeader instanceof ContentLength) { in createSIPRequest() 1015 ContentLength cl = (ContentLength) nextHeader.clone(); in createSIPRequest()
|
D | SIPResponse.java | 37 import gov.nist.javax.sip.header.ContentLength; 699 || nextHeader instanceof ContentLength in createRequest() 703 || nextHeader instanceof ContentLength in createRequest()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ContentLengthParser.java | 56 ContentLength contentLength = new ContentLength(); in parse()
|
D | PipelinedMsgParser.java | 292 ContentLength cl = (ContentLength) sipMessage in run()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageChannel.java | 37 import gov.nist.javax.sip.header.ContentLength; 420 ContentLength clengthHeader = new ContentLength(clength); in createBadReqRes() 424 ContentLength clengthHeader = new ContentLength(0); in createBadReqRes()
|
/external/libxml2/ |
D | nanohttp.c | 149 int ContentLength; /* specified content length from HTTP header */ member 402 ret->ContentLength = -1; in xmlNanoHTTPNewCtxt() 835 ctxt->ContentLength = strtol( cur, NULL, 10 ); in xmlNanoHTTPScanAnswer() 1752 return ( ( ctxt == NULL ) ? -1 : ctxt->ContentLength ); in xmlNanoHTTPContentLength() 1843 if ( (ctxt->ContentLength > 0) && (rcvd_lgth >= ctxt->ContentLength) ) in xmlNanoHTTPFetchContent() 1850 if ( ( ctxt->ContentLength > 0 ) && ( rcvd_lgth < ctxt->ContentLength ) ) in xmlNanoHTTPFetchContent()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |