HomeSort by relevance Sort by last modified time
    Searched defs:whathdr (Results 1 - 7 of 7) 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
  /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
  /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
  /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
  /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
  /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
  /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

Completed in 203 milliseconds