HomeSort by relevance Sort by last modified time
    Searched full:expected_body (Results 1 - 3 of 3) sorted by null

  /external/libmicrohttpd/src/testspdy/
test_proxies.c 44 #define EXPECTED_BODY "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></html>"
187 char buf[strlen(EXPECTED_BODY) + 1];
204 for (i = 0; i < strlen(EXPECTED_BODY) && !feof(p); i++)
214 _exit(strcmp(EXPECTED_BODY, buf));
  /tools/acloud/internal/lib/
gcompute_client_test.py 158 expected_body = {
167 project=self.PROJECT, body=expected_body)
189 expected_body = {
202 project=self.PROJECT, body=expected_body)
373 expected_body = {
416 project=self.PROJECT, zone=self.ZONE, body=expected_body)
  /external/python/cpython3/Lib/test/
test_httplib.py 348 expected_body = b"It's just a flesh wound" variable in class:TransferEncodingTest
358 self.assertEqual(body, self.expected_body)
372 self.assertEqual(body, self.expected_body)
378 'POST', '/', self.expected_body.decode('latin-1'),
384 self.assertEqual(body, self.expected_body)
396 self.assertEqual(self._parse_chunked(body), self.expected_body)
407 self.assertEqual(body, self.expected_body)
425 lines = self.expected_body.split(b' ')
    [all...]

Completed in 181 milliseconds