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

  /external/chromium_org/native_client_sdk/src/tools/tests/
sel_ldr_test.py 33 with mock.patch('create_nmf.ParseElfHeader') as parse_header:
34 parse_header.return_value = ('x8-64', False)
40 parse_header.assert_called_once_with('foo.nexe')
48 parse_header.reset_mock()
52 parse_header.assert_called_once_with('foo.nexe')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cgi.py 362 cgi.parse_header("text/plain"),
365 cgi.parse_header("text/vnd.just.made.this.up ; "),
368 cgi.parse_header("text/plain;charset=us-ascii"),
371 cgi.parse_header('text/plain ; charset="us-ascii"'),
374 cgi.parse_header('text/plain ; charset="us-ascii"; another=opt'),
377 cgi.parse_header('attachment; filename="silly.txt"'),
380 cgi.parse_header('attachment; filename="strange;name"'),
383 cgi.parse_header('attachment; filename="strange;name";size=123;'),
386 cgi.parse_header('form-data; name="files"; filename="fo\\"o;bar"'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cgi.py 362 cgi.parse_header("text/plain"),
365 cgi.parse_header("text/vnd.just.made.this.up ; "),
368 cgi.parse_header("text/plain;charset=us-ascii"),
371 cgi.parse_header('text/plain ; charset="us-ascii"'),
374 cgi.parse_header('text/plain ; charset="us-ascii"; another=opt'),
377 cgi.parse_header('attachment; filename="silly.txt"'),
380 cgi.parse_header('attachment; filename="strange;name"'),
383 cgi.parse_header('attachment; filename="strange;name";size=123;'),
386 cgi.parse_header('form-data; name="files"; filename="fo\\"o;bar"'),
  /external/iptables/extensions/
libip6t_ipv6header.c 145 parse_header(const char *flags) { function
166 if (!(info->matchflags = parse_header(cb->arg)))
  /external/oprofile/opjitconv/
parse_dump.c 196 static int parse_header(char const ** ptr, char const * end) function
243 if (!parse_header(&ptr, end))
  /system/extras/showmap/
showmap.c 40 static int parse_header(const char* line, const mapinfo* prev, mapinfo** mi) { function
188 if (!parse_header(line, current, &next)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 61 "parse_header", "print_exception", "print_environ",
149 ctype, pdict = parse_header(environ['CONTENT_TYPE'])
276 key, params = parse_header(line)
303 def parse_header(line): function
459 cdisp, pdict = parse_header(self.headers['content-disposition'])
482 ctype, pdict = parse_header(self.headers['content-type'])
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 61 "parse_header", "print_exception", "print_environ",
149 ctype, pdict = parse_header(environ['CONTENT_TYPE'])
276 key, params = parse_header(line)
303 def parse_header(line): function
459 cdisp, pdict = parse_header(self.headers['content-disposition'])
482 ctype, pdict = parse_header(self.headers['content-type'])
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_text.c 271 static boolean parse_header( struct translate_ctx *ctx ) function
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_text.c 271 static boolean parse_header( struct translate_ctx *ctx ) function
    [all...]
  /external/chromium_org/net/tools/testserver/
testserver.py 690 content_type, parameters = cgi.parse_header(
    [all...]

Completed in 420 milliseconds