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

1 2

  /hardware/qcom/display/msm8084/libqdutils/
comptype.cpp 30 #include<comptype.h>
Android.mk 15 comptype.cpp qd_utils.cpp \
  /hardware/qcom/display/msm8226/libqdutils/
comptype.cpp 30 #include<comptype.h>
Android.mk 15 comptype.cpp qd_utils.cpp \
  /hardware/qcom/display/msm8909/libqdutils/
comptype.cpp 30 #include<comptype.h>
Android.mk 16 comptype.cpp qd_utils.cpp \
  /hardware/qcom/display/msm8994/libqdutils/
comptype.cpp 30 #include<comptype.h>
Android.mk 18 comptype.cpp qd_utils.cpp \
  /hardware/qcom/display/msm8960/libqdutils/
comptype.cpp 30 #include<comptype.h>
Android.mk 13 comptype.cpp
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_dump_layers.h 34 #include <comptype.h>
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_dump_layers.h 34 #include <comptype.h>
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_dump_layers.h 34 #include <comptype.h>
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_dump_layers.h 34 #include <comptype.h>
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyopers.swg 93 #define %pycompare(pyname,oper,comptype) %rename(pyname) oper; %pythonmaybecall oper; %feature("python:compare", #comptype) oper; %feature("python:compare", #comptype) pyname;
96 #define %pycompare(pyname,oper,comptype) %pybinoperator(pyname,oper,,comptype)
  /prebuilts/gdb/darwin-x86/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...]
  /prebuilts/gdb/linux-x86/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...]
  /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...]
  /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...]
  /external/opencv3/3rdparty/libjasper/
jp2_cod.h 154 uint_fast8_t comptype; member in struct:__anon20843

Completed in 389 milliseconds

1 2