/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
wave.py | 374 def setcomptype(self, comptype, compname): 380 self._compname = compname 389 nchannels, sampwidth, framerate, nframes, comptype, compname = params 396 self.setcomptype(comptype, compname)
|
sunau.py | 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params 373 self.setcomptype(comptype, compname)
|
aifc.py | 655 def setcomptype(self, comptype, compname): 661 self._compname = compname 675 nchannels, sampwidth, framerate, nframes, comptype, compname = info 684 self.setcomptype(comptype, compname) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
wave.py | 374 def setcomptype(self, comptype, compname): 380 self._compname = compname 389 nchannels, sampwidth, framerate, nframes, comptype, compname = params 396 self.setcomptype(comptype, compname)
|
sunau.py | 368 nchannels, sampwidth, framerate, nframes, comptype, compname = params 373 self.setcomptype(comptype, compname)
|
aifc.py | 655 def setcomptype(self, comptype, compname): 661 self._compname = compname 675 nchannels, sampwidth, framerate, nframes, comptype, compname = info 684 self.setcomptype(comptype, compname) [all...] |
/packages/apps/Nfc/src/com/android/nfc/ |
NfcDispatcher.java | 508 ComponentName compname = new ComponentName( local 514 if (pm.getActivityInfo(compname,0) != null) { 521 Log.d(TAG, "Component not enabled: " + compname);
|
/frameworks/base/core/java/android/app/ |
ActivityThread.java | 2008 ComponentName compname = intent.getComponent(); local [all...] |