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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 155 mp_res = mp.match(line)
156 if mp_res:
157 multipart = '--' + mp_res.group(1)
306 mp_res = mp.match(line)
307 if mp_res:
308 multipart = '--' + mp_res.group(1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 155 mp_res = mp.match(line)
156 if mp_res:
157 multipart = '--' + mp_res.group(1)
306 mp_res = mp.match(line)
307 if mp_res:
308 multipart = '--' + mp_res.group(1)

Completed in 72 milliseconds