Searched defs:ContentLength (Results 1 - 8 of 8) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentLength.java35 * ContentLength SIPHeader (of which there can be only one in a SIPMessage).
76 public class ContentLength
92 public ContentLength() {
99 public ContentLength(int length) {
105 * get the ContentLength field.
121 + ", ContentLength, setContentLength(), the contentLength parameter is <0");
145 if (other instanceof ContentLength)
75 public class ContentLength class in inherits:SIPHeader,javax.sip.header.ContentLengthHeader
91 public ContentLength() { method in class:ContentLength
98 public ContentLength(int length) { method in class:ContentLength
/external/libxml2/
H A Dnanohttp.c149 int ContentLength; /* specified content length from HTTP header */ member in struct:xmlNanoHTTPCtxt
402 ret->ContentLength = -1;
835 ctxt->ContentLength = strtol( cur, NULL, 10 );
1752 return ( ( ctxt == NULL ) ? -1 : ctxt->ContentLength );
1843 if ( (ctxt->ContentLength > 0) && (rcvd_lgth >= ctxt->ContentLength) )
1850 if ( ( ctxt->ContentLength > 0 ) && ( rcvd_lgth < ctxt->ContentLength ) )
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 93 milliseconds