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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
aifc.py 285 # _aifc -- 1 iff reading an AIFF-C file
303 self._aifc = 0
305 self._aifc = 1
330 if self._aifc and self._decomp:
457 if self._aifc:
552 # _aifc -- whether we're writing an AIFF-C file or an AIFF file
572 self._aifc = 0
574 self._aifc = 1
592 self._aifc = 1 # AIFF-C is default
604 self._aifc =
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
aifc.py 285 # _aifc -- 1 iff reading an AIFF-C file
303 self._aifc = 0
305 self._aifc = 1
330 if self._aifc and self._decomp:
457 if self._aifc:
552 # _aifc -- whether we're writing an AIFF-C file or an AIFF file
572 self._aifc = 0
574 self._aifc = 1
592 self._aifc = 1 # AIFF-C is default
604 self._aifc =
    [all...]

Completed in 425 milliseconds