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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sndhdr.py 3 Function whathdr() recognizes various types of sound file headers.
19 Function what() calls whathdr(). (It used to also use some
33 __all__ = ["what","whathdr"]
37 res = whathdr(filename)
41 def whathdr(filename): function
toaiff.py 90 ftype = sndhdr.whathdr(fname)
  /external/python/cpython2/Lib/
sndhdr.py 3 Function whathdr() recognizes various types of sound file headers.
19 Function what() calls whathdr(). (It used to also use some
33 __all__ = ["what","whathdr"]
37 res = whathdr(filename)
41 def whathdr(filename): function
toaiff.py 90 ftype = sndhdr.whathdr(fname)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sndhdr.py 3 Function whathdr() recognizes various types of sound file headers.
19 Function what() calls whathdr(). (It used to also use some
33 __all__ = ["what","whathdr"]
37 res = whathdr(filename)
41 def whathdr(filename): function
toaiff.py 90 ftype = sndhdr.whathdr(fname)
  /prebuilts/gdb/linux-x86/lib/python2.7/
sndhdr.py 3 Function whathdr() recognizes various types of sound file headers.
19 Function what() calls whathdr(). (It used to also use some
33 __all__ = ["what","whathdr"]
37 res = whathdr(filename)
41 def whathdr(filename): function
toaiff.py 90 ftype = sndhdr.whathdr(fname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sndhdr.py 3 Function whathdr() recognizes various types of sound file headers.
19 Function what() calls whathdr(). (It used to also use some
33 __all__ = ["what","whathdr"]
37 res = whathdr(filename)
41 def whathdr(filename): function
toaiff.py 90 ftype = sndhdr.whathdr(fname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sndhdr.py 3 Function whathdr() recognizes various types of sound file headers.
19 Function what() calls whathdr(). (It used to also use some
33 __all__ = ["what","whathdr"]
37 res = whathdr(filename)
41 def whathdr(filename): function
toaiff.py 90 ftype = sndhdr.whathdr(fname)
  /external/python/cpython3/Lib/
sndhdr.py 3 Function whathdr() recognizes various types of sound file headers.
19 Function what() calls whathdr(). (It used to also use some
33 __all__ = ['what', 'whathdr']
54 res = whathdr(filename)
58 def whathdr(filename): function

Completed in 447 milliseconds