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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgi.py 149 ctype, pdict = parse_header(environ['CONTENT_TYPE'])
151 return parse_multipart(fp, pdict)
193 def parse_multipart(fp, pdict):
198 pdict: dictionary containing other parameters of content-type header
219 if 'boundary' in pdict:
220 boundary = pdict['boundary']
311 pdict = {}
320 pdict[name] = value
321 return key, pdict
457 cdisp, pdict = "", {
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgi.py 149 ctype, pdict = parse_header(environ['CONTENT_TYPE'])
151 return parse_multipart(fp, pdict)
193 def parse_multipart(fp, pdict):
198 pdict: dictionary containing other parameters of content-type header
219 if 'boundary' in pdict:
220 boundary = pdict['boundary']
311 pdict = {}
320 pdict[name] = value
321 return key, pdict
457 cdisp, pdict = "", {
    [all...]
  /external/chromium_org/third_party/ply/
yacc.py     [all...]

Completed in 127 milliseconds