| /external/python/cpython3/Lib/test/sndhdrdata/ |
| README | 4 dd if=/dev/zero of=sndhdr.raw bs=20 count=1 5 sox -s -2 -c 2 -r 44100 sndhdr.raw sndhdr.<format> 10 dd if=/dev/zero of=sndhdr.raw bs=20 count=1 11 sox -s -2 -c 2 -r 44100 sndhdr.raw sndhdr.<format>
|
| /external/python/cpython3/Lib/test/ |
| test_sndhdr.py | 1 import sndhdr 9 ('sndhdr.8svx', ('8svx', 0, 1, 0, 8)), 10 ('sndhdr.aifc', ('aifc', 44100, 2, 5, 16)), 11 ('sndhdr.aiff', ('aiff', 44100, 2, 5, 16)), 12 ('sndhdr.au', ('au', 44100, 2, 5.0, 16)), 13 ('sndhdr.hcom', ('hcom', 22050.0, 1, -1, 8)), 14 ('sndhdr.sndt', ('sndt', 44100, 1, 5, 8)), 15 ('sndhdr.voc', ('voc', 0, 1, -1, 8)), 16 ('sndhdr.wav', ('wav', 44100, 2, 5, 16)), 19 what = sndhdr.what(filename [all...] |
| /external/python/cpython3/ |
| .gitattributes | 6 Lib/test/sndhdrdata/sndhdr.* binary
|
| .hgeol | 35 Lib/test/sndhdrdata/sndhdr.* = BIN
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/mime/ |
| audio.py | 9 import sndhdr
24 # There are others in sndhdr that don't have MIME types. :(
25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma??
29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why
35 for testfn in sndhdr.tests:
52 can be decoded by the standard Python `sndhdr' module, then the
|
| /external/python/cpython2/Lib/email/mime/ |
| audio.py | 9 import sndhdr 24 # There are others in sndhdr that don't have MIME types. :( 25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma?? 29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why 35 for testfn in sndhdr.tests: 52 can be decoded by the standard Python `sndhdr' module, then the
|
| /external/python/cpython3/Lib/email/mime/ |
| audio.py | 9 import sndhdr 24 # There are others in sndhdr that don't have MIME types. :( 25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma?? 29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why 35 for testfn in sndhdr.tests: 52 can be decoded by the standard Python `sndhdr' module, then the
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/email/mime/ |
| audio.py | 9 import sndhdr 24 # There are others in sndhdr that don't have MIME types. :( 25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma?? 29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why 35 for testfn in sndhdr.tests: 52 can be decoded by the standard Python `sndhdr' module, then the
|
| /prebuilts/gdb/linux-x86/lib/python2.7/email/mime/ |
| audio.py | 9 import sndhdr 24 # There are others in sndhdr that don't have MIME types. :( 25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma?? 29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why 35 for testfn in sndhdr.tests: 52 can be decoded by the standard Python `sndhdr' module, then the
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
| audio.py | 9 import sndhdr 24 # There are others in sndhdr that don't have MIME types. :( 25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma?? 29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why 35 for testfn in sndhdr.tests: 52 can be decoded by the standard Python `sndhdr' module, then the
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
| audio.py | 9 import sndhdr 24 # There are others in sndhdr that don't have MIME types. :( 25 # Additional ones to be added to sndhdr? midi, mp3, realaudio, wma?? 29 sndhdr.what() has a pretty cruddy interface, unfortunately. This is why 35 for testfn in sndhdr.tests: 52 can be decoded by the standard Python `sndhdr' module, then the
|
| /external/python/cpython2/Doc/library/ |
| mm.rst | 23 sndhdr.rst
|
| sndhdr.rst | 1 :mod:`sndhdr` --- Determine type of sound file 4 .. module:: sndhdr 13 **Source code:** :source:`Lib/sndhdr.py` 17 The :mod:`sndhdr` provides utility functions which attempt to determine the type
|
| /external/python/cpython3/Doc/library/ |
| mm.rst | 21 sndhdr.rst
|
| sndhdr.rst | 1 :mod:`sndhdr` --- Determine type of sound file 4 .. module:: sndhdr 10 **Source code:** :source:`Lib/sndhdr.py` 18 The :mod:`sndhdr` provides utility functions which attempt to determine the type
|
| /external/python/cpython2/ |
| .hgeol | 37 Lib/test/sndhdrdata/sndhdr.* = BIN
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| toaiff.py | 17 import sndhdr
90 ftype = sndhdr.whathdr(fname)
|
| /external/python/cpython2/Lib/ |
| toaiff.py | 17 import sndhdr 90 ftype = sndhdr.whathdr(fname)
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| toaiff.py | 17 import sndhdr 90 ftype = sndhdr.whathdr(fname)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| toaiff.py | 17 import sndhdr 90 ftype = sndhdr.whathdr(fname)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| toaiff.py | 17 import sndhdr 90 ftype = sndhdr.whathdr(fname)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| toaiff.py | 17 import sndhdr 90 ftype = sndhdr.whathdr(fname)
|
| /external/python/cpython2/Lib/test/ |
| test_sundry.py | 67 import sndhdr
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_sundry.py | 69 import sndhdr
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_sundry.py | 73 import sndhdr
|