Home
last modified time | relevance | path

Searched refs:get_header (Results 1 - 16 of 16) sorted by relevance

/third_party/mesa3d/src/util/
H A Dralloc.c75 get_header(const void *ptr) in get_header() function
133 parent = ctx != NULL ? get_header(ctx) : NULL; in ralloc_size()
161 old = get_header(ptr); in resize()
257 info = get_header(ptr); in ralloc_free()
307 info = get_header(ptr); in ralloc_steal()
308 parent = new_ctx ? get_header(new_ctx) : NULL; in ralloc_steal()
323 old_info = get_header(old_ctx); in ralloc_adopt()
324 new_info = get_header(new_ctx); in ralloc_adopt()
352 info = get_header(ptr); in ralloc_parent()
359 ralloc_header *info = get_header(pt in ralloc_set_destructor()
[all...]
/third_party/python/Lib/test/
H A Dtest_urllib2.py93 accessible through the .get_header(), .has_header(), .header_items()
119 r.get_header("spam-EggS") returns None, but that could be changed in
134 self.assertIsNone(req.get_header("Not-there"))
135 self.assertEqual(req.get_header("Not-there", "default"), "default")
956 te = newreq.get_header('Transfer-encoding')
963 self.assertEqual(int(newreq.get_header('Content-length')), 30)
978 self.assertEqual(newreq.get_header('Transfer-encoding'), 'chunked')
984 self.assertEqual(int(newreq.get_header('Content-length')), 30)
1004 self.assertEqual(newreq.get_header('Content-length'), None)
1005 self.assertEqual(newreq.get_header('Transfe
[all...]
H A Dtest_http_cookiejar.py325 cookie_hdr = req.get_header("Cookie", "")
1488 self.assertEqual(req.get_header("Cookie"), "CUSTOMER=WILE_E_COYOTE")
1489 self.assertEqual(req.get_header("Cookie2"), '$Version="1"')
1498 h = req.get_header("Cookie")
1509 h = req.get_header("Cookie")
1517 h = req.get_header("Cookie")
1558 self.assertEqual(req.get_header("Cookie"),
1569 self.assertRegex(req.get_header("Cookie"),
1915 self.assertIn("PART_NUMBER=3,4", req.get_header("Cookie"))
1916 self.assertIn("Customer=WILE_E_COYOTE",req.get_header("Cooki
[all...]
H A Dtest_urllib2_localnet.py688 self.assertEqual("1", request.get_header("Content-length"))
692 self.assertEqual("10", request.get_header("Content-length"))
H A Dtest_urllib2net.py218 self.assertEqual(request.get_header('User-agent'),'Test-Agent')
/third_party/nghttp2/src/
H A Dhttp2.h130 const Headers::value_type *get_header(const Headers &nva, const char *name);
355 const Headers::value_type *get_header(const HeaderIndex &hdidx, int32_t token,
358 Headers::value_type *get_header(const HeaderIndex &hdidx, int32_t token,
H A Dhttp2_test.cc114 rv = http2::get_header(nva, "delta"); in test_http2_get_header()
118 rv = http2::get_header(nva, "bravo"); in test_http2_get_header()
122 rv = http2::get_header(nva, "foxtrot"); in test_http2_get_header()
128 rv = http2::get_header(hdidx, http2::HD_CONTENT_LENGTH, nva); in test_http2_get_header()
H A Dhttp2.cc304 const Headers::value_type *get_header(const Headers &nva, const char *name) { in get_header() function
988 const Headers::value_type *get_header(const HeaderIndex &hdidx, int32_t token,
997 Headers::value_type *get_header(const HeaderIndex &hdidx, int32_t token,
H A Dnghttp.cc506 auto method = http2::get_header(build_headers, ":method"); in submit_request()
1641 auto content_type_ptr = http2::get_header(req->res_nva, "content-type"); in output_har()
/third_party/python/Lib/test/test_tools/
H A Dtest_i18n.py21 def get_header(self, data): member in Test_pygettext
75 header = self.get_header(data)
102 header = self.get_header(data)
/third_party/skia/third_party/externals/freetype/include/freetype/internal/services/
H A Dsvwinfnt.h38 FT_WinFnt_GetHeaderFunc get_header; in FT_DEFINE_SERVICE() local
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftwinfnt.c44 error = service->get_header( face, header ); in FT_EXPORT_DEF()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-cbdt-table.hh287 auto *header_prime = subtable_prime->get_header (); in copy_glyph_at_idx()
333 const IndexSubtableHeader* get_header () const { return &u.header; } in get_header() function
390 auto *old_header = old_subtable->get_header (); in add_new_subtable()
404 auto *next_header = next_subtable->get_header (); in add_new_subtable()
/third_party/skia/tools/skpbench/
H A Dskpbench.py183 def get_header(cls, outfile=sys.stdout): member in SKPBench
308 emit_result(SKPBench.get_header(), resultsfile)
/third_party/python/Lib/urllib/
H A Drequest.py311 host = request.get_header("Host", "")
413 def get_header(self, header_name, default=None): member in Request
1017 if req.get_header(self.auth_header, None) == auth:
/third_party/python/Lib/http/
H A Dcookiejar.py630 host = request.get_header("Host", "")

Completed in 25 milliseconds