HomeSort by relevance Sort by last modified time
    Searched defs:aiff (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
aifc.py 1 """Stuff to parse AIFF-C and AIFF files.
4 both for AIFF-C files and AIFF files.
6 An AIFF-C file has the following structure.
21 An AIFF file has the string "AIFF" instead of "AIFC".
30 <version number of AIFF-C defining document> (AIFF-C only).
43 in AIFF-C files only:
589 def aiff(self): member in class:Aifc_write
    [all...]
  /external/python/cpython2/Lib/
aifc.py 1 """Stuff to parse AIFF-C and AIFF files.
4 both for AIFF-C files and AIFF files.
6 An AIFF-C file has the following structure.
21 An AIFF file has the string "AIFF" instead of "AIFC".
30 <version number of AIFF-C defining document> (AIFF-C only).
43 in AIFF-C files only
603 def aiff(self): member in class:Aifc_write
    [all...]
  /external/python/cpython3/Lib/
aifc.py 1 """Stuff to parse AIFF-C and AIFF files.
4 both for AIFF-C files and AIFF files.
6 An AIFF-C file has the following structure.
21 An AIFF file has the string "AIFF" instead of "AIFC".
30 <version number of AIFF-C defining document> (AIFF-C only).
43 in AIFF-C files only
599 def aiff(self): member in class:Aifc_write
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
aifc.py 1 """Stuff to parse AIFF-C and AIFF files.
4 both for AIFF-C files and AIFF files.
6 An AIFF-C file has the following structure.
21 An AIFF file has the string "AIFF" instead of "AIFC".
30 <version number of AIFF-C defining document> (AIFF-C only).
43 in AIFF-C files only
601 def aiff(self): member in class:Aifc_write
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
aifc.py 1 """Stuff to parse AIFF-C and AIFF files.
4 both for AIFF-C files and AIFF files.
6 An AIFF-C file has the following structure.
21 An AIFF file has the string "AIFF" instead of "AIFC".
30 <version number of AIFF-C defining document> (AIFF-C only).
43 in AIFF-C files only
601 def aiff(self): member in class:Aifc_write
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 1 """Stuff to parse AIFF-C and AIFF files.
4 both for AIFF-C files and AIFF files.
6 An AIFF-C file has the following structure.
21 An AIFF file has the string "AIFF" instead of "AIFC".
30 <version number of AIFF-C defining document> (AIFF-C only).
43 in AIFF-C files only
601 def aiff(self): member in class:Aifc_write
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 1 """Stuff to parse AIFF-C and AIFF files.
4 both for AIFF-C files and AIFF files.
6 An AIFF-C file has the following structure.
21 An AIFF file has the string "AIFF" instead of "AIFC".
30 <version number of AIFF-C defining document> (AIFF-C only).
43 in AIFF-C files only
601 def aiff(self): member in class:Aifc_write
    [all...]

Completed in 123 milliseconds