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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sundry.py 58 import mimify
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sundry.py 62 import mimify
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sundry.py 62 import mimify
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 62 import mimify
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 62 import mimify
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
mimify.py 9 mimify(input, output)
18 mimify.py -e [infile [outfile]]
19 mimify.py -d [infile [outfile]]
33 warnings.warn("the mimify module is deprecated; use the email package instead",
36 __all__ = ["mimify","unmimify","mime_encode_header","mime_decode_header"]
415 def mimify(infile, outfile): function
434 if __name__ == '__main__' or (len(sys.argv) > 0 and sys.argv[0] == 'mimify'):
436 usage = 'Usage: mimify [-l len] -[ed] [infile [outfile]]'
449 encode = mimify
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mimify.py 9 mimify(input, output)
18 mimify.py -e [infile [outfile]]
19 mimify.py -d [infile [outfile]]
33 warnings.warn("the mimify module is deprecated; use the email package instead",
36 __all__ = ["mimify","unmimify","mime_encode_header","mime_decode_header"]
415 def mimify(infile, outfile): function
434 if __name__ == '__main__' or (len(sys.argv) > 0 and sys.argv[0] == 'mimify'):
436 usage = 'Usage: mimify [-l len] -[ed] [infile [outfile]]'
449 encode = mimify
  /prebuilts/gdb/linux-x86/lib/python2.7/
mimify.py 9 mimify(input, output)
18 mimify.py -e [infile [outfile]]
19 mimify.py -d [infile [outfile]]
33 warnings.warn("the mimify module is deprecated; use the email package instead",
36 __all__ = ["mimify","unmimify","mime_encode_header","mime_decode_header"]
415 def mimify(infile, outfile): function
434 if __name__ == '__main__' or (len(sys.argv) > 0 and sys.argv[0] == 'mimify'):
436 usage = 'Usage: mimify [-l len] -[ed] [infile [outfile]]'
449 encode = mimify
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimify.py 9 mimify(input, output)
18 mimify.py -e [infile [outfile]]
19 mimify.py -d [infile [outfile]]
33 warnings.warn("the mimify module is deprecated; use the email package instead",
36 __all__ = ["mimify","unmimify","mime_encode_header","mime_decode_header"]
415 def mimify(infile, outfile): function
434 if __name__ == '__main__' or (len(sys.argv) > 0 and sys.argv[0] == 'mimify'):
436 usage = 'Usage: mimify [-l len] -[ed] [infile [outfile]]'
449 encode = mimify
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mimify.py 9 mimify(input, output)
18 mimify.py -e [infile [outfile]]
19 mimify.py -d [infile [outfile]]
33 warnings.warn("the mimify module is deprecated; use the email package instead",
36 __all__ = ["mimify","unmimify","mime_encode_header","mime_decode_header"]
415 def mimify(infile, outfile): function
434 if __name__ == '__main__' or (len(sys.argv) > 0 and sys.argv[0] == 'mimify'):
436 usage = 'Usage: mimify [-l len] -[ed] [infile [outfile]]'
449 encode = mimify

Completed in 459 milliseconds