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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
wave.py 118 _fmt_chunk_read -- 1 iff the FMT chunk has been read
133 self._fmt_chunk_read = 0
144 self._fmt_chunk_read = 1
146 if not self._fmt_chunk_read:
153 if not self._fmt_chunk_read or not self._data_chunk:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py 118 _fmt_chunk_read -- 1 iff the FMT chunk has been read
133 self._fmt_chunk_read = 0
144 self._fmt_chunk_read = 1
146 if not self._fmt_chunk_read:
153 if not self._fmt_chunk_read or not self._data_chunk:

Completed in 80 milliseconds