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

  /external/freetype/include/internal/services/
svwinfnt.h 38 FT_WinFnt_GetHeaderFunc get_header; local
  /external/pdfium/third_party/freetype/include/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/pdfium/third_party/freetype/src/base/
ftwinfnt.c 45 error = service->get_header( face, header );
  /external/mesa3d/src/glsl/
ralloc.c 77 get_header(const void *ptr) function
112 ralloc_header *parent = ctx != NULL ? get_header(ctx) : NULL;
136 old = get_header(ptr);
206 info = get_header(ptr);
256 info = get_header(ptr);
257 parent = get_header(new_ctx);
272 info = get_header(ptr);
297 ralloc_header *info = get_header(ptr);
  /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')
test_urllib2.py 55 through the .get_header(), .has_header(), .header_items() interface.
101 r.get_header("spam-EggS") returns None, but that could be changed in
106 >>> print r.get_header("Not-there")
108 >>> r.get_header("Not-there", "default")
    [all...]
  /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')
test_urllib2.py 55 through the .get_header(), .has_header(), .header_items() interface.
101 r.get_header("spam-EggS") returns None, but that could be changed in
106 >>> print r.get_header("Not-there")
108 >>> r.get_header("Not-there", "default")
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
httpheaders.py 151 __all__ = ['get_header', 'list_headers', 'normalize_headers',
267 registered and accessible through the ``get_header`` function. Do not
326 self = get_header(name, raiseError=False)
547 def get_header(name, raiseError=True): function
583 head = get_header(key, strict)
    [all...]
fileapp.py 70 header = get_header(k)
  /prebuilts/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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...]
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]
  /external/libxml2/doc/
apibuild.py 156 def get_header(self): member in class:identifier
    [all...]

Completed in 1781 milliseconds