/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
wave.py | 111 _compname -- the human-readable AIFF-C compression type
206 return self._compname
272 self._compname = 'not compressed'
283 _compname -- the human-readable AIFF-C compression type
380 self._compname = compname
386 return self._compname
402 self._nframes, self._comptype, self._compname
|
aifc.py | 260 # _compname -- the human-readable AIFF-C compression type
372 return self._compname
462 self._compname = _read_string(chunk)
498 self._compname = 'not compressed'
530 # _compname -- the human-readable AIFF-C compression type
568 self._compname = 'not compressed'
649 self._compname = compname
655 return self._compname
678 self._nframes, self._comptype, self._compname
856 _write_string(self._file, self._compname)
[all...] |
/external/python/cpython3/Lib/ |
wave.py | 111 _compname -- the human-readable AIFF-C compression type 214 return self._compname 263 self._compname = 'not compressed' 274 _compname -- the human-readable AIFF-C compression type 377 self._compname = compname 383 return self._compname 399 self._nframes, self._comptype, self._compname)
|
aifc.py | 287 # _compname -- the human-readable AIFF-C compression type 400 return self._compname 487 self._compname = _read_string(chunk) 500 self._compname = b'not compressed' 531 # _compname -- the human-readable AIFF-C compression type 574 self._compname = b'not compressed' 660 self._compname = compname 666 return self._compname 690 self._nframes, self._comptype, self._compname) 843 _write_string(self._file, self._compname) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
wave.py | 111 _compname -- the human-readable AIFF-C compression type 206 return self._compname 272 self._compname = 'not compressed' 283 _compname -- the human-readable AIFF-C compression type 380 self._compname = compname 386 return self._compname 402 self._nframes, self._comptype, self._compname
|
aifc.py | 272 # _compname -- the human-readable AIFF-C compression type 384 return self._compname 474 self._compname = _read_string(chunk) 510 self._compname = 'not compressed' 542 # _compname -- the human-readable AIFF-C compression type 580 self._compname = 'not compressed' 661 self._compname = compname 667 return self._compname 690 self._nframes, self._comptype, self._compname 874 _write_string(self._file, self._compname) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
wave.py | 111 _compname -- the human-readable AIFF-C compression type 206 return self._compname 272 self._compname = 'not compressed' 283 _compname -- the human-readable AIFF-C compression type 380 self._compname = compname 386 return self._compname 402 self._nframes, self._comptype, self._compname
|
aifc.py | 272 # _compname -- the human-readable AIFF-C compression type 384 return self._compname 474 self._compname = _read_string(chunk) 510 self._compname = 'not compressed' 542 # _compname -- the human-readable AIFF-C compression type 580 self._compname = 'not compressed' 661 self._compname = compname 667 return self._compname 690 self._nframes, self._comptype, self._compname 874 _write_string(self._file, self._compname) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
wave.py | 111 _compname -- the human-readable AIFF-C compression type 206 return self._compname 272 self._compname = 'not compressed' 283 _compname -- the human-readable AIFF-C compression type 380 self._compname = compname 386 return self._compname 402 self._nframes, self._comptype, self._compname
|
aifc.py | 272 # _compname -- the human-readable AIFF-C compression type 384 return self._compname 474 self._compname = _read_string(chunk) 510 self._compname = 'not compressed' 542 # _compname -- the human-readable AIFF-C compression type 580 self._compname = 'not compressed' 661 self._compname = compname 667 return self._compname 690 self._nframes, self._comptype, self._compname 874 _write_string(self._file, self._compname) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
wave.py | 111 _compname -- the human-readable AIFF-C compression type 206 return self._compname 272 self._compname = 'not compressed' 283 _compname -- the human-readable AIFF-C compression type 380 self._compname = compname 386 return self._compname 402 self._nframes, self._comptype, self._compname
|
aifc.py | 272 # _compname -- the human-readable AIFF-C compression type 384 return self._compname 474 self._compname = _read_string(chunk) 510 self._compname = 'not compressed' 542 # _compname -- the human-readable AIFF-C compression type 580 self._compname = 'not compressed' 661 self._compname = compname 667 return self._compname 690 self._nframes, self._comptype, self._compname 874 _write_string(self._file, self._compname) [all...] |
/external/python/cpython2/Lib/ |
aifc.py | 272 # _compname -- the human-readable AIFF-C compression type 387 return self._compname 477 self._compname = _read_string(chunk) 512 self._compname = 'not compressed' 544 # _compname -- the human-readable AIFF-C compression type 582 self._compname = 'not compressed' 663 self._compname = compname 669 return self._compname 692 self._nframes, self._comptype, self._compname 883 _write_string(self._file, self._compname) [all...] |
wave.py | 112 _compname -- the human-readable AIFF-C compression type 208 return self._compname 277 self._compname = 'not compressed' 288 _compname -- the human-readable AIFF-C compression type 385 self._compname = compname 391 return self._compname 407 self._nframes, self._comptype, self._compname
|