Home
last modified time | relevance | path

Searched refs:entity_body (Results 1 – 9 of 9) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
DMessageDigestAlgorithm.java40 String method, String digest_uri_value, String entity_body, String qop_value, in calculateResponse() argument
46 + ", " + entity_body + ", " + qop_value); in calculateResponse()
67 if (entity_body == null) in calculateResponse()
68 entity_body = ""; in calculateResponse()
69 A2 = method + ":" + digest_uri_value + ":" + H(entity_body); in calculateResponse()
116 String method, String digest_uri_value, String entity_body, String qop_value, in calculateResponse() argument
123 + ", " + entity_body + ", " + qop_value); in calculateResponse()
152 if (entity_body == null) in calculateResponse()
153 entity_body = ""; in calculateResponse()
154 A2 = method + ":" + digest_uri_value + ":" + H(entity_body); in calculateResponse()
/external/autotest/frontend/shared/
Dexceptions.py6 def __init__(self, code, entity_body=''): argument
7 if not entity_body.endswith('\n'):
8 entity_body += '\n'
9 self.response = http.HttpResponse(entity_body, status=code)
Drest_client.py49 self.entity_body = httplib_content
53 return simplejson.loads(self.entity_body)
57 return '\n'.join([str(self.status), self.entity_body])
128 entity_body = simplejson.dumps(encoded_body)
130 entity_body = None
133 if entity_body:
134 logging.debug(entity_body)
140 full_uri, method, body=entity_body,
147 full_uri, method, body=entity_body,
/external/robolectric/v3/runtime/
Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...