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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimify.py 284 must_quote_body = must_quote_header = has_iso_chars = 0
296 if not must_quote_header and iso_char.search(line):
297 must_quote_header = 1
347 if must_quote_header:
369 if (must_quote_header or must_quote_body) and not is_mime:
  /external/python/cpython2/Lib/
mimify.py 284 must_quote_body = must_quote_header = has_iso_chars = 0
296 if not must_quote_header and iso_char.search(line):
297 must_quote_header = 1
347 if must_quote_header:
369 if (must_quote_header or must_quote_body) and not is_mime:
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimify.py 284 must_quote_body = must_quote_header = has_iso_chars = 0
296 if not must_quote_header and iso_char.search(line):
297 must_quote_header = 1
347 if must_quote_header:
369 if (must_quote_header or must_quote_body) and not is_mime:
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimify.py 284 must_quote_body = must_quote_header = has_iso_chars = 0
296 if not must_quote_header and iso_char.search(line):
297 must_quote_header = 1
347 if must_quote_header:
369 if (must_quote_header or must_quote_body) and not is_mime:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 284 must_quote_body = must_quote_header = has_iso_chars = 0
296 if not must_quote_header and iso_char.search(line):
297 must_quote_header = 1
347 if must_quote_header:
369 if (must_quote_header or must_quote_body) and not is_mime:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 284 must_quote_body = must_quote_header = has_iso_chars = 0
296 if not must_quote_header and iso_char.search(line):
297 must_quote_header = 1
347 if must_quote_header:
369 if (must_quote_header or must_quote_body) and not is_mime:

Completed in 68 milliseconds