HomeSort by relevance Sort by last modified time
    Searched refs:get_header (Results 1 - 25 of 36) sorted by null

1 2

  /external/freetype/include/freetype/internal/services/
svwinfnt.h 38 FT_WinFnt_GetHeaderFunc get_header; local
  /external/freetype/src/base/
ftwinfnt.c 45 error = service->get_header( face, header );
  /external/python/cpython3/Lib/test/test_tools/
test_i18n.py 19 def get_header(self, data): member in class:Test_pygettext
38 header = self.get_header(data)
64 header = self.get_header(data)
  /external/tensorflow/tensorflow/python/tools/
print_selective_registration_header.py 49 print(selective_registration_header_lib.get_header(
print_selective_registration_header_test.py 149 selective_registration_header_lib.get_header(
200 header = selective_registration_header_lib.get_header(
selective_registration_header_lib.py 157 def get_header(graphs, function
  /external/mesa3d/src/util/
ralloc.c 92 get_header(const void *ptr) function
144 parent = ctx != NULL ? get_header(ctx) : NULL;
172 old = get_header(ptr);
242 info = get_header(ptr);
292 info = get_header(ptr);
293 parent = get_header(new_ctx);
308 old_info = get_header(old_ctx);
309 new_info = get_header(new_ctx);
335 info = get_header(ptr);
360 ralloc_header *info = get_header(ptr)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_cookielib.py 242 cookie_hdr = req.get_header("Cookie", "")
    [all...]
test_urllib2net.py 187 self.assertEqual(request.get_header('User-agent'),'Test-Agent')
  /external/python/cpython2/Lib/test/
test_cookielib.py 257 cookie_hdr = req.get_header("Cookie", "")
    [all...]
test_urllib2net.py 185 self.assertEqual(request.get_header('User-agent'),'Test-Agent')
  /external/python/cpython3/Lib/test/
test_http_cookiejar.py 308 cookie_hdr = req.get_header("Cookie", "")
    [all...]
test_urllib2.py 87 accessible through the .get_header(), .has_header(), .header_items()
113 r.get_header("spam-EggS") returns None, but that could be changed in
128 self.assertIsNone(req.get_header("Not-there"))
129 self.assertEqual(req.get_header("Not-there", "default"), "default")
    [all...]
test_urllib2net.py 178 self.assertEqual(request.get_header('User-agent'),'Test-Agent')
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cookielib.py 242 cookie_hdr = req.get_header("Cookie", "")
    [all...]
test_urllib2net.py 189 self.assertEqual(request.get_header('User-agent'),'Test-Agent')
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cookielib.py 242 cookie_hdr = req.get_header("Cookie", "")
    [all...]
test_urllib2net.py 189 self.assertEqual(request.get_header('User-agent'),'Test-Agent')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 242 cookie_hdr = req.get_header("Cookie", "")
    [all...]
test_urllib2net.py 189 self.assertEqual(request.get_header('User-agent'),'Test-Agent')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cookielib.py 242 cookie_hdr = req.get_header("Cookie", "")
    [all...]
test_urllib2net.py 189 self.assertEqual(request.get_header('User-agent'),'Test-Agent')
  /external/python/cpython2/Lib/
urllib2.py 218 host = request.get_header("Host", "")
326 def get_header(self, header_name, default=None): member in class:Request
894 if req.get_header(self.auth_header, None) == auth:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib2.py 191 host = request.get_header("Host", "")
301 def get_header(self, header_name, default=None): member in class:Request
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib2.py 191 host = request.get_header("Host", "")
301 def get_header(self, header_name, default=None): member in class:Request
    [all...]

Completed in 585 milliseconds

1 2