/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
D | MessageDigestAlgorithm.java | 40 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/ |
D | exceptions.py | 6 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)
|
D | rest_client.py | 49 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/ |
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/ ... |