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

  /hardware/qcom/display/msm8960/libqdutils/
comptype.cpp 30 #include<comptype.h>
Android.mk 13 comptype.cpp
  /hardware/qcom/display/msm8974/libqdutils/
comptype.cpp 30 #include<comptype.h>
Android.mk 13 comptype.cpp
  /hardware/qcom/display/msm8x26/libqdutils/
comptype.cpp 30 #include<comptype.h>
Android.mk 13 comptype.cpp
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
wave.py 374 def setcomptype(self, comptype, compname):
377 if comptype not in ('NONE',):
379 self._comptype = comptype
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
396 self.setcomptype(comptype, compname)
tarfile.py 398 def __init__(self, name, mode, comptype, fileobj, bufsize):
406 if comptype == '*':
410 comptype = fileobj.getcomptype()
414 self.comptype = comptype
421 if comptype == "gz":
433 if comptype == "bz2":
466 if self.comptype == "gz":
469 if self.comptype != "tar":
489 if self.mode == "w" and self.comptype != "tar"
    [all...]
aifc.py 655 def setcomptype(self, comptype, compname):
658 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
660 self._comptype = comptype
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
678 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
684 self.setcomptype(comptype, compname)
    [all...]
sunau.py 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params
373 self.setcomptype(comptype, compname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
wave.py 374 def setcomptype(self, comptype, compname):
377 if comptype not in ('NONE',):
379 self._comptype = comptype
389 nchannels, sampwidth, framerate, nframes, comptype, compname = params
396 self.setcomptype(comptype, compname)
tarfile.py 398 def __init__(self, name, mode, comptype, fileobj, bufsize):
406 if comptype == '*':
410 comptype = fileobj.getcomptype()
414 self.comptype = comptype
421 if comptype == "gz":
433 if comptype == "bz2":
466 if self.comptype == "gz":
469 if self.comptype != "tar":
489 if self.mode == "w" and self.comptype != "tar"
    [all...]
aifc.py 655 def setcomptype(self, comptype, compname):
658 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
660 self._comptype = comptype
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
678 if comptype not in ('NONE', 'ULAW', 'ALAW', 'G722'):
684 self.setcomptype(comptype, compname)
    [all...]
sunau.py 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params
373 self.setcomptype(comptype, compname)

Completed in 7785 milliseconds