Searched refs:has_header (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/Paste/paste/
H A Dresponse.py88 def has_header(headers, name): function
H A Dhttpexceptions.py79 from paste.response import has_header, header_value, replace_header namespace
187 assert headers and has_header(headers, req), (
H A Dwsgilib.py14 from paste.response import HeaderDict, has_header, header_value, remove_header namespace
27 'error_response', 'get_cookies', 'has_header', 'header_value',
H A Dwsgiwrappers.py378 def has_header(self, header): member in class:WSGIResponse
382 warnings.warn('WSGIResponse.has_header is deprecated, use '
/external/e2fsprogs/lib/ext2fs/
H A Dswapfs.c173 void ext2fs_swap_ext_attr(char *to, char *from, int bufsize, int has_header) argument
185 if (has_header) {
H A Dext2fs.h1434 int has_header);

Completed in 164 milliseconds